- Affected Version
- WoltLab Suite 5.5
- Affected App
- WoltLab Suite Core
Nach Installation des Viecode-Shops:
- Requested URL
- GET /acp/index.php
- Referrer
- Error Message
- str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
- Type
- wcf\system\exception\ErrorException
- File (Line)
- /wsc/lib/system/WCF.class.php (341)
- Template Context
- } ?> </ul> </li> ====> <?php if ($this->v['__wcf']->session->getPermission('admin.configuration.package.canUpdatePackage') && $this->v['__wcf']->getAvailableUpdates()) { ?> <li> <a href="<?php $this->tagStack[] = ['link', ['controller' => 'PackageUpdate']]; $this->pluginObjects['wcf\system\template\plugin\LinkBlockTemplatePlugin']->init($this->tagStack[count($this->tagStack) - 1][1], $this); while ($this->pluginObjects['wcf\system\template\plugin\LinkBlockTemplatePlugin']->next($this)) { ob_start(); ?><?php echo $this->pluginObjects['wcf\system\template\plugin\LinkBlockTemplatePlugin']->execute($this->tagStack[count($this->tagStack) - 1][1], ob_get_clean(), $this); } array_pop($this->tagStack);?>" class="jsTooltip" title="Aktualisierungen"><span class="icon icon32 fa-refresh"></span> <span class="badge badgeUpdate"><?=wcf\util\StringUtil::formatNumeric($this->v['__wcf']->getAvailableUpdates());?></span></a> </li>
- Stacktrace
-
- [internal function] (?): wcf\system\WCF::handleError(…)
- /wsc/lib/data/package/Package.class.php (435): str_replace(…)
- /wsc/lib/data/package/Package.class.php (417): wcf\data\package\Package::formatVersionForCompare(…)
- /wsc/lib/system/package/PackageUpdateDispatcher.class.php (767): wcf\data\package\Package::compareVersion(…)
- /wsc/lib/system/cache/builder/PackageUpdateCacheBuilder.class.php (22): wcf\system\package\PackageUpdateDispatcher->getAvailableUpdates(…)
- /wsc/lib/system/cache/builder/AbstractCacheBuilder.class.php (42): wcf\system\cache\builder\PackageUpdateCacheBuilder->rebuild(…)
- /wsc/lib/system/WCF.class.php (1120): wcf\system\cache\builder\AbstractCacheBuilder->getData(…)
- /wsc/acp/templates/compiled/0_wcf_1_index.php (469): wcf\system\WCF->getAvailableUpdates(…)
- /wsc/lib/system/template/TemplateEngine.class.php (350): include(…)
- /wsc/lib/page/AbstractPage.class.php (390): wcf\system\template\TemplateEngine->display(…)
- /wsc/lib/acp/page/IndexPage.class.php (221): wcf\page\AbstractPage->show(…)
- /wsc/lib/page/AbstractPage.class.php (135): wcf\acp\page\IndexPage->show(…)
- /wsc/lib/system/request/Request.class.php (90): wcf\page\AbstractPage->__run(…)
- /wsc/lib/system/request/RequestHandler.class.php (107): wcf\system\request\Request->execute(…)
- /wsc/acp/index.php (11): wcf\system\request\RequestHandler->handle(…)