Hello,
I am getting this error in my error_log file
This is line 920's code
Whenever I upload a large file (1GB+) my server load increases. and I think this is the issue. Can I use
Is there any other solution?
I may be wrong please correct me.
I am getting this error in my error_log file
Code:
PHP Fatal error: Maximum execution time of 180 seconds exceeded in /core/includes/uploader.class.php on line 920
Code:
// create file hash
$fileHash = md5_file($tmpFile);
Code:
exec('md5sum '.$filename);
I may be wrong please correct me.