This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
CentOS-WebPanel Bugs / Roundcube Internal server error
« on: October 19, 2021, 09:44:50 AM »
Hi,
as of today the Roundcube is not working on multiple CWP servers.
Here is the error log from /usr/local/cwpsrv/var/services/roundcube/logs/errors.log
It looks like that php intl extension is now required, but it's not included in cwpphp (ver 7.2.30)
Link: https://githubmemory.com/repo/roundcube/roundcubemail/issues/8127
as of today the Roundcube is not working on multiple CWP servers.
Here is the error log from /usr/local/cwpsrv/var/services/roundcube/logs/errors.log
Code: [Select]
[19-Oct-2021 09:33:55 UTC] PHP Fatal error: Uncaught Error: Class 'Spoofchecker' not found in /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/rcube_spoofchecker.php:50
Stack trace:
#0 /usr/local/cwpsrv/var/services/roundcube/program/actions/mail/index.php(1400): rcube_spoofchecker::check('guest.domain.com')
#1 /usr/local/cwpsrv/var/services/roundcube/program/actions/mail/index.php(523): rcmail_action_mail_index::address_string('"Name Surname...', 3, false, NULL, NULL)
#2 /usr/local/cwpsrv/var/services/roundcube/program/actions/mail/list.php(123): rcmail_action_mail_index::js_message_list(Array, false, Array)
#3 /usr/local/cwpsrv/var/services/roundcube/program/include/rcmail.php(275): rcmail_action_mail_list->run(Array)
#4 /usr/local/cwpsrv/var/services/roundcube/index.php(283): rcmail->action_handler()
#5 {main}
thrown in /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/rcube_spoofchecker.php on line 50
It looks like that php intl extension is now required, but it's not included in cwpphp (ver 7.2.30)
Link: https://githubmemory.com/repo/roundcube/roundcubemail/issues/8127
Pages: [1]