I second that and anyone that hasn't donated yet for all this work, in addition to all the other done, needs to stop what they're doing and donate right now. :yes::yes:
https://www.paypal.com/paypalme/lat9...locale.x=en_US
Printable View
I second that and anyone that hasn't donated yet for all this work, in addition to all the other done, needs to stop what they're doing and donate right now. :yes::yes:
https://www.paypal.com/paypalme/lat9...locale.x=en_US
Did a clean install, works now ... thanks!!!
v5.0.1 of Edit Orders is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2400
This release contains changes associated with these GitHub issues:
#324: Correct property 'scope'.
#323: Correct MySQL error when a customer's telephone and/or email-address are changed.
ZC 2.1.0+
PHP 8.1
MySQL 10.5.28-MariaDB
POSM
DBIO
EO 5.0.2
Cloned Bootstrap
Printable Price List
Sitemap
Sales Report II
This only happens when I propagate a report with Sales Report II and click on the order number. I get a 500 error resulting in the following log:
When the ZC_plugin EO 5.0.2 is uninstalled, clicking on the order number in Sales Report II works as advertised.Code:[06-May-2025 06:40:43 UTC] PHP Fatal error: Uncaught Error: Undefined constant "EO_SHOW_EDIT_ORDER_ICON" in /zc_plugins/EditOrders/v5.0.2/admin/includes/classes/observers/EditOrdersAdminObserver.php:29Stack trace:
#0 /includes/autoload_func.php(47): EditOrdersAdminObserver->__construct()
#1 /MY_ADMIN/includes/application_top.php(40): require('/home/MY_USER/...')
#2 /MY_ADMIN/orders.php(8): require('/home/MY_USER/...')
#3 /MY_ADMIN/index.php(16): require('/home/MY_USER/...')
#4 {main}
thrown in /zc_plugins/EditOrders/v5.0.2/admin/includes/classes/observers/EditOrdersAdminObserver.php on line 29
[06-May-2025 06:40:43 UTC] Request URI: /MY_ADMIN/index.php?cmd=orders&oID=1704&action=edit, IP address: 216.177.186.199
--> PHP Fatal error: Uncaught Error: Undefined constant "EO_SHOW_EDIT_ORDER_ICON" in /zc_plugins/EditOrders/v5.0.2/admin/includes/classes/observers/EditOrdersAdminObserver.php:29
Stack trace:
#0 /includes/autoload_func.php(47): EditOrdersAdminObserver->__construct()
#1 /MY_ADMIN/includes/application_top.php(40): require('/home/MY_USER/...')
#2 /MY_ADMIN/orders.php(8): require('/home/MY_USER/...')
#3 /MY_ADMIN/index.php(16): require('/home/MY_USER/...')
#4 {main}
thrown in /zc_plugins/EditOrders/v5.0.2/admin/includes/classes/observers/EditOrdersAdminObserver.php on line 29.
[06-May-2025 06:40:43 UTC] Request URI: /MY_ADMIN/index.php?cmd=orders&oID=1704&action=edit, IP address: 216.177.186.199
--> PHP Fatal error: Uncaught Error: Undefined constant "EO_SHOW_EDIT_ORDER_ICON" in /zc_plugins/EditOrders/v5.0.2/admin/includes/classes/observers/EditOrdersAdminObserver.php:29
Stack trace:
#0 /includes/autoload_func.php(47): EditOrdersAdminObserver->__construct()
#1 /MY_ADMIN/includes/application_top.php(40): require('/home/MY_USER/...')
#2 /MY_ADMIN/orders.php(8): require('/home/MY_USER/...')
#3 /MY_ADMIN/index.php(16): require('/home/MY_USER/...')
#4 {main}
thrown in /zc_plugins/EditOrders/v5.0.2/admin/includes/classes/observers/EditOrdersAdminObserver.php on line 29.
I've gone through verification several times, used UltraCompare to verify files, and cannot find anywhere that the constant is defined.
And, as commented, this did not throw a 500 or a log file until I clicked on an order number in a report created with Site Report II.
Well, it might be a problem that I do not show a Configuration option for EO:blink:
I specifically removed all previous EO files and ran the uninstall.sql
I then installed 5.0.2 and had the problem mentioned with Sales Report II. All other operations with 5.0.2 were working.
I had disabed, enabled, uninstalled and installed with the encapsulated plugin.
Oddly enough, I went through deletion again, uploaded the plugin again, and installed.
I now have a Configuration option for EO and all is working well.
The only other change before the latest uninstall/install was a change from CKEDITOR to TinyMCE due to a scrambled edit screen.