Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 10 matches
- Sat Mar 03, 2018 6:04 am
- Forum: Web Server
- Topic: Problems with php after update to 7x
- Replies: 21
- Views: 130668
Re: Problems with php after update to 7x
Sorry but this question should be solved by our team on your server.
Its commercial support.
https://vestacp.com/support/
I just fixed with:
-yum remove phpmyadmin
Disable remi repo
mv /etc/yum.repos.d/remi* /root/1/
-yum install phpmyadmin
and for roundcube i change password of rouncube from ...
- Sun Feb 25, 2018 5:08 am
- Forum: Web Server
- Topic: Problems with php after update to 7x
- Replies: 21
- Views: 130668
Re: Problems with php after update to 7x
it is possible to revert php to php56 and how?imperio wrote: Sat Feb 24, 2018 10:37 am Sorry but this question should be solved by our team on your server.
Its commercial support.
https://vestacp.com/support/
- Sat Feb 24, 2018 8:07 am
- Forum: Web Server
- Topic: Problems with php after update to 7x
- Replies: 21
- Views: 130668
Re: Problems with php after update to 7x
when i run yum install phpmyadmin - Package phpMyAdmin-4.7.8-1.el7.remi.noarch already installed and latest version
Nothing to do
- Sat Feb 24, 2018 3:24 am
- Forum: Web Server
- Topic: Problems with php after update to 7x
- Replies: 21
- Views: 130668
Re: Problems with php after update to 7x
wget https://raw.githubusercontent.com/serghey-rodin/vesta/master/install/rhel/7/pma/phpMyAdmin.conf -O /etc/httpd/conf.d/phpMyAdmin.conf
wget https://raw.githubusercontent.com/serghey-rodin/vesta/master/install/rhel/7/pma/config.inc.conf -O /etc/phpMyAdmin/config.inc.php
service httpd restart ...
- Fri Feb 23, 2018 4:09 am
- Forum: Web Server
- Topic: Problems with php after update to 7x
- Replies: 21
- Views: 130668
Re: Problems with php after update to 7x
DATABASE ERROR: CONNECTION FAILED! -Unable to connect to the database!
You should change password for roundcube database via phpmyadmin and specify new password in this file /etc/roundcubemail/config.inc.php
$config['db_dsnw'] = 'mysql://roundcube:%password%@localhost/roundcube';
%password ...
- Thu Feb 22, 2018 3:46 am
- Forum: Web Server
- Topic: Problems with php after update to 7x
- Replies: 21
- Views: 130668
Re: Problems with php after update to 7x
You should using default php version or php selector by skamasle
We don't provide support if you updating the main php yourself.
Try to run this commands
wget https://raw.githubusercontent.com/serghey-rodin/vesta/master/install/rhel/7/roundcube/roundcubemail.conf -O /etc/httpd/conf.d ...
- Wed Feb 21, 2018 6:17 am
- Forum: Web Server
- Topic: Problems with php after update to 7x
- Replies: 21
- Views: 130668
Re: Problems with php after update to 7x
Try to reinstall roundcube package
yum install roundcubemail
This also can break roundcube because it also reset some permission /etc/roundcubemail/defaults.inc.php
Can you help me please because i am not so good on that
Chan your check in /etc/httpd/conf.d/
Check files roundcube ...
- Tue Feb 20, 2018 3:09 am
- Forum: Web Server
- Topic: Problems with php after update to 7x
- Replies: 21
- Views: 130668
Re: Problems with php after update to 7x
You upgrade your main php version, this is not selector script error.
So when you update main php version you also update roundcube / phpmyadmin
So maybe /etc/httpd/conf.d/phpmyadmin.conf and roundcube.conf get broken, also maybe you lost some conf in /etc/roundcubemail
You need check it ...
- Mon Feb 19, 2018 3:53 pm
- Forum: RHEL/CentOS
- Topic: After update PHP 5.4 to PHP 7.2 via SSHm.
- Replies: 3
- Views: 6194
Re: After update PHP 5.4 to PHP 7.2 via SSHm.
I have me too this situation.
Centos 7.4 with latest VestaCp.
Any help?
Centos 7.4 with latest VestaCp.
Any help?
- Mon Feb 19, 2018 3:03 pm
- Forum: Web Server
- Topic: Problems with php after update to 7x
- Replies: 21
- Views: 130668
Problems with php after update to 7x
Hello,
I was install php selector on my Centos 7 VestaCp and was fine until i make an update of php on centos.
From default (php5.6) to php 7.After that my phpmyadmin doesn't work (Forbidden-You don't have permission to access /phpmyadmin/ on this server.) and on Roundcube can't connect from any ...
I was install php selector on my Centos 7 VestaCp and was fine until i make an update of php on centos.
From default (php5.6) to php 7.After that my phpmyadmin doesn't work (Forbidden-You don't have permission to access /phpmyadmin/ on this server.) and on Roundcube can't connect from any ...