Ubergeek Posted December 29, 2003 Share Posted December 29, 2003 When I attempt to visit any page on my site, I get this error: Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /home/ubergeek/public_html/admin/includes/application_top.php on line 130 Fatal error: main(): Failed opening required 'includes/languages/.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ubergeek/public_html/admin/includes/application_top.php on line 130 However, it worked fine before I uploaded and all the files are in the right places. Isn't it a bit weird that it can't find "/.php", because looking at the code it should choose the right language and then get the right language file (Eg: Detects english, so selects english.php")? I'm not familar with PHP so maybe it's something else? Thanks :) Link to comment Share on other sites More sharing options...
Guest Posted December 29, 2003 Share Posted December 29, 2003 did you make any modifications, to either configure.php or any other of the files and then reload after it worked? Link to comment Share on other sites More sharing options...
Ubergeek Posted December 29, 2003 Author Share Posted December 29, 2003 I've changed configure.php, but it seems that the URL in the error ("message /home/ubergeek/public_html/admin/includes/") is correct, so I wasn't sure if I did have the wrong configuration. Is that what it's likely to be? Thank-you! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.