View Single Post
  #2 (permalink)  
Old 10-06-2007, 10:22 AM
eztam eztam is offline
Junior Member
 
Join Date: Oct 2007
Posts: 2
Default

Take a look at your php.ini file.
You have to set these extensions (remove ; in front of these two lines or add them):
Code:
extension=php_pdo.dll
extension=php_pdo_mysql.dll
Reply With Quote