Jump to content

PDO php-extension not working


papukai

Recommended Posts

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

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...