Hallo,
leider kommt es nach dem Install zu einem Fehler, wenn man in Account den Tab Statisik aufruft (anklickt)
woran kann dies liegen?
Code
Sun, 19 Feb 2023 19:27:22 +0000
Message: Attempt to read property "customerID" on null
PHP version: 8.1.13
WoltLab Suite version: 5.5.9
Request URI: GET /easy-ads-statistics/
Referrer: https://creatlabwork.de/easy-ads-logs/
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36
Peak Memory Usage: 5237160/268435456
======
Error Class: wcf\system\exception\ErrorException
Error Message: Attempt to read property "customerID" on null
Error Code: 0
File: /www/htdocs/w01c442c/creatlabwork.de/lib/system/WCF.class.php (341)
Extra Information: -
Stack Trace: [{"file":"\/www\/htdocs\/w01c442c\/creatlabwork.de\/lib\/page\/EasyAdsStatisticsPage.class.php","line":72,"function":"handleError","class":"wcf\\system\\WCF","type":"::","args":[2,"Attempt to read property \"customerID\" on null","\/www\/htdocs\/w01c442c\/creatlabwork.de\/lib\/page\/EasyAdsStatisticsPage.class.php",72]},{"file":"\/www\/htdocs\/w01c442c\/creatlabwork.de\/lib\/page\/AbstractPage.class.php","line":128,"function":"readParameters","class":"wcf\\page\\EasyAdsStatisticsPage","type":"->","args":[]},{"file":"\/www\/htdocs\/w01c442c\/creatlabwork.de\/lib\/system\/request\/Request.class.php","line":90,"function":"__run","class":"wcf\\page\\AbstractPage","type":"->","args":[]},{"file":"\/www\/htdocs\/w01c442c\/creatlabwork.de\/lib\/system\/request\/RequestHandler.class.php","line":107,"function":"execute","class":"wcf\\system\\request\\Request","type":"->","args":[]},{"file":"\/www\/htdocs\/w01c442c\/creatlabwork.de\/index.php","line":11,"function":"handle","class":"wcf\\system\\request\\RequestHandler","type":"->","args":["wcf"]}]
Alles anzeigen
In der Datei /WCF.class.php Zeile 341
steht folgende:
throw new ErrorException($message, 0, $severity, $file, $line);
Danke vorab!