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.


Topics - techwinch

Pages: [1]
1
E-Mail / Roundcube CWP7 500 error FIX
« on: February 05, 2019, 06:37:29 AM »
Not sure if this is known or not so :

Had an issue where a new installation of CWP and going to website xxxxx.com/webmail would get a 500 Error after trying to log in.

Found this fix and it worked.
It will also update roundcube to the latest stable version !  Hope it will help others.

SSH to server log in as root.

cd /usr/local/src
rm -rf roundcube*   <- just in case any files are there !
wget https://github.com/roundcube/roundcubemail/releases/download/1.3.8/roundcubemail-1.3.8-complete.tar.gz

tar xf roundcubemail-1.3.8-complete.tar.gz

cd  roundcubemail-1.3.8
bin/installto.sh /usr/local/cwpsrv/var/services/roundcube

Response should be =
Upgrading from 1.2.3. Do you want to continue? (y/N)

type : y and hit enter

You should see a screen like this once it is done =

Running update script at target...
Executing database schema update.
Updating database schema (2016081200)... [OK]
Updating database schema (2016100900)... [OK]
Updating database schema (2016112200)... [OK]
Updating database schema (2018021600)... [OK]
This instance of Roundcube is up-to-date.
Have fun!
All done.


Hope that helps.


Pages: [1]