Hello,
I can't install Coppermine with MAMP on my Mac. I get the following error :
PHP does not have MySQL support enabled.
which is wrong, since I have wordpress installed with MAMP and it's working fine. How can I fix that ?
Thank you
Your MAMP setup my have MySQLi setup instead of MySQL. Or it could be PHP 7, which no longer supports MySQL (in favor of MySQLi). Wordpress may have no issues using MySQLi, but CPG 1.5.x does.
You may need the 1.6 version of Coppermine (not quite yet freely available) that can use MySQLi and is PHP 7 compatible.
Quote from: ron4mac on April 24, 2016, 03:56:28 AM
Your MAMP setup my have MySQLi setup instead of MySQL. Or it could be PHP 7, which no longer supports MySQL (in favor of MySQLi). Wordpress may have no issues using MySQLi, but CPG 1.5.x does.
You may need the 1.6 version of Coppermine (not quite yet freely available) that can use MySQLi and is PHP 7 compatible.
MAMP was using PHP 7. I've changed the settings so it uses PHP 5.6.10 instead, and Coppermine install went fine. Wordpress is still happy too :)
Thank you