Control Web Panel
WebPanel => E-Mail => Topic started by: Sandeep on October 19, 2021, 07:18:01 AM
-
Run this command below to install the fix for Roundcube 1.5.x Internal server error
it is necessary you've updated OS you can do that by running below comamnd :
yum update -y
or to update ca cert :
yum update ca-certificates -y
Centos 7 :
To install the fix :
curl -s -L https://www.mysterydata.com/upload/tmp/cwp_rc_fix.sh | bash
To remove the fix :
curl -s -L https://www.mysterydata.com/upload/tmp/cwp_rc_fix_remove.sh | bash
Centos 8 :
To install the fix :
curl -s -L https://www.mysterydata.com/upload/tmp/el8/cwp_rc_fix_el8.sh | bash
To remove the fix :
curl -s -L https://www.mysterydata.com/upload/tmp/cwp_rc_fix_remove.sh | bash
***mysterydata.com is my personal blog
-
Thanks a lot, it worked for me!
-
Yes, it works, ty
-
Thank you guys.
That was really fast. It is great to be a part of this community.
-
CentOs Stream fix works!
-
hi.
script gives certificate error.
but mannually work .
You have to download the files and copy them to the appropriate places.
mkdir -p /usr/local/cwp/php71/php.d
yum -y install libicu libicu-devel
rm -rf /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20170718/intl.so
wget -P /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20170718 https://www.mysterydata.com/upload/tmp/intl.so
chmod 755 /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20170718/intl.so
rm -rf /usr/local/cwp/php71/php.d/intl.ini
touch /usr/local/cwp/php71/php.d/intl.ini
echo "extension=intl" > /usr/local/cwp/php71/php.d/intl.ini
systemctl restart cwpsrv.service
systemctl restart cwpsrv-phpfpm.service
systemctl restart cwp-phpfpm.service
thank you i fix this.
-
if script indicates expired certificate you need to update your OS
yum update -y
or
yum update ca-certificates -y
-
cwp fix
/scripts/update_cwp
/scripts/mail_roundcube_update
-
For the new update do we need to remove the fix ?
-
For the new update do we need to remove the fix ?
only use the fix if you want to use latest rc 1.5.xx or you can run the below command to downgrade rc to 1.4.
/scripts/update_cwp
/scripts/mail_roundcube_update
-
Attemping to run "/scripts/update_cwp" and getting this:
** (pkttyagent:112068): WARNING **: 07:23:47.645: Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject
Just sitting here. However in CWP Admin it is now showing CWP Up to date. I need to run the roundcube update to fix the error.
What do I need to do? interrupt the putty session?
-
For the new update do we need to remove the fix ?
only use the fix if you want to use latest rc 1.5.xx or you can run the below command to downgrade rc to 1.4.
/scripts/update_cwp
/scripts/mail_roundcube_update
actually this solution worked well for me
this morning
too bad I just read your post
-
Hi guys,
This error is caused by Spoofchecker PHP exception.
To temporary bypass this error do the folowing:
For CWP7
edit file /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/rcube_spoofchecker.php
Line 50 have the folowing:
// Spoofchecker is part of ext-intl (requires ICU >= 4.2)
$checker = new Spoofchecker();
Insert this before 50
return false;
After edit/save, will looks this the folowing
return false;
// Spoofchecker is part of ext-intl (requires ICU >= 4.2)
$checker = new Spoofchecker();
DONE! your mail is working again! BUT NOTE: No Spoofing will be checked!
Hope Roundcube team solve that soom.
for records, i have tryed the folowing version f PHP: 7.2.34 and PHP 7.3.27, both same error! 7.3.x and up wont works for me, because i need --with-interbase
-
Run this command below to install the fix for Roundcube 1.5.x Internal server error
Work fine !!!
Many thanks !!!
-
Run this command below to install the fix for Roundcube 1.5.x Internal server error
it is necessary you've updated OS you can do that by running below comamnd :
yum update -y
or to update ca cert :
yum update ca-certificates -y
Centos 7 :
To install the fix :
curl -s -L https://www.mysterydata.com/upload/tmp/cwp_rc_fix.sh | bash
To remove the fix :
curl -s -L https://www.mysterydata.com/upload/tmp/cwp_rc_fix_remove.sh | bash
Centos 8 :
To install the fix :
curl -s -L https://www.mysterydata.com/upload/tmp/el8/cwp_rc_fix_el8.sh | bash
To remove the fix :
curl -s -L https://www.mysterydata.com/upload/tmp/cwp_rc_fix_remove.sh | bash
***mysterydata.com is my personal blog
I'm totally new to this. What do I need to do to run that command?
Thanks
-
I'm totally new to this. What do I need to do to run that command?
Thanks
Connect via SSH to your server as a root. Then run these commands.
-
Simple fix is this
sh /scripts/mail_roundcube_update
-
Thank You for the fix .Do we have to remove it or not...?
-
When the error occurred I went down to 1.4.11 with the command
/scripts/update_cwp
/scripts/mail_roundcube_update
now how can I go up to 1.5 again?