
Originally Posted by
Z3Nguy54321
I am using the latest version of Zencart. (v1.3.9b). Each download is 4kb when I attempt to download any of them and are corrupt.
Try making the following coding change:
/includes/modules/pages/download/header_php.php
change line 115 from this:
Code:
$downloadFilesize = filesize(DIR_FS_DOWNLOAD . $originFilename);
to this:
Code:
$downloadFilesize = filesize(DIR_FS_DOWNLOAD . $origin_filename);
Then try your download again by accessing it from your My Account area.