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.
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. 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
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