HI,
I try to install EE 1.6.3 and receive:
Unable to locate the file containing your email templates. Make sure you have uploaded all components of this software.
I searched the forum and found the thread: Help! Errors when installing EE including Unable to locate the file called “config.php” by flymo.
Unfortunately I cannot find a .htaccess-file to change.
And the code of the install.php changed since that thread, so I don’t know how to deal with it.
if ( ! file_exists($system_path.'language/'.$data['deft_lang'].'/email_data'.$data['ext']))
{
$errors[] = "Unable to locate the file containing your email templates. Make sure you have uploaded all components of this software.";
}
else
{
require($system_path.'language/'.$data['deft_lang'].'/email_data'.$data['ext']);
}
What shall I do now?
Thanks
