503 nach PHP Versionswechsel (5.5 oder 5.6) bei Hosteurope

Hallo ich habe einen 4.3.6 Shop bei Hosteurope mit PHP Version 5.3 am Laufen. Ich würde jetzt gerne auf 5.1 updaten, dazu muss ich aber erst die PHP Version wechseln. Wenn ich die PHP Version wechsele bekomme ich einen 503er mit folgender Fahlermeldung im LOG. PHP Fatal error: Uncaught exception ‚PDOException‘ with message ‚SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.‘ in /is/htdocs/wp10455154_2GAAP3GJ78/shopware/engine/Library/Zend/Db/Adapter/Pdo/Abstract.php:263\nStack trace:\n#0 /is/htdocs/wp10455154_2GAAP3GJ78/shopware/engine/Library/Zend/Db/Adapter/Pdo/Abstract.php(263): PDO-]exec(‚SET @@session.s…‘)\n#1 /is/htdocs/wp10455154_2GAAP3GJ78/shopware/engine/Shopware/Components/DependencyInjection/Bridge/Db.php(45): Zend_Db_Adapter_Pdo_Abstract-]exec(‚SET @@session.s…‘)\n#2 /is/htdocs/wp10455154_2GAAP3GJ78/shopware/cache/proxies/Shopware201504021339ProductionProjectContainer.php(146): Shopware\Components\DependencyInjection\Bridge\Db-]factory(‚pdo_mysql‘, Array)\n#3 /is/htdocs/wp10455154_2GAAP3GJ78/shopware/vendor/symfony/depe in /is/htdocs/wp10455154_2GAAP3GJ78/shopware/engine/Library/Zend/Db/Adapter/Pdo/Abstract.php on line 280 An Plugins habe ich nur SwfResponsiveTemplate in der Version 2.2.1, Lizens Manager 1.1.0 und MigartionsManager 2.2.1 laufen weiss jemand Rat?

Habe genau das gleiche Problem. Leider konnte mir bislang weder Hosteurope noch Shopware Support helfen. Kann es vielleicht ein Cache Problem sein?? Update - Lösung gefunden. Bei uns war es eine Einstellung in der Config.php. Hier hatte ich mal (damals hier im Forum gefunden) die Driver Options angelegt: 'driver\_options' =\> array( // PDO::MYSQL\_ATTR\_INIT\_COMMAND =\> "SET NAMES 'utf8'; SET SESSION SQL\_BIG\_SELECTS=1") Die habe ich entfernt und sofort danach ging es ohne Probleme. Vielleicht hilft es ja jemandem.