Page 63 of 66 FirstFirst ... 13536162636465 ... LastLast
Results 621 to 630 of 653
  1. #621
    Join Date
    Mar 2011
    Posts
    53
    Plugin Contributions
    0

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

    Running zc v2.0.1 and error log shows:
    PHP Warning: imagecreatefrompng(): gd-png: libpng warning: iCCP: known incorrect sRGB profile in /.../includes/classes/bmz_image_handler.class.php on line 953.

  2. #622
    Join Date
    Feb 2014
    Location
    Germany
    Posts
    197
    Plugin Contributions
    0

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

    Make sure your image has the correct RGB colour profile.
    You can set it e.g. in GIMP
    My Zen-Cart Vespa Shop.
    GDPR compliant Webhosting in Germany.

  3. #623
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,914
    Plugin Contributions
    89

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

    Quote Originally Posted by Shop Suey View Post
    Make sure your image has the correct RGB colour profile.
    You can set it e.g. in GIMP

  4. #624
    Join Date
    Mar 2011
    Posts
    53
    Plugin Contributions
    0

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

    Quote Originally Posted by Shop Suey View Post
    Make sure your image has the correct RGB colour profile.
    You can set it e.g. in GIMP
    Thank you! What is the CORRECT RGB color profile?

  5. #625
    Join Date
    Feb 2014
    Location
    Germany
    Posts
    197
    Plugin Contributions
    0

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

    Options are Grayscale, Indexed and RGB.
    Go with "RGB" which is a full bandwith colour profile supported by convert libraries.

    This also applies to other image formats. You're going to have trouble when you work witg Grayscale or Indexed colour profiles. If you want a B/W image, just reduce the saturation instead of changing the colour profile.

    If you're using other image editing software it doesn't matter which Full bandwith RGB profile you choose. They are just a kind of Lookup Table.
    It's important your image file is not indexed with reduced colours (4 bit, 8 bit and so on).

    GIMP is really handy for this kind of fixing files to match standards conversion libraries often need.
    Last edited by Shop Suey; 25 Jun 2024 at 11:30 AM.
    My Zen-Cart Vespa Shop.
    GDPR compliant Webhosting in Germany.

  6. #626
    Join Date
    Mar 2011
    Posts
    53
    Plugin Contributions
    0

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

    Running zc v2.0.1 and error log shows a new error:
    --> PHP Warning: Undefined array key 1 in /...htdocs/includes/classes/bmz_image_handler.class.php on line 1055.
    --> PHP Warning: Undefined array key 2 in /.../htdocs/includes/classes/bmz_image_handler.class.php on line 1055.

    Thank you in advance!

  7. #627
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,914
    Plugin Contributions
    89

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

    Quote Originally Posted by siilike1232 View Post
    Running zc v2.0.1 and error log shows a new error:
    --> PHP Warning: Undefined array key 1 in /...htdocs/includes/classes/bmz_image_handler.class.php on line 1055.
    --> PHP Warning: Undefined array key 2 in /.../htdocs/includes/classes/bmz_image_handler.class.php on line 1055.

    Thank you in advance!
    Those aren't the full logs for the associated issue. Without the backtrace that is included for each of those logs, I don't have enough information to determine what's up.

  8. #628
    Join Date
    Mar 2011
    Posts
    53
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    Those aren't the full logs for the associated issue. Without the backtrace that is included for each of those logs, I don't have enough information to determine what's up.
    Here are the full logs:
    Request URI: /index.php?main_page=product_info&cPath=5_6&products_id=425, IP address: 54.36.148.169, Language id 2
    #0 /.../htdocs/includes/classes/bmz_image_handler.class.php(1055): zen_debug_error_handler()
    #1 /.../htdocs/includes/classes/bmz_image_handler.class.php(856): ih_image->get_background_rgb()
    #2 /.../htdocs/includes/classes/bmz_image_handler.class.php(430): ih_image->resize_imageGD()
    #3 /.../htdocs/includes/classes/bmz_image_handler.class.php(282): ih_image->get_resized_image()
    #4 /.../htdocs/includes/functions/extra_functions/functions_bmz_image_handler.php(154): ih_image->get_local()
    #5 /.../htdocs/includes/functions/html_output.php(215): handle_image()
    #6 /.../htdocs/includes/templates/bootstrap/templates/tpl_modules_main_product_image.php(19): zen_image()
    #7 /.../htdocs/includes/templates/bootstrap/templates/tpl_product_info_display.php(61): require('/data01/virt991...')
    #8 /.../htdocs/includes/modules/pages/product_info/main_template_vars.php(140): require('/data01/virt991...')
    #9 /.../htdocs/includes/templates/bootstrap/common/tpl_main_page.php(227): require('/data01/virt991...')
    #10 /.../htdocs/index.php(94): require('/data01/virt991...')
    --> PHP Warning: Undefined array key 1 in /.../htdocs/includes/classes/bmz_image_handler.class.php on line 1055.

    Request URI: /index.php?main_page=product_info&cPath=5_6&products_id=425, IP address: 54.36.148.169, Language id 2
    #0 /.../htdocs/includes/classes/bmz_image_handler.class.php(1055): zen_debug_error_handler()
    #1 /.../htdocs/includes/classes/bmz_image_handler.class.php(856): ih_image->get_background_rgb()
    #2 /.../htdocs/includes/classes/bmz_image_handler.class.php(430): ih_image->resize_imageGD()
    #3 /.../htdocs/includes/classes/bmz_image_handler.class.php(282): ih_image->get_resized_image()
    #4 /.../htdocs/includes/functions/extra_functions/functions_bmz_image_handler.php(154): ih_image->get_local()
    #5 /.../htdocs/includes/functions/html_output.php(215): handle_image()
    #6 /.../htdocs/includes/templates/bootstrap/templates/tpl_modules_main_product_image.php(19): zen_image()
    #7 /.../htdocs/includes/templates/bootstrap/templates/tpl_product_info_display.php(61): require('/data01/virt991...')
    #8 /.../htdocs/includes/modules/pages/product_info/main_template_vars.php(140): require('/data01/virt991...')
    #9 /.../htdocs/includes/templates/bootstrap/common/tpl_main_page.php(227): require('/data01/virt991...')
    #10 /.../htdocs/index.php(94): require('/data01/virt991...')
    --> PHP Warning: Undefined array key 2 in /.../htdocs/includes/classes/bmz_image_handler.class.php on line 1055.

  9. #629
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,914
    Plugin Contributions
    89

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

    Quote Originally Posted by siilike1232 View Post
    Here are the full logs:
    Request URI: /index.php?main_page=product_info&cPath=5_6&products_id=425, IP address: 54.36.148.169, Language id 2
    #0 /.../htdocs/includes/classes/bmz_image_handler.class.php(1055): zen_debug_error_handler()
    #1 /.../htdocs/includes/classes/bmz_image_handler.class.php(856): ih_image->get_background_rgb()
    #2 /.../htdocs/includes/classes/bmz_image_handler.class.php(430): ih_image->resize_imageGD()
    #3 /.../htdocs/includes/classes/bmz_image_handler.class.php(282): ih_image->get_resized_image()
    #4 /.../htdocs/includes/functions/extra_functions/functions_bmz_image_handler.php(154): ih_image->get_local()
    #5 /.../htdocs/includes/functions/html_output.php(215): handle_image()
    #6 /.../htdocs/includes/templates/bootstrap/templates/tpl_modules_main_product_image.php(19): zen_image()
    #7 /.../htdocs/includes/templates/bootstrap/templates/tpl_product_info_display.php(61): require('/data01/virt991...')
    #8 /.../htdocs/includes/modules/pages/product_info/main_template_vars.php(140): require('/data01/virt991...')
    #9 /.../htdocs/includes/templates/bootstrap/common/tpl_main_page.php(227): require('/data01/virt991...')
    #10 /.../htdocs/index.php(94): require('/data01/virt991...')
    --> PHP Warning: Undefined array key 1 in /.../htdocs/includes/classes/bmz_image_handler.class.php on line 1055.

    Request URI: /index.php?main_page=product_info&cPath=5_6&products_id=425, IP address: 54.36.148.169, Language id 2
    #0 /.../htdocs/includes/classes/bmz_image_handler.class.php(1055): zen_debug_error_handler()
    #1 /.../htdocs/includes/classes/bmz_image_handler.class.php(856): ih_image->get_background_rgb()
    #2 /.../htdocs/includes/classes/bmz_image_handler.class.php(430): ih_image->resize_imageGD()
    #3 /.../htdocs/includes/classes/bmz_image_handler.class.php(282): ih_image->get_resized_image()
    #4 /.../htdocs/includes/functions/extra_functions/functions_bmz_image_handler.php(154): ih_image->get_local()
    #5 /.../htdocs/includes/functions/html_output.php(215): handle_image()
    #6 /.../htdocs/includes/templates/bootstrap/templates/tpl_modules_main_product_image.php(19): zen_image()
    #7 /.../htdocs/includes/templates/bootstrap/templates/tpl_product_info_display.php(61): require('/data01/virt991...')
    #8 /.../htdocs/includes/modules/pages/product_info/main_template_vars.php(140): require('/data01/virt991...')
    #9 /.../htdocs/includes/templates/bootstrap/common/tpl_main_page.php(227): require('/data01/virt991...')
    #10 /.../htdocs/index.php(94): require('/data01/virt991...')
    --> PHP Warning: Undefined array key 2 in /.../htdocs/includes/classes/bmz_image_handler.class.php on line 1055.
    It 'sounds like' you've got invalid settings for Configuration :: Images :: IH {small|medium|large} images background. Please post a screenshot of your site's Configuration :: Images configuration settings.

  10. #630
    Join Date
    Mar 2011
    Posts
    53
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    It 'sounds like' you've got invalid settings for Configuration :: Images :: IH {small|medium|large} images background. Please post a screenshot of your site's Configuration :: Images configuration settings.
    Here is the screenshot:
    Name:  images.jpg
Views: 53
Size:  35.7 KB

 

 
Page 63 of 66 FirstFirst ... 13536162636465 ... 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