Re: Re: Re: Re: File Upload Fatal Error in 9.4
File Gallery storage is set to the default "Store in Database".
My php.ini settings are at default, and are the same as those specified in the Tiki doc except for the three I have marked. Details below.
memory_limit = 512M *
file_uploads = On
upload_max_filesize = 128M
post_max_size = 128M
allow_url_fopen = On
session.save_handler = files
session.save_path = /tmp
max_execution_time = 30 * *
max_input_time = 60
magic_quotes_gpc = Off
default_charset = "utf-8"
;mbstring.func_overload = 0 * * *
* memory_limit is higher than the recommended 128M
* * max_execution_time is 30 rather than the recommended 60
* * * mbstring.func_overload is commented out. You can see the ";" character I copy/pasted from the php.ini file.
Would any of these discrepancies account for the consistent 2.50MB file size limit?
So far as I know, all related settings are at default. I don't have the Tiki experience to boldly tweak settings, though I have the inexperience to accidentally break things.