Trying to upgrade from version (1.5.5F + super order) to 1.5.7d, using PHP 7.4.3 MySql 5.5.5
After installation of the version and after ZC_INSTALL, it works well on the catalog pages but I always have this error when I try to connect to the Admin page.

[18-Nov-2022 22:36:17 America/New_York] Request URI: /pechesud/bureau/index.php?cmd=login&camefrom=index.php, IP address: 127.0.0.1
#1 trigger_error() called at [D:\xampp734\htdocs\pechesud\includes\classes\db\mysql\query_factory.php:171]
#2 queryFactory->show_error() called at [D:\xampp734\htdocs\pechesud\includes\classes\db\mysql\query_factory.php:143]
#3 queryFactory->set_error() called at [D:\xampp734\htdocs\pechesud\includes\classes\db\mysql\query_factory.php:270]
#4 queryFactory->Execute() called at [D:\xampp734\htdocs\pechesud\bureau\includes\installers\super_orders\4_0_11.php:1 0]
#5 include(D:\xampp734\htdocs\pechesud\bureau\includes\installers\super_orders\4_0_ 11.php) called at [D:\xampp734\htdocs\pechesud\bureau\includes\init_includes\init_so_config.php:57]
#6 require_once(D:\xampp734\htdocs\pechesud\bureau\includes\init_includes\init_so_c onfig.php) called at [D:\xampp734\htdocs\pechesud\includes\autoload_func.php:37]
#7 require(D:\xampp734\htdocs\pechesud\includes\autoload_func.php) called at [D:\xampp734\htdocs\pechesud\bureau\includes\application_top.php:37]
#8 require(D:\xampp734\htdocs\pechesud\bureau\includes\application_top.php) called at [D:\xampp734\htdocs\pechesud\bureau\login.php:8]
#9 require(D:\xampp734\htdocs\pechesud\bureau\login.php) called at [D:\xampp734\htdocs\pechesud\bureau\index.php:11]
--> PHP Fatal error: 1067:Invalid default value for 'last_modified' :: ALTER TABLE zen_so_payments CHANGE date_posted date_posted DATETIME NOT NULL DEFAULT '0001-01-01 00:00:00' ==> (as called by) D:\xampp734\htdocs\pechesud\bureau\includes\installers\super_orders\4_0_11.php on line 10 <== in D:\xampp734\htdocs\pechesud\includes\classes\db\mysql\query_factory.php on line 171.


I didn't have error during data convertion with ZC_install, I check all the logs. Do I need to fixx something in mySQL configuration ?