I am trying to configure an SM setup to allow attachments in any number, but
total size 25 MiB.
I have changed SM's php.ini (and php_ini too, if it should make any difference)
after seeing my desired size was not working. Now, calling phpinfo() in the SM
root, I have:
memory_limit300M3
Did you restart Apache after changing /etc/php.ini??? Also the max upload size
you have will limit you to 20M... Change that to 25M for a 25M limit.. and
restart Apache for the change to take effect.
-R
On Sat, April 25, 2015 18:35, André Z. D. A. wrote:
> I am trying to configure an SM setup