Closed anktd closed 1 year ago
Looks like the issue is due to the compatibility array values here
Changing the ps_versions_compliancy array from
$this->ps_versions_compliancy = [ 'min' => '8.0', 'max' => '8.0.1',];
to
$this->ps_versions_compliancy = [ 'min' => '8.0', 'max' => '8.99.99',];
solves the issue.
Ticket here
Installation is not working (video attached)
https://github.com/blockonomics/prestashop-plugin/assets/97018228/a62ca64e-04f0-4a19-a0bf-cbee40714507
Error thrown -
Php error log:
Seems another compatibility issue due to deprecated functions, similar to #157