Hi all,
I've installed RoundCube on my server, created the database and all things in the INSTALL file, but I'm getting this error:
Warning: Unknown: Unable to access logs/errors in Unknown
even in the css file, I've given 777 permissions to the logs and temp dirs but I won't work...
What can I do to fix this? :-[
Regards,
Tim
Hello,
I've the same thing.
After little search into php files with grep command, i've found 2 files with something similar :
- program/include/bugs.inc: if ($fp = @fopen($CONFIG['log_dir'].'/errors', 'a'))
- program/include/main.inc: ini_set('error_log', $conf['log_dir'].'/errors');
maybe this one on this require a absolute path ?
Gl0ubI.