[Tickets #10055] Re: Error connecting to HORDE

bugs at horde.org bugs at horde.org
Fri May 6 23:03:52 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10055
------------------------------------------------------------------------------
  Ticket             | 10055
  Updated By         | jcblanco at fi.upm.es
  Summary            | Error connecting to HORDE
  Queue              | Horde Framework Packages
  Version            | Git master
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


jcblanco at fi.upm.es (2011-05-06 23:03) wrote:

Well after debugging the value of $driver in this line it gets a null  
value when printing the login page or after logout, once logged in it  
gets the value 'Horde_Prefs_Storage_Sql'

In my configuration I'm using IMP as the authentication method

If I add a conditional if ($driver) before the code all seems to work  
fine, I've revised previous versions of this code and the call to "new  
$driver..." was previously executed inside a conditional assignment:
             $drivers = $driver
                 ? array(
                       $config_driver,
                       new $driver($opts['user'], $params),
                       $hooks_driver
                   )
             ....

Hope this helps






More information about the bugs mailing list