[horde] Need help, Horde error, lambda function for closure not found...
avp
avp at rokeyetee.com
Wed May 22 22:26:37 UTC 2013
I believe I did solve it. At least I have not seen the problem for about
24hrs.
I believe Michael is essentially right.
I thought I had apc disabled.
root at mail:/home/ubuntu# php -i | grep APC
APC Support => disabled
APC Debugging => Disabled
apc.rfc1867_name => APC_UPLOAD_PROGRESS => APC_UPLOAD_PROGRESS
I thought that meant APC was disabled.
I then did a "locate apc.php", found the file, and put it somewhere I could
access it via my browser. It told me apc was running, and was not the
latest version.
In my case I then did "apt-get remove php-apc"
then I believe I did a "pecl uninstall apc"
then "pecl install apc"
It downloaded the latest apc, compiled it, installed it.
restart apache
tried the apc.php via web browser, it now reports I have the latest version.
root at mail:/home/ubuntu# php -i | grep APC
APC Support => disabled
APC Debugging => Disabled
apc.rfc1867_name => APC_UPLOAD_PROGRESS => APC_UPLOAD_PROGRESS
still says disabled. Not sure what that means. But I do know that I have
not seen the problem for about 24hrs, while yesterday I was seeing it about
every hour.
I also modified php.ini to try and en/disable apc, and apc.ini. Not sure
any of that mattered.
Good luck.
--
View this message in context: http://horde.690.n7.nabble.com/Need-help-Horde-error-lambda-function-for-closure-not-found-tp110663p110708.html
Sent from the Horde - General mailing list archive at Nabble.com.
More information about the horde
mailing list