Access PHP logs
-
Hi,
I’ve been looking for PHP logs file to understand what’s wrong with a function I wrote. I’ve edited the wp-config.php file with all sorts of WE_DEBUG tags but none of them did anything. Here’s an example of what I wrote :
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', true);
I’ve used WP plugins, crawled this forum, StackOverflow, tried to find those logs directly on the server but the hosting we use doesn’t allow access to /var.
I don’t where I should look anymore, any idea?
Thank you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Access PHP logs’ is closed to new replies.