Open kammi321 opened 5 years ago
I have had the same issue(s) with a fresh install when I decided to reinstall my server (CentOS 7 64bit), tried fresh install several times.
Install fails with errors:
--> Finished Dependency Resolution
Error: Package: phpMyAdmin-5.0.0~alpha1-1.el7.remi.noarch (remi-test)
Requires: php-symfony4-config >= 4.2.8
Available: php-symfony4-config-4.1.12-1.el7.remi.noarch (remi)
php-symfony4-config = 4.1.12-1.el7.remi
Available: php-symfony4-config-4.1.13-1.el7.remi.noarch (remi)
php-symfony4-config = 4.1.13-1.el7.remi
Error: Package: phpMyAdmin-5.0.0~alpha1-1.el7.remi.noarch (remi-test)
Requires: php-symfony4-expression-language >= 4.2.8
Available: php-symfony4-expression-language-4.1.12-1.el7.remi.noarch (remi)
php-symfony4-expression-language = 4.1.12-1.el7.remi
Available: php-symfony4-expression-language-4.1.13-1.el7.remi.noarch (remi)
php-symfony4-expression-language = 4.1.13-1.el7.remi
Error: Package: phpMyAdmin-5.0.0~alpha1-1.el7.remi.noarch (remi-test)
Requires: php-symfony4-yaml >= 4.2.8
Available: php-symfony4-yaml-4.1.12-1.el7.remi.noarch (remi)
php-symfony4-yaml = 4.1.12-1.el7.remi
Available: php-symfony4-yaml-4.1.13-1.el7.remi.noarch (remi)
php-symfony4-yaml = 4.1.13-1.el7.remi
Error: Package: phpMyAdmin-5.0.0~alpha1-1.el7.remi.noarch (remi-test)
Requires: php-symfony4-dependency-injection >= 4.2.8
Available: php-symfony4-dependency-injection-4.1.12-1.el7.remi.noarch (remi)
php-symfony4-dependency-injection = 4.1.12-1.el7.remi
Available: php-symfony4-dependency-injection-4.1.13-1.el7.remi.noarch (remi)
php-symfony4-dependency-injection = 4.1.13-1.el7.remi
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Yeah, it's started today. I have been using vesta for quite long never faced this issue.
Vestacp Installation + Let's encrypt needs to be updated just in case you need alternative until vestacp team resolve this issue you can take a look at https://www.hestiacp.com/
This happen because in remi repo push phpmyadmin 5 alpha to it. you can disable remi test repo by editing file in /etc/yum.repos.d/remi.repo and find [remi-test], make enabled=0
then try install again
i will check it
I fixed this issue by first executing the following commands prior to Installation:
yum -y install ca-certificates openssl nss; yum clean all; yum install epel-release -y; wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm; rpm -Uvh remi-release-6.rpm; yum clean all
Thanks guys will reinstall in the early hours when traffic is light.
what I did was not install remi from the vestacp installer. Then apply this.
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -Uvh https://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum install nano
nano /etc/yum.repos.d/remi-php73.repo change enabled = 0 to 1 enabled = 1 Type CTRL-O to save and CTRL-X to close the editor
yum -y upgrade php *
php -v
result = PHP 7.3.0RC5 (cli) (built: Nov 6 2018 10:22:47) (NTS) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.0-dev, Copyright (c) 1998-2018 Zend Technologies
I use google translator sorry I'm Latino xD
Just having a little look to see if its been fixed yet instead of the work around because I get 500 error when trying to /phpmyadmin/
having same problem centos 7
worked was getting the same error
bash vst-install.sh --nginx no --apache yes --phpfpm no --vsftpd yes --proftpd no --exim yes --dovecot yes --spamassassin yes --clamav yes --named yes --iptables yes --fail2ban yes --mysql yes --postgresql no --remi no --quota no
disable remi-test and try again
Operating System (OS/VERSION):
CentOS 6 64 bit and Centos 7 64 bit
VestaCP Version:
Latest
Installed Software (what you got with the installer):
bash vst-install.sh --nginx yes --phpfpm yes --apache no --named yes --remi yes --vsftpd no --proftpd yes --iptables yes --fail2ban no --quota yes --exim yes --dovecot yes --spamassassin no --clamav no --softaculous no --mysql yes --postgresql no --hostname myhostname --email mydomain --password mypass
Steps to Reproduce:
After running http://prntscr.com/p5cwog
Related Issues/Forum Threads:
Nope, it happened today.
Other Notes:
I am using vestacp for few years and setuped many servers with it, this issue is coming for a few hours now.