MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Development => Topic started by: fossxplorer on 2015-02-20, 08:15:39

Title: FastCGI: neither POLLIN nor POLLOUT...,
Post by: fossxplorer on 2015-02-20, 08:15:39
I get this annoying error and i'm unable to import a Wordpress demo settings through Wordpress export/import functionality.
The import process sometimes shows nothing and other times returning 500 error.

Apache log:
[Fri Feb 20 15:15:07 2015] [error] [client xx.xx.xx.xx] FastCGI: neither POLLIN nor POLLOUT..., referer: http://example.com/wp-admin/admin.php?import=wordpress&step=1&_wpnonce=364a4897ee
[Fri Feb 20 15:15:07 2015] [error] [client xx.xx.xx.xx] Handler for fastcgi-script returned invalid result code 1, referer: http://example. com/wp-admin/admin.php?import=wordpress&step=1&_wpnonce=364a4897ee
Title: Re: FastCGI: neither POLLIN nor POLLOUT...,
Post by: MRatWork on 2015-02-20, 08:41:40
Try 'sh /script/fixphp; sh /script/fixweb; sh /script/restart-web -y'?
Title: Re: FastCGI: neither POLLIN nor POLLOUT...,
Post by: fossxplorer on 2015-02-20, 08:52:41
Tried that after reading https://github.com/owncloud/client/issues/817#issuecomment-75243657, but didn't help here :(

Here are the errors inside WP:
https://my.owndrive.com/public.php?service=files&t=195effa5a64e4533ca8797a66647aa43


Try 'sh /script/fixphp; sh /script/fixweb; sh /script/restart-web -y'?
Title: Re: FastCGI: neither POLLIN nor POLLOUT...,
Post by: MRatWork on 2015-02-20, 08:59:39
Try using pure apache without varnish and disable apache cache modules (like pagespeed) and php cache modules (like xcache or apc).
Title: Re: FastCGI: neither POLLIN nor POLLOUT...,
Post by: Spacedust on 2016-12-16, 18:17:39
I got the same problem with nginx-proxy - no other modules are installed.