[imp] Cannot write Autoloader cache to backend.
Samuel Wolf
samuel at sheepflock.de
Wed Jun 11 21:47:19 UTC 2014
Zitat von Michael M Slusarz <slusarz at horde.org>:
> Quoting Samuel Wolf <samuel at sheepflock.de>:
>
>> Hi,
>>
>> I have a lot of this errors in my apache error log:
>> [Wed Jun 11 23:01:24 2014] [error] [client 192.168.55.104] Cannot
>> write Autoloader cache to backend., referer:
>> https://192.168.55.45/horde4/imp/dynamic.php?page=mailbox
>
> Your webserver does not have access to the system temporary
> directory (directory returned by PHP's sys_get_temp_dir()).
<?php
echo sys_get_temp_dir();
?>
show /tmp
Webserver write some other files to /tmp:
root at wds:/tmp# ls -la | grep horde
drwx------ 3 www-data www-data 4096 Jun 1 18:00 .horde
-rw-r--r-- 1 www-data www-data 13207 Jun 5 00:48
horde_autoloader_cache_a5242318
-rw-r--r-- 1 www-data www-data 7895 Jun 5 00:47
horde_autoloader_cache_ff86a2d4
-rw------- 1 www-data www-data 1332553 Jun 11 23:34 horde_debug.txt
-rw-r--r-- 1 www-data www-data 1396 Jun 11 23:36 horde_dns.cache
-rw------- 1 www-data www-data 0 Jun 11 23:16 horde.log
[...]
>
>> $conf['cache']['driver'] = 'Null';
>> $conf['cache']['use_memorycache'] = '';
>
> These have nothing to do with the autoloader cache. The autoloader
> cache is not configurable.
>
> michael
>
> ___________________________________
> Michael Slusarz [slusarz at horde.org]
>
> --
> imp mailing list
> Frequently Asked Questions: http://wiki.horde.org/FAQ
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
More information about the imp
mailing list