ZAuthDB doesn't work with Postgresql databases
Brought to you by:
ttm
If you try and use the ZAuthDB components against a Postgresql database you get an error like this:
Fatal error: Class 'Zend_Db_Adapter_Pdo_Pssql' not found in C:\DelphiForPHP\vcl\Zend\zauthdb.inc.php on line 122
The problem is that the class should be called 'Zend_Db_Adapter_Pdo_Pssql', not 'Zend_Db_Adapter_Pdo_Pssql'. It can be fixed by editing the file zauthdb.inc.php.
Oops, the class should be called 'Zend_Db_Adapter_Pdo_Pgsql'