MyBB Community Forums

Full Version: Cant get warning level down
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I gave a user a warning level and then revoked the warning. However he still has a 25% warning level. In the warnings.php it says his warnings were revoked.

Any Ideas?
Thanks
What does it say in the warn logs in the MCP??
According to all the logs the warnings have been revoked.
Try running the 'Half-hourly User Cleanup' task. Says that includes expiring old warnings. I mean I know you manually revoked it and the task should deal with ones that expire naturally but it might just push it through.
Nope still has the warning level.
I think your problem is related to this: http://community.mybboard.net/thread-37486.html

Therefore it should be fixed for 1.4.4.
(2008-11-14, 05:43 PM)Ryan Gordon Wrote: [ -> ]I think your problem is related to this: http://community.mybboard.net/thread-37486.html

Therefore it should be fixed for 1.4.4.

Thank You
I still have this issue. What file was fixed? Since Mybb has the bad habit of removing all bug fixes from view I can't see what was altered.

I have 2 users with warnings long ago expired still with the warnings even after a revoke.
UPDATE `mybb_users` SET `warningpoints` = '0' WHERE `uid` = 'X'

DELETE FROM `mybb_warnings` WHERE `uid` = 'X'

No??

Maybe the fix will only affect new warnings, not ones pre-fix.
The fix in the thread Ryan linked was for suspensions not being removed when warnings were removed.
Pages: 1 2