I have the latest version of JFU and can not seem to get the limits to lift.
The front end has the 2mb limit and I have the professional lic.
The back end config area has "Auto = 8192 KB"
Server infos:
Server name:
www.filmpositivesnow.com
PHP upload limit (in KB): 8192
PHP memory limit (in KB): 65536
Max. resize resolution: ~ 3861 x 2899
PHP max input time: -1 s
PHP max execution time: 30 s
Default socket timeout: 60 s
My Php.ini are :
memory_limit = 64M
register_globals = Off
safe_mode = Off
allow_url_fopen = Off
upload_max_filesize = 20M
post_max_size = 20M
memory_limit=64M
max_input_time=1800
max_execution_time=1800
default_socket_timeout=1800
disable_functions = show_source, system, shell_exec, passthru, exec, popen, proc_open
I can't seem to get it right any ideas?