XF 2.0 Can't edit, delete, ban or remove a user (id.: 666 - the user of the beast).

deslocotoco

Well-known member
I already tried everything to remove this user from my board.

And i don't know what is happening.

Curiously, the id of the user is 666, is maybe the user of the beast?

I don't know what to do anymore.

He is flooding, attacking and committing acts against the law on my board.

I already tried to ban another user just to be sure that everything is working fine, but is not working with this specify user.

What i have to do to purge this guy? The SPAM cleaner feature don't work too. The same happens if i try to edit/remove he in the Admin Panel.
 
Every time that i try to ban this user i have this kind of error on my server:

DELETE FROM xf_post WHERE post_id = 435216
------------

#0 src/XF/Db/Mysqli/Statement.php(196): XF\Db\AbstractStatement->getException('MySQL query err...', 1205, 'HY000')
#1 src/XF/Db/Mysqli/Statement.php(77): XF\Db\Mysqli\Statement->getException('MySQL query err...', 1205, 'HY000')
#2 src/XF/Db/AbstractAdapter.php(79): XF\Db\Mysqli\Statement->execute()
#3 src/XF/Db/AbstractAdapter.php(217): XF\Db\AbstractAdapter->query('DELETE FROM x...', Array) #4 src/XF/Mvc/Entity/Entity.php(1496): XF\Db\AbstractAdapter->delete('xf_post', 'post_id` = 435...')
#5 src/XF/Service/Post/Deleter.php(95): XF\Mvc\Entity\Entity->delete()
#6 src/XF/InlineMod/Post/Delete.php(55): XF\Service\Post\Deleter->delete('hard', '')
#7 src/XF/InlineMod/Post/Delete.php(34): XF\InlineMod\Post\Delete->applyToEntity(Object(XF\Entity\Post), Array)
#8 src/XF/InlineMod/AbstractAction.php(80): XF\InlineMod\Post\Delete->applyInternal(Object(XF\Mvc\Entity\ArrayCollection), Array)
#9 src/XF/Pub/Controller/InlineMod.php(131): XF\InlineMod\AbstractAction->apply(Object(XF\Mvc\Entity\ArrayCollection), Array)
#10 src/XF/Mvc/Dispatcher.php(249): XF\Pub\Controller\InlineMod->actionPerform(Object(XF\Mvc\ParameterBag))
#11 src/XF/Mvc/Dispatcher.php(88): XF\Mvc\Dispatcher->dispatchClass('XF:InlineMod', 'Perform', 'json', Object(XF\Mvc\ParameterBag), '', Object(XF\Pub\Controller\InlineMod), Object(XF\Mvc\Reply\Reroute))
#12 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#13 src/XF/App.php(1931): XF\Mvc\Dispatcher->run()
#14 src/XF.php(329): XF\App->run()
#15 index.php(13): XF::runApp('XF\\Pub\\App')
#16 {main}

Request state

array(4) {
["url"] => string(22) "/index.php?inline-mod/"
["referrer"] => string(60) "https://forum.politz.com.br/index.php?search/19590/&mod=post"
["_GET"] => array(1) {
["inline-mod/"] => string(0) ""
}
["_POST"] => array(10) {
["hard_delete"] => string(1) "1"
["ids"] => array(17) {
[0] => string(6) "435216"
[1] => string(6) "438344"
[2] => string(6) "438348"
[3] => string(6) "438754"
[4] => string(6) "438768"
[5] => string(6) "438776"
[6] => string(6) "438792"
[7] => string(6) "438802"
[8] => string(6) "438831"
[9] => string(6) "438849"
[10] => string(6) "438865"
[11] => string(6) "438885"
[12] => string(6) "441301"
[13] => string(6) "446312"
[14] => string(6) "446337"
[15] => string(6) "446362"
[16] => string(6) "446372"
}
["type"] => string(4) "post"
["action"] => string(6) "delete"
["confirmed"] => string(1) "1"
["_xfRedirect"] => string(60) "https://forum.politz.com.br/index.php?search/19590/&mod=post"
["_xfToken"] => string(8) "****"
["_xfRequestUri"] => string(33) "/index.php?search/19590/&mod=post"
["_xfWithData"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
 
Top Bottom