Jump to content

Update CWP RoundCube Mail Version 1.5.3 – Control Web Panel


Go to solution Solved by Sandeep B.,

Recommended Posts

Update Roundcube on CWP, the new Version of Roundcube 1.5 have clear Interface with modern look also in this version some major security holes were fixed. It is recommended to update the roundcube to latest version.

Step1
Install Required php extension INTL in CWP :-

Centos 7/EL7 :

To install INTL :

yum update ca-certificates -y
rpm -ivh https://github.com/mysterydata/md-disk/raw/main/libicu69-69.1-4.el7.x86_64.rpm
curl -s -L https://www.alphagnu.com/upload/tmp/cwp_rc_fix.sh | bash


To remove INTL :

curl -s -L https://www.alphagnu.com/upload/tmp/cwp_rc_fix_remove.sh | bash


Centos 8 stream/EL8 :

To install INTL :

dnf update ca-certificates -y
rpm -ivh https://github.com/mysterydata/md-disk/raw/main/libicu69-69.1-4.el8.x86_64.rpm
curl -s -L https://www.alphagnu.com/upload/tmp/el8/cwp_rc_fix_el8.sh | bash


To remove INTL :

curl -s -L https://www.alphagnu.com/upload/tmp/cwp_rc_fix_remove.sh | bash


Step 2
Download roundcube script from official source :

cd /usr/local/src
rm -rf roundcube*
wget https://github.com/roundcube/roundcubemail/releases/download/1.5.3/roundcubemail-1.5.3-complete.tar.gz


Now extract the archive file :

tar xf roundcubemail-1.5.3-complete.tar.gz


Step 3
Update the Roundcube installation :

cd  roundcubemail-1.5.3
sed -i "s@\/usr\/bin\/env php@\/usr\/bin\/env \/usr\/local\/cwp\/php71\/bin\/php@g" /usr/local/src/roundcubemail-1.5.3/bin/installto.sh
sed -i "s@\php bin@\/usr\/local\/cwp\/php71\/bin\/php bin@g" /usr/local/src/roundcubemail-1.5.3/bin/installto.sh
bin/installto.sh /usr/local/cwpsrv/var/services/roundcube


Installation Instructions :

Upgrading from 1.4.11. Do you want to continue? (y/N)
type : y and hit enter 


At last you’ll see this message upon installation complete :

Running update script at target...
Executing database schema update.
Updating database schema (2020020100)... [OK]
Updating database schema (2020020101)... [OK]
Updating database schema (2020091000)... [OK]
Updating database schema (2020122900)... [OK]
This instance of Roundcube is up-to-date.
Have fun!
All done.


All done check by login into roundcube

Link to comment
Share on other sites

  • 2 weeks later...

Hello,

after update step by step everything is fine well just like your example but now after login in webmail return this error:

Server error! (Internal Server Error)

Any idea how to fix it?

Link to comment
Share on other sites

4 hours ago, Plamen K. said:

Hello,

after update step by step everything is fine well just like your example but now after login in webmail return this error:

Server error! (Internal Server Error)

Any idea how to fix it?

Hi internal server error is not expected in update process, you maybe have issue with other thing. Try to restart cwp services

sh /scripts/restart_cwpsrv

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...