- Affected Version
- WoltLab Suite 5.2
Hi,
Wenn ich aktuell Benachrichtigungen bekomme und darauf zugreifen möchte, bekomme ich folgenden Fehler:
Code
Datum
8. Juli 2020, 15:02
Aufgerufene URL
/forum/index.php?ajax-proxy/&t=ae6acb20692dcd8013666e1eca2e9004512fb55d
Referrer
https://xr-pilot.de/forum/index.php?thread/147-medien-test/&postID=2622
Browser
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 OPR/68.0.3618.173
Arbeitsspeicher
14,02 MiB / 256 MiB
Fehlermeldung
Trying to get property 'threadID' of non-object
Art
wcf\system\exception\ErrorException
Datei (Zeile)
/mnt/web304/d1/42/59985742/htdocs/xr_forum/lib/system/WCF.class.php (341)
Stacktrace
/mnt/web304/d1/42/59985742/htdocs/xr_forum/forum/lib/system/user/notification/event/PostLikeUserNotificationEvent.class.php (152): wcf\system\WCF::handleError(…)
/mnt/web304/d1/42/59985742/htdocs/xr_forum/lib/system/user/notification/UserNotificationHandler.class.php (539): wbb\system\user\notification\event\PostLikeUserNotificationEvent->checkAccess(…)
/mnt/web304/d1/42/59985742/htdocs/xr_forum/lib/system/user/notification/UserNotificationHandler.class.php (374): wcf\system\user\notification\UserNotificationHandler->processNotifications(…)
/mnt/web304/d1/42/59985742/htdocs/xr_forum/lib/data/user/notification/UserNotificationAction.class.php (187): wcf\system\user\notification\UserNotificationHandler->getMixedNotifications(…)
[internal function] (?): wcf\data\user\notification\UserNotificationAction->getOutstandingNotifications(…)
/mnt/web304/d1/42/59985742/htdocs/xr_forum/lib/data/AbstractDatabaseObjectAction.class.php (205): call_user_func(…)
/mnt/web304/d1/42/59985742/htdocs/xr_forum/lib/action/AJAXProxyAction.class.php (75): wcf\data\AbstractDatabaseObjectAction->executeAction(…)
/mnt/web304/d1/42/59985742/htdocs/xr_forum/lib/action/AJAXInvokeAction.class.php (94): wcf\action\AJAXProxyAction->invoke(…)
/mnt/web304/d1/42/59985742/htdocs/xr_forum/lib/action/AbstractAction.class.php (47): wcf\action\AJAXInvokeAction->execute(…)
/mnt/web304/d1/42/59985742/htdocs/xr_forum/lib/action/AJAXInvokeAction.class.php (61): wcf\action\AbstractAction->__run(…)
/mnt/web304/d1/42/59985742/htdocs/xr_forum/lib/system/request/Request.class.php (83): wcf\action\AJAXInvokeAction->__run(…)
/mnt/web304/d1/42/59985742/htdocs/xr_forum/lib/system/request/RequestHandler.class.php (107): wcf\system\request\Request->execute(…)
/mnt/web304/d1/42/59985742/htdocs/xr_forum/forum/index.php (9): wcf\system\request\RequestHandler->handle(…)
Display More
Die Benachrichtigung kommt für ein ganz anderes Thema als den angesprochenen.
Der im Fehler angesprochene Thread ist ein Testthema, in dem ich mir mit einem Beitrag das Layout dermaßen zerschossen hatte, dass ich ihn in der Datenbank löschen musste. Ich vermute, der Fehler kommt also daher (vorher hatte ich noch eine Antwort von jemandem dort bekommen, so dass sich die Benachrichtigung darüber vermutlich noch in der Liste der Benachrichtigungen befindet und den Fehler dann auslöst, wenn ich diese öffnen will.
Was muss ich tun, damit ich diesen Fehler nicht mehr angezeigt bekomme?