Skip to content

Known issues

Joe Gandy edited this page Jun 9, 2020 · 2 revisions

Here you see some of the known errors

If you experience errors / problems please make a issue

Call to undefined function finfo_open()

this error might be seen on PHP 7.3 where not all PHP extentions is enabled.

File not uploading

Nginx

You need to increase client_max_body_size in your nginx.conf or virtual hosts (whatever they're called nginx)

PHP

max_input_time, upload_max_filesize and max_execution_time need increasing, these were found on my system in my php ini, which was /etc/php/7.2/fpm/php.ini

Apache

Please add an edit as i haven't got this documented anymore

Clone this wiki locally