• Hello, I am currently building two WordPress sites using two different themes, two different hosting companies, different clients, etc.

    I am unable to edit the CSS or php as of a few hours ago an either site. I try to edit a class or id and click update file and I get a “White Screen”.

    I have tried to edit the wp-config file to show error on one site, no change, no error showing.

    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    – If it’s the white screen of death: Blank white page is a PHP error. Reasons you’d get that error are: 1) Bad theme 2) Bad plugin 3) Bad upgrade
    1 and 2 are the most common. So, start with these troubleshooting steps:

    -deactivating ALL plugins temporarily to see if this resolves the problem. If this works, re-activate them individually (one-by-one) to find the problematic plugin(s). If you can’t get into your admin dashboard, try deactivating via FTP or SFTP or whatever file management application your host provides. If applicible, also remember to deactivate any plugins in the mu-plugins folder. The easiest way is to rename that folder to mu-plugins-old.
    – To rule out any theme-specific issue, try switching to the unedited default theme for a moment using the WP dashboard. If you don’t have access to your admin area, you can switch to the default theme by renaming your current theme’s folder in wp-content/themes and adding “-old” to the end of the folder name using via FTP or SFTP or whatever file management application your host provides. Alternately, you can remove other themes except the default theme. That will force your site to use it.
    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems (because the hooks remain unless plugins completely removed or some plugins stick around in cached files. So by renaming the folder, you break them and force them inactive).
    – If the above troubleshooting steps fail to resolve the issue, try manually re-uploading all files and folders EXCEPT the wp-config.php file and the /wp-content/ directory from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones. Read the Manual Update directions first!

    Thread Starter Brandit360

    (@brandit360)

    Thank you, I will give all that a go!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White Screen of Death?’ is closed to new replies.