I need to create debug.log, but for some reason it was not created.
Things I've tried:
- Installing plugin that should allow logging, to create history of my problems.
- editing wp-config.php with debug lines:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', true );
define( 'WP_DEBUG_LOG', '/tmp/wp-errors.log' );
I hope it ends well :D
source https://stackoverflow.com/questions/77354506/wordpress-cant-create-debug-log
No comments:
Post a Comment