-
Notifications
You must be signed in to change notification settings - Fork 52
Known issues
Joe Gandy edited this page Jun 9, 2020
·
2 revisions
If you experience errors / problems please make a issue
this error might be seen on PHP 7.3 where not all PHP extentions is enabled.
You need to increase client_max_body_size
in your nginx.conf or virtual hosts (whatever they're called nginx)
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
Please add an edit as i haven't got this documented anymore