XF 2.3 issue when deleting posts from a user

interforo

Active member
I am trying to delete 5k messages from a user.
I use the spam feature, but I get the folliwing error

Code:
XF\Db\Exception: MySQL query error [1205]: Lock wait timeout exceeded; try restarting transaction in src/XF/Db/AbstractStatement.php at line 230
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 207
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 83
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 323
XF\Db\AbstractAdapter->update() in src/XF/Mvc/Entity/Entity.php at line 1406
XF\Mvc\Entity\Entity->fastUpdate() in src/XF/Entity/Post.php at line 666
XF\Entity\Post->adjustUserMessageCountIfNeeded() in src/XF/Entity/Post.php at line 796
XF\Entity\Post->postHidden() in src/XF/Entity/Post.php at line 828
XF\Entity\Post->_postDelete() in src/XF/Mvc/Entity/Entity.php at line 1717
XF\Mvc\Entity\Entity->delete() in src/XF/Service/Post/DeleterService.php at line 99
XF\Service\Post\DeleterService->delete() in src/XF/InlineMod/Post/Delete.php at line 62
XF\InlineMod\Post\Delete->applyToEntity() in src/XF/InlineMod/Post/Delete.php at line 41
XF\InlineMod\Post\Delete->applyInternal() in src/XF/InlineMod/AbstractAction.php at line 161
XF\InlineMod\AbstractAction->apply() in src/XF/Pub/Controller/InlineModController.php at line 133
XF\Pub\Controller\InlineModController->actionPerform() in src/XF/Mvc/Dispatcher.php at line 362
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 264
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2826
XF\App->run() in src/XF.php at line 806
XF::runApp() in index.php at line 23
 
Back
Top Bottom