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. :)
Printable View
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. :)
https://github.com/zencart/zencart/c...989b237eb0e28dQuote:
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.
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
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
Adding downloadable product from listing page creates an order with a missing download button.
https://github.com/zencart/zencart/c...5713f1b831dfe4
Symptom: new/featured/all pages not adding to cart
https://github.com/zencart/zencart/c...989b237eb0e28d
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
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
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
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
In 1.5.7, when copying a product to a new one, the master category might not get set for the new category.
The fix: https://github.com/zencart/zencart/c...f8c16ffb71c42a
In v1.5.6 and v1.5.7 (before 157a) entering a password in Admin (for an Admin or to reset for a customer) was encoding any "special characters" such as < or > symbols.
The fix will be included in v157a, and can be applied manually by adding the lines shown in green here to the file mentioned:
https://github.com/zencart/zencart/c...14ecd658eb087f
All the above, and several more, have been fixed in v157a, which is now available for download.
A handful of very important bugfixes have been included in the release of v157b.
If you're using v157 or v157a, it is critical that you upgrade to v157b ASAP.
If you are using MySQL 8.0.17 or higher, you may experience issues like this:
as reported in this thread:Code:[13-Jun-2022 14:54:23 America/New_York] Request URI: /admin/index.php?cmd=banner_manager&page=1&bID=14&action=new, IP address: xx.xxx.xxx.xxx
--> PHP Fatal error: Uncaught TypeError: Unsupported operand types: string + int in /path to admin/includes/functions/general.php:2230
Stack trace:
#0 /path to admin/banner_manager.php(366): zen_set_field_length('banners', 'banners_sort_or...')
#1 /path to admin/index.php(11): require('partial path to store')
#2 {main}
thrown in /path to admin/includes/functions/general.php on line 2230.
https://www.zen-cart.com/showthread...._functions-php
Fix: https://github.com/zencart/zencart/pull/4876
Stores with Freeoptions may see a PHP log like this:
PHP Notice: Malformed value for session-based shipping module; customer will need to re-select: false in includes/classes/order.php on line 327
Fix: https://github.com/zencart/zencart/pull/4829/files
All users of 1.5.7/1.5.7a/1.5.7b/1.5.7c/1.5.7d should install the Address Security patch:
https://www.zen-cart.com/showthread....-v1-5-8-series