Skip to content

FAQ and common issues

pavel edited this page Mar 16, 2016 · 6 revisions

The filemanager does not work anymore after last update?

Please compare filemanager.config.default.json to your JS config file to be sure a new config vars has not be added or renamed.

I get an error uploading some files

This is probably a file size upload limit issue. fileSizeLimit config option allow you to set the file limit for transfer. But server settings (upload_max_filesize and post_max_size in php.ini) may overwrite this value if filesize is inferior. This should display an error message when uploading if upload.multiple is set to false but may cause a javascript issue when upload.multiple is set to true since it relies on [dropzone.js].(http://dropzonejs.com/)