Roundcube Community Forum

 

Prevent showing full path

Started by bichumo, August 18, 2007, 11:45:34 AM

Previous topic - Next topic

bichumo

Hi,

How to prevent showing this when login is not accepted and leave just the message that roundcube pops up?:

IMAP Error: Authentication for [email protected] failed (LOGIN): "a001 NO Authentication failed."

Warning: Cannot modify header information - headers already sent in /path/roundcube/program/include/rcube_shared.inc on line 154

Thanks for any offers.

SKaero

In config/main.inc.php find:
$rcmail_config['debug_level'] = 1;and change 1 to 4.

bichumo

Thanks it helped. I've changed it from 4 to 1.