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.
Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
Originally Posted by
shrimp-gumbo-mmmhhh
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?
Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
Originally Posted by
balihr
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.
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.
Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
Originally Posted by
lat9
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
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.
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.... :(
Re: Image Handler 5 (for v1.5.5) Support Thread
If I turn the mod off everything appears to work.... IH resize images = no
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);
Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
Originally Posted by
lat9
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!