Custom Products v2: 404 - Not found nach Update

Hallo,

ich habe eben Custom Products v2 installiert, meine Daten aus v1 migriert und eine Testbestellung durchgeführt. Das funktioniert auch. Wenn ich jetzt allerdings die Bestelldetails aufrufen möchte erhalte ich 

404 - not found

Shopware 5.2.5 (Rev. 201608150941) - Backend (c) shopware AG 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 } .sprite-custom-products { background: url(/engine/Shopware/Plugins/Community/Frontend/SwagCustomProducts/Views/backend/_resources/img/custom_products.png) no-repeat 0 0 !important; } Ext.editorLang = 'de'; Ext.shopwareRevision = '201608150941'; Ext.userLanguage = 'de'; var userName = 'Martin Kares', maxParameterLength = '0'; 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.Index", controller: "CustomizingDetails", params: [], localizedName: 'Shopware', firstRunWizardEnabled: 0, sbpLogin: 0, updateWizardStarted: 1, enableInstallationFeedback: 0, enableBetaFeedback: 0 }); // Start preloading the icon sets me.iconPreloader = Ext.create('Shopware.component.IconPreloader', { loadPath: "http://www.bogensehnen-shop.de/themes/Backend/ExtJs/backend/_resources/resources/css" }); }, /** * 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: '1472547502+1+1' }); Ext.Loader.setPath('Shopware.apps', '/backend', '?file=app'); Ext.onReady(function() { var timeField = Ext.create('Ext.form.field.Time'); this.timeFormat = 

Muss lt. Fehlermeldung mit Custom Products zu tun haben - ich habe aber keine Ahnung was die Fehlermeldung bedeutet.

Jemand eine Idee?

Gruß

kweb

Hi kweb,

der oben genannte Code ist nicht wirklich eine Fehlermeldung, sondern das Laden der Ext.Js Dateien. Hier erfährst du wie du Fehlermeldungen aktivierst http://community.shopware.com/Fehlermeldungen-in-Shopware-debuggen_detail_1880.html#Frontend_Error_Reporter

Wichtig sind auch eventuelle Fehlerausgaben in der Entwickler Konsole des Browsers (Taste F12)

Viele Grüße aus Schöppingen

cool Michael Telgmann

Hi,

also in der Entwicklerkonsole erhalte ich 2 Felder in rot zurück:

http://www.link-zur-domain.de/backend/CustomizingDetails/getOrderDetails?_dc=1472558663000&orderId=4565&page=1&start=0&limit=25&group=[{"property"%3A"detailId"%2C"direction"%3A"ASC"}]&sort=[{"property"%3A"detailId"%2C"direction"%3A"ASC"}]

Shopware 5.2.5 (Rev. 201608150941) - Backend (c) shopware AG






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 }


.sprite-custom-products {
background: url(/engine/Shopware/Plugins/Community/Frontend/SwagCustomProducts/Views/backend/_resources/img/custom_products.png) no-repeat 0 0 !important;
}








Ext.editorLang = 'de';
Ext.shopwareRevision = '201608150941';
Ext.userLanguage = 'de';



var userName = 'Martin Kares',
maxParameterLength = '0';
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.Index",
controller: "CustomizingDetails",
params: [],
localizedName: 'Shopware',
firstRunWizardEnabled: 0,
sbpLogin: 0,
updateWizardStarted: 1,
enableInstallationFeedback: 0,
enableBetaFeedback: 0
});
// Start preloading the icon sets
me.iconPreloader = Ext.create('Shopware.component.IconPreloader', {
loadPath: "http://www.bogensehnen-shop.de/themes/Backend/ExtJs/backend/_resources/resources/css"
});
},
/**
* 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: '1472558658+1+1'
});
Ext.Loader.setPath('Shopware.apps', '/backend', '?file=app');
Ext.onReady(function() {
var timeField = Ext.create('Ext.form.field.Time');
this.timeFormat = timeField.format;
});

Die zweite Meldung geht in die gleiche Richtung. In der Tat kann ich nachdem ich die Meldung weggedrückt habe in der Bestellung weiterarbeiten - irgendwie wäre es aber schon schön die Meldung los zu werden.

Die Aktivierung des Error Reportings hat keine Auswirkungen - die Meldung kommt ja im Backend - nicht im Frontend.

Hi,

also der Backend Controller “CustomizingDetails” kommt definitiv vom alten CustomProducts Plugin. Dies funktioniert unter 5.2.x nicht. Deaktiviere mal das alte Customizing Plugin und schau, ob die Fehlermeldung noch erscheint.

Viele Grüße aus Schöppingen

cool Michael Telgmann

1 „Gefällt mir“

Deaktiviert war es - jetzt habe ich es auch deinstalliert - da kam die Fehlermeldung immer noch. Jetzt habe ich es auch vom Server gehauen - jetzt ist die Fehlermeldung weg. Vielleicht das noch bei der Wiki vom CP v2 ergänzen.

Danke für deine Hilfe!! Thumb-Up- habe noch ein Problem seit dem Update - poste das aber in einen neuen Threat, da anderes Thema.