Hello,
I am using roundcube-0.4.b on a FreeBSD server. When I log into Roundcube it will show how many unread emails there are in inbox but I am not able to display them. Nor is it possible to display other mail folders than inbox.
Where should I start looking to fix this? Thank you very much!
On 24.05.2010 09:05, Zbigniew Szalbot wrote:
I am using roundcube-0.4.b on a FreeBSD server. When I log into Roundcube it will show how many unread emails there are in inbox but I am not able to display them. Nor is it possible to display other mail folders than inbox.
Any errors in logs? Enable imap_debug and check logs/imap file.
Hello,
Any errors in logs? Enable imap_debug and check logs/imap file.
Not too many. One is generic one. I am using PHP 5.3.2 with Suhosin-Patch (cli) (built: May 21 2010 10:31:52). Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /usr/local/www/roundcube/program/include/main.inc on line 1104
When I log in and the server is working to display emails, it will at some point say "Server error. Ok!". I see this message in Polish and only assume it will be something similar in English.
Thank you!
On 24.05.2010 09:19, Zbigniew Szalbot wrote:
When I log in and the server is working to display emails, it will at some point say "Server error. Ok!". I see this message in Polish and only assume it will be something similar in English.
Make sure you have no characters after closing ?> tag in config files. Also disable all plugins, if you're using some.
Thanks!
Make sure you have no characters after closing ?> tag in config files. Also disable all plugins, if you're using some.
I do not think I am using any plugins. // ---------------------------------- // PLUGINS // ----------------------------------
// List of active plugins (in plugins/ directory) $rcmail_config['plugins'] = array();
The message probably is "Server error! OK."
IMAP is working OK as far as I can see.
[24-May-2010 09:41:11 +0200]: S: * 40 FETCH (UID 881 RFC822.SIZE 4393 FLAGS () INTERNALDATE "21-May-2010 10:21:33 +0200" BODY[HEADER.FIELDS (DATE FROM TO SUBJECT REPLY-TO IN-REPLY-TO CC BCC CONTENT-TRANSFER-ENCODING CONTENT-TYPE MESSAGE-ID REFERENCES DISPOSITION-NOTIFICATION-TO X-PRIORITY X-DRAFT-INFO)] {445} [24-May-2010 09:41:11 +0200]: S: Message-ID: 4BF64211.7090204@tana.it Date: Fri, 21 May 2010 10:19:29 +0200 From: Someone some@email To: opendkim-users@lists.opendkim.org Subject: Re: Using KeyTable, or not? References: AANLkTin4__qNtZiLTMIznOsPtEoDJ5MOWY8oM_MB-RiH@mail.gmail.com In-Reply-To: AANLkTin4__qNtZiLTMIznOsPtEoDJ5MOWY8oM_MB-RiH@mail.gmail.com Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit
Many thanks!