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

Feedback on page: /guides/v2.4/install-gde/prereq/php-settings.html -- M2 requires ext-fileinfo #8933

Closed
medigeek opened this issue May 11, 2021 · 4 comments
Assignees

Comments

@medigeek
Copy link
Member

medigeek commented May 11, 2021

General issue

Description:

m2 requires ext-fileinfo
if you don't install it, the media file manager/uploader doesn't work and throws the error
"A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later."

Possible solutions:

add to the docs the ext-fileinfo dependency.

Additional information:

https://community.magento.com/t5/Magento-2-x-Technical-Issues/Cannot-choose-or-upload-an-image-A-technical-problem-with-the/m-p/449372#M14146

@m2-assistant
Copy link

m2-assistant bot commented May 11, 2021

Hi @medigeek. Thank you for your report.
To help us process this issue please make sure that you provided sufficient information.

Please, add a comment to assign the issue: @magento I am working on this


@dobooth
Copy link
Contributor

dobooth commented Jun 2, 2021

Thanks for the issue. We list PHP that are strictly required by a default Magento instance. We programmatically pull them from the composer.yml file. It would be very difficult to list in devdocs all the extension requirements beyond the default. See #7960 for a discussion about the issue. But if the list is incorrect, we can make changes as needed.

@hostep
Copy link
Contributor

hostep commented Jul 9, 2021

Hi @medigeek, I think I know what issue you are talking about (magento/magento2#16531 or magento/magento2#24332), but that issue has been solved since Magento 2.4.2 by this PR: magento/magento2#29671

That fileinfo extension was indeed missing from composer.json files and was a hidden/undeclared dependency, but that has been fixed by that PR. Since Magento 2.4.2, when the extension is not installed it will no longer crash so the dependency is no longer strictly required.

However, if you still run into issues with Magento 2.4.2 or higher caused by that extension not being available, could you please open a new issue on the https://github.com/magento/magento2/ repository?

@medigeek
Copy link
Member Author

medigeek commented Jul 9, 2021 via email

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

No branches or pull requests

3 participants