This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Updates / Re: Update Roundcube to 1.1
« 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
Look here for probleme with roundcube update/upgrade
http://forum.centos-webpanel.com/updates/can-we-update-phpmyadmin-and-roundcube-webmail/
Best Regards
Thomas
2
Updates / Re: can we update phpMyAdmin and Roundcube Webmail ?
« on: June 07, 2016, 12:51:03 PM »
Hello, all,
That is all personne to search a solution for the problem :
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 :
well, restart the command :
WITHOUT LOGIN ROOT
It's work !!! WooW !!
Ok But if you have a errors missing file or other error with permission denied :
After restart th command for upgrade roundcube :
After change the chmod :
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
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 ROOTIt'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
Pages: [1]