V3NTUS
Well-known member
- Affected version
- 2.1.7
I tried to disable every add-on to make sure it's not a bug/error caused by add-ons.
So here's how it happens: I hit the SPAM button to perform all the usual tasks to get rid of a spammer (delete messages, conversations, threads, ban the user and check the IP).
Outcome:
If I untick the options one by one, I noticed it goes through, except if I leave ticked the "Ban spammer" option which, I guess, is somehow causing this glitch.
Now, nothing gets logged in the error console in the Admin Area, while in the Inspect Element's error console I get this weird error:
I have no clue about why this happens and since we're dealing with hundreds of spammers every day, we'd like to find a solution to this problem or a way to debug it in order to find what's causing it.
Xenforo is upgraded to latest version, and if I manually just ban the user, it works fine, but from the Spam Cleaner, the ban caused this issue.
If you need other info, I'm here, thanks in advance!
So here's how it happens: I hit the SPAM button to perform all the usual tasks to get rid of a spammer (delete messages, conversations, threads, ban the user and check the IP).
Outcome:
If I untick the options one by one, I noticed it goes through, except if I leave ticked the "Ban spammer" option which, I guess, is somehow causing this glitch.
Now, nothing gets logged in the error console in the Admin Area, while in the Inspect Element's error console I get this weird error:
- {status: "error", errors: {…}, errorHtml: {…}, visitor: {…}, job: {…}}
- status: "error"
- errors: {ban: "Please enter a value using 255 characters or fewer."}
- errorHtml: {content: "↵↵<div class="blockMessage">↵ ↵ Please enter a value using 255 characters or fewer.↵ ↵</div>", title: "Something didn't go through.."}
- visitor: {conversations_unread: "187", alerts_unread: "4", total_unread: "191"}
- job: {manual: null, autoBlocking: null, autoBlockingMessage: null, auto: true}
- proto: Object
I have no clue about why this happens and since we're dealing with hundreds of spammers every day, we'd like to find a solution to this problem or a way to debug it in order to find what's causing it.
Xenforo is upgraded to latest version, and if I manually just ban the user, it works fine, but from the Spam Cleaner, the ban caused this issue.
If you need other info, I'm here, thanks in advance!