No error logs in WordPress

Avatar
  • Answered
I'm following this post
http://easypiewp.com/wordpress-error-log-your-friend/
to generate error logs in wordpress. Have also tried a lot of other tricks. I just cannot generate the log file that has errors.

And I'm sure there are errors because I have made a buggy plugin myself.
Avatar
johnpaulb-imhs1
Hello, Thank you for your question about WordPress error logs. I recommend following our guide on Turning on WordPress debugging. It includes the following line of code that may provide more detailed error information:
define( 'SCRIPT_DEBUG', true );
If you have any further questions, feel free to post them below. Thank you, John-Paul