Author Topic: Bug in latest nightly shot (r3519) and in beta 4  (Read 5818 times)

Offline macolo

  • Newbie
  • *
  • Posts: 1
Bug in latest nightly shot (r3519) and in beta 4
« on: April 28, 2010, 09:22:20 PM »
I don't know whether you guys fixed this in the latest SVN version but with the latest nightly shot downloaded from Roundcube - Nightly Builds I run into trouble:

I got a lot of "Server Error (OK)" in beta 4 and that's why I upgraded to the nightly release. I was not able to load any mail in any of the IMAP folders.

$rcmail_config['debug_level'] is set to 13 per default in beta 4.

In the nightly shot i didn't get any "Server Error (OK)" but after the installation of the password plugin it complained again about that error.

Finally I found out that I had changed

$rcmail_config['debug_level'] = 1;

to

$rcmail_config['debug_level'] = 13;

for debugging reasons.

This is the reason for the "Server Error (OK)" bug! Just change it back to $rcmail_config['debug_level'] = 1; and it works like a charm.

I don't know whether this happens only to me, but this might be helping other users to make this app work.

All the best

Mario

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Bug in latest nightly shot (r3519) and in beta 4
« Reply #1 on: April 29, 2010, 04:16:08 AM »