disable error log

2 posts by 2 authors in: Forums > CMS Builder
Last Post: July 30, 2023   (RSS)

By Dave - July 30, 2023

Hi ht1080z,

Yep, you can comment out the "errorlog_enable();" line at the top of /lib/errorlog_functions.php

// enable error logging
if (isInstalled()) {
  //if ($_SERVER['REQUEST_METHOD'] != 'HEAD') { // prevents HEAD request errors being logged from _errorlog_getBrokenPhpFunctionsWarning()
  errorlog_enable();
  //}
}

Hope that helps!

Dave Edis - Senior Developer
interactivetools.com