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
2 Answers
Reset to default 0so 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
版权声明:本文标题:migration - WordPress white screen of death 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741264847a2368266.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论