- Affected Version
- WoltLab Suite 3.0
Moin,
Ich habe eine wsc Installation, lediglich die Startseite angepasst mit Boxen und CSS. Es sind keine Plugins installiert order irgendwelche Templates bearbeitet.
Jedoch erhalte ich verschiedene Fehlermeldungen, sowohl mobil, als am PC sowie im Frontend und ACP.
Alle verwaisen auf die WoltlabSuite.Core.min.js hin
Code: Frontent (PC)
Uncaught Error: Unable to find the menu.
at Object.init (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:6:3439)
at Object.setup (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:6:5619)
at http://fabihome.de/:413:21
at n.(anonymous function) (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:11:6272)
at t (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:11:5936)
at http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:11:6284
at Object.execCb (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:1:12907)
at _.check (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:1:6647)
at _.<anonymous> (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:1:9065)
at http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:1:816
Display More
Code: Frontent Mobil
Uncaught TypeError: Cannot read property 'addEventListener' of null
at n.init (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:4:21077)
at n.init (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:4:29084)
at new n (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:4:28983)
at Object._initMobileMenu (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:5:2506)
at Object._init (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:5:440)
at http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:2:25507
at Map.forEach (native)
at t.forEach (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:1:24119)
at Object._mqlChange (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:2:25487)
init @ WoltLabSuite.Core.min.js?v=1491750070:4
init @ WoltLabSuite.Core.min.js?v=1491750070:4
n @ WoltLabSuite.Core.min.js?v=1491750070:4
_initMobileMenu @ WoltLabSuite.Core.min.js?v=1491750070:5
_init @ WoltLabSuite.Core.min.js?v=1491750070:5
(anonymous) @ WoltLabSuite.Core.min.js?v=1491750070:2
forEach @ WoltLabSuite.Core.min.js?v=1491750070:1
_mqlChange @ WoltLabSuite.Core.min.js?v=1491750070:2
WoltLabSuite.Core.min.js?v=1491750070:5 Uncaught TypeError: Cannot read property 'disable' of null
at Object.disable (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:5:261)
at http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:2:25619
at Map.forEach (native)
at t.forEach (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:1:24119)
at Object._mqlChange (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:2:25599)
Display More
Code: ACP Mobil
WoltLabSuite.Core.min.js?v=1491750070:4 Uncaught TypeError: Cannot read property 'classList' of null
at n._initItem (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:4:26816)
at NodeList.forEach (native)
at e.elBySelAll (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:1:19811)
at n._initItems (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:4:24940)
at n.init (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:4:21119)
at n.init (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:4:30568)
at new n (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:4:30499)
at Object._initMobileMenu (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:5:2514)
at Object._init (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:5:440)
at Object.on (http://fabihome.de/js/WoltLabSuite.Core.min.js?v=1491750070:2:24014)
Display More
Server:
Betriebssystem: Linux
Webserver: nginx/1.6.2
PHP-Version: 7.1.3-3+0~20170325135815.21+jessie~1.gbpafff68
MySQL-Version: 10.0.30-MariaDB-0+deb8u1
Aktueller UNIX Load: 0, 0.01, 0
Lokal:
Chrome 58.0.3029.54 beta
Win 10
Mobil:
LG G5
Chrome 57.0.2987.132
CSS: css
body[data-page-id="40"] {
// Box-Styling mit Hintergrund über die gesamte Breite
.boxesHero {
background-image: url('/images/background.jpg');
background-size: cover;
display: flex;
min-height: calc(100vh);
}
// logo und breadcrumbs ausblenden
.pageHeaderLogo, .pageNavigation {
display: none;
}
// Anpassung, damit kein leerer Raum dargestellt wird
.pageHeaderFacade > .layoutBoundary {
padding: 0 !important;
}
@include screen-md-down {
// Darstellung des mobilen Logos erzwingen
.pageHeaderLogo, .pageHeaderLogoSmall {
display: block;
}
}
header.contentHeader {
display: none;
}
#main {
padding: 0px !important;
}
.pageHeaderContainer {
padding-top: 0px !important;
}
header#pageHeader {
display: none;
}
a.loginLink {
font-size: 25px;
}
.boxTitle {
font-size: 50px;
font-weight: bold;
}
}
Display More
Code: Box
{if $__wcf->user->userID == 0}
<a class="loginLink" href="{link controller='Login'}{/link}">{lang}wcf.user.loginOrRegister{/lang}</a>
{else}
<a class="logout" href="{link controller='Logout'}t={@SECURITY_TOKEN}{/link}" onclick="WCF.Dropdown.Interactive.Handler.close('userMenu'); WCF.System.Confirmation.show('{lang}wcf.user.logout.sure{/lang}', $.proxy(function (action) { if (action == 'confirm') window.location.href = $(this).attr('href'); }, this)); return false;">{lang}wcf.user.logout{/lang}</a>
{/if}
Ich kann mir nicht vorstellen, dass die Fehler nur kommen weil ich die Menüs per css ausgeblendet hab...
Danke für Aufklärung
~LG Fabi