Hello,
I have a opencart store, Version 3.0.3.9
My products are digital and I have downloadable items, so when I try to upload zip files there appears an error, I believe it is because of zip file sizes, if they are larger than 20MB either I see error or the loading keeps going for hours,
I tried editing my php.ini file , so my memory_limit = 128M
but nothing changed, the small size zip files are successfully added on my end
please tell me how to fix this
Thank you in advance
I have a opencart store, Version 3.0.3.9
My products are digital and I have downloadable items, so when I try to upload zip files there appears an error, I believe it is because of zip file sizes, if they are larger than 20MB either I see error or the loading keeps going for hours,
I tried editing my php.ini file , so my memory_limit = 128M
but nothing changed, the small size zip files are successfully added on my end
please tell me how to fix this
Thank you in advance
Look in both the PHP and OpenCart error logs to see exactly what the error is.
What are upload_max_filesize and post_max_size set to in your PHP settings. Use phpinfo() to find out if you have to.
magic_quotes_gpc = Off
register_globals = Off
default_charset = UTF-8
memory_limit = 128M
max_execution_time = 3600
upload_max_filesize = 9999M
safe_mode = Off
mysql.connect_timeout = 20
session.auto_start = Off
session.use_only_cookies = On
session.use_cookies = On
session.use_trans_sid = Off
session.cookie_httponly = On
session.gc_maxlifetime = 3600
allow_url_fopen = On
;display_errors = 1
;error_reporting = E_ALL
this is my php.ini file, but when I try uploading 20+MB files I see this error
register_globals = Off
default_charset = UTF-8
memory_limit = 128M
max_execution_time = 3600
upload_max_filesize = 9999M
safe_mode = Off
mysql.connect_timeout = 20
session.auto_start = Off
session.use_only_cookies = On
session.use_cookies = On
session.use_trans_sid = Off
session.cookie_httponly = On
session.gc_maxlifetime = 3600
allow_url_fopen = On
;display_errors = 1
;error_reporting = E_ALL
this is my php.ini file, but when I try uploading 20+MB files I see this error
Attachments
Screenshot_1.jpg (95.9 KiB) Viewed 424 times
Hi
I have an extension that may help you. You can upload your files directly on your server (without using OpenCart admin panel), Then this extension will detect new files and create a new download for each file automatically:
Download Auto-Creator
https://www.opencart.com/index.php?rout ... n_id=45677
I have an extension that may help you. You can upload your files directly on your server (without using OpenCart admin panel), Then this extension will detect new files and create a new download for each file automatically:
Download Auto-Creator
https://www.opencart.com/index.php?rout ... n_id=45677
As I said you need to check your PHP and OpenCart error logs to see what the actual error is.
You also need to use phpinfo() to check your PHP settings. Just because they are in the php.ini doesn't mean they are being used.
You also need to use phpinfo() to check your PHP settings. Just because they are in the php.ini doesn't mean they are being used.
Who is online
Users browsing this forum: No registered users and 59 guests