最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

editor - How to enable error reporting for wp admin section

programmeradmin1浏览0评论

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 1
Add a comment  | 

1 Answer 1

Reset to default 0

You 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.

发布评论

评论列表(0)

  1. 暂无评论