wir haben aktuell ein Problem mit dem Export eines Plugins, dieses liefert folgenden Fehler:
Fatal error : Maximum execution time of 30 seconds exceeded in /www/htdocs/xxxxxxx/shop/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php
503 Service Unavailable
Der Support unseres Hosters meinte, ich solle über die .htaccess die max_execution_time von 30 auf 120 erhöhen. Ich würde aber die max_execution_time ungern global für den ganzen Shop hochschrauben, sondern wirklich nur für dieses Plugin.
Funktioniert das in Shopware überhaupt? Und wenn ja, in welchem Verzeichnis müsste die .htaccess erstellt werden?
Habe es bereits im Ordner /engine/Shopware/Plugins/Community/Frontend/Plugin123/Controllers/Frontend/ getestet, leider ohne Erfolg. Die Fehlermeldung bleibt bestehen.
If you are receiving errors due to PHP scripts timing out when manipulating large amounts of data, such as a large import or export paygoonline, you may need to increase the max execution time in PHP. In this article, we will show you how to do so.