PrestaShop / php-ps-info

Simple script that allows you to test if your current environment fulfills PrestaShop's system requirements, and offers suggestions for improvements.
MIT License
105 stars 109 forks source link

extension pdo_mysql vs mysqli #24

Open kouinkouin opened 2 years ago

kouinkouin commented 2 years ago

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.

image _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?

AngelJEM9213 commented 1 year ago

How do I correct this issue https://github.com/PrestaShop/php-ps-info/issues/24