admin管理员组

文章数量:1287150

I recently migrated the site from a subdomain back to the main domain using WP All-in-One Migration Tool. The migration was successful and I can see the wp-admin panel just fine and even view the site while logged in.

But... when logging out the visitors just see the white screen of death. I have tried every fix in the book on Google, any tips would be appreciated.

Thanks!

I recently migrated the site from a subdomain back to the main domain using WP All-in-One Migration Tool. The migration was successful and I can see the wp-admin panel just fine and even view the site while logged in.

But... when logging out the visitors just see the white screen of death. I have tried every fix in the book on Google, any tips would be appreciated.

Thanks!

Share Improve this question asked Oct 18, 2021 at 2:15 AlinaAlina 1 3
  • What do your logs say (debug.log, PHP log, webserver log)? – kero Commented Oct 18, 2021 at 8:06
  • Have you tried erasing your browser cache completely? Also, I'd search for the subdomain address in the database to see if there are any forgotten values from the imigration (and change them accordingly). – user3135691 Commented Oct 18, 2021 at 10:52
  • Are you using a caching plugin? When logged in, you'd be bypassing that cache, which is why it would work. – vancoder Commented Oct 18, 2021 at 18:28
Add a comment  | 

2 Answers 2

Reset to default 0

so I can try to give you some tips but I cannot guarantee it will work- not sure what you have tried yet, best option, in this case, is to first find the cause of this and then go from there to fix it. In order to figure out what the problem is you can either-

  • check the logs( probably in your /wp-content/ folder )
  • since you have access to the admin panel you can try disabling all plugins and check if it fixes it
  • you can also switch themes and see if that causes it

Some additional links and resources that might help you: link, link, link.

To see the error message, set the DEBUG flag to true in wp-config.php and refresh the page.

if ( ! defined( 'WP_DEBUG' ) ) {
    define( 'WP_DEBUG', true );
}

本文标签: migrationWordPress white screen of death