RoundCube (Internal Server Error) on CWP

RoundCube (Internal Server Error) on CWP

tail -f /usr/local/cwpsrv/var/services/roundcube/logs/errors.log

PHP Fatal error: Uncaught Error: Class ‘Spoofchecker’ not found in /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/rcube_spoofchecker.php:50

2023 07 31 14 53 1024x139 - RoundCube (Internal Server Error) on CWP

Solution:

nano /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/rcube_spoofchecker.php

before line:

// Spoofchecker is part of ext-intl (requires ICU >= 4.2)
$checker = new Spoofchecker();

insert:

return false;

2023 07 31 14 52 - RoundCube (Internal Server Error) on CWP
whoami
Stefan Pejcic
Join the discussion

I enjoy constructive responses and professional comments to my posts, and invite anyone to comment or link to my site.