View Single Post
  #1 (permalink)  
Old 08-16-2005, 12:54 PM
poweruser poweruser is offline
Junior Member
0 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Aug 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default 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)
Reply With Quote