Installation Solution
make_symlink.php does not work because it calls a function named symlink() - wherever this one is hidden.
solution :
create the following directories or folders by hand :
/admin/image
/admin/product_images
/admin/category_images
/admin/brand_logos
tmp and templates already exists in the admin directory or folder.
admin/class.FastTemplate.php is missing
copy /admin/class.FastTemplate.php3 to /admin/class.FastTemplate.php and rename the file (get rid of the "3" in the suffix).
-----------------------------------------
Fatal error can't redeclare function clear_parse() in line 661 or 664 or wherever.
solution :
open the mentioned file (maybe in both ig-shop and admin directory and folder, check error message) with your ascii editor and comment out this function. don't worry, it has been declared before, that's where the error "can't redeclare" comes from.
// function clear_parse ( $ReturnVar = "")
// {
// $this->clear($ReturnVar);
// }
that's it. your shop is up and running now.
Phitsamai Herzog
Chiang Mai, Thailand
(yes, i'm a woman)
|