Jump to content

Fatal error after installing


Recommended Posts

Hi,

 

After several problems with the first setup, I've deleted everything and started again. I did a clean install of Prestashop 1.4.4.1 without the modules and content.

After the installation I get a 'fatal error' when visiting the frontpage. When I enable error reporting and go to the admin login page, it shows the following warnings:

Warning: include(/home/yodiwo/domains/yodiwo.nl/public_html/shop/translations//admin.php) [function.include]: failed to open stream: No such file or directory in /home/yodiwo/domains/yodiwo.nl/public_html/shop/administrator/login.php on line 58
Warning: include() [function.include]: Failed opening '/home/yodiwo/domains/yodiwo.nl/public_html/shop/translations//admin.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/yodiwo/domains/yodiwo.nl/public_html/shop/administrator/login.php on line 58
Warning: include(/home/yodiwo/domains/yodiwo.nl/public_html/shop/translations//errors.php) [function.include]: failed to open stream: No such file or directory in /home/yodiwo/domains/yodiwo.nl/public_html/shop/administrator/login.php on line 59
Warning: include() [function.include]: Failed opening '/home/yodiwo/domains/yodiwo.nl/public_html/shop/translations//errors.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/yodiwo/domains/yodiwo.nl/public_html/shop/administrator/login.php on line 59

 

Line 57/58 on login.php:

$iso = strtolower(Language::getIsoById((int)($cookie->id_lang)));
include(_PS_TRANSLATIONS_DIR_.$iso.'/admin.php');

So it seems $iso stays blank. Any clues to help me fix it?

 

BTW: After logging in, I get lots of other warnings with the same origin I think.

 

Much appreciated,

Leen

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...