? ? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
17 Feb 2022

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.

image

Check the php settings page of the system information and you will see that fileinfo is not available

image

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

image

avatar brianteeman brianteeman - open - 17 Feb 2022
avatar brianteeman brianteeman - change - 17 Feb 2022
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 17 Feb 2022
Category Administration com_admin
avatar brianteeman brianteeman - change - 17 Feb 2022
Labels Added: ?
avatar Quy Quy - test_item - 17 Feb 2022 - Tested successfully
avatar Quy
Quy - comment - 17 Feb 2022

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.

avatar zero-24
zero-24 - comment - 17 Feb 2022

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?

avatar brianteeman
brianteeman - comment - 17 Feb 2022

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

avatar zero-24
zero-24 - comment - 18 Feb 2022

Its this page: https://docs.joomla.org/J4.x:Optional_Technical_Requirements

Soft requirement for Joomla
Hard requirement for Media Manager

Agree

avatar brianteeman
brianteeman - comment - 18 Feb 2022

Documentation updated
image

avatar zero-24
zero-24 - comment - 18 Feb 2022

Thank you Brian!

avatar Quiviro Quiviro - test_item - 18 Feb 2022 - Tested successfully
avatar Quiviro
Quiviro - comment - 18 Feb 2022

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.

avatar Quy Quy - change - 18 Feb 2022
Status Pending Ready to Commit
avatar Quy
Quy - comment - 18 Feb 2022

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37081.

avatar bembelimen bembelimen - change - 21 Feb 2022
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: ?
avatar bembelimen bembelimen - close - 21 Feb 2022
avatar bembelimen bembelimen - merge - 21 Feb 2022
avatar bembelimen
bembelimen - comment - 21 Feb 2022

Thx

avatar bembelimen
bembelimen - comment - 21 Feb 2022

@zero-24 something we should add in the pre-install checker of 3.10?

avatar brianteeman
brianteeman - comment - 21 Feb 2022

Thank you

avatar zero-24
zero-24 - comment - 21 Feb 2022

@zero-24 something we should add in the pre-install checker of 3.10?

Hmm its an optional requirement you could theoretical replace the core media manager with one that does not rely on this module so I'm not sure whether we should add it in there.

avatar roland-d
roland-d - comment - 21 Feb 2022

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

Add a Comment

Login with GitHub to post a comment