Plesk for Windows
Plesk for Linux
kb: tools
ABT: Group A
Applicable to:
- Plesk for Linux
- Plesk for Windows
Symptoms
How to enable debug logging for Horde webmail on a Plesk server?
Resolution
For Horde 5 and above
-
Open Horde configuration file in a text editor:
- Linux:
/etc/psa-webmail/horde/horde/conf.php
- Windows:
%plesk_dir%\webmail\horde\horde\config\conf.php
- Linux:
-
Change the value of the parameter
$conf['log']['priority']
toDEBUG
:CONFIG_TEXT: $conf['log']['priority'] = 'DEBUG';
For previous Horde versions
-
Open Horde configuration file in a text editor:
- Linux:
/etc/psa-webmail/horde/horde/conf.php
- Windows:
%plesk_dir%\webmail\horde\horde\config\conf.php
- Linux:
-
Change the value of the parameter
$conf['log']['priority']
toPEAR_LOG_DEBUG
:CONFIG_TEXT: $conf['log']['priority'] = PEAR_LOG_DEBUG;
Warning: Do not forget to revert the changes once the monitoring is completed.
Comments
0 comments
Please sign in to leave a comment.