Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted
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

Posted (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 by DarrenJMcCabe

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...