User tests: Successful: Unsuccessful:
Despite the php extension fileinfo being enabled by default in php we have had quite a few users who are discovering that media manager will not load. This is because they have fileinfo disabled on the server.
This PR adds fileinfo to the list of php settings shown in the system information.
To test
Install the PR and check the php settings page of the system information and you will see the new line "Fileinfo Available" which hopefully has a setting of yes.
In your php.ini file locate the line with extension=fileinfo
and comment it out by placing at ; at the beginning of the line.
Then restart apache
Now when you go to media manager you will see the reported error.
Check the php settings page of the system information and you will see that fileinfo is not available
Now go back to php.ini and uncomment that line
Restart apache
And check that media manager works and the system setting shows fileinfo is available
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_admin |
Labels |
Added:
?
|
So its kind of a soft requirement? IIRC we do have an optional php modules list on docs where we can add this too when its not there yet right?
So its kind of a soft requirement?
Soft requirement for Joomla
Hard requirement for Media Manager
IIRC we do have an optional php modules list on docs where we can add this too when its not there yet right?
Possibly - no idea
Its this page: https://docs.joomla.org/J4.x:Optional_Technical_Requirements
Soft requirement for Joomla
Hard requirement for Media Manager
Agree
Thank you Brian!
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-02-21 18:38:45 |
Closed_By | ⇒ | bembelimen | |
Labels |
Added:
?
|
Thx
Thank you
How many users really do that? We could at least give users a heads up. We know for a fact that the media manager will not work without fileinfo
I have tested this item✅ successfully on 06ef0e3
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37081.