You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
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."
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.
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?
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
The text was updated successfully, but these errors were encountered: