PDA

View Full Version : Can Any One Help at all


medic
May 31st, 2004, 10:32 PM
Hi all
Can any one tell me how to fix this error by chance?
B4 you say make a ticket I have 20 hrs ago and nothing so far so I am posting here to see if anyone may know what I need to do so I can get on with my work I have tryed this on 2 servers and get the same error

Warning: main(www/squirrelcart/cart.php): failed to open stream: No such file or directory in /home/youknow/public_html/squirrelcart/config.php on line 36

Warning: main(): Failed opening 'www/squirrelcart/cart.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/youknow/public_html/squirrelcart/config.php on line 36

Fatal error: Call to undefined function: stylesheet() in /home/youknow/public_html/store.php on line 7

Jamie
June 1st, 2004, 12:27 PM
It sounds as though you have a config file problem, specifically with the $site_isp_root variable. The error says that it can't include "www/squirrelcart/cart.php" in "/home/youknow/public_html/squirrelcart/config.php". By this message, it sounds like you have $site_isp_root set to "www" and it should be set to "/home/youknow/public_html".

-Jamie