1

Topic: Roundcube generates many errors in the log: ssl_error_log

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
======== Required information ====
- iRedMail version:  0.8.6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  MySQL
- Linux/BSD distribution name and version: CentOS 6.5
- Related log if you're reporting an issue:
====
Hello,
The file /var/log/httpd/ssl_error_log has numerous lines of error, appearing for the use of roundcube webmail.
How do I reduce the information in this log and how do I correct errors?
log:
( ... )
[Sat May 10 12:21:10 2014] [error] [client xxx.xxx.xxx.xxx] PHP Notice:  Undefined index: plugin_manager in /var/www/roundcubemail-0.9.5/program/lib/Roundcube/rcube_plugin_api.php on line 184
[Sat May 10 12:21:10 2014] [error] [client xxx.xxx.xxx.xxx] PHP Notice:  Undefined index: db_version in /var/www/roundcubemail-0.9.5/program/lib/Roundcube/rcube_plugin_api.php on line 184
[Sat May 10 12:21:10 2014] [error] [client xxx.xxx.xxx.xxx] PHP Notice:  Undefined index: config_get in /var/www/roundcubemail-0.9.5/program/lib/Roundcube/rcube_plugin_api.php on line 288
[Sat May 10 12:21:10 2014] [error] [client xxx.xxx.xxx.xxx] PHP Notice:  Undefined index: config_get in /var/www/roundcubemail-0.9.5/program/lib/Roundcube/rcube_plugin_api.php on line 288
[Sat May 10 12:21:10 2014] [error] [client xxx.xxx.xxx.xxx] PHP Notice:  Undefined index: config_get in /var/www/roundcubemail-0.9.5/program/lib/Roundcube/rcube_plugin_api.php on line 288
[Sat May 10 12:21:10 2014] [error] [client xxx.xxx.xxx.xxx] PHP Notice:  Undefined index: config_get in /var/www/roundcubemail-0.9.5/program/lib/Roundcube/rcube_plugin_api.php on line 288
( ... )

thank you

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Roundcube generates many errors in the log: ssl_error_log

ACosta wrote:

[Sat May 10 12:21:10 2014] [error] [client xxx.xxx.xxx.xxx] PHP Notice:  Undefined index: plugin_manager in /var/www/roundcubemail-0.9.5/program/lib/Roundcube/rcube_plugin_api.php on line 184

Obviously, you add addition parameters (plugin_manager) in Roundcube config file. Did you try to clean it up?

3

Re: Roundcube generates many errors in the log: ssl_error_log

ZhangHuangbin wrote:
ACosta wrote:

[Sat May 10 12:21:10 2014] [error] [client xxx.xxx.xxx.xxx] PHP Notice:  Undefined index: plugin_manager in /var/www/roundcubemail-0.9.5/program/lib/Roundcube/rcube_plugin_api.php on line 184

Obviously, you add addition parameters (plugin_manager) in Roundcube config file. Did you try to clean it up?

Yes this must be the problem. Thank you.