Eis Posted March 24, 2009 Share Posted March 24, 2009 Hi, folks! I have a problem I can't do anything in my shop, next error available Warning: require(includes/languages/.php) [function.require]: failed to open stream: No such file or directory in /home/u7338/halledemstille.com/www/shop/includes/application_top.php on line 288 Fatal error: require() [function.require]: Failed opening required 'includes/languages/.php' (include_path='.:') in /home/u7338/halledemstille.com/www/shop/includes/application_top.php on line 288 I don't remove any code, only server parametres. What it can be? Link to comment Share on other sites More sharing options...
morehawes Posted March 24, 2009 Share Posted March 24, 2009 What 'server parametres' did you remove? It's not finding your language file because it's currently set to nothing... thus it's looking for a file called ''.php (i.e. nothing dot php). This is created in includes/application_top.php but I couldn't say for sure why it's not getting set for your lanuguage. Try accessing the page with ?language=english at the end of the url. Can you see the page? Joe MacMan strikes again! Always backup first before listening to me! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.