Coppermine on MAMP : problem with PHP/MySql Coppermine on MAMP : problem with PHP/MySql
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Coppermine on MAMP : problem with PHP/MySql

Started by LaurentR2D2, April 24, 2016, 12:16:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LaurentR2D2

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

ron4mac

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.

LaurentR2D2

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