[dev] rdo mysql

Duck duck at obala.net
Wed Mar 12 14:26:49 UTC 2008


On Wednesday 12 of March 2008 15:11:09 Chuck Hagenbuch wrote:
> Pdo_Mysql is in that trace. If you look at the line, you're getting a
> PDO error that the PDO driver wasn't found.

Found the issue. I had $conf['sql']['phptype'] set ti "mysqli". Of course ther
e is no mysql improved driver for PDO. Even exists. So when we try to connect 
to db in Horde_Rdo_Adapter_Pdo:148 the getOption() call returns mysqli. I thin
k there must be an integrated check to remove the "i" in driver name.

Duck


More information about the dev mailing list