Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation without mod_rewrite #112

Closed
selfphp opened this issue Aug 1, 2019 · 3 comments
Closed

Installation without mod_rewrite #112

selfphp opened this issue Aug 1, 2019 · 3 comments

Comments

@selfphp
Copy link

selfphp commented Aug 1, 2019

Currently it is possible to install the shop without mod_rewrite - the installation routine runs through clean but the shop shows serious errors. Maybe you should check the value in the installation routine?!? The error message after installation is:

Slim Application Error

The application could not run because of the following error:
details
Type: Shopware \ Recovery \ Common \ HttpClient \ ClientException
Code: 6
Message: Could not resolve host: shopware6.ubuntuserver
File: /var/www/html/shopware6/public/recovery/common/src/HttpClient/CurlClient.php
Line: 96
trace

@shyim
Copy link
Member

shyim commented Aug 1, 2019

The issue that you describe and the exception does not match. The application server can't resolve own domain. Maybe missing hosts entry?

@selfphp
Copy link
Author

selfphp commented Aug 1, 2019

We installed it on a fresh Ubuntu system and forgot to enable mod_rewrite. This error was displayed and the frontend was also faulty. After activating mod_rewrite everything was ok

@selfphp
Copy link
Author

selfphp commented Aug 1, 2019

You were right, there was still a host entry missing and now the installation is running through clean! However, as already described, the routine does not complain if mod_rewrite is disabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants