Page 650 of 710 FirstFirst ... 150550600640648649650651652660700 ... LastLast
Results 6,491 to 6,500 of 7099
  1. #6491
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 2 Support

    Minor error, as Steve pointed out i had left some test code in it, this has now been removed.
    Webzings Design
    Semi retired from Web Design

  2. #6492
    Join Date
    Mar 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi everyone,

    I'm a newbie to the world of ZenCart and web customization with add-ons and I'm having trouble installing the Image Handler 2 add-on. I've read the readme file and as I understand it, I am supposed to the following:

    1. rename the admin folder, which I changed to zc_admin (my site's admin folder name)

    2. changed the "YOUR_TEMPLATE" in the modules and templates folders to the name of my template, which I changed to "cherry_zen".

    3. I installed the entire "Store_Root" folder to my store root, which is "public_html". This is the folder that contains the index.php file for my site.

    4. Unfortunately, after doing this, the option to install IH2 didn't show up in Admin > Tools >Image Handler2.

    I'm not sure what I've done wrong at this point and would really appreciate any help/insight anyone can offer. I uninstalled the application from my server after it didn't work. The URL of my site is www.bbetoysplus.com.

  3. #6493
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    I think you misread/misunderstood this part.
    Install the contents of the Store_Root folder, guess where? in your store root, where index.php is.
    Meaning what's IN the Store_Root folder, not the whole Store_Root folder.. (which it sounds like is what you have done..)

    Quote Originally Posted by larkin1981 View Post
    Hi everyone,

    I'm a newbie to the world of ZenCart and web customization with add-ons and I'm having trouble installing the Image Handler 2 add-on. I've read the readme file and as I understand it, I am supposed to the following:

    1. rename the admin folder, which I changed to zc_admin (my site's admin folder name)

    2. changed the "YOUR_TEMPLATE" in the modules and templates folders to the name of my template, which I changed to "cherry_zen".

    3. I installed the entire "Store_Root" folder to my store root, which is "public_html". This is the folder that contains the index.php file for my site.

    4. Unfortunately, after doing this, the option to install IH2 didn't show up in Admin > Tools >Image Handler2.

    I'm not sure what I've done wrong at this point and would really appreciate any help/insight anyone can offer. I uninstalled the application from my server after it didn't work. The URL of my site is www.bbetoysplus.com.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #6494
    Join Date
    Mar 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    I think you misread/misunderstood this part.


    Meaning what's IN the Store_Root folder, not the whole Store_Root folder.. (which it sounds like is what you have done..)
    Wow, now I feel like a complete idiot. You were absolutely right. Once I installed the components contained within the Store_Root folder, it worked and it's now installed. Thanks so much for your help!

  5. #6495

    Default Re: Image Handler 2 Support

    Quote Originally Posted by larkin1981 View Post
    Wow, now I feel like a complete idiot. You were absolutely right. Once I installed the components contained within the Store_Root folder, it worked and it's now installed. Thanks so much for your help!
    Hi larkin,

    Now that you've done this, you may want to go back and change the names of your admin folder and custom template folders to something else, as you have shared that information on the internet.

    Going forward, when referring to these folders, use "MY_ADMIN_FOLDER" and "MY_CUSTOM_TEMPLATE", or something equally generic. Never put the true file names "out there" (especially for your admin folder), as it makes your site waaaay too easy to hack :)

    (speaking of that, I hope you read and followed all of the security measures detailed in the install instructions for 139h)

    Welcome to Zen Cart - no doubt you will enjoy it as much as we all do

    PS, after you change the name of your admin folder, remember to update this change in these two files:

    admin/includes/configure.php
    and
    store_root/includes/configure.php
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  6. #6496
    Join Date
    Mar 2009
    Posts
    102
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Thank you! I can confirm that this works with Windows 7 x64 as well! Excellent!

  7. #6497
    Join Date
    Mar 2009
    Posts
    102
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by larkin1981 View Post
    Hi everyone,

    I'm a newbie to the world of ZenCart and web customization with add-ons and I'm having trouble installing the Image Handler 2 add-on. I've read the readme file and as I understand it, I am supposed to the following:

    1. rename the admin folder, which I changed to zc_admin (my site's admin folder name)

    The URL of my site is www.bbetoysplus.com.
    Hi. as Diva said, rename the admin-folder once again asap. I have a couple of attempts/bots trying to access the admin-page every week and run scripts (most notably "password forgotten") and I hate to see them succeed on your site.
    Don't rename it to "administration" or something easy or self explanatory, but rater mix large and small letters, include a couple of numbers as well, and make it quite long.

    As extra precaution, you may add a server side password login to the admin-folder. If you have cpanel, that's an easy task. Look under "password protect folders".

    To keep your admin-url secret, make sure you never visit an other URL from the admin-window. Make sure you close the window, otherwise others (like me) can look inside our access-logs and see the referer-url - i.e. your admin-url.

  8. #6498
    Join Date
    Feb 2009
    Location
    In the Woods of Texas
    Posts
    63
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I started another test store. I installed the latest IH. I scanned for images that I uploaded from my other test site. The images are not showing. When I view source I see the line below:

    onmouseover="showtrail('images//bd-943satinstylistapron-60.jpg

    Just after images it has //, should it not be images/?

    I had uploaded the bmz_cache folder from my other test site.

    Any light shedded would be very helpful.

  9. #6499
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Yeah.. What she said..
    Quote Originally Posted by ScriptJunkie View Post
    Hi larkin,

    Now that you've done this, you may want to go back and change the names of your admin folder and custom template folders to something else, as you have shared that information on the internet.

    Going forward, when referring to these folders, use "MY_ADMIN_FOLDER" and "MY_CUSTOM_TEMPLATE", or something equally generic. Never put the true file names "out there" (especially for your admin folder), as it makes your site waaaay too easy to hack :)

    (speaking of that, I hope you read and followed all of the security measures detailed in the install instructions for 139h)

    Welcome to Zen Cart - no doubt you will enjoy it as much as we all do

    PS, after you change the name of your admin folder, remember to update this change in these two files:

    admin/includes/configure.php
    and
    store_root/includes/configure.php
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #6500

    Default Re: Image Handler 2 Support

    Quote Originally Posted by kaddie View Post
    I started another test store. I installed the latest IH. I scanned for images that I uploaded from my other test site. The images are not showing. When I view source I see the line below:

    onmouseover="showtrail('images//bd-943satinstylistapron-60.jpg

    Just after images it has //, should it not be images/?

    I had uploaded the bmz_cache folder from my other test site.

    Any light shedded would be very helpful.
    Disclaimer: I didn't develop this mod and am not deeply familiar with its inner workings.

    Despite that, here's what I would do: empty the bmz cache folder, reload the pages, and see what happens.

    If you have a fresh install of ZC for a new test store, and a fresh install of IH2 on that new test store, and you've uploaded images to that new test store, IH2 should work fine.

    It creates the bmz_cache folder as it goes along...meaning that the cached images are created by IH2 as pages with images are loaded.

    It needs to be given the chance to do this because that's how it works. I'm thinking that uploading the bmz cache folder from another store not only won't speed up that process, but simply won't work at all....and that seems to be the case for you.

    I may be way off base here, and if so, Diva will correct me and provide you with more accurate information.

    But that would be the first thing I would try (clear the bmz cache folder and then reload the pages in question).
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

 

 

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  3. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM
  4. Image handler only covers part of screen
    By shaneburton in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 May 2009, 07:15 PM
  5. Is Image Handler the only way to go?
    By wwwursa in forum Installing on a Windows Server
    Replies: 2
    Last Post: 23 Dec 2007, 09:22 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