JapaneseKamikaze Posted March 24, 2003 Share Posted March 24, 2003 Well the server stats are: Win2k, php 4.3, mysql 3.23, osc 2.2ms1 I am recieving the errors: Warning: main(includes/languages/.php) [function.main]: failed to create stream: No such file or directory in d:*dir*netincludesapplication_top.php on line 265 Fatal error: main() [function.main]: Failed opening required 'includes/languages/.php' (include_path='.;c:php4pear') in d:*dir*includesapplication_top.php on line 265 On the catalog page and... I am recieving the errors: Warning: main(includes/languages/english/) [function.main]: failed to create stream: No such file or directory in d:*dir*adminincludesapplication_top.php on line 193 Warning: main() [function.main]: Failed opening 'includes/languages/english/' for inclusion (include_path='.;c:php4pear') in d:*dir*adminincludesapplication_top.php on line 193 In the admin page. I have looked all over these forums trying to fix it, but no luck. Articles found: http://www.oscommerce.com/forums/viewtopic.php...eate+stream+265 http://www.oscommerce.com/forums/viewtopic.php...d+create+stream http://www.oscommerce.com/forums/viewtopic.php...d+create+stream http://www.oscommerce.com/forums/viewtopic.php...d+create+stream http://www.oscommerce.com/forums/viewtopic.php...d+create+stream http://www.oscommerce.com/forums/viewtopic.php...d+create+stream And so on... I have tried all these soultions without success. Maybe I missed one and someone can point me in the right dirction or offer a solution. I have read the how-to install on the other site, checked my config, etc... I am not sure where to go now, thanks for any help in advance. Link to comment Share on other sites More sharing options...
JapaneseKamikaze Posted March 24, 2003 Author Share Posted March 24, 2003 Oh ya, I changed the code in application_top.php (line 265) require(DIR_WS_LANGUAGES . $language . '.php'); to require(DIR_WS_LANGUAGES . 'english' . '.php'); when I do this I no longer get the language error. Instead I get.... Fatal error: Call to a member function on a non-object in d:*dir*includesapplication_top.php on line 293 Link to comment Share on other sites More sharing options...
JapaneseKamikaze Posted March 24, 2003 Author Share Posted March 24, 2003 I commented the line out (293) which is... $navagation->add_current_page(); and i get an error Warning: main(includes/languages//default.php) [function.main]: failed to create stream: No such file or directory in d:*dir*default.php on line 33 I am not sure if that is good or bad. Seems when i "fix" one problem two more come up :( Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.