Nachdem ich heute auf das WSC 5.2 aktualisiert habe, erhalte ich Fehlermeldungen beim Versuch, auf eine News zu reagieren.
Code
Thu, 20 Feb 2020 21:52:41 +0000
Message: Could not prepare statement 'UPDATE news1_news news SET cumulativeLikes = COALESCE((SELECT SUM(cumulativeLikes) FROM news1_entry WHERE newsID = news.newsID AND isDisabled = 0 AND isDeleted = 0 AND isPublished = 1), 0) WHERE news.newsID = ?'
PHP version: 7.2.27-6+ubuntu18.04.1+deb.sury.org+1
WoltLab Suite version: 5.2.2
Request URI: /deals/index.php?ajax-proxy/&t=7c19bb1d9c18215fd80bc49b1ec8847d394f0312
Referrer: https://www.compiware-forum.de/deals/news/420-faeria-assassin-s-creed-syndicate-kostenlos-im-epic-games-store/
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.107 Safari/537.36
Peak Memory Usage: 10660416/268435456
======
Error Class: wcf\system\database\exception\DatabaseQueryException
Error Message: Could not prepare statement 'UPDATE news1_news news SET cumulativeLikes = COALESCE((SELECT SUM(cumulativeLikes) FROM news1_entry WHERE newsID = news.newsID AND isDisabled = 0 AND isDeleted = 0 AND isPublished = 1), 0) WHERE news.newsID = ?'
Error Code: 42
File: /var/www/compiware-forum.de/htdocs/compiware-forum.de/lib/system/database/Database.class.php (284)
Extra Information: -
Stack Trace: [{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/deals\/lib\/data\/news\/LikeableNews.class.php","line":83,"function":"prepareStatement","class":"wcf\\system\\database\\Database","type":"->","args":["UPDATE\tnews1_news news\n\t\t\tSET\tcumulativeLikes = COALESCE((SELECT SUM(cumulativeLikes) FROM news1_entry WHERE newsID = news.newsID AND isDisabled = 0 AND isDeleted = 0 AND isPublished = 1), 0)\n\t\t\tWHERE news.newsID = ?"]},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/system\/reaction\/ReactionHandler.class.php","line":357,"function":"updateLikeCounter","class":"news\\data\\news\\LikeableNews","type":"->","args":[1]},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/data\/reaction\/ReactionAction.class.php","line":160,"function":"react","class":"wcf\\system\\reaction\\ReactionHandler","type":"->","args":["news\\data\\news\\LikeableNews","wcf\\data\\user\\User",1]},{"function":"react","class":"wcf\\data\\reaction\\ReactionAction","type":"->","args":[],"file":"[internal function]","line":"?"},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/data\/AbstractDatabaseObjectAction.class.php","line":205,"function":"call_user_func","args":[["[redacted]","[redacted]"]],"class":"","type":""},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/action\/AJAXProxyAction.class.php","line":75,"function":"executeAction","class":"wcf\\data\\AbstractDatabaseObjectAction","type":"->","args":[]},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/action\/AJAXInvokeAction.class.php","line":94,"function":"invoke","class":"wcf\\action\\AJAXProxyAction","type":"->","args":[]},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/action\/AbstractAction.class.php","line":47,"function":"execute","class":"wcf\\action\\AJAXInvokeAction","type":"->","args":[]},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/action\/AJAXInvokeAction.class.php","line":61,"function":"__run","class":"wcf\\action\\AbstractAction","type":"->","args":[]},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/system\/request\/Request.class.php","line":83,"function":"__run","class":"wcf\\action\\AJAXInvokeAction","type":"->","args":[]},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/system\/request\/RequestHandler.class.php","line":107,"function":"execute","class":"wcf\\system\\request\\Request","type":"->","args":[]},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/deals\/index.php","line":10,"function":"handle","class":"wcf\\system\\request\\RequestHandler","type":"->","args":["news"]}]
======
Error Class: PDOException
Error Message: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pooomukkel_forum.news1_entry' doesn't exist
Error Code: 42
File: /var/www/compiware-forum.de/htdocs/compiware-forum.de/lib/system/database/Database.class.php (279)
Extra Information: -
Stack Trace: [{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/system\/database\/Database.class.php","line":279,"function":"prepare","class":"PDO","type":"->","args":["UPDATE\tnews1_news news\n\t\t\tSET\tcumulativeLikes = COALESCE((SELECT SUM(cumulativeLikes) FROM news1_entry WHERE newsID = news.newsID AND isDisabled = 0 AND isDeleted = 0 AND isPublished = 1), 0)\n\t\t\tWHERE news.newsID = ? -- '\/deals\/index.php?ajax-proxy\/&t=7c19bb1d9c18215fd80bc49b1ec8847d394f0312 (\\\\wcf\\\\data\\\\reaction\\\\ReactionAction:react)'"]},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/deals\/lib\/data\/news\/LikeableNews.class.php","line":83,"function":"prepareStatement","class":"wcf\\system\\database\\Database","type":"->","args":["UPDATE\tnews1_news news\n\t\t\tSET\tcumulativeLikes = COALESCE((SELECT SUM(cumulativeLikes) FROM news1_entry WHERE newsID = news.newsID AND isDisabled = 0 AND isDeleted = 0 AND isPublished = 1), 0)\n\t\t\tWHERE news.newsID = ?"]},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/system\/reaction\/ReactionHandler.class.php","line":357,"function":"updateLikeCounter","class":"news\\data\\news\\LikeableNews","type":"->","args":[1]},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/data\/reaction\/ReactionAction.class.php","line":160,"function":"react","class":"wcf\\system\\reaction\\ReactionHandler","type":"->","args":["news\\data\\news\\LikeableNews","wcf\\data\\user\\User",1]},{"function":"react","class":"wcf\\data\\reaction\\ReactionAction","type":"->","args":[],"file":"[internal function]","line":"?"},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/data\/AbstractDatabaseObjectAction.class.php","line":205,"function":"call_user_func","args":[["[redacted]","[redacted]"]],"class":"","type":""},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/action\/AJAXProxyAction.class.php","line":75,"function":"executeAction","class":"wcf\\data\\AbstractDatabaseObjectAction","type":"->","args":[]},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/action\/AJAXInvokeAction.class.php","line":94,"function":"invoke","class":"wcf\\action\\AJAXProxyAction","type":"->","args":[]},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/action\/AbstractAction.class.php","line":47,"function":"execute","class":"wcf\\action\\AJAXInvokeAction","type":"->","args":[]},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/action\/AJAXInvokeAction.class.php","line":61,"function":"__run","class":"wcf\\action\\AbstractAction","type":"->","args":[]},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/system\/request\/Request.class.php","line":83,"function":"__run","class":"wcf\\action\\AJAXInvokeAction","type":"->","args":[]},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/lib\/system\/request\/RequestHandler.class.php","line":107,"function":"execute","class":"wcf\\system\\request\\Request","type":"->","args":[]},{"file":"\/var\/www\/compiware-forum.de\/htdocs\/compiware-forum.de\/deals\/index.php","line":10,"function":"handle","class":"wcf\\system\\request\\RequestHandler","type":"->","args":["news"]}]
Alles anzeigen