Author Topic: Unable to access logs/errors  (Read 5863 times)

Offline Tim

  • Newbie
  • *
  • Posts: 2
Unable to access logs/errors
« on: March 02, 2008, 10:13:11 AM »
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

Offline Gl0ubI

  • Newbie
  • *
  • Posts: 7
Re: Unable to access logs/errors
« Reply #1 on: April 03, 2008, 04:51:46 AM »
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.