attn admins, how to fix the missing pdo extension problem

Status
Not open for further replies.

menuques

New Member
Messages
13
Reaction score
0
Points
1
I ran a php file to make sure the pdo extensions were loading and it showed failed....the fix is that in the php.ini file you have to uncomment the lines:


extension=pdo.so
extension=pdo_mysql.so
 
Status
Not open for further replies.
Top