Hi - Hope you can help with a problem I'm having trying to create a digital download item. The file is a zip archive of mp3s, total size is 74MB. Upload fails with the following message: UnknownFile 0.00kb Error: Some problem happen with file upload. Check error log for more information.
There is nothing in the error log.
In System > Settings > System I have "Resource Library Upload Max File Size, kB" currently set to 100000 (altough next to it, it says (<= 8M)
php.ini (at the root level of my store folder) looks like this:
";Use this file for specific PHP settings on your server required for AbanteCart.
output_buffering = 4096;
magic_quotes_gpc = Off;
register_globals = Off;
default_charset = UTF-8;
memory_limit = 120M;
max_execution_time = 360000;
upload_max_filesize = 120M;
safe_mode = Off;
mysql.connect_timeout = 20;
session.use_cookies = On;
session.use_trans_sid = Off;
session.gc_maxlifetime = 12000000;"
My install is hosted by Arvixe - I currently have an installation of Prestashop on there which handles uploads of this file size just fine. I can upload smaller files up to around 8MB fine, so there seems to be a limit set somewhere ...
Am I just looking in the wrong place?
Rob