Asked 7 years, 11 months ago
Viewed 18 times
0
I have this problem and PDO is already active in php.ini of the server.
Does anyone have any idea?
Take a look at this "topic" of ours Manual on how NOT to ask questions
– Jéf Bueno
Installed PDO does not mean that PDO_MYSQL tbm is installed. Use phpinfo(); to make sure that the desired extensions are installed.
phpinfo();
– Marcos Regis
Browser other questions tagged php magento
Take a look at this "topic" of ours Manual on how NOT to ask questions
– Jéf Bueno
Installed PDO does not mean that PDO_MYSQL tbm is installed. Use
phpinfo();
to make sure that the desired extensions are installed.– Marcos Regis