Page 43 of 59 FirstFirst ... 33414243444553 ... LastLast
Results 421 to 430 of 583
  1. #421
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    157c
    display_logs-2.2
    EasyPopulate4-4.0.37.11
    reCaptcha v3.4
    keep_cart1.0
    google_analytics-bada883
    one-page-checkout-2.3.7
    remember-me-2.0.1
    sitemapXML
    usu-3.0.8
    Image-Handler-5.1.10

    Having a strange problem...... the image handler 5 appears to be working fine on my old updated site. But the site that only has fresh database and code it is not working on. I have uninstalled it and reinstalled it.... still cannot tell that it is working. I only have 5 products on the new site and when I look at them in Image Handler they are all the same size (no renaming when I look at saving them).... but settings are different in the config so they should be different sizes. No log files are being made.... no water marks being shown.... but old site is fine.

  2. #422
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,541
    Plugin Contributions
    19

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Quote Originally Posted by shrimp-gumbo-mmmhhh View Post
    157c
    display_logs-2.2
    EasyPopulate4-4.0.37.11
    reCaptcha v3.4
    keep_cart1.0
    google_analytics-bada883
    one-page-checkout-2.3.7
    remember-me-2.0.1
    sitemapXML
    usu-3.0.8
    Image-Handler-5.1.10

    Having a strange problem...... the image handler 5 appears to be working fine on my old updated site. But the site that only has fresh database and code it is not working on. I have uninstalled it and reinstalled it.... still cannot tell that it is working. I only have 5 products on the new site and when I look at them in Image Handler they are all the same size (no renaming when I look at saving them).... but settings are different in the config so they should be different sizes. No log files are being made.... no water marks being shown.... but old site is fine.
    Possibly a stupid question, but sometimes it's the simplest things that are overseen... Did you enable it under Configuration->Images->IH resize images?

  3. #423
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Quote Originally Posted by balihr View Post
    Possibly a stupid question, but sometimes it's the simplest things that are overseen... Did you enable it under Configuration->Images->IH resize images?
    Thank you so much! That was it.... so tired today.

  4. #424
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    I've just submitted v5.1.11 of IH-5 for the Zen Cart moderators' review and will post back here when it's available for download.

    This release contains changes associated with the following GitHub issues:

    #219: zc158, No image preview for disabled products; the storefront popup_image doesn't display when a product is disabled.
    #220: Correct 'file not found' on admin sidebox display.
    #221: Changes to support PHP 8.1 and zc158 interoperation.

  5. #425
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Quote Originally Posted by lat9 View Post
    I've just submitted v5.1.11 of IH-5 for the Zen Cart moderators' review and will post back here when it's available for download.

    This release contains changes associated with the following GitHub issues:

    #219: zc158, No image preview for disabled products; the storefront popup_image doesn't display when a product is disabled.
    #220: Correct 'file not found' on admin sidebox display.
    #221: Changes to support PHP 8.1 and zc158 interoperation.
    Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2169

  6. #426
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    157c
    display_logs-2.2
    EasyPopulate4-4.0.37.11
    reCaptcha v3.4
    keep_cart1.0
    google_analytics-bada883
    one-page-checkout-2.3.7
    remember-me-2.0.1
    sitemapXML
    usu-3.0.8
    ****Image-Handler-5.1.10

    NEW Strange problem.... when I do a search on my site for "cross heart" or "cross and heart" I am getting the message "This page isn't working.... mywebsite is currently unable to handle this request. HTTP ERROR 500

    However, when I put in "cross with heart", "cross not heart", "cross + heart", "cross or heart" it comes up just fine. I am just wondering how many other combinations of keywords is this error happening with?

    Here is the debug information:

    Request URI: /index.php?main_page=advanced_search_result&search_in_description=1&keyword=heart +cross

    PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24576 bytes) in /home/mywebsite/public_html/includes/classes/bmz_image_handler.class.php on line 870

    I had just upgraded and rebooted the server and cleaned out the log files... so this is a fresh error message on a fresh system newly started. I had recently moved over some images that could have over 3000x3000pixels, but most files are 1MB or smaller.

  7. #427
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Okay, I have found one word that will cause the site to go down. I am seeing spiders crawling now and they are hitting some pages that are getting put down....but I go to the page and I can see it just fine...

    "h cross" "he cross" will work but "hea cross" dies....

  8. #428
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    If I turn the mod off everything appears to work.... IH resize images = no

  9. #429
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Just prior to line 870 of /incudes/classes/bmz_image_handler.class.php, add the following line to log which image file is causing the hiccup:
    Code:
    trigger_error($src_name, E_USER_WARNING);

  10. #430
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Quote Originally Posted by lat9 View Post
    Just prior to line 870 of /incudes/classes/bmz_image_handler.class.php, add the following line to log which image file is causing the hiccup:
    Code:
    trigger_error($src_name, E_USER_WARNING);
    Thank you! Will do!

 

 
Page 43 of 59 FirstFirst ... 33414243444553 ... LastLast

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1684
    Last Post: 2 Oct 2022, 06:55 AM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 24 Aug 2020, 05:07 PM
  3. 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
  4. 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
  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