The PDO extension is required for this adapter but not loaded

For reasons unknown my piwik now gives errors.

Uncaught exception: ‘The PDO extension is required for this adapter but not loaded’

My install is at www.webtrafficonline.co.uk

Its been working for fine for the last 5 months.

Then two weeks ago I got this error.

The database has grown to 60+ MB but I can’t see that being the problem, I didn’t install the software so I’m unsure on how to repair it, any help would be greatly appreciated.

http://www.webtrafficonline.co.uk/info.php

According to your phpinfo(), your PHP binaries were rebuilt a little over a week ago. You might have to consult your sysadmins to figure out what broke.

Unforunately that rebuild was done at my request. They have been unhelpful since style_emoticons/<#EMO_DIR#>/sad.gif

Any advice?

I recall seeing your php built with pdo shared…

In php.ini, you should have these lines uncommented:

extension=pdo.so
extension=pdo_mysql.so

Also make sure your extension dir is correct and that the shared libs are there.