英文:
There has been a critical error on this website. Get error without access to logs
问题
WordPress 报错 这个网站发生了严重错误。
我的本地机器上没有插件,主题正常运行。
我使用 cpanel,没有服务器日志文件。
有办法显示错误吗?
英文:
WordPress is throwing a There has been a critical error on this website.
There are no plugins and the theme works fine on my local machine.
I am using cpanel and there are no server log files.
Is there a way to display the error.
答案1
得分: 1
你可以打开WP Debug来允许WordPress显示网站出现问题的原因。
找到你的WordPress文件中的wp-config.php,然后点击三个点的选项,然后选择编辑。要启用WP_Debug,请将最后一行更改为:define('WP_DEBUG', true)。要禁用WP_Debug,请将最后一行更改为:define('WP_DEBUG', false)。
希望这对你有帮助!
英文:
You could turn on WP Debug to allow WordPress show you what's breaking the website.
Locate the wp-config. php for your WordPress file, then click on the three-dotted options, then Edit. To Enable WP_Debug, change the last line to: define( 'WP_DEBUG', true ). To Disable WP_Debug, change the last line to: define( 'WP_DEBUG', false ).
Hope this helps!
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论