• Hi ive just updated to 5.8 and whenever i open pages or posts to edit or even to create new i have a blank page. Does anyone know a fix for this?

    • This topic was modified 3 years, 4 months ago by Jan Dembowski.
Viewing 3 replies - 1 through 3 (of 3 total)
  • @jdog131 Are there any errors if you open the browser developer tools and look in the console tab while on the customize page? Errors should appear in red text.

    This may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.

    @jdog131 If you see blank pages, you need to understand why it is happening.
    WordPress hides PHP errors by default.
    To show them, you need to enable WP_DEBUG option.
    Please see this article on how to do it.
    When you enable it, try to load a page or a post again.
    You should see a specific PHP error that prevents your pages from loading.
    Please post it here so someone can look into it (or just ping me).

    Hi @jdog131,

    You can try changing the default parameters of Nginx:

    location ~ \.php {
         include /etc/nginx/fastcgi.conf;
         fastcgi_pass unix:/run/php/php7.0-fpm.sock;
    }"

    Let me know if my answer can help you resolve your issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cant Create pages or posts after update’ is closed to new replies.