Error: Undefined index: wbb

  • Betroffene Version
    WoltLab Suite 3.1

    Hallo,

    ich wollte eine Gruppe kopieren und danach ging die ganze Seite nicht mehr, bis auf das Forum.

    Ich habe schon selber leihen haft nach dem Fehler gesucht, wurde aber bis jetzt noch nicht fündig, daher würde ich gerne frage, ob hier jemand eine Lösung weiß.

    Spoiler anzeigen

    Stack Trace:

    • #0 */lib/system/template/TemplateEngine.class.php (338):
    • wcf\system\WCF::handleError(8, 'Undefined index: wbb', '*/lib/system/template/TemplateEngine.class.php', 338, [ templateName => , application => ])
    • #1 */lib/system/template/TemplateScriptingCompiler.class.php (823):
    • wcf\system\template\TemplateEngine->getSourceFilename('__javascriptInclude', 'wbb')
    • #2 */lib/system/template/TemplateScriptingCompiler.class.php (362):
    • wcf\system\template\TemplateScriptingCompiler->compileIncludeTag(' file=\'__javascriptInclude\' application=\'wbb\'', 'headInclude', [ application => , data => , filename => ])
    • #3 */lib/system/template/TemplateScriptingCompiler.class.php (249):
    • wcf\system\template\TemplateScriptingCompiler->compileTag('include file=\'__javascriptInclude\' application=\'wbb\'', 'headInclude', [ application => , data => , filename => ])
    • #4 */lib/system/template/TemplateScriptingCompiler.class.php (829):
    • wcf\system\template\TemplateScriptingCompiler->compileString('headInclude', '<meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="format-detection" content="telephone=no"> {if $allowSpidersToIndexThisPage|empty && ($__wcf->getActivePage() == null || !$__wcf->getActivePage()->allowSpidersToIndex)}<meta name="robots" content="noindex,nofollow">{/if} {implode from=$__wcf->getMetaTagHandler() item=__metaTag glue="\\n"}{@$__metaTag}{/implode} <!-- Stylesheets --> {if $__wcf->getStyleHandler()->getStyle()->getVariable(\'useGoogleFont\')} <link href=\'//fonts.googleapis.com/css?family={$__wcf->getStyleHandler()->getStyle()->getVariable(\'wcfFontFamilyGoogle\')|urlencode}:400,300,600\' rel=\'stylesheet\' type=\'text/css\'> {/if} {@$__wcf->getStyleHandler()->getStylesheet()} {if $templateName == \'thread\' && $displaySignatures !== 1}<style type="text/css">.messageSignature { display: none; }</style>{/if} {if $templateName=="threadAdd"}{include file=\'__forumSettingsInclude\'}{/if} {include file=\'headIncludeJavaScript\'} <script data-relocate="true"> WCF.Language.addObject({ \'wcf.global.error.title\': \'Fehlermeldung\' }); </script> {include file=\'__javascriptInclude\' application=\'wbb\'} <script data-relocate="true">@@81fe23129463528150d8ca6ef3392400cb83c4a3@@</script> <script data-relocate="true" src="{@$__wcf->getPath()}js/WCF.Custominputfields{if !ENABLE_DEBUG_MODE}.min{/if}.js?v={@LAST_UPDATE_TIME}"></script> <script data-relocate="true"> $(function() { new WCF.Custominputfields.Edit(); WCF.Language.addObject({ \'wcf.customInputFields.edit\': \'Eingabefelder bearbeiten\' }); }); </script> <!-- Icons --> <link rel="apple-touch-icon" sizes="180x180" href="{$__wcf->getStyleHandler()->getStyle()->getFaviconAppleTouchIcon()}"> <link rel="manifest" href="{@$__wcf->getStyleHandler()->getStyle()->getFaviconManifest()}"> <link rel="shortcut icon" href="{@$__wcf->getFavicon()}"> <meta name="msapplication-config" content="{@$__wcf->getStyleHandler()->getStyle()->getFaviconBrowserconfig()}"> <meta name="theme-color" content="{$__wcf->getStyleHandler()->getStyle()->getVariable(\'wcfHeaderBackground\', true)}"> <script data-relocate="true"> $(function() { {include file=\'__javascriptInit\' application=\'wbb\'} }); </script> {@HEAD_CODE} ', [ application => , data => , filename => ], true)
    • #5 */lib/system/template/TemplateScriptingCompiler.class.php (362):
    • wcf\system\template\TemplateScriptingCompiler->compileIncludeTag(' file=\'headInclude\'', 'header', [ application => , data => , filename => ])
    • #6 */lib/system/template/TemplateScriptingCompiler.class.php (249):
    • wcf\system\template\TemplateScriptingCompiler->compileTag('include file=\'headInclude\'', 'header', [ application => , data => , filename => ])
    • #7 */lib/system/template/TemplateScriptingCompiler.class.php (829):
    • wcf\system\template\TemplateScriptingCompiler->compileString('header', '{include file=\'documentHeader\'} <head> {include file=\'google_analytics\'} {if !$pageTitle|isset} {assign var=\'pageTitle\' value=\'\'} {if (!$__wcf->isLandingPage() || !USE_PAGE_TITLE_ON_LANDING_PAGE) && $__wcf->getActivePage() != null && $__wcf->getActivePage()->getTitle()} {capture assign=\'pageTitle\'}{$__wcf->getActivePage()->getTitle()}{/capture} {/if} {/if} <title>{if $pageTitle}{@$pageTitle} - {/if}{PAGE_TITLE|language}</title> {include file=\'headInclude\'} {if !$canonicalURL|empty} <link rel="canonical" href="{$canonicalURL}"> {/if} {if !$headContent|empty} {@$headContent} {/if} </head> <body id="tpl_{$templateNameApplication}_{$templateName}" itemscope itemtype="http://schema.org/WebPage"{if !$canonicalURL|empty} itemid="{$canonicalURL}"{/if} data-template="{$templateName}" data-application="{$templateNameApplication}"{if $__wcf->getActivePage() != null} data-page-id="{@$__wcf->getActivePage()->pageID}" data-page-identifier="{$__wcf->getActivePage()->identifier}"{/if} class="{if $__wcf->getActivePage() != null && $__wcf->getActivePage()->cssClassName}{$__wcf->getActivePage()->cssClassName}{/if}{if !$__pageCssClassName|empty} {$__pageCssClassName}{/if}"> <a id="top"></a> <div id="pageContainer" class="pageContainer"> {include file=\'pageHeader\'} {capture assign=hascontent_9a1a251fc691ec4cddbfd8eec44d70bf65c31c32} {if !$headerBoxes|empty} {@$headerBoxes} {/if} {foreach from=$__wcf->getBoxHandler()->getBoxes(\'headerBoxes\') item=box} {@$box->render()} {/foreach} {/capture} {assign var=hascontent_9a1a251fc691ec4cddbfd8eec44d70bf65c31c32 value=$hascontent_9a1a251fc691ec4cddbfd8eec44d70bf65c31c32|trim} {if $hascontent_9a1a251fc691ec4cddbfd8eec44d70bf65c31c32} <div class="boxesHeaderBoxes"> <div class="layoutBoundary"> <div class="boxContainer"> {@$hascontent_9a1a251fc691ec4cddbfd8eec44d70bf65c31c32} </div> </div> </div> {/if} {include file=\'pageNavbarTop\'} {capture assign=hascontent_4176a39eb32fb28d6ce158a58eddd7326bbafd4e} {if !$boxesTop|empty} {@$boxesTop} {/if} {foreach from=$__wcf->getBoxHandler()->getBoxes(\'top\') item=box} {@$box->render()} {/foreach} {/capture} {assign var=hascontent_4176a39eb32fb28d6ce158a58eddd7326bbafd4e value=$hascontent_4176a39eb32fb28d6ce158a58eddd7326bbafd4e|trim} {if $hascontent_4176a39eb32fb28d6ce158a58eddd7326bbafd4e} <div class="boxesTop"> <div class="boxContainer"> {@$hascontent_4176a39eb32fb28d6ce158a58eddd7326bbafd4e} </div> </div> {/if} <section id="main" class="main" role="main"{if !$__mainItemScope|empty} {@$__mainItemScope}{/if}> <div class="layoutBoundary"> {capture assign=hascontent_3f74b2ae90cf349b1b52062bf47afbf58fc5f6d8} {if !$sidebar|empty} {if !$sidebarOrientation|isset || $sidebarOrientation == \'left\'} {@$sidebar} {/if} {/if} {if !$sidebarLeft|empty} {@$sidebarLeft} {/if} {foreach from=$__wcf->getBoxHandler()->getBoxes(\'sidebarLeft\') item=box} {@$box->render()} {/foreach} {/capture} {assign var=hascontent_3f74b2ae90cf349b1b52062bf47afbf58fc5f6d8 value=$hascontent_3f74b2ae90cf349b1b52062bf47afbf58fc5f6d8|trim} {if $hascontent_3f74b2ae90cf349b1b52062bf47afbf58fc5f6d8} {if !$__sidebarLeftShow|isset}{assign var=\'__sidebarLeftShow\' value=\'wcf.global.button.showSidebar\'|language}{/if} {if !$__sidebarLeftHide|isset}{assign var=\'__sidebarLeftHide\' value=\'wcf.global.button.hideSidebar\'|language}{/if} <aside class="sidebar boxesSidebarLeft{if !$__sidebarLeftHasMenu|empty || $__wcf->getBoxHandler()->sidebarLeftHasMenu()} boxesSidebarLeftHasMenu{/if}" data-show-sidebar="{$__sidebarLeftShow}" data-hide-sidebar="{$__sidebarLeftHide}" data-show-navigation="Navigation anzeigen" data-hide-navigation="Navigation verbergen"> <div class="boxContainer"> {@$hascontent_3f74b2ae90cf349b1b52062bf47afbf58fc5f6d8} </div> </aside> {/if} <div id="content" class="content"> {if MODULE_WCF_AD && $__disableAds|empty}{@$__wcf->getAdHandler()->getAds(\'com.woltlab.wcf.header.content\')}{/if} {if $__disableContentHeader|empty} {if !$contentHeader|empty} {@$contentHeader} {else} {if $contentTitle|empty} {if $__wcf->isLandingPage() && USE_PAGE_TITLE_ON_LANDING_PAGE} {capture assign=\'contentTitle\'}{PAGE_TITLE|language}{/capture} {capture assign=\'contentDescription\'}{PAGE_DESCRIPTION|language}{/capture} {elseif $__wcf->getActivePage() != null && $__wcf->getActivePage()->getTitle()} {capture assign=\'contentTitle\'}{$__wcf->getActivePage()->getTitle()}{/capture} {/if} {/if} {if !$contentTitle|empty} <header class="contentHeader"> <div class="contentHeaderTitle"> <h1 class="contentTitle">{@$contentTitle}</h1> {if !$contentDescription|empty}<p class="contentHeaderDescription">{@$contentDescription}</p>{/if} </div> {capture assign=hascontent_c387b52d204111c1b960ca41a34a9f2dbc907d9e} {if !$contentHeaderNavigation|empty}{@$contentHeaderNavigation}{/if} {include file=\'__searchResultMarkAllAsRead\' application=\'wbb\'} {/capture} {assign var=hascontent_c387b52d204111c1b960ca41a34a9f2dbc907d9e value=$hascontent_c387b52d204111c1b960ca41a34a9f2dbc907d9e|trim} {if $hascontent_c387b52d204111c1b960ca41a34a9f2dbc907d9e} <nav class="contentHeaderNavigation"> <ul> {@$hascontent_c387b52d204111c1b960ca41a34a9f2dbc907d9e} </ul> </nav> {/if} </header> {/if} {/if} {/if} {include file=\'userNotice\'} {capture assign=hascontent_c524e3fb33847637cd361d031c725454a51015e8} {if !$boxesContentTop|empty} {@$boxesContentTop} {/if} {foreach from=$__wcf->getBoxHandler()->getBoxes(\'contentTop\') item=box} {@$box->render()} {/foreach} {/capture} {assign var=hascontent_c524e3fb33847637cd361d031c725454a51015e8 value=$hascontent_c524e3fb33847637cd361d031c725454a51015e8|trim} {if $hascontent_c524e3fb33847637cd361d031c725454a51015e8} <div class="boxesContentTop"> <div class="boxContainer"> {@$hascontent_c524e3fb33847637cd361d031c725454a51015e8} </div> </div> {/if} ', [ application => , data => , filename => ], true)
    • #8 */lib/system/template/TemplateScriptingCompiler.class.php (362):
    • wcf\system\template\TemplateScriptingCompiler->compileIncludeTag(' file=\'header\'', 'cms', [ application => , data => , filename => ])
    • #9 */lib/system/template/TemplateScriptingCompiler.class.php (249):
    • wcf\system\template\TemplateScriptingCompiler->compileTag('include file=\'header\'', 'cms', [ application => , data => , filename => ])
    • #10 */lib/system/template/TemplateCompiler.class.php (28):
    • wcf\system\template\TemplateScriptingCompiler->compileString('cms', '{if !$__wcf->isLandingPage()} {capture assign=\'pageTitle\'}{$content->title}{/capture} {capture assign=\'contentTitle\'}{$content->title}{/capture} {/if} {capture assign=\'headContent\'} {if $page->isMultilingual && $page->getPageLanguages()|count > 1} {foreach from=$page->getPageLanguages() item=\'pageLanguage\'} {if $pageLanguage->getLanguage()} <link rel="alternate" hreflang="{$pageLanguage->getLanguage()->languageCode}" href="{$pageLanguage->getLink()}"> {/if} {/foreach} {/if} {/capture} {capture assign=\'contentHeaderNavigation\'} {if $page->isMultilingual && $__wcf->user->userID && $page->getPageLanguages()|count > 1} <li class="dropdown"> <a class="dropdownToggle boxFlag box24 button"> <span><img src="{$activePageLanguage->getIconPath()}" alt="" class="iconFlag"></span> <span>{$activePageLanguage->languageName}</span> </a> <ul class="dropdownMenu"> {foreach from=$page->getPageLanguages() item=\'pageLanguage\'} {if $pageLanguage->getLanguage()} <li class="boxFlag"> <a class="box24" href="{$pageLanguage->getLink()}"> <span><img src="{$pageLanguage->getLanguage()->getIconPath()}" alt="" class="iconFlag"></span> <span>{$pageLanguage->getLanguage()->languageName}</span> </a> </li> {/if} {/foreach} </ul> </li> {/if} {if $__wcf->getSession()->getPermission(\'admin.content.cms.canManagePage\')}<li><a href="{link controller=\'PageEdit\' id=$page->pageID isACP=true}{/link}" class="button"><span class="icon icon16 fa-pencil"></span> <span>Seite bearbeiten</span></a></li>{/if} {/capture} {include file=\'header\'} {if $content->content} {if $page->pageType == \'text\'} <div class="section cmsContent htmlContent"> {@$content->getFormattedContent()} </div> {elseif $page->pageType == \'html\'} {@$content->getParsedContent()} {elseif $page->pageType == \'tpl\'} {@$page->getParsedTemplate($content)} {/if} {/if} <footer class="contentFooter"> {capture assign=hascontent_dac392289f05a7e6403aa43a73b2500f00f41f94}{/capture} {assign var=hascontent_dac392289f05a7e6403aa43a73b2500f00f41f94 value=$hascontent_dac392289f05a7e6403aa43a73b2500f00f41f94|trim} {if $hascontent_dac392289f05a7e6403aa43a73b2500f00f41f94} <nav class="contentFooterNavigation"> <ul> {@$hascontent_dac392289f05a7e6403aa43a73b2500f00f41f94} </ul> </nav> {/if} </footer> {include file=\'footer\'} ', [ application => , data => , filename => ])
    • #11 */lib/system/template/TemplateEngine.class.php (462):
    • wcf\system\template\TemplateCompiler->compile('cms', '{if !$__wcf->isLandingPage()} {capture assign=\'pageTitle\'}{$content->title}{/capture} {capture assign=\'contentTitle\'}{$content->title}{/capture} {/if} {capture assign=\'headContent\'} {if $page->isMultilingual && $page->getPageLanguages()|count > 1} {foreach from=$page->getPageLanguages() item=\'pageLanguage\'} {if $pageLanguage->getLanguage()} <link rel="alternate" hreflang="{$pageLanguage->getLanguage()->languageCode}" href="{$pageLanguage->getLink()}"> {/if} {/foreach} {/if} {/capture} {capture assign=\'contentHeaderNavigation\'} {if $page->isMultilingual && $__wcf->user->userID && $page->getPageLanguages()|count > 1} <li class="dropdown"> <a class="dropdownToggle boxFlag box24 button"> <span><img src="{$activePageLanguage->getIconPath()}" alt="" class="iconFlag"></span> <span>{$activePageLanguage->languageName}</span> </a> <ul class="dropdownMenu"> {foreach from=$page->getPageLanguages() item=\'pageLanguage\'} {if $pageLanguage->getLanguage()} <li class="boxFlag"> <a class="box24" href="{$pageLanguage->getLink()}"> <span><img src="{$pageLanguage->getLanguage()->getIconPath()}" alt="" class="iconFlag"></span> <span>{$pageLanguage->getLanguage()->languageName}</span> </a> </li> {/if} {/foreach} </ul> </li> {/if} {if $__wcf->getSession()->getPermission(\'admin.content.cms.canManagePage\')}<li><a href="{link controller=\'PageEdit\' id=$page->pageID isACP=true}{/link}" class="button"><span class="icon icon16 fa-pencil"></span> <span>{lang}wcf.acp.page.edit{/lang}</span></a></li>{/if} {/capture} {include file=\'header\'} {if $content->content} {if $page->pageType == \'text\'} <div class="section cmsContent htmlContent"> {@$content->getFormattedContent()} </div> {elseif $page->pageType == \'html\'} {@$content->getParsedContent()} {elseif $page->pageType == \'tpl\'} {@$page->getParsedTemplate($content)} {/if} {/if} <footer class="contentFooter"> {hascontent} <nav class="contentFooterNavigation"> <ul> {content}{event name=\'contentFooterNavigation\'}{/content} </ul> </nav> {/hascontent} </footer> {include file=\'footer\'} ', '*/templates/compiled/2_wcf_1_cms.php', [ application => , data => , filename => ])
    • #12 */lib/system/template/TemplateEngine.class.php (314):
    • wcf\system\template\TemplateEngine->compileTemplate('cms', '*/templates/cms.tpl', '*/templates/compiled/2_wcf_1_cms.php', [ application => , data => , filename => ])
    • #13 */lib/page/AbstractPage.class.php (323):
    • wcf\system\template\TemplateEngine->display('cms', 'wcf')
    • #14 */lib/page/AbstractPage.class.php (114):
    • wcf\page\AbstractPage->show()
    • #15 */lib/system/request/Request.class.php (83):
    • wcf\page\AbstractPage->__run()
    • #16 */lib/system/request/RequestHandler.class.php (96):
    • wcf\system\request\Request->execute()
    • #17 */index.php (9):
    • wcf\system\request\RequestHandler->handle('wcf')

    oder https://hastebin.com/ozexaciwuv.json

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!