[horde] Can't log in to IMP...
Michael M Slusarz
slusarz at horde.org
Sat Apr 20 00:31:29 UTC 2013
Quoting Michael Robinson <plug_1 at robinson-west.com>:
> A fatal error has occurred
> IMP_Imap: Invalid method call "getParam".
>
> My backends.local.php must still be wrong :-(
>
> [root at xerxes config]# cat backends.local.php
> <code>
> <?php
> $servers['imap']['hostspec'] = 'mail.robinson-west.com';
> $servers['imap']['hordeauth'] = false;
> $servers['imap']['disabled'] = false;
> $servers['imap']['protocol'] = 'imap';
> $servers['imap']['port'] = 143;
> $servers['imap']['secure'] = false;
> ?>
> </code>
Get rid of the <code> tags. Your backends.local.php should look like:
<?php
$servers['imap']['hostspec'] = 'mail.robinson-west.com';
$servers['imap']['hordeauth'] = false;
$servers['imap']['disabled'] = false;
$servers['imap']['protocol'] = 'imap';
$servers['imap']['port'] = 143;
$servers['imap']['secure'] = false;
michael
___________________________________
Michael Slusarz [slusarz at horde.org]
More information about the horde
mailing list