Hello!
I'm just start to prepare my first Prestashop e-shop, and this upgrade is my first Prestashop upgrade.
It's 1.7.7.0 instalation from scratch. No modification. Classic Theme, for the moment...
I'm using CentOS 7 with MariaDB 5.5.68 and PHP 7.3.26
After upgrade (with "1-click-upgrade" module ) from 1.7.7.0 to 1.7.7.1, I have recevied following error:
[INTERNAL] /var/www/vhosts/bal****.com/httpdocs/vendor/composer/autoload_real.php line 25 - require(): Failed opening required '/var/www/vhosts/bal****.com/httpdocs/vendor/composer/platform_check.php' (include_path='.:/opt/plesk/php/7.3/share/pear')
And after Rollback to 1.7.7.0. , I have received sql error for following sql line:
CREATE TABLE `ps_access` ( `id_profile` int(10) unsigned NOT NULL, `id_authorization_role` int(10) unsigned NOT NULL, PRIMARY KEY (`id_profile`,`id_authorization_role`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 - Table 'ps_access' already exists
And after sql error, I have received another error:
[INTERNAL] /var/www/vhosts/bal****.com/httpdocs/config/config.inc.php line 122 - Error: Call to a member function getName() on null #0 /var/www/vhosts/bal****.com/httpdocs/modules/autoupgrade/classes/UpgradeContainer.php(550): require_once() #1 /var/www/vhosts/bal****.com/httpdocs/modules/autoupgrade/classes/TaskRunner/AbstractTask.php(120): PrestaShop\Module\AutoUpgrade\UpgradeContainer->initPrestaShopCore() #2 /var/www/vhosts/bal****.com/httpdocs/admin030c07uzv/autoupgrade/ajax-upgradetab.php(52): PrestaShop\Module\AutoUpgrade\TaskRunner\AbstractTask->init() #3 {main}
Any idea how to solve the problem? Recover server backup? And after that, how to upgrade?
Also, I'm little scared... If Prestashop has this kind of problem for minor upgrade, what will happened with next minor or major upgrade after I put the web on production mode?
Best regards