ingrit Posted October 23, 2006 Posted October 23, 2006 I did install oscommerce and everything looks fine until now . When I am trying to go to my site www.mysite.co.uk/catalog I am getting that warning: Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /home/fhlinux180/i/ingritcrafts.co.uk/user/htdocs/catalog/includes/application_top.php on line 287 Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /home/fhlinux180/i/ingritcrafts.co.uk/user/htdocs/catalog/includes/application_top.php on line 287 Fatal error: main(): Failed opening required 'includes/languages/.php' (include_path='.:/usr/share/pear') in /home/fhlinux180/i/ingritcrafts.co.uk/user/htdocs/catalog/includes/application_top.php on line 287 What I did wrong? please help!
ingrit Posted October 23, 2006 Author Posted October 23, 2006 I found topic and I fix problem but I have another one ; Fatal error: Call to a member function on a non-object in /home/fhlinux180/i/ingritcrafts.co.uk/user/htdocs/catalog/includes/application_top.php on line 311 I line 311 I have like that: 309 $broken_navigation = $navigation; 310 $navigation = new navigationHistory; 311 $navigation->unserialize($broken_navigation); 312 } 313 } else { 314 tep_session_register('navigation'); Any help plase!!!!!
crash3903 Posted October 23, 2006 Posted October 23, 2006 I found topic and I fix problem but I have another one ; Fatal error: Call to a member function on a non-object in /home/fhlinux180/i/ingritcrafts.co.uk/user/htdocs/catalog/includes/application_top.php on line 311 I line 311 I have like that: 309 $broken_navigation = $navigation; 310 $navigation = new navigationHistory; 311 $navigation->unserialize($broken_navigation); 312 } 313 } else { 314 tep_session_register('navigation'); Any help plase!!!!! have you uploaded include/functions.php file ?? Regards Mark A Reynolds
ingrit Posted October 23, 2006 Author Posted October 23, 2006 Uploaded from where? I did exactly what it says in instructions and I add register_globals contribution.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.