Sujet : [RESOLU] Piwik
Bonjour
J'ai essayé d'installer "piwik" pour des statistique avançés et libre. Mais je ne peu pas l'activer car un module dans php n'est pas activer, il s'agit de :
You need to enable the PDO and PDO_MYSQL extensions in your php.ini file.
On a windows server you can add the following lines in your php.ini
extension=php_pdo.dll
extension=php_pdo_mysql.dll
On a Linux server you can compile php with the following option --with-pdo-mysql In your php.ini, add the following lines
extension=pdo.so
extension=pdo_mysql.so
More information on the PHP website.
Comment puis-je activer ce module ? Merci.
Cordialement.