• [ Moderator note: moved to How-to and Troubleshooting. ]

    Logged into the admin section of my WordPress site and saw that there were updates available. So, I updated the site to 4.7, then I updated all the plugins, and finally I updated all the themes I have installed. As soon as I updated everything I clicked on the site Customizer link and got a blank page. I’ve seen that before. For some reason the gallery plugins I have installed cause my customizer page to be blank. So, I click on the plugins page and that was blank, too. Started clicking on other links and now everything that I can access from browser memory (in the wp-admin directory) is a blank page. No header, no buttons, no error, just blank.

    Also, on my front side the category pages are not loading. The site header loads fine, but everything below the header is empty. Home page loads fine. The posts I can access from the home page load fine. But, if I click on a category button, the content area is empty.

    I need to reiterate that everything was working this am before I started updating. Not sure what to do, at this point… Any suggestions?

    Forgot to mention… The only plugin that is active is Akismet. I have several other plugins installed, but they are not active as I’m still setting the site up.

    Oh, I did clear the browser cache.

    TIA

    • This topic was modified 8 years, 2 months ago by jvswan.
    • This topic was modified 8 years, 2 months ago by Jan Dembowski.
Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    Have you tried:
    – Flushing any caching plugins you might be running, as well as server and/or browser caches. Not just your browser, but any op cache or content network cache as well such as Cloudflare. If your host provider has a “Purge Varnish” option or if you can ask your provider to flush memcache on your server.
    – If that does not resolve the issue, try deactivating ALL (yes all) plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
    – If that does not resolve the issue, or if you can’t get into your admin dashboard, try resetting the plugins folder by FTP. Sometimes, an apparently inactive plugin can still cause problems. Also remember to deactivate any plugins in the mu-plugins folder (if you have created such folder). The easiest way is to rename that folder to mu-plugins-old.
    – If that does not resolve the issue, keep all plugins deactivated and try switching to the unedited default Theme (Twenty Seventeen) for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins). If you don’t have access to your admin area, use FTP , or your web-host’s cPanel or whatever file management application your host provides (no Dashboard access required). Navigate to /wp-content/themes/ and switch to the default theme by renaming your current theme’s folder by adding “-old” to the end of the folder name. Alternately, you can remove other themes except the default theme. That will force your site to use it.
    – If all the above steps do not resolve the issue, then try MANUALLY updating. Download a fresh copy of the WordPress .zip file to your computer, unzip it, and use that to copy up all files and folders EXCEPT the wp-config.php file and the /wp-content/ directory. You may need to delete the old wp-admin and wp-includes folders and files on your server before uploading the new ones. Please read the Manual Update directions first.
    Backup: If you haven’t already done, always backup everything (including your database) before doing any actions, just in case something really goes wrong. You can never have enough backups!

Viewing 1 replies (of 1 total)
  • The topic ‘Updated to 4.7 and now all wp-admin pages are blank’ is closed to new replies.