instyman
June 15th, 2005, 11:44 AM
I am having problems with configuring Squirrelcart on Mac. I want to do this to get it working before uploading to my site. If I set the config like this it gets me to the store (And it is the only way I can get it to work).
$site_www_root = "http://administrators-computer.local/~elliott/www";
$site_isp_root = ".";
$site_secure_root = "http://administrators-computer.local/~elliott/www";
However if I login and try to edit anything the I get errors...
Warning: main(./squirrelcart/cart.php): failed to open stream: No such file or directory in /Users/elliott/Sites/www/squirrelcart/config.php on line 75
Warning: main(): Failed opening './squirrelcart/cart.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /Users/elliott/Sites/www/squirrelcart/config.php on line 75
Fatal error: Call to undefined function: get_image() in /Users/elliott/Sites/www/squirrelcart/index.php on line 18
This is very frustrating. I do understand file paths, but I don't understand why you need a $site_isp_root and a $site_www_root.
One more thing that just makes me feel like this company is messed up. Is I create a username and password for the Squirrelcart support site. Next I must create a username and password for this forum and then go back and put an email address in the support site. Last is I want to use the Help desk I have to create another username and password. I that messed up or what?
$site_www_root = "http://administrators-computer.local/~elliott/www";
$site_isp_root = ".";
$site_secure_root = "http://administrators-computer.local/~elliott/www";
However if I login and try to edit anything the I get errors...
Warning: main(./squirrelcart/cart.php): failed to open stream: No such file or directory in /Users/elliott/Sites/www/squirrelcart/config.php on line 75
Warning: main(): Failed opening './squirrelcart/cart.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /Users/elliott/Sites/www/squirrelcart/config.php on line 75
Fatal error: Call to undefined function: get_image() in /Users/elliott/Sites/www/squirrelcart/index.php on line 18
This is very frustrating. I do understand file paths, but I don't understand why you need a $site_isp_root and a $site_www_root.
One more thing that just makes me feel like this company is messed up. Is I create a username and password for the Squirrelcart support site. Next I must create a username and password for this forum and then go back and put an email address in the support site. Last is I want to use the Help desk I have to create another username and password. I that messed up or what?