exponentcms / exponent-cms

Content Management, Simple.
exponentcms.org
GNU General Public License v2.0
60 stars 24 forks source link

Bug: upload will fail if resize requested and php fileinfo module not loaded #1461

Closed exponentcms closed 4 years ago

exponentcms commented 4 years ago

If you have set a max upload image size in the Site Configuration, File Manager settings AND your server doesn't load the php fileinfo module, the upload WILL fail. The fix will be in the next patch/release.

Two work-arounds:

  1. Remove the max size setting (zero or empty) in the File Manager Site Configuration
  2. Add to your server php.ini to load the php_fileinfo module
exponentcms commented 4 years ago

Fixed by recent push

exponentcms commented 4 years ago

Lighthouse URL: https://exponentcms.lighthouseapp.com/projects/61783/tickets/1418