PDA

View Full Version : Sudden Errors


actiontraining
August 10th, 2003, 02:50 PM
These errors have come all of a sudden, nothing has been messed with or changed. Can someone please help.

Thanks


Warning: open_basedir restriction in effect. File is in wrong directory in /home/actiontraining/public_html/shop/demo.php on line 1

Warning: Failed opening '/usr/home/actiontraining/public_html/shop/squirrelcart/config.php' for inclusion (include_path='.:/usr/share/php') in /home/actiontraining/public_html/shop/demo.php on line 1

Fatal error: Call to undefined function: stylesheet() in /home/actiontraining/public_html/shop/demo.php on line 7

Jamie
August 19th, 2003, 10:54 AM
Hi,

Are you still having this problem? It most likely is due to something changing on your server.

If you are, I would suggest that you change the include for your config.php file at the top of your cart page from:

<? include "/usr/home/actiontraining/public_html/shop/squirrelcart/config.php"; ?>

to:

<? include "/home/actiontraining/public_html/shop/squirrelcart/config.php"; ?>

Thanks,
Jamie