Can't Clear Developer Log
4 posts by 2 authors in: Forums > CMS Builder
Last Post: August 9, 2023 (RSS)
By gkornbluth - August 8, 2023
Hi All,
Sorry to bother you all, but I can't seem to clear the developer log on one of my sites. GreenwichVillageFolkFestival.org (942 entries) and I'm out of ideas.
I thought that it might be related to the corruption of one of the files in my installation, so I tried both refreshing the files and then upgrading to CMSB 3.60 and PHP 8.2 but that didn't help.
I keep getting the MySQL Error: MySQL server has gone away in /home3/greenxm0/public_html/gvff/cmsAdmin/admin.php (line 46)
Any Thoughts?
Thanks,
Jerry Kornbluth
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
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!
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
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
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php