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 / Re: Roundcube Internal server error
« on: October 19, 2021, 01:06:40 PM »
I've just received the fix from the CWP team...
Basically it's a downgrade of RoundCube from 1.5 to 1.4.11
Just run the following...Code: [Select]/scripts/update_cwp
/scripts/mail_roundcube_update
I run update script, but now I have problem with contact photo size...
I think that this is something you will have to ask/search on RoundCube forum(s).
2
CentOS-WebPanel Bugs / Re: Roundcube Internal server error
« on: October 19, 2021, 11:16:24 AM »
I've just received the fix from the CWP team...
Basically it's a downgrade of RoundCube from 1.5 to 1.4.11
Just run the following...
Basically it's a downgrade of RoundCube from 1.5 to 1.4.11
Just run the following...
Code: [Select]
/scripts/update_cwp
/scripts/mail_roundcube_update
3
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]