Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24
  1. #21
    Join Date
    Mar 2006
    Posts
    194
    Plugin Contributions
    0

    Default Re: Image handler error on local install

    Kobra,

    I found this info online to enable the GD Library in php.

    "Search the following line of code:
    ;extension=php_gd2.dll
    Remove the semicolon from the beginning of this line, to activate the GD library:
    extension=php_gd2.dll"

    I found that line already had no semicolon in front of it. So, is that what you're talking about? It seems it's already enabled.
    TheWindCutter.com
    Professional Microphone Windscreens
    Got wind noise? We've got you covered.

  2. #22
    Join Date
    Mar 2006
    Posts
    194
    Plugin Contributions
    0

    Default Re: Image handler error on local install

    Quote Originally Posted by rainthebat View Post
    I personally don't use wamp, I've got Php, mysql and apache installed to view my page locally, so I don't know how it installs PHP. If it installs PHP as a seperate program, php.ini will be located in the php folder - probably under c:/program files/php or php5 or something like that.

    Wamp may have some sort of link to php.ini, if their help file has a search, you might look for the word php or something.

    Ah, I get it. I thought you meant somewhere in the ZenCart install. I know where to find the php.ini with WAMP.

    I'm not thinking that "PEAR" reference is a problem anymore though since I am able to login the Admin fine now. It wasn't even displaying at all before, just an error.

    Now, the main problem is I can't see my shop!

    Thanks for the reply.
    TheWindCutter.com
    Professional Microphone Windscreens
    Got wind noise? We've got you covered.

  3. #23
    Join Date
    Mar 2006
    Posts
    194
    Plugin Contributions
    0

    Default Re: Image handler error on local install

    Well, happy news! I can see my shop now!

    As I mentioned earlier, I had first done a fresh install of ZC with no addons and such. It went fine. The problems began when I downloaded my ZC install from the internet and tried to view that.

    It came to me that since I was able to see the fresh install, this must be possible! I opened the shop/admin/config file from the fresh install I had before and the one from the internet-downloaded version I was having the trouble with in Crimson Editor and compared them back and forth.

    I changed the following and now it works! Yea, I can see the catalog on my computer and also from computers on my home network.

    --------------------------------------------------------
    C:\wamp\www\shop\includes\configure.php
    --------------------------------------------------------

    Changed this...

    define('HTTP_SERVER', 'http://192.168.1.106');
    define('HTTPS_SERVER', 'http://localhost');

    to this...

    define('HTTP_SERVER', 'http://192.168.1.106');
    define('HTTPS_SERVER', 'http://192.168.1.106');

    and this...

    define('DIR_FS_SQL_CACHE', '/C:/wamp/www/shop/cache');

    to this...

    define('DIR_FS_SQL_CACHE', 'C:/wamp/www/shop/cache');

    Just removed the beginning / mark. And, basically changed the same things in

    --------------------------------------------------------
    C:\wamp\www\shop\admin\includes\configure.php
    --------------------------------------------------------

    Changed this...

    define('HTTP_SERVER', 'http://192.168.1.106');
    define('HTTPS_SERVER', 'https://localhost');
    define('HTTP_CATALOG_SERVER', 'http://192.168.1.106');
    define('HTTPS_CATALOG_SERVER', 'https://localhost');

    to this...

    define('HTTP_SERVER', 'http://192.168.1.106');
    define('HTTPS_SERVER', 'https://192.168.1.106');
    define('HTTP_CATALOG_SERVER', 'http://192.168.1.106');
    define('HTTPS_CATALOG_SERVER', 'https://192.168.1.106');

    and this...

    define('DIR_FS_SQL_CACHE', '/C:/wamp/www/shop/cache');

    to this...

    define('DIR_FS_SQL_CACHE', 'C:/wamp/www/shop/cache');

    Removed the beginning / mark.

    Thanks for all your help!!! And thanks to my husband for suggesting somehow going backwards to fix the problem. That's what gave me the idea!

    Hope this helps someone else,
    Rebekah
    TheWindCutter.com
    Professional Microphone Windscreens
    Got wind noise? We've got you covered.

  4. #24

    Default Re: Image handler error on local install

    Quote Originally Posted by misty View Post
    Not correct

    is CORRECT
    yes

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. v151 Image handler 4 gives fatal error with v1.5.1 fresh install
    By Arunachala in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 16 May 2013, 10:37 PM
  2. image handler v3 install on 1.5
    By bn17311 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 8 Jan 2012, 01:31 PM
  3. Image Handler 2 simple install question
    By taopro in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 29 Jan 2011, 03:56 PM
  4. Image Handler II-where to install?
    By knottybynature in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 21 Feb 2008, 05:46 PM
  5. Image handler install question
    By flex22 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 26 Jul 2007, 09:50 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR