Fehler nach Update auf 4.3

Hallo Leute, nach Update auf Shopware 4.3 kommt bei mir im Backend beim Aufruf von Einstellungen -> Caches / Performance folgender Fehler: Ups! Ein Fehler ist aufgetreten! Die nachfolgenden Hinweise sollten Ihnen weiterhelfen. The parameter "shopware.httpcache.cache\_dir" must be defined. in cache/proxies/Shopware201407011222ProductionProjectContainer.php on line 341 Stack trace: #0 Shopware/Components/CacheManager.php(206): Shopware201407011222ProductionProjectContainer-\>getParameter('shopware.httpCa...') #1 Shopware/Controllers/Backend/Cache.php(64): Shopware\Components\CacheManager-\>getHttpCacheInfo(Object(Enlight\_Controller\_Request\_RequestHttp)) #2 Enlight/Controller/Action.php(159): Shopware\_Controllers\_Backend\_Cache-\>getInfoAction() #3 Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('getInfoAction') #4 Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #5 Shopware/Kernel.php(141): Enlight\_Controller\_Front-\>dispatch() #6 vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(472): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #7 Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #8 vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(243): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #9 Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #10 shopware.php(109): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #11 {main} Ebenfalls beim Marketing -> Produktexport kommt bei mir ein 500 Internal Server Error wenn ich die Artikel mit Varianten exportiere. Bitte um Hilfe.

Hallo, hast du in der config.php den HttpCache aktiviert? Dort musst du den parameter cache_dir ebenfallst setzen: 'httpCache' =\> array( 'enabled' =\> true, 'cache\_dir' =\> $this-\>DocPath('cache\_html') ) Viele Grüße, Benjamin Cremer :shopware:

1 „Gefällt mir“