Conversation
supportI’m generally getting a constant warning when Trunc Logging is checking for the log file. Warning: mkdir(): File exists in public/wp-content/plugins/trunc-logging/trunc.php on line 141
@dcid as we’re beginning to continue with our roll-out of the plugin is there any status update on this issue?
I would think that perhaps the fix for this would be just to first include a check for the directory before trying to create it. if ( ! is_dir( TRUNCLOGGING_DIR ) ) { mkdir(TRUNCLOGGING_DIR); }
Missed this one sorry. Easy fix and I will push it later today. thanks,
Should be fixed on 1.0.6.
Thanks!
@dcid as we’re beginning to continue with our roll-out of the plugin is there any status update on this issue?
I would think that perhaps the fix for this would be just to first include a check for the directory before trying to create it. if ( ! is_dir( TRUNCLOGGING_DIR ) ) { mkdir(TRUNCLOGGING_DIR); }
Missed this one sorry. Easy fix and I will push it later today. thanks,
Should be fixed on 1.0.6.
Thanks!