Skip to content

FAQ and common issues

Simon Georget edited this page Jun 24, 2015 · 6 revisions

The filemanager does not work anymore after last update?

Please compare filemanager.config.js.default 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 parameter allow you to set the file limit for transfer. But server settings (upload_max_filesize and post_max_size in php.ini) will 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

Clone this wiki locally