Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP! I am helpless...


chronosfda

Recommended Posts

Posted

Hi,

 

Why is it that after I done the configurations for my online store and tried to access my store website, it gives me a blank page with an error message that reads:

 

Fatal error: require() [function.require]: Failed opening required 'includes/classes/shopping_cart.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/chronosf/public_html/store/includes/application_top.php on line 125

 

May I know what happen and what must I do to resolve this issue?

Posted

Either the file in includes/classes/shopping_cart.php is missing or security is preventing it being opened or the configuration in /includes/configure.php is wrong.

 

Try this in google

 

site:www.oscommerce.com/forums "Failed opening required 'includes/classes/shopping_cart.php"

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted

If you can't find anything there, try updating your PHP include_path to include your store's root directory:

include_path='.:/home/chronsf/public_html/store:/usr/lib/php:/usr/local/lib/php';

Depending on your server setup, this may mean adding lines to your .htaccess and/or php.ini files. Discuss with your host.

Posted

The file is missing .. end of story .. includes/classes/shopping_cart.php is a relative path and obviously set correctly in configure.php.

Archived

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

×
×
  • Create New...