[Tickets #12608] Re: Missing required argument to Getquotaroot
noreply at bugs.horde.org
noreply at bugs.horde.org
Sat Aug 24 23:20:38 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12608
------------------------------------------------------------------------------
Ticket | 12608
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Missing required argument to Getquotaroot
Queue | IMP
Version | Git master
Type | Bug
-State | Unconfirmed
+State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2013-08-24 17:20) wrote:
> Just seen this in the horde.log. The error message is in German
> though all it says is "The IMAP server reported an error".
>
> 2013-08-24T15:32:11+02:00 ERR: HORDE [imp] Der E-Mail-Server hat
> einen IMAP-Fehler gemeldet. Missing required argument to
> Getquotaroot [pid 10147 on line 573 of
> "/usr/share/pear/www/horde/imp/lib/Imap.php"]
> 2013-08-24T15:32:11+02:00 ERR: HORDE [imp] Speicherplatz-Kontingent
> konnte nicht gelesen werden [pid 10147 on line 47 of
> "/usr/share/pear/www/horde/imp/lib/Quota/Imap.php"
The only way to reach this code is if you have quota configured in
backends.local.php. See IMP_Quota_Ui:
if (!$injector->getInstance('IMP_Imap')->config->quota) {
return false;
}
More information about the bugs
mailing list