nconfer
October 27th, 2003, 02:35 AM
Hi,
Just purchased your product, installed it (http://67.97.155.99/shop/store.php), and the front end appears to work fine. When I try and log in to the admin (username: admin password: password) I get the following error in Index.php:
Fatal error: Call to undefined function: get_image() in D:\WWWRoot\~wreaths\shop\squirrelcart\index.php on line 11
I did a search in Dreamweaver MX for the function get_image but it could not be found, so I'm having trouble getting a good idea why this error exists. Could someone please help me. Here is what my config file looks like at the moment:
$site_www_root = "http://67.97.155.99/shop";
$site_isp_root = ".";
$site_secure_root = "http://67.97.155.99/shop";
$cart_page = "/store.php";
$img_path = "images";
$sql_host = "localhost";
$sql_username = "mysql";
$sql_password = "";
$db = "Wreaths";
include "$site_isp_root/squirrelcart/cart.php";
Thank you for your time,
Nick Confer
Just purchased your product, installed it (http://67.97.155.99/shop/store.php), and the front end appears to work fine. When I try and log in to the admin (username: admin password: password) I get the following error in Index.php:
Fatal error: Call to undefined function: get_image() in D:\WWWRoot\~wreaths\shop\squirrelcart\index.php on line 11
I did a search in Dreamweaver MX for the function get_image but it could not be found, so I'm having trouble getting a good idea why this error exists. Could someone please help me. Here is what my config file looks like at the moment:
$site_www_root = "http://67.97.155.99/shop";
$site_isp_root = ".";
$site_secure_root = "http://67.97.155.99/shop";
$cart_page = "/store.php";
$img_path = "images";
$sql_host = "localhost";
$sql_username = "mysql";
$sql_password = "";
$db = "Wreaths";
include "$site_isp_root/squirrelcart/cart.php";
Thank you for your time,
Nick Confer