- Affected Version
- WoltLab Suite 5.5
- Affected App
- WoltLab Suite Forum
PHP
Aufgerufene URL
GET /forum/board/127-xxxxx/
Fehlermeldung
Attempt to read property "isPrivate" on null
Art
wcf\system\exception\ErrorException
Datei (Zeile)
/lib/system/WCF.class.php (340)
Template Context
$this->foreachVars['fd8a94ac807452c1ec711dad9d09c39ace9a07f4']['item'] = $this->v['box'] ?? null;
if ((is_countable($_foreach_fd8a94ac807452c1ec711dad9d09c39ace9a07f4) && count($_foreach_fd8a94ac807452c1ec711dad9d09c39ace9a07f4) > 0) || (!is_countable($_foreach_fd8a94ac807452c1ec711dad9d09c39ace9a07f4) && $_foreach_fd8a94ac807452c1ec711dad9d09c39ace9a07f4)) {
foreach ($_foreach_fd8a94ac807452c1ec711dad9d09c39ace9a07f4 as $this->v['box']) {
?>
====> <?=$this->v['box']->render();?>
<?php }
unset($this->v['box']);$this->v['box'] = $this->foreachVars['fd8a94ac807452c1ec711dad9d09c39ace9a07f4']['item'];
unset($this->foreachVars['fd8a94ac807452c1ec711dad9d09c39ace9a07f4']);
} ?>
<?php
$this->v['tpl']['capture']['default'] = ob_get_clean();
Stacktrace
1. forum/lib/system/box/BoardTagCloudBoxController.class.php (49): wcf\system\WCF::handleError(…)
2. lib/system/box/AbstractBoxController.class.php (56): wbb\system\box\BoardTagCloudBoxController->loadContent(…)
3. lib/system/box/AbstractBoxController.class.php (69): wcf\system\box\AbstractBoxController->getContent(…)
4. lib/data/box/Box.class.php (335): wcf\system\box\AbstractBoxController->hasContent(…)
5. lib/data/box/Box.class.php (316): wcf\data\box\Box->hasContent(…)
6. templates/compiled/38_wcf_1_userException.php (2535): wcf\data\box\Box->render(…)
7. lib/system/template/TemplateEngine.class.php (350): include(…)
8. lib/system/exception/NamedUserException.class.php (43): wcf\system\template\TemplateEngine->display(…)
9. lib/system/exception/IllegalLinkException.class.php (36): wcf\system\exception\NamedUserException->show(…)
10. lib/system/request/RequestHandler.class.php (113): wcf\system\exception\IllegalLinkException->show(…)
11. forum/index.php (11): wcf\system\request\RequestHandler->handle(…)
Display More