Code: Select all
Notice: Undefined index: mask in C:\xampp\htdocs\opencart\catalog\controller\account\download.php on line 61
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\opencart\catalog\controller\account\download.php:61) in C:\xampp\htdocs\opencart\system\library\response.php on line 65
I viewed the download.php file at line 61th, i see this code :
Code: Select all
$size = filesize(DIR_DOWNLOAD . $result['mask']);
