
Originally Posted by
haredo
Zen Cart 2.1.0
Php Version: 8.3.20
@lat9 thanks for the quick debug fix which I applied.
I noticed last night in admin/ configuration/ access blocker setting that the sort order was different from my prior Version 1.5.2 so I looked into the data base to double check the sort_order the ScriptedInstaller.php loads. Every sort_order have this number: 2147483647 for the new 13 VALUES in the database.
Sigh, did you ever have one of those days?
I'll get this captured on GitHub later, but you can change the version's /Installer/ScriptedInstaller.php, line 30, from
Code:
(configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function)
to
Code:
(configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, date_added, sort_order, use_function, set_function)