- Affected App
- WoltLab Suite Core
Bei mir hat sich ein neuer Benutzer registriert, der bereits vor 10 Jahren aktiv war. Er bat mich darum seinen alten Account zu reaktivieren. Also habe ich (nach erfolgreicher Prüfung) die beiden Accounts per ACP zusammen gelegt und den alten Benutzer behalten. Dann noch die E-Mail Adresse geändert und ihm per ACP ein neues Passwort zugeschickt.
Ich erhalte nun permanent die folgende Fehlermeldung:
- Requested URL
- /index.php?notification/&t=0c63279fd0a9d219f63f85fbd332938594a7c4bc
- Referrer
- https://www.compiware-forum.de/
- Error Message
- Could not execute statement 'SELECT like_table.reactionTypeID, COUNT(like_table.reactionTypeID) as count FROM wcf1_like like_table LEFT JOIN wcf1_like like_table_join ON like_table_join.objectTypeID = like_table.objectTypeID AND like_table_join.objectID = like_table.objectID WHERE like_table.userID IN (?) AND like_table_join.likeID = ? GROUP BY like_table.reactionTypeID'
- Type
- wcf\system\database\exception\DatabaseQueryExecutionException
- File (Line)
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/lib/system/database/statement/PreparedStatement.class.php (105)
- Query Parameter 1
- 50517
- Stacktrace
-
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/lib/system/user/notification/event/TReactionUserNotificationEvent.class.php (47): wcf\system\database\statement\PreparedStatement->execute(…)
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/forum/lib/system/user/notification/event/PostLikeUserNotificationEvent.class.php (98): wbb\system\user\notification\event\PostLikeUserNotificationEvent->getReactionsForAuthors(…)
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/lib/action/NotificationAction.class.php (43): wbb\system\user\notification\event\PostLikeUserNotificationEvent->getMessage(…)
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/lib/action/NotificationAction.class.php (20): wcf\action\NotificationAction->getOutstandingNotifications(…)
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/lib/action/AbstractAction.class.php (47): wcf\action\NotificationAction->execute(…)
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/lib/system/request/Request.class.php (83): wcf\action\AbstractAction->__run(…)
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/lib/system/request/RequestHandler.class.php (107): wcf\system\request\Request->execute(…)
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/index.php (9): wcf\system\request\RequestHandler->handle(…)
- Error Message
- SQLSTATE[HY093]: Invalid parameter number
- Type
- PDOException
- File (Line)
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/lib/system/database/statement/PreparedStatement.class.php (93)
- Stacktrace
-
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/lib/system/database/statement/PreparedStatement.class.php (93): PDOStatement->execute(…)
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/lib/system/user/notification/event/TReactionUserNotificationEvent.class.php (47): wcf\system\database\statement\PreparedStatement->execute(…)
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/forum/lib/system/user/notification/event/PostLikeUserNotificationEvent.class.php (98): wbb\system\user\notification\event\PostLikeUserNotificationEvent->getReactionsForAuthors(…)
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/lib/action/NotificationAction.class.php (43): wbb\system\user\notification\event\PostLikeUserNotificationEvent->getMessage(…)
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/lib/action/NotificationAction.class.php (20): wcf\action\NotificationAction->getOutstandingNotifications(…)
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/lib/action/AbstractAction.class.php (47): wcf\action\NotificationAction->execute(…)
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/lib/system/request/Request.class.php (83): wcf\action\AbstractAction->__run(…)
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/lib/system/request/RequestHandler.class.php (107): wcf\system\request\Request->execute(…)
- /var/www/compiware-forum.de/htdocs/compiware-forum.de/index.php (9): wcf\system\request\RequestHandler->handle(…)
Der Fehler erscheint, egal welche Seite ich betrete. Die Anzeigen habe ich im ACP aktualisiert, weil ich vermutete, dass der Fehler durch eine Reaktion ausgelöst wird. Leider komme ich aktuell nicht weiter...
Ich habe nun erstmal den Wartungsmodus aktiviert. Jetzt kommt der Fehler nicht - zumindest nicht, wenn ich als Gast die Seite betrete. Ich selbst bin Admin und kann die Seite auch im Wartungsmodus betreten. Somit erhalte ich den Fehler weiterhin, wenn ich angemeldet bin.
Weiß jemand, was ich noch tun könnte?