Page 2 of 2

Re: Roundcube Update

Posted: Sun Dec 27, 2015 1:10 pm
by Lombar

Re: Roundcube Update

Posted: Tue Jan 05, 2016 7:09 pm
by arafatx
Youp wrote:Hi,

If you are still looking for an answer, here are the steps I followed :

*** Save Original Files

Code: Select all

mv /usr/share/roundcube/ /usr/share/roundcube_bk/
cp -R /var/lib/roundcube/ /var/lib/roundcube_bk/
*** Download Roundcube and prepare the folder

Code: Select all

tar xvf rcm[NAME_MAY_DIFFERS].tar.gz
cp -R rcm[NAME_MAY_DIFFERS]/ /usr/share/roundcube/
*** Create config files (and symlinks)

Code: Select all

mkdir /etc/roundcube/config
cp /usr/share/roundcube/config/defaults.inc.php /etc/roundcube/config/defaults.inc.php
ln -s /etc/roundcube/config/defaults.inc.php /var/lib/roundcube/config/defaults.inc.php
cp /usr/share/roundcube/config/config.inc.php /etc/roundcube/config/config.inc.php
ln -s /etc/roundcube/config/config.inc.php /var/lib/roundcube/config/config.inc.php
*** Copy plugins and skins

Code: Select all

rm -R /var/lib/roundcube/plugins/
rm -R /var/lib/roundcube/skins/
cp -R /usr/share/roundcube/plugins/ /var/lib/roundcube/plugins/
cp -R /usr/share/roundcube/skins/ /var/lib/roundcube/skins/
That should work on http://www.yourdomain.com/webmail
There are mistakes in your step. At the end, I ended up just created a directory with skin, plugin, and config and nothing inside. and have problem with database when visiting http://www.yourdomain.com/webmail:

Code: Select all

DATABASE ERROR: CONNECTION FAILED!

Unable to connect to the database!
Please contact your server-administrator.
I made changes to your step and it's now working perfectly!! Thanks a lot for this solution. I'm able to update the beta version of roundcube in vestacp because roundcube 1.1.4 doesn't work on PHP7

Re: Roundcube Update

Posted: Wed Feb 10, 2016 3:51 pm
by eugeniu
What are the changes you made?

Re: Roundcube Update

Posted: Wed Feb 17, 2016 10:49 am
by skurudo
eugeniu wrote:What are the changes you made?
viewtopic.php?f=12&t=5381&start=10#p36957

Re: Roundcube Update

Posted: Tue May 31, 2016 3:40 pm
by Sanity
What is the latest version of roundcube working with ubuntu?
php version is 5.3

Re: Roundcube Update

Posted: Tue May 31, 2016 9:52 pm
by Sanity
updated in ubuntu 12.04 to roundcube version 1.1.5 and perfect!! thank you !!

Re: Roundcube Update

Posted: Thu Sep 01, 2016 6:52 am
by skurudo
Main topic about Rouncude "DATABASE ERROR: CONNECTION FAILED!":
viewtopic.php?f=12&t=7065