admin管理员组文章数量:1297071
I have inherited a wordpress site that mysteriously broke the dev in charge left and I'm helping to piece together what's going wrong.
I told my PM that I have experience as a wordpress user and he's like, "You're on this project." So here I am trying to figure it out. I am a software engineer with decades of experience, but not wordpress dev.
So when I hit the site from the root I get a 500 error. How do I start debugging this? I can login to wordpress and have access to the dashboard and stuff.
Update:
I have swapped out the theme with 2021 and it appears to be alive at least. Looking into the theme now.
I have inherited a wordpress site that mysteriously broke the dev in charge left and I'm helping to piece together what's going wrong.
I told my PM that I have experience as a wordpress user and he's like, "You're on this project." So here I am trying to figure it out. I am a software engineer with decades of experience, but not wordpress dev.
So when I hit the site from the root I get a 500 error. How do I start debugging this? I can login to wordpress and have access to the dashboard and stuff.
Update:
I have swapped out the theme with 2021 and it appears to be alive at least. Looking into the theme now.
Share Improve this question edited Mar 30, 2021 at 15:39 Thom asked Mar 30, 2021 at 15:33 ThomThom 1571 silver badge10 bronze badges1 Answer
Reset to default 0I would disable .htaccess and changing the permalink structure that can be found in (setting->permalinks).
You're specifically getting a 500 error and not a "Cannot connect to the Database" error?
Since it sounds like a theme issue, inside of wp-config.php, set: define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', true);
so you can start seeing exactly what errors are occurring
本文标签: General 500 error from the root
版权声明:本文标题:General 500 error from the root 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741646700a2390225.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论