DarkSorrow
Chevereto Member
I have my CloudLinux alt-php set for the following.
[Global PHP Settings]
disable_functions = show_source, system, shell_exec, passthru, exec, popen, proc_open
memory_limit = 256M
max_input_vars = 10000
post_max_size = 64M
upload_max_filesize = 64M
However in the Chevereto Image Upload settings it says the following. How can it be 32MB when I clearly have them set for 64MB?
Maximum size allowed by server is 32 MB. This limit is capped by upload_max_filesize = 32M and post_max_size = 64M (php.ini values).
[Global PHP Settings]
disable_functions = show_source, system, shell_exec, passthru, exec, popen, proc_open
memory_limit = 256M
max_input_vars = 10000
post_max_size = 64M
upload_max_filesize = 64M
However in the Chevereto Image Upload settings it says the following. How can it be 32MB when I clearly have them set for 64MB?
Maximum size allowed by server is 32 MB. This limit is capped by upload_max_filesize = 32M and post_max_size = 64M (php.ini values).