Hi all, I have a problem well documented in the knowledge base but having followed all the advice, I still have the issue. I have just installed ZenCart on my live hosted server having succesfully had a test-bed running on a local linux server.
Installation was fine and I can get to the front-end ok. However, when I try to access the admin section I get the follwing errors:
__
Warning: main(includes/languages/english/): failed to open stream: No such file or directory in /var/Sites/com/maxbeautiful/www/cart/admin/includes/init_includes/init_languages.php on line 29
Warning: main(): Failed opening 'includes/languages/english/' for inclusion (include_path='.:/usr/share/pear') in /var/Sites/com/maxbeautiful/www/cart/admin/includes/init_includes/init_languages.php on line 29
Warning: Cannot modify header information - headers already sent by (output started at /var/Sites/com/maxbeautiful/www/cart/admin/includes/init_includes/init_languages.php:29) in /var/Sites/com/maxbeautiful/www/cart/admin/includes/init_includes/init_templates.php on line 31
Warning: Cannot modify header information - headers already sent by (output started at /var/Sites/com/maxbeautiful/www/cart/admin/includes/init_includes/init_languages.php:29) in /var/Sites/com/maxbeautiful/www/cart/admin/includes/functions/general.php on line 34
__
Now, having read the FAQs I know that the problem lies in init_languages.php on line 29 - but I can't determine the problem. I have checked for additional spaces but no issues there. Line 29 is:
include(DIR_WS_LANGUAGES . $_SESSION['language'] . '/' . $current_page);
which gives me absolutely no clue whatsoever, my very helpful ISP is guessing that the file is looping there. FYI, I have checked the config.php and the DIR_WS_LANGUAGES is pointing at the right place.
Please could someone assist.
Many thanks
Daniel




