Jump to content

Recommended Posts

Posted

Pleas enable correctly the pdo and pdo_mysql extensions. I get the following error when I try install piwik (http://piwik.org):

You need to enable the PDO and PDO_MYSQL extensions in your php.ini file. 

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

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...