We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
This is actually a php problem. You can fix this by adding 'php_value auto_detect_line_endings 1' into .htaccess file. Closing as not a bug.
Sorry, something went wrong.
@sevos1984 fair enough point here however the auto_detect_line_endings by default in PHP is 0 therefore many users are going to have this issue. http://php.net/manual/en/filesystem.configuration.php
Can I therefore suggest it's added to the .htaccess file given with magento2 by default. This will solve the issue and not be an issue going forward.
I will do a PR for this shortly.
Merge pull request #6393 from magento-tsg/2.4-develop-pr111
2106f67
[Arrows] Fixes for 2.4 (pr111) (2.4-develop)
No branches or pull requests
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: