hello ,
I need to add attachments larger than 2MB. I managed to adjust the settings for the administrator Its ok. But I want to do it for another user group. can you tell me where?
you must also change values in php.ini
post_max_size
upload_max_filesize9.
Hello,
I've the same problem but I had already change this settings :
post_max_size, upload_max_filesize from php.ini file and paramAttachmentMaxSize from the administration. (I had restarted apache service).
And I've always the error message "File size exeeds the limit of 2M bytes (upload_max_filesize)" ... can you help me ?
Did you restart PHP/Apache after update of php.ini ?
yes with the command line "service apapche2 restart"
Check Apache error log file, it may contain information on source of issue.
The error log file is empty ... I will check tomorrow after restart. thank you for your help !
Ok, I found the problem : I didn't edit the good php.ini : I edit this wrong file : /etc/php/7.0/cli/php.ini but not this good file : /etc/php/7.0/apache2/php.ini.