GELÖST - Fehlermeldungen

Das Thema ist gelöst, aber ich kann leider keinen Prefix setzen, da die Auswahl nicht erscheint! Hallo, mein Shop liegt momentan noch hinter einer .htaccess, da ich noch nicht fertig mich bin mit Layout etc. Seit Tagen bekomme ich nun mehrmals am Tag folgende Fehlermeldung: Message: exception 'Zend\_Session\_Exception' with message 'Zend\_Session::start() - .../engine/Library/Zend/Cache/Backend/File.php(Line:1018): Error #2 chmod(): Operation not permitted' in .../engine/Library/Zend/Session.php:506 Stack trace: #0 .../engine/Shopware/Components/DependencyInjection/Bridge/Session.php(77): Zend\_Session::start(Array) #1 .../cache/proxies/Shopware201503121536ProductionProjectContainer.php(281): Shopware\Components\DependencyInjection\Bridge\Session-\>factory(Object(Shopware201503121536ProductionProjectContainer)) #2 .../vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php(326): Shopware201503121536ProductionProjectContainer-\>getSessionService() #3 .../engine/Shopware/Components/DependencyInjection/Container.php(253): Symfony\Component\DependencyInjection\Container-\>get('session') #4 .../engine/Shopware/Components/DependencyInjection/Container.php(188): Shopware\Components\DependencyInjection\Container-\>load('session') #5 .../engine/Shopware/Bootstrap.php(149): Shopware\Components\DependencyInjection\Container-\>get('Session') #6 .../engine/Shopware/Application.php(196): Shopware\_Bootstrap-\>getResource('Session') #7 .../engine/Shopware/Plugins/Default/Core/ControllerBase/Bootstrap.php(115): Shopware-\>Session() #8 .../engine/Library/Enlight/Event/Handler/Plugin.php(149): Shopware\_Plugins\_Core\_ControllerBase\_Bootstrap-\>onPostDispatch(Object(Enlight\_Controller\_ActionEventArgs)) #9 .../engine/Library/Enlight/Event/EventManager.php(211): Enlight\_Event\_Handler\_Plugin--\>execute(Object(Enlight\_Controller\_ActionEventArgs)) #10 .../engine/Library/Enlight/Controller/Action.php(202): Enlight\_Event\_EventManager-\>notify('Enlight\_Control...', Object(Enlight\_Controller\_ActionEventArgs)) #11 .../engine/Library/Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('indexAction') #12 .../engine/Library/Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #13 .../engine/Shopware/Kernel.php(145): Enlight\_Controller\_Front-\>dispatch() #14 .../vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(471): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #15 .../engine/Shopware/Components/HttpCache/AppCache.php(257): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #16 .../vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(428): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #17 .../vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(328): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>fetch(Object(Symfony\Component\HttpFoundation\Request), true) #18 .../engine/Shopware/Components/HttpCache/AppCache.php(179): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>lookup(Object(Symfony\Component\HttpFoundation\Request), true) #19 .../vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(192): Shopware\Components\HttpCache\AppCache-\>lookup(Object(Symfony\Component\HttpFoundation\Request), true) #20 .../engine/Shopware/Components/HttpCache/AppCache.php(114): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #21 .../shopware.php(109): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #22 {main} Time: 2015-03-29T05:58:14.940038+0200 Channel: core request: { "uri": "/m-like-markus.de/httpdoc/shopware.php", "method": "GET", "query": { "controller": "shopware.php" }, "post": [] } session: No session data available shopid: 1 shopName: Hauptshop Deutsch Hat jemand eine Idee, wie ich diesen Fehler beseitigen kann? Danke! Liebe Grüße Markus

Welche PHP Version hast Du im Einsatz? In einer früherer Version von PHP 5.6 gibt es Probleme mit Session. Ggfs. müsstest Du hier auf eine aktuellere 5.6er Version aktualisieren. Gruß

[quote=“Thomas”]Welche PHP Version hast Du im Einsatz? In einer früherer Version von PHP 5.6 gibt es Probleme mit Session. Ggfs. müsstest Du hier auf eine aktuellere 5.6er Version aktualisieren. Gruß[/quote] Ich nutze PHP 5.5.22-1+deb.sury.org~trusty+1 (cli) (built: Feb 20 2015 11:26:12) Copyright © 1997-2015 The PHP Group Zend Engine v2.5.0, Copyright © 1998-2015 Zend Technologies with Zend OPcache v7.0.4-dev, Copyright © 1999-2015, by Zend Technologies also gar kein PHP 5.6? Sonst noch eine Idee? Liebe Grüße Markus

Dank dem Hinweis von Thomas habe ich einfach PHP 5.5 auf die neueste Version gebracht und seitdem bekomme ich keine Fehlermeldung mehr.