Can't Clear Developer Log

4 posts by 2 authors in: Forums > CMS Builder
Last Post: August 9, 2023   (RSS)

By Dave - August 8, 2023

Hi Jerry, 

Hmm, that's unusual.  Try this direct link: admin.php?menu=_error_log&action=clearLog

If that doesn't work, you can try installing the developer console here: https://www.interactivetools.com/plugins/developer-console/

Then click on "MySQL Console" from the plugins menu and run this command: 

DELETE FROM `{$TABLE_PREFIX}_error_log`;

That should delete all the records in the _error_log.  If that doesn't work you can also try this one: 

TRUNCATE TABLE `{$TABLE_PREFIX}_error_log`;

Let me know if that works for you!

Dave Edis - Senior Developer
interactivetools.com

By gkornbluth - August 8, 2023

Thanks Dave,

I'll give them a try first thing in the AM

Appreciate your help.

Jerry Kornbluth

The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

By gkornbluth - August 9, 2023

Thanks for the suggestions, Dave,

DELETE FROM gave the same error, but TRUNCATE TABLE worked.

I'll re-post if this happens again,

Jerry Kornbluth 

The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php