AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: seedvisions on March 08, 2014, 05:15:12 PM

Title: Uploading large files to download section
Post by: seedvisions on March 08, 2014, 05:15:12 PM
Hi,  I tried editing the php.ini file with these *changes but then my store and admin pages would not load and gave this **error;

*output_buffering = 4096;
magic_quotes_gpc = Off;
register_globals = Off;
default_charset   = UTF-8;
memory_limit = 700M;
max_execution_time = 18000;
upload_max_filesize = 600M;
post_max_size = 650M;
safe_mode = Off;
mysql.connect_timeout = 20;
session.use_cookies = On;
session.use_trans_sid = Off;
session.gc_maxlifetime = 12000000;

**The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an Error Document to handle the request.

any suggestions please?  also has anyone had any luck with ftp uploading large files directly into the download folder and then uploading a fake file with AbanteCart?

Thank you..
Title: Re: Uploading large files to download section
Post by: abantecart on March 09, 2014, 03:18:31 PM
I think this is an extreme case with files of this size.  You need to be careful with memory settings.

You can try to use FTP to upload large files to your server.
Title: Re: Uploading large files to download section
Post by: eCommerce Core on March 10, 2014, 03:04:44 PM
WOW 700MB files. Can you archive them or make them smaller?
Title: Re: Uploading large files to download section
Post by: seedvisions on March 10, 2014, 06:44:00 PM
these are audio files converted from audio tape then into mp3 in a zip file. also a few vhs to mp4 vids

the ftp workaround is long and tedious, wondering if anyone is working on a mod similar to PrestShops "batch file uploader" that automatically renames the files after upload so they are easily integrated into the cart.

OpenCart, quite similar in ways to AbanteCart has a built in ftp file uploader so you don't have to do the whole upload smaller file 1st then upload and rename the correct file dance. anyone working on that feature for AbanteCart?

Thanks!
Title: Re: Uploading large files to download section
Post by: eCommerce Core on March 12, 2014, 03:28:16 PM
We need to review what this feature does in open cart to understand what you like to point out. Can you post a screenshot in open cart or link?

Thank you
Title: Re: Uploading large files to download section
Post by: natdroid on July 28, 2014, 06:04:30 AM
these are audio files converted from audio tape then into mp3 in a zip file. also a few vhs to mp4 vids

the ftp workaround is long and tedious, wondering if anyone is working on a mod similar to PrestShops "batch file uploader" that automatically renames the files after upload so they are easily integrated into the cart.

OpenCart, quite similar in ways to AbanteCart has a built in ftp file uploader so you don't have to do the whole upload smaller file 1st then upload and rename the correct file dance. anyone working on that feature for AbanteCart?

Thanks!

This is a very simple batch file uploader mod Downloads auto insert (https://marketplace.abantecart.com/auto_downloads) will save you a lot of time if you have a large or lot of downloadable products!