Newbie question: How to correct this cart_class.php problem

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Diesel
Forum Newbie
Posts: 1
Joined: Fri Oct 03, 2008 8:39 pm

Newbie question: How to correct this cart_class.php problem

Post by Diesel »

I'm new to php and having a problem with a script that I just uploaded. If you go to my website it give you a error page stating this. Can anyone help me correct this problem. :oops: Thanks

Warning: require_once(/src/cart_class.php) [function.require-once]: failed to open stream: No such file or directory in /home/www/yourdomain.com/config.inc.php on line 91

Fatal error: require_once() [function.require]: Failed opening required '/src/cart_class.php' (include_path='.:/usr/local/php5/lib/php') in /home/www/yourdomain.com/config.inc.php on line 91
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Newbie question: How to correct this cart_class.php problem

Post by alex.barylski »

Wrong forum!

1. Make sure the file cart_class.php actually exists. It may not have uploaded properly.
2. Edit the file config.inc and make sure the path is actually pointing to the actual file
3. Contact the original developer
Post Reply