- Affected Version
- WoltLab Suite 5.4
I ran some automatic update and this happened
PHP
An error has occurred while trying to handle your request and execution has been terminated. Please forward the above error code to the site administrator.
The error code can be used by an administrator to lookup the full error message in the Administration Control Panel via “Logs » Errors”. In addition the error has been written to the log file located at */log/2022-11-02.txt and can be accessed with an FTP program or similar.
Notice: The error code was randomly generated and has no use beyond looking up the full message.
System Information
PHP Version:
7.4.32
WoltLab Suite Core:
5.4.24
Peak Memory Usage:
6.401/128 MiB
Request URI:
GET /
Referrer:
https://carnivoretown.com/acp/index.php?index/
User Agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0
Error
Error Type:
wcf\system\exception\SystemException
Error Message:
Core object 'UserCollapsibleSidebarHandler' is unknown.
File:
*/lib/system/WCF.class.php (938)
Template Context:
</nav>
<?php } ?><?php } ?>
<?php ob_start(); ?>
<?php if (isset($this->v['headerNavigation'])) { ?><?=$this->v['headerNavigation'];?><?php } ?>
====> <?php if (POWER_SETTINGS_SIDEBAR_COLLAPSE && $this->v['__wcf']->getUserCollapsibleSidebarHandler()->isSupported()) { ?>
<li class="jsOnly sidebarCollapseListItem">
<a href="javascript:void" class="jsSidebarCollapseButton jsTooltip" title="Collapse Sidebar">
<span class="icon icon16 fa-chevron-<?php if ($this->v['__wcf']->getUserCollapsibleSidebarHandler()->isOpened()) { ?>right<?php } else { ?>left<?php } ?>"></span>
<span class="invisible">Collapse Sidebar</span>
</a>
</li>
Stack Trace:
#0 */lib/system/WCF.class.php (914):
wcf\system\WCF::__callStatic()
#1 */templates/compiled/2_wcf_2_cms.php (2119):
wcf\system\WCF->__call()
#2 */lib/system/template/TemplateEngine.class.php (346):
include('*/templates/compiled/2_wcf_2_cms.php')
#3 */lib/page/AbstractPage.class.php (371):
wcf\system\template\TemplateEngine->display()
#4 */lib/page/AbstractPage.class.php (122):
wcf\page\AbstractPage->show()
#5 */lib/system/request/Request.class.php (89):
wcf\page\AbstractPage->__run()
#6 */lib/system/request/RequestHandler.class.php (121):
wcf\system\request\Request->execute()
#7 */index.php (11):
wcf\system\request\RequestHandler->handle()
Display More