Menu

#135 ZAuthDB doesn't work with Postgresql databases

1.0
open-fixed
nobody
Component (61)
5
2009-03-16
2009-03-13
SJB
No

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.

Discussion

  • SJB

    SJB - 2009-03-13

    Oops, the class should be called 'Zend_Db_Adapter_Pdo_Pgsql'

     
  • Jose Leon Serna

    Jose Leon Serna - 2009-03-16
    • status: open --> open-fixed
     

Log in to post a comment.