- Affected Version
- WoltLab Suite 5.2
Hallo zusammen,
ich habe eine Umfrage erstellt, aber wenn jemand drauf antwortet kommt dieser Fehler.
QuoteDisplay MoreThu, 27 Feb 2020 18:11:34 +0000
Message: Could not execute statement 'INSERT INTO wcf1_poll_option_vote
(pollID, optionID, userID)
VALUES (?, ?, ?)'
PHP version: 7.0.33-nmm1
WoltLab Suite version: 5.2.3
Request URI: /forum/index.php?poll/&t=dc7f10b92890a2747376fd6bdc0d028a161daf44
Referrer: https://wasserlasser.com/forum…59-beliebtestes-del-team/
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0
Peak Memory Usage: 7953096/536870912
======
Error Class: wcf\system\database\exception\DatabaseQueryExecutionException
Error Message: Could not execute statement 'INSERT INTO wcf1_poll_option_vote
(pollID, optionID, userID)
VALUES (?, ?, ?)'
Error Code: 23000
File: /www/htdocs/w00e34a8/community/lib/system/database/statement/PreparedStatement.class.php (105)
Extra Information: YTozOntpOjA7YToyOntpOjA7czoxNzoiUXVlcnkgUGFyYW1ldGVyIDEiO2k6MTtpOjI2O31pOjE7YToyOntpOjA7czoxNzoiUXVlcnkgUGFyYW1ldGVyIDIiO2k6MTtpOjEwNDt9aToyO2E6Mjp7aTowO3M6MTc6IlF1ZXJ5IFBhcmFtZXRlciAzIjtpOjE7aToxO319
Stack Trace: [{"file":"\/www\/htdocs\/w00e34a8\/community\/lib\/data\/poll\/PollAction.class.php","line":199,"function":"execute","class":"wcf\\system\\database\\statement\\PreparedStatement","type":"->","args":[["[redacted]","[redacted]","[redacted]"]]},{"function":"vote","class":"wcf\\data\\poll\\PollAction","type":"->","args":[],"file":"[internal function]","line":"?"},{"file":"\/www\/htdocs\/w00e34a8\/community\/lib\/data\/AbstractDatabaseObjectAction.class.php","line":205,"function":"call_user_func","args":[["[redacted]","[redacted]"]],"class":"","type":""},{"file":"\/www\/htdocs\/w00e34a8\/community\/lib\/action\/PollAction.class.php","line":186,"function":"executeAction","class":"wcf\\data\\AbstractDatabaseObjectAction","type":"->","args":[]},{"file":"\/www\/htdocs\/w00e34a8\/community\/lib\/action\/PollAction.class.php","line":141,"function":"vote","class":"wcf\\action\\PollAction","type":"->","args":[{"actionName":"[redacted]","pollID":"[redacted]"}]},{"file":"\/www\/htdocs\/w00e34a8\/community\/lib\/action\/AbstractAction.class.php","line":47,"function":"execute","class":"wcf\\action\\PollAction","type":"->","args":[]},{"file":"\/www\/htdocs\/w00e34a8\/community\/lib\/action\/AJAXInvokeAction.class.php","line":61,"function":"__run","class":"wcf\\action\\AbstractAction","type":"->","args":[]},{"file":"\/www\/htdocs\/w00e34a8\/community\/lib\/system\/request\/Request.class.php","line":83,"function":"__run","class":"wcf\\action\\AJAXInvokeAction","type":"->","args":[]},{"file":"\/www\/htdocs\/w00e34a8\/community\/lib\/system\/request\/RequestHandler.class.php","line":107,"function":"execute","class":"wcf\\system\\request\\Request","type":"->","args":[]},{"file":"\/www\/htdocs\/w00e34a8\/community\/forum\/index.php","line":9,"function":"handle","class":"wcf\\system\\request\\RequestHandler","type":"->","args":["wbb"]}]
======
Error Class: PDOException
Error Message: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '26-104-1' for key 'vote'
Error Code: 23000
File: /www/htdocs/w00e34a8/community/lib/system/database/statement/PreparedStatement.class.php (93)
Extra Information: -
Stack Trace: [{"file":"\/www\/htdocs\/w00e34a8\/community\/lib\/system\/database\/statement\/PreparedStatement.class.php","line":93,"function":"execute","class":"PDOStatement","type":"->","args":[["[redacted]","[redacted]","[redacted]"]]},{"file":"\/www\/htdocs\/w00e34a8\/community\/lib\/data\/poll\/PollAction.class.php","line":199,"function":"execute","class":"wcf\\system\\database\\statement\\PreparedStatement","type":"->","args":[["[redacted]","[redacted]","[redacted]"]]},{"function":"vote","class":"wcf\\data\\poll\\PollAction","type":"->","args":[],"file":"[internal function]","line":"?"},{"file":"\/www\/htdocs\/w00e34a8\/community\/lib\/data\/AbstractDatabaseObjectAction.class.php","line":205,"function":"call_user_func","args":[["[redacted]","[redacted]"]],"class":"","type":""},{"file":"\/www\/htdocs\/w00e34a8\/community\/lib\/action\/PollAction.class.php","line":186,"function":"executeAction","class":"wcf\\data\\AbstractDatabaseObjectAction","type":"->","args":[]},{"file":"\/www\/htdocs\/w00e34a8\/community\/lib\/action\/PollAction.class.php","line":141,"function":"vote","class":"wcf\\action\\PollAction","type":"->","args":[{"actionName":"[redacted]","pollID":"[redacted]"}]},{"file":"\/www\/htdocs\/w00e34a8\/community\/lib\/action\/AbstractAction.class.php","line":47,"function":"execute","class":"wcf\\action\\PollAction","type":"->","args":[]},{"file":"\/www\/htdocs\/w00e34a8\/community\/lib\/action\/AJAXInvokeAction.class.php","line":61,"function":"__run","class":"wcf\\action\\AbstractAction","type":"->","args":[]},{"file":"\/www\/htdocs\/w00e34a8\/community\/lib\/system\/request\/Request.class.php","line":83,"function":"__run","class":"wcf\\action\\AJAXInvokeAction","type":"->","args":[]},{"file":"\/www\/htdocs\/w00e34a8\/community\/lib\/system\/request\/RequestHandler.class.php","line":107,"function":"execute","class":"wcf\\system\\request\\Request","type":"->","args":[]},{"file":"\/www\/htdocs\/w00e34a8\/community\/forum\/index.php","line":9,"function":"handle","class":"wcf\\system\\request\\RequestHandler","type":"->","args":["wbb"]}]
Die Antwort wird gewertet, aber es kommt eben der Fehler.
Was genau ist da falsch?
Danke
Wasserlasser