fsdreamscapes Posted February 16, 2008 Posted February 16, 2008 Does anyone know how to enable downloads via osCommerce if they're above 1GB? I am getting PHP errors if the file sizes are greater than 1GB in size... I am using Super Download Manager on top of the default install... We've tried tweaking the download(s).php file but to no avail... Does anyone know how to solve the 1GB+ limitation?
fsdreamscapes Posted February 17, 2008 Author Posted February 17, 2008 I have a problem with the download.php file... Everything has been working fine but I just tried to add a 3.5 GB file and I get this error: Warning: filesize() [function.filesize]: Stat failed for /home/website/public_html/directory/directory/directory/filename.zip (errno=75 - Value too large for defined data type) in /home/fsdreams/public_html/directory/includes/modules/downloads.php on line 82 I'm not able to download the file because of the php error this generates... Do you have any changes to the code that will allow for file sizes over 1GB? I desperately need help...
fsdreamscapes Posted February 17, 2008 Author Posted February 17, 2008 Further when clicking on the download link... Warning: is_dir() [function.is-dir]: Stat failed for /home/directory/public_html/store/directory/directory/filename.zip (errno=75 - Value too large for defined data type) in /home/directory/public_html/store/download.php on line 45 Warning: is_file() [function.is-file]: Stat failed for /home/directory/public_html/store/directory/directory/filename.zip (errno=75 - Value too large for defined data type) in /home/directory/public_html/store/download.php on line 47 Warning: Cannot modify header information - headers already sent by (output started at /home/directory/public_html/store/download.php:45) in /home/directory/public_html/store/download.php on line 120 Warning: Cannot modify header information - headers already sent by (output started at /home/directory/public_html/store/download.php:45) in /home/directory/public_html/store/download.php on line 121 Warning: Cannot modify header information - headers already sent by (output started at /home/directory/public_html/store/download.php:45) in /home/directory/public_html/store/download.php on line 122 Warning: Cannot modify header information - headers already sent by (output started at /home/directory/public_html/store/download.php:45) in /home/directory/public_html/store/download.php on line 123 Warning: Cannot modify header information - headers already sent by (output started at /home/directory/public_html/store/download.php:45) in /home/directory/public_html/store/download.php on line 124 Warning: Cannot modify header information - headers already sent by (output started at /home/directory/public_html/store/download.php:45) in /home/directory/public_html/store/download.php on line 126 Warning: symlink() [function.symlink]: File exists in /home/directory/public_html/store/download.php on line 136 Warning: Cannot modify header information - headers already sent by (output started at /home/directory/public_html/store/download.php:45) in /home/directory/public_html/store/includes/functions/general.php on line 33
Recommended Posts
Archived
This topic is now archived and is closed to further replies.