Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error Message - Failed to open stream...


hennanra

Recommended Posts

Posted

Hello,

 

I have just fixed a number of SSL issues and am encountering another problem now. The store works fine - www.spice-market.com/shop/ - however when I try to access the admin folder I get the following error message:

 

Warning: main(includes/classes/navigation_history.php) [function.main]: failed to open stream: No such file or directory in /homepages/44/d234304209/htdocs/shop/admin/includes/application_top.php on line 128

 

Fatal error: main() [function.require]: Failed opening required 'includes/classes/navigation_history.php' (include_path='.:/usr/lib/php') in /homepages/44/d234304209/htdocs/shop/admin/includes/application_top.php on line 128

 

Any ideas where to look or changes to make in respective files to fix this issue would be much appreciated.

 

Kind Regds,

Raheel

Posted

read the errors, open the application_top.php on line 128, incorrect path to file or file doesn't exist.

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Posted

Hi,

 

I figured that much - thanks :-). I have modified files previously - I am not averse to this as long as I have an idea what I am doing and why - but I cannot understand what is expected - the lines of code in the application_top.php file mentioned are:

 

if (isset($HTTP_GET_VARS['language']) && tep_not_null($HTTP_GET_VARS['language'])) {

$lng->set_language($HTTP_GET_VARS['language']);

} else {

$lng->get_browser_language();

}

$language = $lng->language['directory'];

$languages_id = $lng->language['id'];

}

 

In this code - "$language = $lng->language['directory'];" is line 128. I don't know what code I need to enter or change in this file. Some specific ideas would be appreciated.

 

Kind Regards,

Raheel

 

 

read the errors, open the application_top.php on line 128, incorrect path to file or file doesn't exist.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...