Home > Software design >  WordPress: White screen of death after failed to verify site ownership
WordPress: White screen of death after failed to verify site ownership

Time:12-27

Today, I received an E-mail from Google informing me about some page-indexing problems, when I checked it, it asked me to verify site ownership but I didn't verify it.

And since then, whenever I try to open any page of my site it shows a white screen and nothing else.

Tried to enable 'debug' in wp-config file but it doesn't show any error.

Also, when I try to edit any post or page after I have successfully logged into my wp-admin panel of my site it fails to update.

Please give me your guidance, thanks.

CodePudding user response:

here's the list of probably causes,

  • File permission - Wordpress recommends 755 for all directories
  • File Permission - Also recommends 644 for all files
  • Wrong folder path of your Theme

Important Note: Make sure to generate a backup.

  • Related