• Resolved Sentynel

    (@sentynel)


    I upgraded my server from Ubuntu 14.04 to 14.10 and I’m now getting 0-length responses from WordPress. Running PHP 5.5.12 (was 5.5.9 pre-upgrade) in FPM mode with nginx.

    Piwik is still behaving so it’s not that PHP or my database are broken, and wp-cli is still working as well. I’ve enabled WP_DEBUG and PHP display_errors and I’m still not getting anything useful printed or in any error logs. I’ve tried disabling all plugins and resetting to the default theme, with no effect.

    This is happening on two different 14.10 servers. I’ve tried using the (apparently working) php.ini from PHP CLI with FPM, with no effect. (This includes disabling memory limits etc.) I’ve also tried installing WordPress from scratch, which has the same issue – zero-length pages when I should get the configuration page.

    Not really sure where to go from here in terms ofdebugging. Any ideas?

Viewing 1 replies (of 1 total)
  • Thread Starter Sentynel

    (@sentynel)

    Never mind, I fixed it. Now needs this in the nginx config (I’m not sure why it was working without this previously and now needs it):
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

Viewing 1 replies (of 1 total)
  • The topic ‘Zero length pages on Ubuntu 14.10/nginx/PHP-FPM’ is closed to new replies.