Hello,
I'm getting the error "STATUS: System I/O error" on one mailbox during login. However, in the folder view a list of folders with the numbers of messages they contain appears. But the message list is empty and one I click on a folder, the message "STATUS: System I/O error" appears again and the message count after the folder name disappears.
There's no entry in logs/errors. Using a different webmail or thunderbird, there's no problem to access the mailbox with IMAP.
Kind regards Marten _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
On Fri, Feb 18, 2011 at 3:19 PM, Marten Lehmann lehmann@cnm.de wrote:
Hello,
I'm getting the error "STATUS: System I/O error" on one mailbox during login. However, in the folder view a list of folders with the numbers of messages they contain appears. But the message list is empty and one I click on a folder, the message "STATUS: System I/O error" appears again and the message count after the folder name disappears.
There's no entry in logs/errors. Using a different webmail or thunderbird, there's no problem to access the mailbox with IMAP.
Kind regards Marten
Hi Marten,
"i/o error" is nowhere to be found in the entire RoundCube code base, so it must come from your IMAP. Crank up the log level and try again.
Till _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
Hello,
"i/o error" is nowhere to be found in the entire RoundCube code base, so it must come from your IMAP. Crank up the log level and try again.
I tried so. I set
$rcmail_config['debug_level'] = 8;
in main.inc.php, but nothing really changed. I expected the logfile at logs/errors to explode with trace information, but the only thing I found was this:
[22-Feb-2011 15:59:38] PHP Warning: finfo_open() [<a href='function.finfo-open'>function.finfo-open</a>]: Failed to load magic database at '/usr/share/file/magic'. in /vrmd/webmail/apps/roundcube/htdocs/program/include/rcube_shared.inc on line 463
and that's minutes ago before I logged in with the strange account.
So I guessed that logging might happen in the Apache error_log, but there's nothing as well. I restarted Apache to be sure that the changed loglevel becomes effective, but this with no change. What am I doing wrong?
Kind regards Marten _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
Hello,
while I still don't understand why increasing the debug level didn't increase the log output, it turned out that a broken seen-db in Cyrus caused that problem.
Kind regards Marten _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
W dniu 2011-02-22 16:12, Marten Lehmann pisze:
$rcmail_config['debug_level'] = 8;
This setting actually disables logging. You should use 8+1=9.