[dev] horde git - imp does not provide an authenticate() method.
Rick Romero
rick at havokmon.com
Tue Aug 2 20:46:07 UTC 2011
Quoting Bernhard Redl <bernhardredl at gmail.com>:
> hi
>
> i'm using horde (latest) from git.
>
> i installed with framework/bin/install_dev
> and then horde/bin/horde-db-migrate
>
> any ideas why i get:
> imp does not provide an authenticate() method.
>
I always modify horde/config/registry.php like so:
$app_webroot = $this->_detectWebroot();
$this->applications = array(
'horde' => array(
'initial_page' => 'services/portal/index.php',
'name' => _("Horde"),
'provides' => 'horde',
'fileroot' => '/full_path_to_horde_install/horde'
),
Rick
More information about the dev
mailing list