MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Releases => Topic started by: MRatWork on 2014-04-10, 13:43:24

Title: [UPDATE] PHP issues.
Post by: MRatWork on 2014-04-10, 13:43:24
Many issues related to php52s (in Kloxo-MR 6.5.0.f) and php53s (in Kloxo-MR 6.5.1.b).

To fix this issue:

1. For Kloxo-MR 6.5.0.f
Code: [Select]
cd /
rm -f *.rpm
yum replace mysql --replace-with=mysql55
chkconfig mysqld on
yum clean all
yum update php52s
sh /script/restart

2. For Kloxo-MR 6.5.1.b
Code: [Select]
cd /
rm -f *.rpm
yum clean all
yum replace mratwork-release --replace-with=mratwork-testing
yum update kloxomr
sh /script/php53s-installer
sh /script/fixlxphpexe php53s
sh /script/restart

sh /script/cleanup
and then go to 'switch program' to re-update web and go to 'webserver configure' to re-update php-type.
Title: Re: [UPDATE] PHP issues.
Post by: ibuxxi on 2014-04-10, 18:50:28
switch program
update

allways
"Fatal error: Call to undefined method pserver::preUpdate() in /usr/local/lxlabs/kloxo/httpdocs/lib/html/objectactionlib.php on line 438"
Title: Re: [UPDATE] PHP issues.
Post by: ibuxxi on 2014-04-10, 19:24:28
i update to 6.5.1.b-2014041003 and works
Title: Re: [UPDATE] PHP issues.
Post by: KloxoLittleFish on 2014-04-12, 12:47:20
1. For Kloxo-MR 6.5.0.f
sh /script/restart
Quote
sh /script/restart
/etc/init.d/kloxo: línea 43: lxphp.exe: no se encontró la orden
Stopping kloxo-phpcgi:                                     [FALLÓ]
Starting kloxo-phpcgi:                                     [FALLÓ]
Stopping kloxo-hiawatha:                                   [  OK  ]
Starting kloxo-hiawatha:                                   [  OK  ]

Kloxo-MR: error 503 found!  :-\
Title: Re: [UPDATE] PHP issues.
Post by: MRatWork on 2014-04-12, 15:52:04
Or try 'yum reinstall php52s; yum update php52s'.
Title: Re: [UPDATE] PHP issues.
Post by: KloxoLittleFish on 2014-04-16, 12:26:48
reinstall ... reboot ... and works ... thanks