Control Web Panel

WebPanel => Updates => Topic started by: ScottCameron on March 24, 2015, 09:13:59 AM

Title: Update Roundcube to 1.1
Post by: ScottCameron 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
Title: Re: Update Roundcube to 1.1
Post by: Farukh Khan 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...
Title: Re: Update Roundcube to 1.1
Post by: brijendrasial 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/
Title: Re: Update Roundcube to 1.1
Post by: Farukh Khan 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.
Title: Re: Update Roundcube to 1.1
Post by: brijendrasial 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?
Title: Re: Update Roundcube to 1.1
Post by: oguz657 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

Title: Re: Update Roundcube to 1.1
Post by: zakrpa 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...
Title: Re: Update Roundcube to 1.1
Post by: katipan 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 ;)