Re: Roundcube Update
Posted: Sun Dec 27, 2015 1:10 pm
You have a solution here: viewtopic.php?f=12&t=8925&p=36627#p36627
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:Youp wrote:Hi,
If you are still looking for an answer, here are the steps I followed :
*** Save Original Files*** Download Roundcube and prepare the folderCode: Select all
mv /usr/share/roundcube/ /usr/share/roundcube_bk/ cp -R /var/lib/roundcube/ /var/lib/roundcube_bk/
*** Create config files (and symlinks)Code: Select all
tar xvf rcm[NAME_MAY_DIFFERS].tar.gz cp -R rcm[NAME_MAY_DIFFERS]/ /usr/share/roundcube/
*** Copy plugins and skinsCode: 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
That should work on http://www.yourdomain.com/webmailCode: 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/
Code: Select all
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.
viewtopic.php?f=12&t=5381&start=10#p36957eugeniu wrote:What are the changes you made?