Quantcast
Channel: Installation/Einstieg - Shopware Community Forum
Viewing all articles
Browse latest Browse all 1069

Nach Update von 5.2.4 auf 5.2.5 bleibt das Backend leer

$
0
0

Hallo Shopware Gemeinde,

ich habe nach dem Update von 5.2.4 auf 5.2.5 as Problem das der Inhalt vom Backend leer bleibt. Eine vollkommen weiße Seite ohne Fehlermeldung. Das Frontend läuft scheinbar fehlerfrei.

Browsercache habe ich geleert. Habe es auch mit einem anderen Browser probiert. Plugins und Systemvoraussetzungen waren beim Update alle zur Version passend.

Der Quelltext der Seite hat folgenden Content: (Falls das weiterhilft)

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title>Shopware 5 - Backend (c) shopware AG</title>
<link rel="stylesheet" type="text/css" href="/themes/Backend/ExtJs/backend/_resources/resources/css/ext-all.css?201608150941" />
<link rel="stylesheet" type="text/css" href="/themes/Backend/ExtJs/backend/_resources/resources/css/core-icon-set.css?201608150941" />
<link rel="stylesheet" type="text/css" href="/themes/Backend/ExtJs/backend/_resources/resources/css/core-icon-set-new.css?201608150941" />
<link rel="stylesheet" type="text/css" href="/engine/Library/CodeMirror/lib/codemirror.css?201608150941" />
<link rel="stylesheet" type="text/css" href="/themes/Backend/ExtJs/backend/_resources/styles/growl.css" />
<style type="text/css">
iframe { border: 0 none !important; width: 100%; height: 100%; }
#nav ul { top: 26px !important }
#header li.main { height: 28px !important }
.deprecated { color: #fff; font-size: 11px; font-weight: 700; text-align: center }
</style>
<link rel="icon" href="/themes/Backend/ExtJs/backend/_resources/images/index/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/themes/Backend/ExtJs/backend/_resources/images/index/favicon.ico" type="image/x-icon" />
<script type="text/javascript" src="/engine/Library/ExtJs/ext-all.js?201608150941"></script>
<script type="text/javascript" src="/engine/Library/ExtJs/locale/ext-lang-de.js?201608150941"></script>
<script type="text/javascript" src="/engine/Library/TinyMce/tiny_mce.js?201608150941"></script>
<script type="text/javascript" src="/engine/Library/CodeMirror/lib/codemirror.js?201608150941"></script>
<script type="text/javascript">
Ext.editorLang = 'de';
Ext.shopwareRevision = '201608150941';
Ext.userLanguage = 'de';
</script>
<script type="text/javascript" src="/backend/base?file=bootstrap&201608150941"></script>
<script type="text/javascript">
var userName = '',
maxParameterLength = '';
Ext.define('Shopware.app.Application', {
extend: 'Ext.app.Application',
name: 'Shopware',
singleton: true,
autoCreateViewport: false,
requires: [ 'Shopware.container.Viewport' ],
baseComponents: {
'Shopware.container.Viewport': false,
'Shopware.apps.Index.view.Menu': false,
'Shopware.apps.Index.view.Footer': false
},
viewport: null,
launch: function() {
var me = this,
preloader = Ext.create('Shopware.component.Preloader').bindEvents(Shopware.app.Application),
errorReporter = Ext.create('Shopware.global.ErrorReporter').bindEvents(Shopware.app.Application)
/**
* Activates the Ext.fx.Anim class globally and
* drives the animations our CSS 3 if supported.
*/
Ext.enableFx = true;
this.addEvents('baseComponentsReady', 'subAppLoaded');
// Disable currency sign
Ext.apply(Ext.util.Format, {
currencySign: ''
});
// Fix default date format
Ext.Date.defaultFormat = Ext.util.Format.dateFormat;
this.callParent(arguments);
this.addSubApplication({
name: "Shopware.apps.Login",
localizedName: 'Login'
});
// Start preloading the icon sets
me.iconPreloader = Ext.create('Shopware.component.IconPreloader', {
loadPath: "http://domain.com/themes/Backend/ExtJs/backend/_resources/resources/css&quot;
});
},
/**
* Checks if all base components are loaded and rendered.
* If truthy the preloader will be triggered.
*
* @param cmp - Component which calls the method
* @return void
*/
baseComponentIsReady: function(cmp) {
var me = this,
allReady = true;
me.baseComponents[cmp.$className] = true;
Ext.iterate(me.baseComponents, function(index, item) {
if(!item) {
allReady = false;
return false;
}
});
if(allReady) {
window.setTimeout(function() {
me.fireEvent('baseComponentsReady', me);
}, 1000);
}
}
});
/** Basic loader configuration */
Ext.Loader.setConfig({
enabled: true,
disableCaching: true,
disableCachingParam: 'no-cache',
disableCachingValue: '1471278533'
});
Ext.Loader.setPath('Shopware.apps', '/backend', '?file=app');
Ext.onReady(function() {
var timeField = Ext.create('Ext.form.field.Time');
this.timeFormat = timeField.format;
});
</script>
<script type="text/javascript" src="/engine/Shopware/Plugins/Community/Backend/SwagImportExport/Views/backend/swag_import_export/_resources/javascript/aceeditor/ace/src/ace.js"></script>
<script type="text/javascript" src="/engine/Shopware/Plugins/Community/Backend/SwagImportExport/Views/backend/swag_import_export/_resources/javascript/aceeditor/Editor.js"></script>
<script type="text/javascript" src="/engine/Shopware/Plugins/Community/Backend/SwagImportExport/Views/backend/swag_import_export/_resources/javascript/aceeditor/Panel.js"></script>
</head>
<body >
<div class="container">
</div>
<form id="history-form" class="x-hide-display">
<input type="hidden" id="x-history-field" />
<iframe id="x-history-frame"></iframe>
</form>
</body>
</html>

Hat jemand eine Idee was ich tun kann damit es auch im Backend wieder fehlerfrei weitergeht ?


Viewing all articles
Browse latest Browse all 1069

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>