I'm not sure what the problem is here, I've inherited some code form Zend Framework and it's using Propel to make DB Queries. I've changed the config file to have the right values in it, username, password, localhost and dbname however, whenever the site has to make a database call it dies with this message:
Error processing connection attributes for datasource [pe] [wrapped: Invalid PDO option/attribute name specified: PDO::PROPEL_ATTR_CACHE_PREPARES]
Any help would be greatly appreciated, it's driving me nuts.