jww103 Posted April 18, 2007 Posted April 18, 2007 does anyone know how to fix the following index page error? Warning: main(includes/languages/english/englishphp) [function.main]: failed to open stream: No such file or directory in /homepages/0/d172459497/htdocs/index.php on line 33 Fatal error: main() [function.require]: Failed opening required 'includes/languages/english/englishphp' (include_path='.:/usr/local/lib/php') in /homepages/0/d172459497/htdocs/index.php on line 33
Guest Posted April 19, 2007 Posted April 19, 2007 does anyone know how to fix the following index page error? Warning: main(includes/languages/english/englishphp) [function.main]: failed to open stream: No such file or directory in /homepages/0/d172459497/htdocs/index.php on line 33 Fatal error: main() [function.require]: Failed opening required 'includes/languages/english/englishphp' (include_path='.:/usr/local/lib/php') in /homepages/0/d172459497/htdocs/index.php on line 33 Did you copy the error exactly? There is a missing dot in englishphp instead of english.php Does that help?
jww103 Posted April 19, 2007 Author Posted April 19, 2007 Did you copy the error exactly? There is a missing dot in englishphp instead of english.php Does that help? Yes that seems to be the problem - which file do I need to edit to correct it?
dittones Posted April 19, 2007 Posted April 19, 2007 James, includes/languages/english/englishphp is the path should look like this 'includes/languages/english/english.php so you will have to rename the file (program) I hope this helps Roman
jww103 Posted April 19, 2007 Author Posted April 19, 2007 James,includes/languages/english/englishphp is the path should look like this 'includes/languages/english/english.php so you will have to rename the file (program) I hope this helps Roman the file is correctly named - but where is this refering path stored?
Guest Posted April 19, 2007 Posted April 19, 2007 the file is correctly named - but where is this refering path stored? I've tried browsing a few of the more obvious files and wouldn't know where to start! I suggest you download a new copy of oscommerce and do a fresh install. This would most probably be the quickest solution. You could be spending weeks hunting for that elusive piece of coding.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.