[horde] tried adding to the wiki at
Alfred Nutile
alfred at rvtc.us
Thu Oct 2 00:40:50 UTC 2008
http://wiki.horde.org/FAQ/Admin/Troubleshoot
But I get this error even if I make no changes at all?
ErrorRandom string did not match.
I would like to add this
+++ "Fatal error Perms getPermissions"
This error happened after we installed a second installation on the
server of horde. Seems there was some collision in tmp or other php
sessions data.
I had to add this at the end of our conf.php file
<code>
$conf['tmpdir'] = '/var/www/web38/tmp';
$conf['cache']['params']['prefix'] = 'rvtc'; <--this then made all the
items in /tmp prefix with rvtc and I think that was the big help.
</code>
More information about the horde
mailing list