MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Development => Topic started by: fireman on 2014-04-17, 17:19:19

Title: Error I am getting after fresh install
Post by: fireman on 2014-04-17, 17:19:19
Code: [Select]
Error Box - Press Esc to close
×
Alert: Need select php-type. Click [here] to set it.

I set php-type a few times is there a way to stop that error message from coming up multiple times
Title: Re: Error I am getting after fresh install
Post by: MRatWork on 2014-04-17, 17:46:37
Click 'server > localhost > webserver configure'.
Title: Re: Error I am getting after fresh install
Post by: fireman on 2014-04-18, 06:15:38
I changed it there many times and still error
Title: Re: Error I am getting after fresh install
Post by: MRatWork on 2014-04-18, 06:36:05
Check your current branch with 'yum list installed php*' (possible php-, php53u- or other). After that, try 'yum replace php --replace-with=php53u' (with assumption current php-branch as 'php').
Title: Re: Error I am getting after fresh install
Post by: fireman on 2014-04-18, 17:21:06
Code: [Select]
A. Kloxo-MR: 6.5.1.b-2014041802

B. OS: CentOS release 6.5 (Final) i686

C. Apps:
   1. MySQL: mysql55-5.5.37-1.ius.el6.i686
   2. PHP: php55u-5.5.10-1.ius.el6.i686
   3. Httpd: --uninstalled--
   4. Lighttpd: --uninstalled--
   5. Hiawatha: hiawatha-9.4-1.mr.el6.i386
   6. Nginx: --uninstalled--
   7. Cache: --uninstalled--
   8. Dns: --uninstalled--
   9. Qmail: qmail-toaster-1.03-1.3.38.mr.el6.i386
      - with: courier-imap-toaster-4.1.2-1.3.16.mr.el6.i386

D. Php-type (for Httpd/proxy):

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:           128        113         14          0          0         79
   -/+ buffers/cache:         34         93
   Swap:          256         62        193


with

(http://s5.postimg.org/8ahp7bykn/my_php.jpg)

still persisting error

(http://s5.postimg.org/5ufvthghz/still_error.jpg)
Title: Re: Error I am getting after fresh install
Post by: MRatWork on 2014-04-18, 17:45:35
No php-type for nginx/lighttpd/hiawatha always as php-fpm. Php-type only appear in apache or -proxy.

In your issue, try reinstall php55m after running 'sh /script/cleanup'. Any trouble with php55m but already fixed in 2014041802. Or change to php53m.
Title: Re: Error I am getting after fresh install
Post by: fireman on 2014-04-19, 03:44:17
resolved thanks for your help and all the work you do