MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: nikobellicgamerin on 2018-04-13, 17:16:17

Title: [fastcgi:error] [pid 2963] [mod_fastcgi.c(2241):] [FastCGI: neither POLLIN nor P
Post by: nikobellicgamerin on 2018-04-13, 17:16:17
help with this

[fastcgi:error] [pid 2963] [mod_fastcgi.c(2241):] [FastCGI: neither POLLIN nor POLLOUT...]
Title: Re: [fastcgi:error] [pid 2963] [mod_fastcgi.c(2241):] [FastCGI: neither POLLIN nor P
Post by: atljohnsen on 2018-04-13, 17:45:33
I used to have this error before, and I believe it is related to PHP version. In my case the problem went away as I changed PHP version in Web features for my domains, but I guess it also has to do with how you set up Webserver Configure.
Title: Re: [fastcgi:error] [pid 2963] [mod_fastcgi.c(2241):] [FastCGI: neither POLLIN nor P
Post by: nikobellicgamerin on 2018-04-13, 18:04:09
so how to solve this .
Title: Re: [fastcgi:error] [pid 2963] [mod_fastcgi.c(2241):] [FastCGI: neither POLLIN nor P
Post by: atljohnsen on 2018-04-13, 18:42:36
It depends on the applications you have installed on your server, and if their requirement are met by the configuration settings you are using.   
Title: Re: [fastcgi:error] [pid 2963] [mod_fastcgi.c(2241):] [FastCGI: neither POLLIN nor P
Post by: nikobellicgamerin on 2018-04-13, 21:22:55
yes i change php version many time nothing helps
Title: Re: [fastcgi:error] [pid 2963] [mod_fastcgi.c(2241):] [FastCGI: neither POLLIN nor P
Post by: atljohnsen on 2018-04-13, 21:36:54
Only thing I can inform is my settings. I use Apache, and the following settings in Webserver Configure:
PHP Used: ..PHP Branch..
PHP Branch: php56w_(as5-6-33)
Multiple PHP Already Installed: php54m php55m php56m php70m php71m
Multiple PHP Enable (for 'php-fpm'): Checked
PHP Type (for Apache): php-fpm_event
Enable Multiple PHP As Secondary PHP (for Apache): Checked
Apache Memory Optimize: Default

You can try these and see if it helps. (Remenber to run sh /script/restart-all)
Title: Re: [fastcgi:error] [pid 2963] [mod_fastcgi.c(2241):] [FastCGI: neither POLLIN nor P
Post by: nikobellicgamerin on 2018-04-14, 11:16:30
not working still i have same config too
Title: Re: [fastcgi:error] [pid 2963] [mod_fastcgi.c(2241):] [FastCGI: neither POLLIN nor P
Post by: nikobellicgamerin on 2018-04-15, 17:34:18
please help
Title: Re: [fastcgi:error] [pid 2963] [mod_fastcgi.c(2241):] [FastCGI: neither POLLIN nor P
Post by: LotsOfQ on 2018-04-26, 03:17:00
Try uninstall any PHP version that you don't use.
Try 'sh /script/fixphp; sh /script/fixweb; sh /script/restart-web -y'
Try disable APC
Title: Re: [fastcgi:error] [pid 2963] [mod_fastcgi.c(2241):] [FastCGI: neither POLLIN nor P
Post by: nikobellicgamerin on 2018-08-15, 08:36:27
nothing helps
Title: Re: [fastcgi:error] [pid 2963] [mod_fastcgi.c(2241):] [FastCGI: neither POLLIN nor P
Post by: nikobellicgamerin on 2018-11-01, 07:57:17
still not working
Title: Re: [fastcgi:error] [pid 2963] [mod_fastcgi.c(2241):] [FastCGI: neither POLLIN nor P
Post by: atljohnsen on 2018-11-04, 19:56:21
Have you tried to change php-type in Webserver configure? Change to fcgid_event and see if that helps.  If you do that you must also change .htaccess accordingly (as described in Kloxo.MR section of that file). Then run sh /script/fixphp; sh /script/fixweb; sh /script/restart-web -y; sh /script/restart-all
I tried this on my testsite and it worked, but I got some permission issues that needed to be changed for everytning to work fine.