Author Topic: can we update phpMyAdmin and Roundcube Webmail ?  (Read 14541 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
can we update phpMyAdmin and Roundcube Webmail ?
« on: November 09, 2015, 01:53:25 PM »
Hello experts,

we are using  CWP version: 0.9.8.10 and there is update available for following software

phpMyAdmin
Roundcube Webmail

please let us know following software versions are compatible with the CWP version: 0.9.8.10

we are updating from following version to the below version

Roundcube Webmail IMAP Client 1.1.2 ---> Roundcube Webmail IMAP Client  1.1.3
phpMyAdmin 4.4.14.0 ---> phpMyAdmin 4.5.1

we are looking forward for reply so please let us know if anybody can guide us.

Offline
**
Re: can we update phpMyAdmin and Roundcube Webmail ?
« Reply #1 on: November 09, 2015, 02:31:20 PM »
These guides from bullten will help you. But I recommend you to first upgrade your CWP MySQL Server for more better performance. New phpMyAdmins doesn't support old MySQL servers. And bullten version upgrades are totally compatible with latest CWP 0.9.8.10 unless some. But upgrading MySQL, phpMyAdmin and roundcube seems totally compatible to CWP and I am using the latest MySQL Community, phpMyAdmin and roundcube now since a year with CWP. No problem at all with these. I have faced many problems with bullten's Apache Upgrade tutorial and PHP Upgrade tutorial.

Upgrade MySQL Server Link : https://panel.bullten.net/knowledgebase/29/Upgrade-MySQL-Server-in-CWP.html
Upgrade phpMyAdmin Link : https://panel.bullten.net/knowledgebase/30/Upgrade-PhpMyAdmin-in-CWP.html
Upgrade Roundcube Link : https://panel.bullten.net/knowledgebase/31/Update-Roundcube-in-CWP.html


Hope this info helps.
« Last Edit: November 09, 2015, 02:36:10 PM by farukh »

Offline
*
Re: can we update phpMyAdmin and Roundcube Webmail ?
« Reply #2 on: November 09, 2015, 02:41:46 PM »
Hi farukh,

thanks for the information and guide. :)

Offline
**
Re: can we update phpMyAdmin and Roundcube Webmail ?
« Reply #3 on: November 09, 2015, 02:43:27 PM »
Pleasure :)

Offline
*
Re: can we update phpMyAdmin and Roundcube Webmail ?
« Reply #4 on: May 10, 2016, 11:44:26 PM »
This did not update roundcube.

Offline
*
Re: can we update phpMyAdmin and Roundcube Webmail ?
« Reply #5 on: June 07, 2016, 12:51:03 PM »
Hello, all,

That is all personne to search a solution for the problem :
Code: [Select]
bin/installto.sh /usr/local/apache/htdocs/roundcube
/usr/bin/env: php: No such file or directory

Why you have the probleme  ?? Beacause you are login on root !!!

Tutorial :
https://panel.bullten.net/knowledgebase/31/Update-Roundcube-in-CWP.html

We are not asking you to connect with :
Code: [Select]
sudo su
well, restart the command :
WITHOUT LOGIN ROOT
Code: [Select]
bin/installto.sh /usr/local/apache/htdocs/roundcube WITHOUT LOGIN ROOT

It's work !!! WooW !! ;)


Ok But if you have a errors missing file or other error with permission denied :

Code: [Select]
sudo chmod -R 777 /usr/local/apache/htdocs/roundcube
After restart th command for upgrade roundcube :
Code: [Select]
bin/installto.sh /usr/local/apache/htdocs/roundcube
After change the chmod :
Code: [Select]
sudo chmod -R 755 /usr/local/apache/htdocs/roundcube
sudo chown -R nobody:nobody /usr/local/apache/htdocs/roundcube

Done !

WARNING
The configuration file is change, for config.inc.php in config folder.
look roundcube update on github :

https://github.com/roundcube/roundcubemail/wiki/Upgrade#updating-from--09-to-10-or-higher

Best Regards
Thomas ;)

« Last Edit: June 07, 2016, 01:17:02 PM by katipan »