Roundcube Community Forum

Release Support => Release Discussion => Topic started by: bichumo on August 18, 2007, 11:45:34 AM

Title: Prevent showing full path
Post by: bichumo on August 18, 2007, 11:45:34 AM
Hi,

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

IMAP Error: Authentication for user@domain.tld 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.
Title: Re: Prevent showing full path
Post by: SKaero on August 18, 2007, 04:42:24 PM
In config/main.inc.php find:
Code: [Select]
$rcmail_config['debug_level'] = 1;and change 1 to 4.
Title: Re: Prevent showing full path
Post by: bichumo on August 18, 2007, 11:05:34 PM
Thanks it helped. I've changed it from 4 to 1.