Page 1 of 1

Newbie question: How to correct this cart_class.php problem

Posted: Fri Oct 03, 2008 8:50 pm
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

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

Posted: Fri Oct 03, 2008 10:41 pm
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