Author Topic: Update Roundcube to 1.1  (Read 17921 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Update Roundcube to 1.1
« on: March 24, 2015, 09:13:59 AM »
Hi.

In the next update of CWP, could we have Roundcube updated to the latest version which is 1.1? It's very behind in updates (think it's currently at 0.5) so it'd be nice for everybody to stay up to date with the latest webmail!

http://roundcube.net

Offline
**
Re: Update Roundcube to 1.1
« Reply #1 on: March 24, 2015, 11:04:04 AM »
When upgradation is always a good thing. The latest version of roundcube is v1.1.1

Developers should update CWP roundcube to the latest version. I have also asked this thing recently but developers doesn't pay good attention on upgradation. CWP has got many backdated things. It is my suggestion that developer should first upgrade the backdated things of CWP like apache, php, (MySQL, phpMyAdmin got upgrade script on the previous release), ftp version upgrade and also roundcube.

Thanks in advance...

Re: Update Roundcube to 1.1
« Reply #2 on: March 24, 2015, 12:06:48 PM »
Why not upgrading it yourself. Run the command below and you will have it upgraded.

Quote
mkdir /home/roundcube_backup
cp -R /usr/local/apache/htdocs/roundcube/* /home/roundcube_backup
wget http://softlayer-sng.dl.sourceforge.net/project/roundcubemail/roundcubemail/1.1.1/roundcubemail-1.1.1-complete.tar.gz
tar zxvf roundcubemail-1.1.1-complete.tar.gz
cd roundcubemail-1.1.1
bin/installto.sh /usr/local/apache/htdocs/roundcube
chown -R nobody:nobody /usr/local/apache/htdocs/roundcube

https://blog.bullten.com/upgrading-roundcube-in-centos-web-panel/
« Last Edit: March 24, 2015, 07:04:19 PM by BullTen »

Offline
**
Re: Update Roundcube to 1.1
« Reply #3 on: March 26, 2015, 11:27:24 AM »
Thanks a lot man. Your all upgrading tutorials helped me a lot. Please provide also the upgrading tutorial of the net2ftp scripts which is used as CWP ftp.

Re: Update Roundcube to 1.1
« Reply #4 on: March 29, 2015, 01:22:20 AM »
I think you can install it using sh /scripts/install_net2ftp and its version 1.0  itself?

Offline
*
Re: Update Roundcube to 1.1
« Reply #5 on: June 17, 2015, 08:03:30 PM »
[root@xxx roundcubemail-1.1.1]# bin/installto.sh /usr/local/apache/htdocs/roundcube
/usr/bin/env: php: No such file or directory


[root@xxx bin]# installto.sh /usr/local/apache/htdocs/roundcube
-bash: installto.sh: command not found


Offline
*
Re: Update Roundcube to 1.1
« Reply #6 on: August 05, 2015, 09:51:06 PM »
Hi,
Since update had a problem with folders main problem is with "Trash" don't know why but I was getting error moving deleted message on new added accounts because its not created automatically, strange when I send message roundcube create "Sent" folder without any problem.

This is how I fixed it maybe someone will have same problem:

edit file:
/usr/local/apache/htdocs/roundcube/config/main.inc.php

changed this:
$rcmail_config['create_default_folders'] = false;

to this:
$rcmail_config['create_default_folders'] = true;

After that roundcube create folders automatically.

Second solution is to create "Trash" folder manually works fine with that too...

Offline
*
Re: Update Roundcube to 1.1
« Reply #7 on: June 07, 2016, 01:08:58 PM »
Hello all,

Look here for probleme with roundcube update/upgrade

http://forum.centos-webpanel.com/updates/can-we-update-phpmyadmin-and-roundcube-webmail/

Best Regards
Thomas ;)