Results 1 to 10 of 23

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Known bugs (and fixes) for v1.5.8 series

    Long time users who have had the product since before Zen Cart 1.5.6 may see an issue when going to Tools > EZ Pages. If you get a white screen, here is the fix: go to Admin > Tools > Install SQL Patches and run

    ALTER TABLE customers_basket DROP COLUMN final_price;
    ALTER TABLE ezpages DROP COLUMN languages_id;
    ALTER TABLE ezpages DROP COLUMN pages_title;
    ALTER TABLE ezpages DROP COLUMN pages_html_text;

    NOTE: This should only affect users using a database prefix (e.g. "zen_" or "zc_") in their configure.php files.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Known bugs (and fixes) for v1.5.8 series

    If you don't yet have a configure.php file or a database, you must explicitly go to YOURSITE.com/zc_install if you are running PHP8+.

    If you go to YOURSITE.com, PHP7 will show the Welcome to Zen Cart page, but PHP 8+ will show a blank page. Fixed in PR #5332

    https://github.com/zencart/zencart/pull/5332/files
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Known bugs (and fixes) for v1.5.8 series

    zen_get_products_manufacturers_image fails to work with newer MySQL implementations.

    Update required to includes/functions/functions_products.php for 1.5.8.
    Fix here:

    https://github.com/zencart/zencart/pull/5360/files
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #4
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Known bugs (and fixes) for v1.5.8 series

    CEON URI Mapping users who are not able to view EZ Pages will need this patch:
    https://github.com/zencart/zencart/pull/5368
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #5
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Known bugs (and fixes) for v1.5.8 series

    CEON URI Mapping users (and some non-users as well) who get logs relating to TOPMOST_CATEGORY_PARENT_ID will need this patch:

    https://github.com/zencart/zencart/pull/5371
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #6
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Known bugs (and fixes) for v1.5.8 series

    PayPal Pro gives a white screen at checkout.

    (This can also happen with any other onsite payment method that uses AJAX.)

    Fix here: https://github.com/zencart/zencart/pull/5413


    See warning in post #9 about additional files required for PayPal.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #7
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Known bugs (and fixes) for v1.5.8 series

    Please note: if you pick up any of the includes/modules/payment/paypal*.php files to fix a PHP warning or notice, you MUST also pick up the new file

    ./includes/modules/payment/paypal/paypal_currency_check.php
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 

Similar Threads

  1. v157 Known bugs (and fixes) for v1.5.7 series
    By DrByte in forum Upgrading to 1.5.x
    Replies: 16
    Last Post: 5 Apr 2024, 02:08 AM
  2. v156 Known bugs (and fixes) for v1.5.6 series
    By DrByte in forum Upgrading to 1.5.x
    Replies: 10
    Last Post: 1 Oct 2020, 06:27 PM
  3. Known Bugs and Fixes for v1.5.5 and below
    By swguy in forum Upgrading to 1.5.x
    Replies: 0
    Last Post: 27 Jun 2020, 08:13 PM
  4. v157 Known bugs (and fixes) for v1.5.7 series
    By DrByte in forum Bug Reports
    Replies: 1
    Last Post: 26 Jun 2020, 02:37 PM
  5. v156 Known bugs (and fixes) for v1.5.6 series
    By DrByte in forum Bug Reports
    Replies: 8
    Last Post: 26 May 2019, 11:32 PM

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