Hello, I recently began testing Gibbon and was wondering if there was a way to increase the upload limitation of 2Mb or if there were any plans for this in the future? Apart from this, I was surprised when I seen the sheer functionality of Gibbon and hope development continues.
trains5390, thanks for your positive feedback, and welcome to the community. Gibbon is a long way from being done…so don’t worry, development is definitely ongoing. In terms of the upload limitation, this is imposed by PHP, not Gibbon. Please try a Google search such as this to see if you can find a solution that works for your type of server. Ross.
Thanks for the information. I am looking forward to seeing new developments. Love this software!
FYI, on Fedora the settings are in /etc/php.ini
upload_max_filesize = 10M
post_max_size = 10M
then:
systemctl restart php-fpm