-
Notifications
You must be signed in to change notification settings - Fork 204
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
Comments
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! |
@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. |
Task: Remove dependency on fileinfo. |
We can probably get rid of |
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
The text was updated successfully, but these errors were encountered: