On a working Prestashop 1.7.8.6 on a PHP 7.4 with extension pdo_mysql, the phppsinfo tells me extension mysqli is missing.
If I add extension mysqli (so pdo_mysql + mysqli), the phppsinfo is all-green, but I don't want load PHP with 2 extensions "mysql", so, I remove the pdo_mysql and keep mysqli. The phpsinfo is always green, but the webshop is down.
_When mysqli is installed but not pdomysql, all is green but the webshop is down
Do you know if the script is fully PS1.7-compliant, or if a missed something?
Hi,
First, thanks for the useful tool!
On a working Prestashop 1.7.8.6 on a PHP 7.4 with extension pdo_mysql, the phppsinfo tells me extension mysqli is missing. If I add extension mysqli (so pdo_mysql + mysqli), the phppsinfo is all-green, but I don't want load PHP with 2 extensions "mysql", so, I remove the pdo_mysql and keep mysqli. The phpsinfo is always green, but the webshop is down.
_When mysqli is installed but not pdomysql, all is green but the webshop is down
Do you know if the script is fully PS1.7-compliant, or if a missed something?