Search found 6 matches
- Sun Sep 20, 2020 5:40 pm
- Forum: General Discussion
- Topic: The panel is not installed on Centos 7
- Replies: 1
- Views: 6075
Re: The panel is not installed on Centos 7
before install disable php8
yum install epel-release yum-utils
yum install wget
cd /tmp/
wget http://rpms.famillecollet.com/enterpris ... ease-7.rpm
rpm -Uvh remi-release-7.rpm
yum-config-manager --disable remi-php*
yum-config-manager --enable remi-php74
then install vestacp
yum install epel-release yum-utils
yum install wget
cd /tmp/
wget http://rpms.famillecollet.com/enterpris ... ease-7.rpm
rpm -Uvh remi-release-7.rpm
yum-config-manager --disable remi-php*
yum-config-manager --enable remi-php74
then install vestacp
- Sat Sep 19, 2020 12:36 pm
- Forum: General Discussion
- Topic: install error
- Replies: 22
- Views: 70179
Re: install error
I have the same issue and I can't install VestaCP. this one doesn't work There is a simple instruction: On fresh server BEFORE Vesta installation : 1. Install Remi repo 2. Install yum-utils 3. Disable all php versions: yum-config-manager --disable remi-php* 4. Enable php version what you want: yum-...
- Wed Sep 16, 2020 6:21 am
- Forum: General Discussion
- Topic: install error
- Replies: 22
- Views: 70179
Re: install error
thank you grayfolk
is working
yum install epel-release yum-utils
yum install wget
cd /tmp/
wget http://rpms.famillecollet.com/enterpris ... ease-7.rpm
rpm -Uvh remi-release-7.rpm
yum-config-manager --disable remi-php*
yum-config-manager --enable remi-php74
then install vestacp
is working
yum install epel-release yum-utils
yum install wget
cd /tmp/
wget http://rpms.famillecollet.com/enterpris ... ease-7.rpm
rpm -Uvh remi-release-7.rpm
yum-config-manager --disable remi-php*
yum-config-manager --enable remi-php74
then install vestacp
- Tue Sep 15, 2020 7:37 pm
- Forum: General Discussion
- Topic: install error
- Replies: 22
- Views: 70179
Re: install error
I tried again on a vps to install vestacp but is not working the same error yum -y install epel-release yum-utils yum-config-manager --disable remi-php80 also tried yum-config-manager --disable remi-php* I suspect when the installation starts after Would you like to continue [y/n]: is activating php...
- Mon Sep 14, 2020 4:08 pm
- Forum: General Discussion
- Topic: install error
- Replies: 22
- Views: 70179
Re: install error
You can try before vestacp install
yum install yum-utils
then
yum-config-manager --disable remi-php8
yum install yum-utils
then
yum-config-manager --disable remi-php8
- Sun Sep 13, 2020 7:18 am
- Forum: General Discussion
- Topic: install error
- Replies: 22
- Views: 70179
Re: install error
Last night (6-7 hours ago) I had the same problem. I had to turn a server from directadmin into vestacp.
I tried 3 times to reinstall the OS and I couldn't install vestacp.
I had the same error you have.
3 days before I installed vestacp without problems
Does anyone else have this problem?
I tried 3 times to reinstall the OS and I couldn't install vestacp.
I had the same error you have.
3 days before I installed vestacp without problems
Does anyone else have this problem?