Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,302
    Plugin Contributions
    125

    Default Known Bugs in 2.0.x

    Confirmed bug reports and fixes for v2.0.0 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 2.0.0.
    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
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Known Bugs in 2.0.0

    If you downloaded in the first few hours after the release (ie: before this post), the zip you got will mark a "new install" with the "alpha" designation.
    This is harmless, but the zip has been updated so that new installs won't show this ambiguity.
    Upgrades were not affected.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

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

    Default Re: Known Bugs in 2.0.0

    New Products page does not show new products no matter how Admin > Configuration > Maximum Values > "New Product Listing - Limited to ..." is set.

    Fix:
    https://github.com/zencart/zencart/pull/6399
    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,302
    Plugin Contributions
    125

    Default Re: Known Bugs in 2.0.0

    In cart check $_SESSION['cart']->in_cart_check() fails to work.

    Fix: https://github.com/zencart/zencart/pull/6407
    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,302
    Plugin Contributions
    125

    Default Re: Known Bugs in 2.0.0

    If you have more than 20 coupons, clicking on a coupon on page 2 or beyond can cause a blank infoBox and the wrong coupons on the page.

    Fix: https://github.com/zencart/zencart/pull/6438/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.

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

    Default Re: Known Bugs in 2.0.0

    All of the preceding bugs have been fixed in Zen Cart 2.0.1. See

    https://www.zen-cart.com/showthread....2-0-1-Released
    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,302
    Plugin Contributions
    125

    Default Re: Known Bugs in 2.0.0

    Setting PayPal (any version) Debug Mode to "Log and Email" will cause issues if you are running PHP8+ *and* you have Email Admin Format set to HTML.

    Workaround (for now): Set Debug Mode to "Log File."

    Issue: https://github.com/zencart/zencart/issues/6547
    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.

  8. #8
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,302
    Plugin Contributions
    125

    Default Re: Known Bugs in 2.0.0

    Running zc_install to update Zen Cart 1.5.1 or earlier versions can cause failure

    Code:
    Jun 22 2024 16:23 -- upgradeException
    ALTER TABLE admin CHANGE COLUMN last_login_ip last_login_ip varchar(45) NOT NULL default '';  Cannot CHANGE column COLUMN because it does not exist.  C:\xampp\htdocs\yfs\zc_install/sql/updates/mysql_upgrade_zencart_151.sql
    Fix: https://github.com/zencart/zencart/pull/6551
    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.

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

    Default Re: Known Bugs in 2.0.0

    In Zen Cart 2.0.0 and 2.0.1, the update to the project_version_history table may not work. If it fails, you'll see an upgrade log that looks like this:

    [08-Apr-2024 06:15:40 UTC] MySQL error 1064 encountered during zc_install:
    You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
    INSERT INTO zen_project_version_history (project_version_key, project_version_major, project_version_minor, project_version_patch, project_version_date_applied, project_version_comment)


    If this happens, update the table in Admin > Tools > Install SQL Patches or phpMyAdmin. If you are using phpMyAdmin and your tables have a prefix, you will have to add the prefix to the SQL statements manually.

    INSERT INTO project_version_history (project_version_key, project_version_major, project_version_minor, project_version_patch, project_version_date_applied, project_version_comment)
    SELECT project_version_key, project_version_major, project_version_minor, project_version_patch1 as project_version_patch, project_version_date_applied, project_version_comment
    FROM project_version;
    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. v155 Known Bugs (and fixes) with v1.5.5 , a, b, c, d, e, f
    By DrByte in forum Bug Reports
    Replies: 17
    Last Post: 16 Aug 2017, 03:25 AM
  2. v153 Known Bugs (and fixes) with v1.5.3
    By swguy in forum Upgrading to 1.5.x
    Replies: 9
    Last Post: 18 Oct 2016, 06:17 PM
  3. v155 Known Bugs (and fixes) with v1.5.5 , a, b, c, d, e, f
    By DrByte in forum Bug Reports
    Replies: 0
    Last Post: 20 Mar 2016, 03:46 AM
  4. v153 Known Bugs (and fixes) with v1.5.3
    By swguy in forum Bug Reports
    Replies: 1
    Last Post: 7 Jul 2014, 05:57 PM
  5. Known Bugs (and fixes) with v1.3.9
    By DrByte in forum Upgrading from 1.3.x to 1.3.9
    Replies: 5
    Last Post: 31 Oct 2010, 01:11 AM

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