hurricane_sh
Member
After I upgraded the forum from 2.2.1 to the the latest 2.2.13 with the one-click upgrade, I got the following errors when hard deleting some threads. Not all threads trigger this error, I had to manually soft delete their threads to clean up spammers. Any suggestions?
Oops! We ran into some problems.
XF\Db\Exception: MySQL query error [1785]: Statement violates GTID consistency: Updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions, and never in the same statement as updates to transactional tables. in src/XF/Db/AbstractStatement.php at line 230
Oops! We ran into some problems.
XF\Db\Exception: MySQL query error [1785]: Statement violates GTID consistency: Updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions, and never in the same statement as updates to transactional tables. in src/XF/Db/AbstractStatement.php at line 230
- XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 198
- XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 79
- 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 294
- XF\Db\AbstractAdapter->delete() in src/XF/Entity/Thread.php at line 1428
- XF\Entity\Thread->_postDelete() in src/XF/Mvc/Entity/Entity.php at line 1659
- XF\Mvc\Entity\Entity->delete() in src/XF/Service/Thread/Deleter.php at line 71
- XF\Service\Thread\Deleter->delete() in src/XF/InlineMod/Thread/Delete.php at line 35
- XF\InlineMod\Thread\Delete->applyToEntity() in src/XF/InlineMod/AbstractAction.php at line 87
- XF\InlineMod\AbstractAction->applyInternal() in src/XF/InlineMod/AbstractAction.php at line 80
- XF\InlineMod\AbstractAction->apply() in src/XF/Pub/Controller/InlineMod.php at line 129
- XF\Pub\Controller\InlineMod->actionPerform() in src/XF/Mvc/Dispatcher.php at line 352
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 263
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
- XF\App->run() in src/XF.php at line 524
- XF::runApp() in index.php at line 20