tkuettner Posted April 12, 2005 Posted April 12, 2005 I've gone through the install and I get all the suscessfull msg's and then did the post installion but when I try to go to http://my server.com/catalog/login.php or http://my server.com /catalog/admin/index.php I get Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /export/web17/omega/outla001/www/catalog/admin/includes/application_top.php on line 130 Fatal error: main(): Failed opening required 'includes/languages/.php' (include_path='.:/usr/local/lib/php') in /export/web17/omega/outla001/www/catalog/admin/includes/application_top.php on line 130 :angry:
doubledunk Posted April 12, 2005 Posted April 12, 2005 I also get a similar error message. Warning: main(includes/languages/.php): failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\catalog\admin\includes\application_top.php on line 130 Fatal error: main(): Failed opening required 'includes/languages/.php' (include_path='.;c:\php4\pear') in C:\Program Files\Apache Group\Apache2\htdocs\catalog\admin\includes\application_top.php on line 130 can I anyone help us?? thanks alot.
Edze Posted April 13, 2005 Posted April 13, 2005 I've gone through the install and I get all the suscessfull msg's and then did the post installion but when I try to go to http://my server.com/catalog/login.php or http://my server.com /catalog/admin/index.php I get Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /export/web17/omega/outla001/www/catalog/admin/includes/application_top.php on line 130 Fatal error: main(): Failed opening required 'includes/languages/.php' (include_path='.:/usr/local/lib/php') in /export/web17/omega/outla001/www/catalog/admin/includes/application_top.php on line 130 :angry: <{POST_SNAPBACK}> Hi, This is definitely not correct: 'includes/languages/.php' There should at least be a country name there: 'includes/languages/english.php' Try to find out which php file contains the text: 'includes/languages/.php' and change it. Then upload that file again to its directory. Regards, Edze
tkuettner Posted April 13, 2005 Author Posted April 13, 2005 Hi, This is definitely not correct: 'includes/languages/.php' There should at least be a country name there: 'includes/languages/english.php' Try to find out which php file contains the text: 'includes/languages/.php' and change it. Then upload that file again to its directory. Regards, Edze <{POST_SNAPBACK}> OK in both configure.php files I edited all occurances of define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); to define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/english'); and I got past those messages now I get the osCommerce Blue screen but I have this error msg 1146 - Table 'outla001.orders_status' doesn't exist select orders_status_name, orders_status_id from orders_status where language_id = '' [TEP STOP] I looked in PHP admin and order_status does not exist
Recommended Posts
Archived
This topic is now archived and is closed to further replies.