Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

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

    Confirmed bug reports and fixes for v1.5.8 will be posted here by the project maintainers.

    As we find issues, we will fix them in Github for delivery in the next update to 1.5.8.

    https://github.com/zencart/zencart

    You can follow more 1.5.8 goings on in the discussion thread:

    https://github.com/zencart/zencart/discussions/5320
    That Software Guy. My Store: Zen Cart Modifications
    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
    9,622
    Plugin Contributions
    123

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

    There was a bug in the initial release relating to database version. Thanks to @mc12345678 for reporting this so quickly.

    The issue has been fixed and these notes are only required for people who downloaded the build within the first 24 hours of availability (prior to 2022-10-17 at 05:05 AM EST.)

    To fix the bug:

    - In phpMyAdmin, update your project_version table. The most recent entries should refer to minor version `5.8` (not `5.8-dev`).
    That Software Guy. My Store: Zen Cart Modifications
    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
    9,622
    Plugin Contributions
    123

    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 Modifications
    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
    9,622
    Plugin Contributions
    123

    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 Modifications
    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
    9,622
    Plugin Contributions
    123

    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 Modifications
    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
    9,622
    Plugin Contributions
    123

    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 Modifications
    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
    9,622
    Plugin Contributions
    123

    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 Modifications
    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.

  8. #8
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    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 Modifications
    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.

  9. #9
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    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 Modifications
    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.

  10. #10
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

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

    The following functions were renamed in 1.5.8 without warning

    - zen_draw_products_pull_down
    - zen_draw_products_pull_down_attributes
    - zen_draw_products_pull_down_categories
    - zen_draw_products_pull_down_categories_attributes
    - zen_get_orders_status

    The next release will alias the old names along with a deprecation notice so upgraders will have an easier time of fixing their code.

    See

    https://github.com/zencart/zencart/pull/5439/files
    That Software Guy. My Store: Zen Cart Modifications
    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.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v157 Known bugs (and fixes) for v1.5.7 series
    By DrByte in forum Upgrading to 1.5.x
    Replies: 15
    Last Post: 14 Jun 2022, 03:56 PM
  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

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