-
-
Notifications
You must be signed in to change notification settings - Fork 212
Local installation impossible in 3.5.25 #8681
Comments
The problem seems to be that in your environment the following code does not return \Environment::get('httpOrigin'); This causes Try changing this line to: if (!$strOrigin || \Environment::get('url') == $strOrigin) |
@Toflar according to https://wiki.mozilla.org/Security/Origin#When_Origin_is_served_.28and_when_it_is_.22null.22.29 POST requests are also supposed to set the When accepting the license, you are sending a POST request. Thus \Environment::get('httpOrigin'); will not be |
Yeah this was fixed in Contao 4 already, only needs to be backported. |
I see :) |
Works with the changed controller.php #1065. Great. Though I don't understand the code and its conclusions, the problem obviously doesn't appear with firefox or crome. I'm working with safari. Thanks. |
Fixed in 813ac56. |
when performing a local installation in mampp, the following error-message appears after confirming the license-aggreement:
The text was updated successfully, but these errors were encountered: