Author Topic: Prevent showing full path  (Read 5076 times)

Offline bichumo

  • Newbie
  • *
  • Posts: 5
Prevent showing full path
« 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Prevent showing full path
« Reply #1 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.

Offline bichumo

  • Newbie
  • *
  • Posts: 5
Re: Prevent showing full path
« Reply #2 on: August 18, 2007, 11:05:34 PM »
Thanks it helped. I've changed it from 4 to 1.