DarrenJMcCabe Posted November 2, 2005 Posted November 2, 2005 Please help I have installed the Information Pages Unlimited v1.0 contrib and when I got the admin panel all is fine. But when I go to the main site I get the error: Warning: main(includes/languages/english/default.php): failed to open stream: No such file or directory in /home/faelsafe/public_html/index.php on line 33 Fatal error: main(): Failed opening required 'includes/languages/english/default.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/faelsafe/public_html/index.php on line 33 WHat have I done wrong, I have gone through the install instructions about a thousand times and cannot find the problem. The only thing I can find wrong is that there is no file called default.php Quote
cujimmy Posted November 2, 2005 Posted November 2, 2005 Please help I have installed the Information Pages Unlimited v1.0 contrib and when I got the admin panel all is fine. But when I go to the main site I get the error: WHat have I done wrong, I have gone through the install instructions about a thousand times and cannot find the problem. The only thing I can find wrong is that there is no file called default.php Try changing all instances of default.php to index.php Quote
DarrenJMcCabe Posted November 2, 2005 Author Posted November 2, 2005 (edited) Thanks for the help cujimmy. Does seem to have fixed part of the problem. However I now get this error: Fatal error: Call to undefined function: tep_not_null() in /home/faelsafe/public_html/includes/classes/language.php on line 74 Any more thoughts? I havent modified the language.php at all, in fact I have never been near it. The line 74 is: function set_language($language) { if ( (tep_not_null($language)) && (isset($this->catalog_languages[$language])) ) { $this->language = $this->catalog_languages[$language]; } else { $this->language = $this->catalog_languages[DEFAULT_LANGUAGE]; } } Edited November 2, 2005 by DarrenJMcCabe Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.