[horde] Need help, Horde error, lambda function for closure not found...

Luis Felipe Marzagao lfbm.andamentos at gmail.com
Wed May 22 21:19:28 UTC 2013


Em 21/05/2013 16:36, avp escreveu:
> After an amount of time, maybe every hour, I'm getting the following error in
> apache/error.log
>
> PHP Fatal error:  Base lambda function for closure not found in
> /var/www/config/prefs.php on line 346
>
> When this occurs, users cannot viwe the log in web page (error 500), nor can
> iPhones check mail, etc.  Basically the system is hosed until I restart
> apache.
>
> After some research, I reach about the APC cache php issue, but my APC is
> disabled.  I'm at a bit of a loss here.
>
> I'm running Ubuntu 12.04, and php:
>
> PHP 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli) (built: Mar 11 2013 14:31:48)
> Copyright (c) 1997-2012 The PHP Group
> Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
>
> As a last result, I was thinking of upgrading to php 5.4 - does this seem
> like reasonable thing to try?  Any other ideas, opinions?
>
> Thanks...
>

Same thing here:

apache2/error.log:[Wed May 22 15:32:08 2013] [error] [client 
192.168.0.152] PHP Fatal error:  Base lambda function for closure not 
found in /home/git/horde/horde/config/prefs.php on line 339

Horde version 5.1.0-git

Line 339 in prefs.php is:

332 $prefGroups['forgotpass'] = array(
333     'column' => _("Your Information"),
334     'label' => _("Account Password"),
335     'desc' => _("Set preferences to allow you to reset your password 
if you ever forget it."),
336     'members' => array(
337         'security_question', 'security_answer', 'alternate_email'
338     ),
339     'suppress' => function() {
340         try {
341 
$GLOBALS['injector']->getInstance('Horde_Core_Factory_Auth')->create()->hasCapability('update');
342             return false;
343         } catch (Horde_Exception $e) {}
344         return true;
345     }
346 );

PHP Version:

PHP 5.3.2-1ubuntu4.19 with Suhosin-Patch (cli) (built: Mar 11 2013 15:23:48)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

Have you manage to solve this?

Thanks.


More information about the horde mailing list