MyBB Community Forums

Full Version: warning log
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey guys how do I clean up warning log ?
I don't think there is a default way of doing this. In phpMyAdmin, or another database manager, run this query:

DELETE FROM mybb_warnings WHERE expired = '1'

That will get rid of your expired warnings - replacing "mybb_" with your table prefix.