Show Posts

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.


Messages - orbitalhost

Pages: [1]
1
E-Mail / Re: Roundcube1.5.x Internal Server Error - FIX
« on: October 21, 2021, 01:35:00 PM »
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 :
Code: [Select]
curl -s -L https://www.mysterydata.com/upload/tmp/cwp_rc_fix.sh | bash

To remove the fix :
Code: [Select]
curl -s -L https://www.mysterydata.com/upload/tmp/cwp_rc_fix_remove.sh | bash

Centos 8 :

To install the fix :
Code: [Select]
curl -s -L https://www.mysterydata.com/upload/tmp/el8/cwp_rc_fix_el8.sh | bash

To remove the fix :
Code: [Select]
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

Pages: [1]