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

Missing fileinfo #11

Closed
mariantanase opened this issue Mar 28, 2015 · 4 comments
Closed

Missing fileinfo #11

mariantanase opened this issue Mar 28, 2015 · 4 comments
Assignees
Milestone

Comments

@mariantanase
Copy link
Contributor

I receive a "Missing filenfo" error when trying to install joomla-pkg_gantry5_v5.0.0-beta.1.zip over a fresh joomla 3.4.1.

Solution:
Uncomment the line 994 from php.ini
extension=php_fileinfo.dll

@mahagr
Copy link
Member

mahagr commented Mar 29, 2015

This is not a bug. It is to prevent fatal error because of missing library in your PHP installation.

Gantry5 requires Fileinfo PHP extension to be installed, or you cannot use filepicker without getting fatal error.

So you did exactly what you should have done!

@mahagr
Copy link
Member

mahagr commented Mar 29, 2015

@FrugalGeek We need to add fileinfo to be required PHP extension in our documentation. Forgot to say about it when I did the fix just before launch.

RyanMPierson added a commit to gantry/docs that referenced this issue Mar 30, 2015
@mahagr
Copy link
Member

mahagr commented Mar 30, 2015

Task: Remove dependency on fileinfo.

@mahagr mahagr removed the question label Mar 30, 2015
@w00fz
Copy link
Member

w00fz commented Mar 30, 2015

We can probably get rid of fileinfo, we are going to investigate it and remove the dependency.

@w00fz w00fz self-assigned this Mar 30, 2015
@w00fz w00fz closed this as completed in ca9d663 Mar 30, 2015
@w00fz w00fz modified the milestone: Beta 2 Apr 2, 2015
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