SW 5.6 Fehler 500 beim Kunden öffnen

Wenn ich einen Kunden mit dem Stift aus der Kundenübersicht öffnen möchte oder wenn ich aus der Bestellung den Button Kunde öffnen klicke erhalte ich die Meldung: 500 - Internal Server Error 

Im Log-File ist nicht zu erkennen. 

Ich habe heute das Update von 5.5.10 auf 5.6.0 gemacht. 

shopware doku beachtet ?

https://docs.shopware.com/de/shopware-5-de/update-guides/shopware-aktualisieren-updaten

Bevor Du Shopware updatest,  erstelle in jedem Fall ein Backup , nur so kannst Du bei Problemen einfach wieder den Betrieb aufnehm

falls nicht wie so viele hier

https://developers.shopware.com/developers-guide/debugging/ 

Die Fehlermeldung kannst du auslesen, wenn du das Erweiterte Debugging aktivierst: Shopware 5 - Tutorials & FAQs - Fehlermeldungen in Shopware debuggen

Und danach müsstest du dann in der Browserkonsole den Request raussuchen und dann im Beriech Netzwerk -> Antwort dir die Fehlermeldung ansehen. In Chrome etwa so:

In Chrome ist es bspw. mit F12 möglich die Debug-Tools zu öffnen.

[@Moritz Naczenski](http://forum.shopware.com/profile/14574/Moritz Naczenski „Moritz Naczenski“)‍ danke für den Tipp. Ich habe das Debugging aktiviert und die Konsole sagt folgendes:

/backend/customer/load/?no-cache=1565890219+1+1:5044 Uncaught TypeError: Cannot read property ‚0‘ of null
    at i.callback (/backend/customer/load/?no-cache=1565890219+1+1:5044)
    at Object.callback (ext-all.js?201908091314:21)
    at i.onProxyLoad (ext-all.js?201908091314:21)
    at i.processResponse (base?file=bootstrap&loggedIn=1565890219:3770)
    at i. (ext-all.js?201908091314:21)

at Object.callback (ext-all.js?201908091314:21)

at i.onComplete (ext-all.js?201908091314:21)

at i.onStateChange (ext-all.js?201908091314:21)

at XMLHttpRequest. (ext-all.js?201908091314:21)

Das ist jetzt aus dem Tab Konsole, schau mal in Network wie in meinem Screenshot 

Danke [@Moritz Naczenski](http://forum.shopware.com/profile/14574/Moritz Naczenski „Moritz Naczenski“)‍

Es lag an dem  Shopware Security Plugin ich habe es deaktiviert und jetzt lassen sich die Kunden wieder öffenen.

Die Fehlermeldung war:

Fatal error : Uncaught Error: Undefined class constant ‚VERSION‘ in …/engine/Shopware/Plugins/Community/Core/SwagSecurity/Bootstrap.php:1330 Stack trace: #0 …/engine/Library/Enlight/Event/Handler/Plugin.php(145): Shopware_Plugins_Core_SwagSecurity_Bootstrap->fixCustomerIdParameter(Object(Enlight_Hook_HookArgs)) #1 …/engine/Library/Enlight/Event/EventManager.php(214): Enlight_Event_Handler_Plugin->execute(Object(Enlight_Hook_HookArgs)) #2 …/engine/Library/Enlight/Hook/HookExecutionContext.php(98): Enlight_Event_EventManager->notify(‚Shopware\Models…‘, Object(Enlight_Hook_HookArgs)) #3 …/engine/Library/Enlight/Hook/HookManager.php(180): Enlight_Hook_HookExecutionContext->execute() #4 …/var/cache/production_201908091314/proxies/ShopwareModelsCustomerRepositoryProxy.php(90): Enlight_Hook_HookManager->executeHooks(Object(Sho in … /engine/Shopware/Plugins/Community/Core/SwagSecurity/Bootstrap.php  on line  1330

Ja, das wird beim Update auch als inkompatibel markiert. Das braucht man nicht in 5.6, da alle Lücken in der Version geschlossen sind. Das Update gibt es dann, wenn ein neues Security Update erschienen würde.

@Moritz Naczenski schrieb:

Ja, das wird beim Update auch als inkompatibel markiert. Das braucht man nicht in 5.6, da alle Lücken in der Version geschlossen sind. Das Update gibt es dann, wenn ein neues Security Update erschienen würde.

Das ist recht unschön, denn dann kriege ich keine Sicherheits-Meldung, wenn ich es vorschriftsmäßig deinstallieren sollte. 

@Benjamin-L schrieb:

@Moritz Naczenski schrieb:

Ja, das wird beim Update auch als inkompatibel markiert. Das braucht man nicht in 5.6, da alle Lücken in der Version geschlossen sind. Das Update gibt es dann, wenn ein neues Security Update erschienen würde.

Das ist recht unschön, denn dann kriege ich keine Sicherheits-Meldung, wenn ich es vorschriftsmäßig deinstallieren sollte. 

Was genau meinst du?
Ab 5.6 gibt es auch einen fetten Backend-Hinweis wenn ein Update erscheint. 

Ich meine wenn ich das Security-Plugin deinstalliere und lösche, um das Update einzuspielen, dann erhalte ich keinen Sicherheitshinweis auf das neue Security-Plugin…

Das betrifft auch andere Plugins, wenn ich alle deinstalliere und lösche die nicht 5.6-fähig sind,
dann erhalte ich keinen Hinweis mehr wenn Updates für diese Plugins verfügbar sind. 

So muss ich immer im Store schauen, ob die betreffenden gelöschten Plugins mittlerweile 5.6 fähig sind.

Der Fehler besteht beim aktuellen Security Plugin Version 1.1.1.19 mit SW Version 5.6.1 immer noch!?

Hallo Zusammen,

habe ein ähnliches Problem mit meiner Version 5.6.4. Konnte auf dem Server LOG folgendes auslesen:

[2020-05-30 00:09:06] core.CRITICAL: Category not found {“uid”:“211f0b4”}
[2020-05-30 00:28:02] core.CRITICAL: Category not found {“uid”:“8bb83b5”}
[2020-05-30 04:40:44] core.CRITICAL: Category not found {“uid”:“40fc3ad”}
[2020-05-30 09:35:05] core.CRITICAL: Category not found {“uid”:“7546cfd”}
[2020-05-30 13:50:46] core.CRITICAL: Category not found {“uid”:“0fc595c”}
[2020-05-30 15:56:29] core.CRITICAL: SQLSTATE(23000): Integrity constraint violation: 1048 Column ‘value’ cannot be null {“uid”:“dbc807f”}
[2020-05-30 15:57:47] core.CRITICAL: SQLSTATE(23000): Integrity constraint violation: 1048 Column ‘value’ cannot be null {“uid”:“f90c27c”}

Beim debuggen zeigt es mir folgende Fehlermeldung:

Parse error : syntax error, unexpected ‘=>’ (T_DOUBLE_ARROW) in  /www/htdocs/…shop/config.php  on line  11

Kann mir vielleicht jemand helfen, wie ich das Problem lösen kann??

Danke für die Unterstützung.

Hallo,

in Zeile 11 Deiner config.php hast Du einen Syntax Fehler:

Parse error: syntax error, unexpected ‚=>‘ (T_DOUBLE_ARROW) in /www/htdocs/…shop/config.php on line 11

Viele Grüße aus Dortmund

dogado shops (ehemals AIXPRO)

Hey,

ja, das Problem ist jetzt behoben und jetzt kommt laut Serverlog folgende Meldungen:

[2020-05-30 00:09:06] core.CRITICAL: Category not found {“uid”:“211f0b4”}
[2020-05-30 00:28:02] core.CRITICAL: Category not found {“uid”:“8bb83b5”}
[2020-05-30 04:40:44] core.CRITICAL: Category not found {“uid”:“40fc3ad”}
[2020-05-30 09:35:05] core.CRITICAL: Category not found {“uid”:“7546cfd”}
[2020-05-30 13:50:46] core.CRITICAL: Category not found {“uid”:“0fc595c”}
[2020-05-30 15:56:29] core.CRITICAL: SQLSTATE(23000): Integrity constraint violation: 1048 Column ‘value’ cannot be null {“uid”:“dbc807f”}
[2020-05-30 15:57:47] core.CRITICAL: SQLSTATE(23000): Integrity constraint violation: 1048 Column ‘value’ cannot be null {“uid”:“f90c27c”}
[2020-05-30 17:06:04] core.CRITICAL: SQLSTATE(23000): Integrity constraint violation: 1048 Column ‘value’ cannot be null {“uid”:“cb53b20”}
[2020-05-30 17:06:09] core.CRITICAL: SQLSTATE(23000): Integrity constraint violation: 1048 Column ‘value’ cannot be null {“uid”:“28b1b43”}
[2020-05-30 17:06:14] core.CRITICAL: SQLSTATE(23000): Integrity constraint violation: 1048 Column ‘value’ cannot be null {“uid”:“9496f9e”}
[2020-05-30 17:06:19] core.CRITICAL: SQLSTATE(23000): Integrity constraint violation: 1048 Column ‘value’ cannot be null {“uid”:“b92d925”}
[2020-05-30 17:06:35] core.CRITICAL: SQLSTATE(23000): Integrity constraint violation: 1048 Column ‘value’ cannot be null {“uid”:“0b60932”}
[2020-05-30 17:06:38] core.CRITICAL: SQLSTATE(23000): Integrity constraint violation: 1048 Column ‘value’ cannot be null {“uid”:“9b44259”}
[2020-05-30 17:06:57] core.CRITICAL: SQLSTATE(23000): Integrity constraint violation: 1048 Column ‘value’ cannot be null {“uid”:“9554c34”}
[2020-05-30 17:08:28] core.CRITICAL: Category not found {“uid”:“e85d496”}
[2020-05-30 17:08:30] core.CRITICAL: Category not found {“uid”:“d3fdb8f”}
[2020-05-30 17:08:31] core.CRITICAL: Category not found {“uid”:“8aa170a”}
[2020-05-30 17:16:00] core.CRITICAL: SQLSTATE(23000): Integrity constraint violation: 1048 Column ‘value’ cannot be null {“uid”:“0a5e10f”}
[2020-05-30 17:16:05] core.CRITICAL: SQLSTATE(23000): Integrity constraint violation: 1048 Column ‘value’ cannot be null {“uid”:“5c32552”}
[2020-05-30 17:35:04] core.CRITICAL: SQLSTATE(23000): Integrity constraint violation: 1048 Column ‘value’ cannot be null {“uid”:“e173e69”}
[2020-05-30 17:35:07] core.CRITICAL: SQLSTATE(23000): Integrity constraint violation: 1048 Column ‘value’ cannot be null {“uid”:“c227a66”}
[2020-05-30 17:51:19] core.CRITICAL: SQLSTATE(23000): Integrity constraint violation: 1048 Column ‘value’ cannot be null {“uid”:“3a686e3”}