Hi,
I got this error in roundcube-0.2-stable:
PHP Warning: openlog() expects parameter 3 to be long, string given in /var/www/roundcubemail-0.2-stable/program/include/rcmail.php on line 89
# File: config/main.inc.php $rcmail_config['log_driver'] = "syslog"; $rcmail_config['syslog_id'] = "roundcube"; $rcmail_config['syslog_facility'] = "LOG_USER";
# File: /etc/syslog.conf user.* -/var/log/roundcube.log
How can i solve it?