Plugin is changing error log location
-
I assume this was accidentally left in on the latest update, but you are changing the location of PHP’s error log.
Line 26 in ActiveRecord.php:
ini_set( 'error_log', WP_CONTENT_DIR . '/debug.log' );
p.s. This little mishap wasted an hour of my life trying to figure out why the hell PHP wasn’t logging to the error log ??
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Plugin is changing error log location’ is closed to new replies.