- Affected Version
- WoltLab Suite 5.5
- Affected App
- WoltLab Suite Forum
Hallo,
wenn ich die Beiträge aktualisieren möchte, schlägt das an einer bestimmten Stelle aus folgendem Grund fehl:
Code
Could not execute statement 'INSERT INTO wcf1_tag_to_object (objectID, tagID, objectTypeID, languageID) VALUES (?, ?, ?, ?)'
File:
/.../lib/system/database/statement/PreparedStatement.class.php in line 144
Stacktrace:
#0 /.../lib/system/tagging/TagEngine.class.php(101): wcf\system\database\statement\PreparedStatement->execute()
#1 /.../lib/util/HashtagsUtil.class.php(228): wcf\system\tagging\TagEngine->addObjectTags()
#2 /.../forum/lib/system/event/listener/HashtagsPostActionListener.class.php(35): wcf\util\HashtagsUtil::addFromText()
#3 /.../lib/system/event/EventHandler.class.php(172): wbb\system\event\listener\HashtagsPostActionListener->execute()
#4 /.../lib/system/event/EventHandler.class.php(240): wcf\system\event\EventHandler->executeListeners()
#5 /.../lib/system/worker/AbstractRebuildDataWorker.class.php(88): wcf\system\event\EventHandler->fireAction()
#6 /.../forum/lib/system/worker/PostRebuildDataWorker.class.php(79): wcf\system\worker\AbstractRebuildDataWorker->execute()
#7 /.../lib/acp/action/WorkerProxyAction.class.php(104): wbb\system\worker\PostRebuildDataWorker->execute()
#8 /.../lib/action/AbstractAction.class.php(57): wcf\acp\action\WorkerProxyAction->execute()
#9 /.../lib/action/AJAXInvokeAction.class.php(65): wcf\action\AbstractAction->__run()
#10 /.../lib/system/request/Request.class.php(90): wcf\action\AJAXInvokeAction->__run()
#11 /.../lib/system/request/RequestHandler.class.php(107): wcf\system\request\Request->execute()
#12 /.../acp/index.php(11): wcf\system\request\RequestHandler->handle()
#13 {main}
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '202-12129-43' for key 'PRIMARY'
Stacktrace
#0 /.../lib/system/database/statement/PreparedStatement.class.php(126): PDOStatement->execute()
#1 /.../lib/system/tagging/TagEngine.class.php(101): wcf\system\database\statement\PreparedStatement->execute()
#2 /.../lib/util/HashtagsUtil.class.php(228): wcf\system\tagging\TagEngine->addObjectTags()
#3 /.../forum/lib/system/event/listener/HashtagsPostActionListener.class.php(35): wcf\util\HashtagsUtil::addFromText()
#4 /.../lib/system/event/EventHandler.class.php(172): wbb\system\event\listener\HashtagsPostActionListener->execute()
#5 /.../lib/system/event/EventHandler.class.php(240): wcf\system\event\EventHandler->executeListeners()
#6 /.../lib/system/worker/AbstractRebuildDataWorker.class.php(88): wcf\system\event\EventHandler->fireAction()
#7 /.../forum/lib/system/worker/PostRebuildDataWorker.class.php(79): wcf\system\worker\AbstractRebuildDataWorker->execute()
#8 /.../lib/acp/action/WorkerProxyAction.class.php(104): wbb\system\worker\PostRebuildDataWorker->execute()
#9 /.../lib/action/AbstractAction.class.php(57): wcf\acp\action\WorkerProxyAction->execute()
#10 /.../lib/action/AJAXInvokeAction.class.php(65): wcf\action\AbstractAction->__run()
#11 /.../lib/system/request/Request.class.php(90): wcf\action\AJAXInvokeAction->__run()
#12 /.../lib/system/request/RequestHandler.class.php(107): wcf\system\request\Request->execute()
#13 /.../acp/index.php(11): wcf\system\request\RequestHandler->handle()
#14 {main}
Display More
Wie kann ich das mit dem doppelten Eintrag denn beheben?
Danke