macman2
July 9th, 2003, 11:21 AM
This is my first installation.
I am trying to install in a subdirectory of my site (http://www.onscreen.gr/cart) so
1. I changed the code in cart.php as described at a previous post (http://www.ldev.com/forums/show...s=&threadid=656)
2. The setting in config.php are:
$site_www_root = "http://www.onscreen.gr/cart";
$site_isp_root = "/home/onscreen/public_html/cart";
$site_secure_root = "http://www.onscreen.gr/cart";
$cart_page = "/demo.php";
$img_path = "/images";
When I point to demo.php i ger the error
Fatal error: Call to undefined function: stylesheet() in /home/onscreen/public_html/cart/demo.php on line 7
Any help?
I am trying to install in a subdirectory of my site (http://www.onscreen.gr/cart) so
1. I changed the code in cart.php as described at a previous post (http://www.ldev.com/forums/show...s=&threadid=656)
2. The setting in config.php are:
$site_www_root = "http://www.onscreen.gr/cart";
$site_isp_root = "/home/onscreen/public_html/cart";
$site_secure_root = "http://www.onscreen.gr/cart";
$cart_page = "/demo.php";
$img_path = "/images";
When I point to demo.php i ger the error
Fatal error: Call to undefined function: stylesheet() in /home/onscreen/public_html/cart/demo.php on line 7
Any help?