Jump to content

Edit History

njs

njs

On 1/24/2023 at 11:32 AM, idnovate.com said:

Autoupgrade module is already compatible with PS 8:

https://github.com/PrestaShop/autoupgrade/releases

Compatible or not, but still broken, following error when I run "php modules/autoupgrade/upgrade/upgrade.php" (1.7.8.8 -> 8.0.1)

PHP Warning:  require_once(/home/folder1/public_html/modules/autoupgrade/upgrade/../../vendor/autoload.php): failed to open stream: No such file or directory in /home/folder1/public_html/modules/autoupgrade/upgrade/upgrade.php on line 47
PHP Fatal error:  require_once(): Failed opening required '/home/folder1/public_html/modules/autoupgrade/upgrade/../../vendor/autoload.php' (include_path='.:/usr/local/php74/lib/php') in /home/folder1/public_html/modules/autoupgrade/upgrade/upgrade.php on line 47

I can fix the paths, but then I get error from somewhere else. 

Has anyone been able to manually run all needed SQL scripts? upgrade\sql\8.0.0.sql is easy modify, but PHP scripts needs some work.

 

njs

njs

On 1/24/2023 at 11:32 AM, idnovate.com said:

Autoupgrade module is already compatible with PS 8:

https://github.com/PrestaShop/autoupgrade/releases

Compatible or not, but still broken, following error when I run "php modules/autoupgrade/upgrade/upgrade.php" (1.7.8.8 -> 8.0.1)

PHP Warning:  require_once(/home/folder1/public_html/modules/autoupgrade/upgrade/../../vendor/autoload.php): failed to open stream: No such file or directory in /home/folder1/public_html/modules/autoupgrade/upgrade/upgrade.php on line 47
PHP Fatal error:  require_once(): Failed opening required '/home/folder1/public_html/modules/autoupgrade/upgrade/../../vendor/autoload.php' (include_path='.:/usr/local/php74/lib/php') in /home/folder1/public_html/modules/autoupgrade/upgrade/upgrade.php on line 47

I can fix the paths, but then I get error from somewhere else. Better to run SQL manually. 

×
×
  • Create New...