I am trying to upload 16-20mb files but i keep getting this error:
Notice: Undefined index: download_description in /home/content/60/8268860/html/admin/controller/catalog/download.php on line 420Warning: Invalid argument supplied for foreach() in /home/content/60/8268860/html/admin/controller/catalog/download.php on line 420Notice: Undefined index: download in /home/content/60/8268860/html/admin/controller/catalog/download.php on line 426Notice: Undefined index: download in /home/content/60/8268860/html/admin/controller/catalog/download.php on line 25Notice: Undefined index: remaining in /home/content/60/8268860/html/admin/model/catalog/download.php on line 4Notice: Undefined index: download_description in /home/content/60/8268860/html/admin/model/catalog/download.php on line 12Warning: Invalid argument supplied for foreach() in /home/content/60/8268860/html/admin/model/catalog/download.php on line 12Warning: Cannot modify header information - headers already sent by (output started at /home/content/60/8268860/html/admin/index.php:79) in /home/content/60/8268860/html/system/engine/controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at /home/content/60/8268860/html/admin/index.php:79) in /home/content/60/8268860/html/system/engine/controller.php on line 29
using latest OC version and my php.ini looks like this:
magic_quotes_gpc = Off;
register_globals = Off;
default_charset = UTF-8;
memory_limit = 64M;
max_execution_time = 18000;
upload_max_filesize = 999M;
safe_mode = Off;
mysql.connect_timeout = 20;
session.use_cookies = On;
session.use_trans_sid = Off;
session.gc_maxlifetime = 12000000;
allow_url_fopen = on;
any ideas?? thanks!
what is your post_max_filesize setting for your server ?
If too low, that is the reason and you may need to add it to your php.ini to increase
Please note that your server may restrict php.ini overrides, so those settings in your php.ini may not be doing anything at al. Check with your host.
If too low, that is the reason and you may need to add it to your php.ini to increase
Please note that your server may restrict php.ini overrides, so those settings in your php.ini may not be doing anything at al. Check with your host.
hmm those are the only php.ini files that need editing
the only thing I can suggest is possibly using a mod that allows you to upload large files via ftp
http://www.opencart.com/index.php?route ... ion_id=185
the only thing I can suggest is possibly using a mod that allows you to upload large files via ftp
http://www.opencart.com/index.php?route ... ion_id=185
Who is online
Users browsing this forum: Baidu [Spider] and 93 guests