Guest Posted June 9, 2003 Posted June 9, 2003 guys can you help me? what does this mean: Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /home/sourcem/public_html/shop/includes/application_top.php on line 249 Fatal error: main(): Failed opening required 'includes/languages/.php' (include_path='') in /home/sourcem/public_html/shop/includes/application_top.php on line 249 andddd how can i resolve it?
mdfst13 Posted June 9, 2003 Posted June 9, 2003 It looks like your $language variable is not getting set. A hack is to say $language = english; (or espanol or german) before line 249 of your application_top.php file. Or someone else might be able to give you some idea of why this is happening so that you can fix the root cause. Good luck, Matt I love deadlines. I like the whooshing sound they make as they fly by. ---Douglas Adams
mdfst13 Posted June 9, 2003 Posted June 9, 2003 Oops. I think that that might have to be 'english' rather than english. I love deadlines. I like the whooshing sound they make as they fly by. ---Douglas Adams
Guest Posted June 10, 2003 Posted June 10, 2003 i done this now thatnks for that however now when i go into the shop it displays with no text for the products and when you click on them it says product not found! any ideas?
Guest Posted June 10, 2003 Posted June 10, 2003 Go into admin>localization>languages set the language you are using as default.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.