[Tickets #5378] Re: Undefined index: params

bugs at bugs.horde.org bugs at bugs.horde.org
Mon May 21 13:35:23 UTC 2007


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

Ticket URL: http://bugs.horde.org/ticket/?id=5378
-----------------------------------------------------------------------
 Ticket             | 5378
 Updated By         | agerhard at usp.br
 Summary            | Undefined index: params
 Queue              | IMP
 Version            | FRAMEWORK_3
 Type               | Bug
 State              | Feedback
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


agerhard at usp.br (2007-05-21 06:35) wrote:

> I guess the question is, if you have a quota driver configured, why 
> don't you have any parameters set for the driver?

The driver we use (courier) don't have any specific parameters,
so I left it undefined in servers.php:

'quota' => array(
        'driver' => 'courier',
 ),

The correct way is:

'quota' => array(
        'driver' => 'courier',
        'params' => array(),
 ),

Thanks for the help.
Andre



More information about the bugs mailing list