MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Releases => Topic started by: MRatWork on 2014-05-09, 11:16:58

Title: [BUG] PHP53u-5.3.28 issue
Post by: MRatWork on 2014-05-09, 11:16:58
There are many report where update php53u (to 5.3.28) make their website appear 'error 500'.

So, temporal solution (until IUS fix this problem):

1. Update mratwork.repo with
Code: [Select]
yum clean all
yum update mratwork* -y
yum clean all

2. Update the content of /etc/yum.repos.d/mratwork.repo:
from:
Code: [Select]
[mratwork-ius-stable]
name=MRatWork - IUS Community Packages for EL $releasever (stable) - arch
baseurl=http://dl.iuscommunity.org/pub/ius/stable/Redhat/$releasever/$basearch
mirrorlist=http://dmirr.iuscommunity.org/mirrorlist/?repo=ius-el$releasever&arch=$basearch
enabled=1
gpgcheck=0
exclude=mysql51*

[mratwork-ius-archive]
name=MRatWork - IUS Community Packages for EL $releasever (archive) - arch
baseurl=http://dl.iuscommunity.org/pub/ius/archive/Redhat/$releasever/$basearch
enabled=1
gpgcheck=0
exclude=mysql51*

to:
Code: [Select]
[mratwork-ius-stable]
name=MRatWork - IUS Community Packages for EL $releasever (stable) - arch
baseurl=http://dl.iuscommunity.org/pub/ius/stable/Redhat/$releasever/$basearch
mirrorlist=http://dmirr.iuscommunity.org/mirrorlist/?repo=ius-el$releasever&arch=$basearch
enabled=1
gpgcheck=0
exclude=mysql51* php53*

[mratwork-ius-archive]
name=MRatWork - IUS Community Packages for EL $releasever (archive) - arch
baseurl=http://dl.iuscommunity.org/pub/ius/archive/Redhat/$releasever/$basearch
enabled=1
gpgcheck=0
exclude=mysql51* php53*-5.3.28*

3. For using php53u in 'php-branch':
Code: [Select]
service php-fpm stop
yum downgrade php53u
service php-fpm start

4. For using Kloxo-MR 6.5.1.b with 'PHP used' for 'php53m':
Code: [Select]
killall -9 php-fpm
sh /script/php53s-installer
sh /script/php53m-installer
sh /script/fixlxphpexe php53s
sh /script/restart-all
Title: Re: [BUG] PHP53u-5.3.28 issue
Post by: MRatWork on 2014-05-10, 03:19:42
IUS release their php53u-5.3.28-3.

Update php53u with 'yum clean all; yum update; sh /script/cleanup; sh /script/restart-all'.
Title: Re: [BUG] PHP53u-5.3.28 issue
Post by: Spacedust on 2014-05-10, 11:21:13
php 5.4.28 also have the same issue !
Title: Re: [BUG] PHP53u-5.3.28 issue
Post by: djscooby on 2014-05-10, 11:37:21
version that work with php-fpm is php54.x86_64 0:5.4.27-1.ius.el6 for php 54
Title: Re: [BUG] PHP53u-5.3.28 issue
Post by: ebokalsel on 2014-05-10, 14:02:49
no wonder i've seen many failure with php-fpm (stop working so i have to reboot my vps). It's happen lot with 5.3u but sometimes happen with 5.4 too.


And this issue "was" also been happen before in the past :'(
Title: Re: [BUG] PHP53u-5.3.28 issue
Post by: MRatWork on 2014-05-10, 16:04:05
Read http://forum.mratwork.com/kloxo-mr-releases-and-announcements/(update)-please-update-to-6-5-0-f6-5-1-b-to-201405102201405104/