Upgrading 1.5.7d to 2.1.0 using PHP8.3
Older ZC had TY version 4.0.0 and was not encapsulated.
Database update completed.
When I try to use the plugin manager to install the TY 5.0.0, I get the following error at the top of the page.
Code:
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 5.
I missed it at first as the error was scrolled off the top of the page.
I did not see any specific steps suggested in the 5.0.0 readme about removing 4.0.0 but I did notice and earlier thread that mentioned removing old DB tables/fields.
Some testing suggested there might be a stray ',' in four places. The firs of which is line 33 of the ScriptedInstaller.php
Code:
('Package Tracking - Carrier 1 Status', 'CARRIER_STATUS_1', 'True', 'Enable Tracking for Carrier 1<br><br>Set to false if you do NOT want Carrier 1 to be displayed on Admin and Customer page.', $cgi, 90, now(), NULL, 'zen_cfg_select_option([\'True\', \'False\'],'),
When I tried deleting that, I got the same error so, obviously, I am lost once again.
I'm not receiving any display logs and the only log file is from the zcinstall which was just saying it was unable to drop tables that were not there.
Bookmarks