PDA

View Full Version : Install Errors...


imediaweb
October 22nd, 2003, 02:20 AM
Hello all, I am a NEWBIE, and am installing for the firstime also. I have done searches on the forum and have gound similar problems, but much like problems, they tend to be unique to each situation. I am getting trhe following error:

Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/psa/home/vhosts/highlandergolf.com/httpdocs/squirrelcart/config.php on line 36

Warning: Failed opening '/home/vhosts/highlandergolf.com/httpdocs//squirrelcart/cart.php' for inclusion (include_path='.:/usr/share/pear') in /usr/local/psa/home/vhosts/highlandergolf.com/httpdocs/squirrelcart/config.php on line 36

Fatal error: Call to undefined function: stylesheet() in /usr/local/psa/home/vhosts/highlandergolf.com/httpdocs/store.php on line 7


This is set up on a Linux box running Pleask 6.0. If more info is needed, please let me know.

Thanks in advance.

Jamie
October 23rd, 2003, 12:43 AM
Hi,

Welcome to the forums!

It sounds like you have a trailing slash at the end of your $site_isp_root in your config file. Judging by the error message, it sounds like your $site_isp_root variable should be:

"/usr/local/psa/home/vhosts/highlandergolf.com/httpdocs"

and it seems to be:

"'/home/vhosts/highlandergolf.com/httpdocs/"

If you change it to the first example, the errors should go away.

Thanks,
Jamie