MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: mohamed.abouda on 2017-06-12, 14:49:47

Title: kloxo phpMyAdmin required php 5.5+
Post by: mohamed.abouda on 2017-06-12, 14:49:47
when I open phpMyAdmin from Kloxo I got this message "PHP 5.5+ is required." but when I open ssh and type PHP -v it tells me the PHP version is PHP 7.0.19. how can I fix this?
Title: Re: kloxo phpMyAdmin required php 5.5+
Post by: MRatWork on 2017-06-12, 15:16:05
Try:
Code: [Select]
sh /script/phpm-installer php56s -y
sh /script/fixlxphpexe php56s
sh /script/cleanup
Title: Re: kloxo phpMyAdmin required php 5.5+
Post by: mohamed.abouda on 2017-06-14, 10:58:15
i get  No such file or directory
Title: Re: kloxo phpMyAdmin required php 5.5+
Post by: MRatWork on 2017-06-14, 12:16:07
i get  No such file or directory
What's you mean?.
Title: Re: kloxo phpMyAdmin required php 5.5+
Post by: mohamed.abouda on 2017-06-15, 10:06:41
when I type one of your commands in the terminal I got this message shown in the image below
Title: Re: kloxo phpMyAdmin required php 5.5+
Post by: MRatWork on 2017-06-15, 12:37:17
Try:
Code: [Select]
yum reinstall kloxomr7 -y
sh /script/phpm-installer php56s -y
sh /script/fixlxphpexe php56s
sh /script/cleanup
Title: Re: kloxo phpMyAdmin required php 5.5+
Post by: mohamed.abouda on 2017-06-15, 13:22:06
thanks ,it's working now