Hi,
Wenn ich vorgehe wie hier beschrieben dann wirft die Anwendung kurz vor dem Abschluss der Installation einen 500er.
Also ich hab mit
composer create-project shopware/production <>
die Installation eingeleitet und bin dann mit
symfony server:start
auf das Webinterface gewechselt.
Bild 1
postimg.cc/pmMt3NKR
Ich habe alle Werte auf Standard gelassen und wenn ich hier auf Next klicke kommt:
Bild 2
postimg.cc/dkbWDFs0
Bild 3
postimg.cc/jD2k8ZFt
Wenn ich nicht das Webinterface, sondern
bin/console system:install --basic-setup
ausführe, dann komme ich zu
Bild 4
postimg.cc/V54xDrk9
Ich habs dann auf diese Weise versucht.
Hab das phar.php file mit xampp gehostet und bin den Steps gefolgt. Der Download wirft nach einer gewissen Zeit dann auch einen 500er.
Bild 5
postimg.cc/5jZBcpyf
Fatal error: Uncaught Symfony\Component\Process\Exception\ProcessTimedOutException: The process „C:\xampp\php\php.exe -dmemory_limit=1G „C:/xampp/htdocs/shopware-installer.phar.php“ install -d C:\xampp\htdocs --no-interaction --no-ansi -v“ exceeded the timeout of 300 seconds. in phar://C:/xampp/htdocs/shopware-installer.phar.php/vendor/symfony/process/Process.php:1158
Stack trace:
#0 phar://C:/xampp/htdocs/shopware-installer.phar.php/vendor/symfony/process/Process.php(656): Symfony\Component\Process\Process->checkTimeout()
#1 phar://C:/xampp/htdocs/shopware-installer.phar.php/Services/StreamedCommandResponseGenerator.php(29): Symfony\Component\Process\Process->getIterator()
#2 phar://C:/xampp/htdocs/shopware-installer.phar.php/vendor/symfony/http-foundation/StreamedResponse.php(97): Shopware\WebInstaller\Services\StreamedCommandResponseGenerator->Shopware\WebInstaller\Services{closure}()
#3 phar://C:/xampp/htdocs/shopware-installer.phar.php/vendor/symfony/http-foundation/Response.php(423): Symfony\Component\HttpFoundation\StreamedResponse->sendContent()
#4 phar://C:/xampp/htdocs/shopware-installer.phar.php/index.php(33): Symfony\Component\HttpFoundation\Response->send()
#5 C:\xampp\htdocs\shopware-installer.phar.php(56): Phar::webPhar(NULL, ‚index.php‘, NULL, Array, ‚rewrites‘)
#6 {main}
thrown in phar://C:/xampp/htdocs/shopware-installer.phar.php/vendor/symfony/process/Process.php on line 1158
Bitte um Hilfe beim Aufsetzen einer lokalen shopware Instanz. Windows ohne Docker.