I've started getting this error when trying to Access Magento downloader, the rest of the site work:
The PDO extension is required for this adapter but the extension is not loaded
Been searching for a fix, but didn't find one...
My php.ini at the bottom has everything that is suggested, it worked before... I don't know what happened..
I had complier enabled, then wanted to install a new extension, so disabled the complier and this happened.
Deleted everything manually form Cache folder and nothing.
I have this in the php.ini, any ideas?
extension=pdo.so
extension=pdo_sqlite.so
extension=sqlite.so
extension=pdo_mysql.so
Thanks,
phpinfo()? – Jonathan Hussey Nov 14 '14 at 12:48system->tools->compilation– Jonathan Hussey Nov 14 '14 at 12:52Recently installed mem_cached and APC, could it cause this?
– Artur Rain Nov 14 '14 at 12:58phpinfo()shows - that's what you are running. – Jonathan Hussey Nov 14 '14 at 13:02