- Dec 1, 2018
- 23,727
- 27,062
- 120
Increase in your php.ini
post_max_size=100M
upload_max_filesize=100M
or add to your htaccess
php_value post_max_size 100M
php_value upload_max_filesize 100M
Or edit and split the db file in half (but take care where and how)