Thanks for posting. This is not an error we have seen before. Looking at the code this is the first place in the file that connects to the database, and so I guess you do not have PDO installed within PHP. PDO is used to make secure connections to the MySQL database. Please check your installation to make sure you have PDO, and let me know.