Uprading SuiteCRM version from v7.10.16 to 7.11

Id like to upgrade my SuiteCRM v7.10.16 to 7. 11 but i came up to the error of "ERROR: There was an error during your upload, please contact an administrator for help.

  • Size of Upload (‘32709319’ bytes) Exceeded Allowed Maximum: ‘2097152’ bytes" Anyone could help me ? Thanks

You need to increase your max_upload_size and max_post_size in php.ini, and restart your web server.

The correct names to check in php.ini are

upload_max_filesize

and

post_max_size
1 Like