From: Reini U. <ru...@x-...> - 2007-01-16 08:25:14
|
2007/1/14, Oliver Betz <li...@gm...>: > George Mills wrote: > > [...] > > > /usr/local/lib/php/Cache/Container/file.php:339: Warning: > > mkdir(/tmp/cache/toolbarcache/): Permission denied > > any information about this? > > I also see this error but didn't take the time to look at the code > since I casn live with it. For optimization you'd need to define the PLUGIN_CACHED_CACHE_DIR option (section 8), where cached settings are stored. ; This is only used if database is set to file. ; The webserver must have write access to this dir! ;PLUGIN_CACHED_CACHE_DIR = /tmp/cache The server cannot write to /tmp/cache/toolbarcache/ This is needed to speed up action=edit. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://spacemovie.mur.at/ http://helsinki.at/ |