[ingo] Possible bug: ingo backends.local.php does not seem to override backend.php in ingo on my system.

Darrell Budic budic at onholyground.com
Fri Jun 10 05:07:59 UTC 2011


I had that problem, it turns out we missed a needed mod to backends.php. You have to disable the existing imap driver for your other configs to work. Put this at the beginning of your backends.local.php and you should be good to go:

$backends['imap']['disabled'] = true;

You can disable it backends.php too, but you run the risk of an upgrade overwriting it on you.

   -Darrell

On Jun 9, 2011, at 9:28 PM, gimili wrote:

> Possible bug:  ingo backends.local.php does not seem to override backends.php on my system.  I have to delete backends.php before backends.local.php starts to work and I get the vacation option that I was looking for and the nice script icon appears.
> -- 
> Ingo mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: ingo-unsubscribe at lists.horde.org



More information about the ingo mailing list