Page 1 of 1

PHP 7.3 Remi Repository Yum Update Error

Posted: Sun Mar 15, 2020 3:06 pm
by SanTi
I get error hen I enabled php remi repository and use yum update install etc...

`yum repolist`
Image

`yum update` error
Image

Also I get error when I install BookStack App via Composer.
Image

Re: PHP 7.3 Remi Repository Yum Update Error

Posted: Sat Apr 11, 2020 6:57 pm
by panosagapios
I also have the same problem in 2 servers running vesta under centos 7.7. I searched a lot for a solution but could not find any workaround. I would really appreciate if someone would help on this.

Re: PHP 7.3 Remi Repository Yum Update Error

Posted: Wed Apr 15, 2020 5:54 am
by henu_45
I had the same problem, but I was able to fix it by temporarily disabling the remi repositories

Code: Select all

yum update --disablerepo=remi
in your case try disabling remi-php73

Code: Select all

yum update --disablerepo=remi-php73

Re: PHP 7.3 Remi Repository Yum Update Error

Posted: Mon May 04, 2020 9:30 am
by panosagapios
henu_45 wrote:
Wed Apr 15, 2020 5:54 am
I had the same problem, but I was able to fix it by temporarily disabling the remi repositories

Code: Select all

yum update --disablerepo=remi
in your case try disabling remi-php73

Code: Select all

yum update --disablerepo=remi-php73
Thank you for the suggestion. I tried your solution and worked.

Re: PHP 7.3 Remi Repository Yum Update Error

Posted: Thu May 14, 2020 1:11 pm
by Frankd001
panosagapios wrote:
Sat Apr 11, 2020 6:57 pm
I also have the same problem in 2 servers running vesta under assurance chien centos 7.7. I searched a lot for a solution but could not find any workaround. I would really appreciate if someone would help on this.
Hi, erldcrtz
Thank you. I hope it's help our users