Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Results 1 to 6 of 6

Thread: Installation Solution

  1. #1
    poweruser is offline Junior Member
    Join Date
    Aug 2005
    Posts
    2

    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)

  2. #2
    selina is offline Junior Member
    Join Date
    Oct 2005
    Posts
    2

    Default

    Thanks now it`s working :-D

  3. #3
    ccalcut is offline Junior Member
    Join Date
    May 2006
    Posts
    1

    Default Fatal Error now is File Not Found

    I made the changes listed in here on both the root files and the admin files, now I have and error in the client side of the cart that is Error File Not Found. The admin works great now, but that is it. Any suggestions?

    Cory

  4. #4
    robertocorona is offline Junior Member
    Join Date
    May 2006
    Posts
    2

    Question help install error

    Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/grupoemc/public_html/cart/ig_shop/auth.php:1) in /home/grupoemc/public_html/cart/ig_shop/session_variables.php on line 22

    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/grupoemc/public_html/cart/ig_shop/auth.php:1) in /home/grupoemc/public_html/cart/ig_shop/session_variables.php on line 22

    Warning: Cannot modify header information - headers already sent by (output started at /home/grupoemc/public_html/cart/ig_shop/auth.php:1) in /home/grupoemc/public_html/cart/ig_shop/session_variables.php on line 24

    Fatal error: Cannot redeclare clear_parse() in /home/grupoemc/public_html/cart/ig_shop/class.FastTemplate.php on line 661

    ?'?

  5. #5
    robertocorona is offline Junior Member
    Join Date
    May 2006
    Posts
    2

    Question Error

    Fatal error: Cannot redeclare clear_parse() in /home/grupoemc/public_html/ig_shop/admin/class.FastTemplate.php on line 647

    ?help?

  6. #6
    temi's Avatar
    temi is offline Facilitator
    Join Date
    Jun 2003
    Location
    London, England.
    Posts
    10,303

    Default

    Please do not use the current version of iG Shop any more, we have a new one coming out next week, its does not have all the error you are reporting
    Thanks

    * Comprehensive UK Web Directory List . eCommerce software UK
    * BossCart.com can build you a.
    Register your domain names at Velnet
    ::
    Add Eco sites to The Green Directory free of charge.
    Use LBS Free PHP Directory Script . Web Hosting Blog

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Solution for Word Template
    By WilsonFlagg in forum General Webmaster Talk
    Replies: 3
    Last Post: 05-26-2007, 11:14 AM
  2. How To Look For A Web Hosting Solution
    By ovi in forum General Webmaster Talk
    Replies: 0
    Last Post: 11-02-2005, 06:19 AM
  3. Net Security Solution
    By temi in forum In The News
    Replies: 0
    Last Post: 02-26-2005, 05:01 AM
  4. Solution to getting listed in DMOZ?
    By Duke in forum General Webmaster Talk
    Replies: 6
    Last Post: 10-12-2004, 01:48 AM
  5. uploading images bug - Solution?
    By guasgue in forum iG Shop
    Replies: 0
    Last Post: 09-06-2003, 04:48 AM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124