admin管理员组文章数量:1415120
I have updating my wordpress version to latest version after updating it locally.When i try to edit a page the page crashed and not working after editing and save.I have enable the errors but if show error log when i try to load front end not for the wp admin section.Is there any way so i enable or give permission to admin section to generate error reporting ?
I have updating my wordpress version to latest version after updating it locally.When i try to edit a page the page crashed and not working after editing and save.I have enable the errors but if show error log when i try to load front end not for the wp admin section.Is there any way so i enable or give permission to admin section to generate error reporting ?
Share Improve this question asked Aug 29, 2019 at 7:48 user172309user172309 11 Answer
Reset to default 0You can view the error log of the server which is running wordpress. I use nginx to run wordpress on an ubuntu system. Therefore the log is located in /var/log/nginx/error.log. I run the following terminal command to view the error log while opening the wordpress site in the browser.
tail -f -n 0 /var/log/nginx/error.log
Depending on your operating system and server software (Apache, NGINX, XAMPP, WAMP) you should google how to view the server logs.
本文标签: editorHow to enable error reporting for wp admin section
版权声明:本文标题:editor - How to enable error reporting for wp admin section 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745202778a2647473.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论