Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    bug Known bugs (and fixes) for v1.5.7 series

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

    NOTE: If you're using v1.5.7 or v1.5.7a, then you need to upgrade to v1.5.7b ASAP. Don't delay. Just do it. :)

  2. #2
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default v157 - Define Pages Editor only opens includes/local/skip_version_check.ini

    On every page in the Define Page Editor, it just goes to this default includes/local/skip_version_check.ini. No matter which page I select. It won't let me edit any pages.
    https://github.com/zencart/zencart/c...989b237eb0e28d
    .

    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
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: v157 - zc_install - Warning: Constants may only evaluate to scalar values

    On PHP 5 zc_install might give a message saying "Warning: Constants may only evaluate to scalar values".

    Fixed this way: https://github.com/zencart/zencart/c...0704e883892283
    .

    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.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: v157 - Add missing language defines

    When adding category images manually there were missing status/error messages:

    https://github.com/zencart/zencart/c...d7114a8dacf726

    Attribute deletions:

    https://github.com/zencart/zencart/c...b5a3ddd7177185

  5. #5
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: v157 - Adding downloads from product-listing results in no filename in order

    Adding downloadable product from listing page creates an order with a missing download button.

    https://github.com/zencart/zencart/c...5713f1b831dfe4
    .

    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.

  6. #6
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default 157: new/featured/all buttons not adding to cart

    Symptom: new/featured/all pages not adding to cart

    https://github.com/zencart/zencart/c...989b237eb0e28d
    .

    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.

  7. #7
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: 157: admin product update fails if wrong date format used

    When updating a product without an available date and using a format other than yy-mm-dd the save might fail.

    https://github.com/zencart/zencart/c...46faafabbee622

    More discussion at https://www.zen-cart.com/showthread....84#post1370184
    .

    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.

  8. #8
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: 157: plugins watching shared notifiers may not all trigger properly

    It is possible that if you're using plugins which register Observer classes, if more than one is attaching to the same notifier event, only the first one will fire when a notification is dispatched.

    This is fixed by making a small code change:
    https://github.com/zencart/zencart/pull/3654/files
    .

    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.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: 157: some payment modules not updating order comments after order created

    A select few payment modules may not be fully updating order-payment comments after the order is created.

    This can be fixed by making the changes shown here:
    https://github.com/zencart/zencart/pull/3769/files
    .

    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.

  10. #10
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: 157: also-purchased box may not display

    In v1.5.7 the display of products for 'Customers who bought this product also purchased....' at bottom of product info page may not appear.

    Fix is here: https://github.com/zencart/zencart/pull/3848
    .

    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.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. 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
  2. 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
  3. 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
  4. v154 Known Bugs (and fixes) with v1.5.4
    By DrByte in forum Upgrading to 1.5.x
    Replies: 18
    Last Post: 18 Oct 2016, 06:17 PM
  5. 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

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