Page 43 of 110 FirstFirst ... 3341424344455393 ... LastLast
Results 421 to 430 of 1096
  1. #421
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 3 Support Thread

    Most likely it is either a permissions error or an error with a corrupted .htaccess file..

    Interference with an .htaccess file

    If you have implemented .htaccess on your site, it may be interfering with the web page you are trying to load into your browser. Please double check the .htaccess configurations to ensure that it doesn’t contain any errors.
    To confirm whether a misconfiguration .htaccess is the cause of the 500 Internal Server error, either remove or rename the .htaccess file temporarily and then try to reload the page.
    Using your FTP software delete EVERYTHING in your bmz_cache folder and rename the .htaccess file (remove theleading "." and rename it to something like htaccess.txt)

    Check your folder permissions for the bmz_cache folder.
    Check the permissions of the folders/files IH3 generates within the bmz_cache folder. If there are permissions error you may have to work with your hosting company. (See recent posts here on this matter)

    Quote Originally Posted by AshleyNG2 View Post
    Hi guys

    I'm experiencing a 500 internal error with my site caused by this module. Products prior to this module are working correctly.

    Also my admin/image_handler.php page is blank (500 internal error page). I have gone through the readme again and usage instructions and can't spot anything I've done wrong. Have reuploaded this file and its still the same, I'm guessing my problems are stemming from this.

    Any ideas??

    Working Link: hawaiian-shirts.co.uk/hawaiian-shirts/blue-surfing-in-hawaii
    Error page: hawaiian-shirts.co.uk/hawaiian-shirts/ <-- doesn't work as it includes new products which have error.

    This also caused a 500 error on the front page as it displayed new products, I've had to remove that for the meantime.

    Thanks.

    EDIT: Btw, no error logs in /cache or cpanel error logs and my /bmz_cache contains files/folders
    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.

  2. #422
    Join Date
    Dec 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    Thanks for looking into this for me. I've tried as you suggested and deleted everything in bmz_cache and renamed htaccess but still no fix. Contents of bmz_cache are coming through as CHMod 755 --- would that cause the 500 error?

    Quote Originally Posted by DivaVocals View Post
    Most likely it is either a permissions error or an error with a corrupted .htaccess file..



    Using your FTP software delete EVERYTHING in your bmz_cache folder and rename the .htaccess file (remove theleading "." and rename it to something like htaccess.txt)

    Check your folder permissions for the bmz_cache folder.
    Check the permissions of the folders/files IH3 generates within the bmz_cache folder. If there are permissions error you may have to work with your hosting company. (See recent posts here on this matter)
    Last edited by AshleyNG2; 21 Aug 2011 at 06:19 PM.

  3. #423
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by AshleyNG2 View Post
    Thanks for looking into this for me. I've tried as you suggested and deleted everything in bmz_cache and renamed htaccess but still no fix. Contents of bmz_cache are coming through as CHMod 755 --- would that cause the 500 error?
    try chmodding it to 777 and see if that helps

    Are you sure that you put all files into their proper places and used the one that is common for both lightbox/ih3 (using the one from lightbox v6

    I was wondering -- at first I thought lightbox was not working then I see that the image is huge...is that your intention or did you not set a size in its configuration too.

  4. #424
    Join Date
    Dec 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    I've chmodding the folder and all containing files to 777 but it still did not make a difference.

    I do not think its an issue with lightbox as it also caused a 500 internal error on my front page when products which have had its images through IH are shown in the featured products box.

    Regarding the HUGE images, that was what they were uploaded as, IH would have solved this using the sizes I specified in the config but as I've disabled it for now (until this is resolved). Will have to manually edit the images if I can't solve this.

    Thank you for looking at this too!

    Quote Originally Posted by DarkAngel View Post
    try chmodding it to 777 and see if that helps

    Are you sure that you put all files into their proper places and used the one that is common for both lightbox/ih3 (using the one from lightbox v6

    I was wondering -- at first I thought lightbox was not working then I see that the image is huge...is that your intention or did you not set a size in its configuration too.

  5. #425
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by AshleyNG2 View Post

    Regarding the HUGE images, that was what they were uploaded as, IH would have solved this using the sizes I specified in the config but as I've disabled it for now (until this is resolved). Will have to manually edit the images if I can't solve this.
    1)
    No, Image handler is basically a php script, most people don't upload massive image over a megabyte (the images you have are photographic quality not web optimised), in all likelyhood image handler is choking (timing out) on the sheer size of the images/ one of your images is 1.3 MB (1,305,878 bytes) in size,

    Basically what you could try is, saving those images for the web normally that would mean they are about 10-20% of the filesize but they still look the same on a monitor.

    Image handler will create all 3 sizes but the problem is "possibly" that the raw file is so big that the script is timing out before completeing.

    This does happen ocasionally and it is normally down to either really large raw files or something corrupted

    2)
    What version of Imagehandler are you using, and what version of Zencart?

    3)
    Did you get the admin/imagehandler.php page working, because this is where image handler is installed from, and from what you say you seem to have installed it


    edit---------------------------------------------------------------------------
    4)
    What errors are showing in the /cache folder in the rot of your site
    note the errors will be in the /cache folder not the /bmz_cache folder
    Webzings Design
    Semi retired from Web Design

  6. #426
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by AshleyNG2 View Post
    I've chmodding the folder and all containing files to 777 but it still did not make a difference.

    I do not think its an issue with lightbox as it also caused a 500 internal error on my front page when products which have had its images through IH are shown in the featured products box.

    Regarding the HUGE images, that was what they were uploaded as, IH would have solved this using the sizes I specified in the config but as I've disabled it for now (until this is resolved). Will have to manually edit the images if I can't solve this.

    Thank you for looking at this too!
    please try checking once more to see that all files for IH3 were manually uploaded to their correct folders.

    then go to admin/tools/ih3/admin link and not only clear the cache but uninstall it. then install it again...sometimes that helps.

    I have 1200x1200 images in some spots in my store and they even without ih any version at the time were showing properly in the light box window...may be a setting that is wrong cause there should be no 500 error if things are cmodded and uploaded properly...

    you might even while checking reupload the files one at a time again...they sometimes get into a web hiccup and corrupt just a bit.

  7. #427
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    AshleyNG2 wrote

    I've chmodding the folder and all containing files to 777 but it still did not make a difference.
    I don't know if this is same problem I had back in IH2 - the chmod settings I was using were creating errors because they were at odds with settings my server required for security reasons.

    At the time I found this code modification of admin/includes/ih_manager.php

    http://www.zen-cart.com/forum/showthread.php?t=35913 reply#3809

    Merging the 3 chmod ref bits of code resolved the conflict for my situation.

    I carried those changes over to IH3 when I upgraded. (I confess I did not try IH3 without those changes.)

  8. #428
    Join Date
    Mar 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    That was not much pretty with these big ugly red words, but whatever.

    So, about your comments:
    1. how can I post a link to my admin page? :)
    2. on screenshot, there are IH version, ZC version and oh, of course, the fact, that it is an admin page...
    3. Options in Configuration->Images are affected only on eshop pages, not in admin page (maybe I am wrong).

    there is a problem with IH resize image, that posted AshleyNG2 (I disabled this option and images now displayed on product pages), but not in admin page.

    soxophoneplayer: I tried, but no effect.

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

    Default Re: Image Handler 3 Support Thread

    Since none of us can see the backend files that make up your store we can only help troubleshoot based on what we can see (your store).. A screen shot of your admin doesn't really provide any information. There is a LOT that we can acertain from seeing the site.. Without a link to the website where you are having the issues at it's hard for us to GUESS at what the issue might be... So the information we ask for is to help us help you..

    Quote Originally Posted by PROpheT View Post
    That was not much pretty with these big ugly red words, but whatever.

    So, about your comments:
    1. how can I post a link to my admin page? :)
    2. on screenshot, there are IH version, ZC version and oh, of course, the fact, that it is an admin page...
    3. Options in Configuration->Images are affected only on eshop pages, not in admin page (maybe I am wrong).

    there is a problem with IH resize image, that posted AshleyNG2 (I disabled this option and images now displayed on product pages), but not in admin page.

    soxophoneplayer: I tried, but no effect.
    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. #430
    Join Date
    Mar 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    My test site: http://www.syva.sk/eshop_test/
    When I disabled IH resize image option, images are displayed on product pages, but not in admin page. Also, when this option is set to NO, images zoom on hover doesnt work.

 

 
Page 43 of 110 FirstFirst ... 3341424344455393 ... LastLast

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. AJAX IMAGE Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 785
    Last Post: 13 Jan 2016, 11:48 PM
  3. v138a Image Handler 2 (for ZC v1.3.8 ONLY) Support
    By timkroeger in forum All Other Contributions/Addons
    Replies: 7098
    Last Post: 12 Oct 2014, 03:48 AM
  4. Image Titles Support Thread
    By gjh42 in forum All Other Contributions/Addons
    Replies: 155
    Last Post: 9 Sep 2014, 04:51 AM
  5. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 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