PHP Warning: unlink(C:\\Windows\\TEMP/mdocs-export.zip)
-
My wordpress site is crashing and I believe it’s due to the Memphis Docs plugin that we’ve been using. The Apache Error.log file shows a lot of lines similar to this:
PHP Warning: unlink(C:\\Windows\\TEMP/mdocs-export.zip): No such file or directory in E:\\xampp\\htdocs\\wp-content\\plugins\\memphis-documents-library\\includes\\mdocs-downloads.php on line 80
I’ve checked line 80 on the mdocs-downloads.php file
if($_REQUEST[‘mdocs-export-donot-delete’] != ‘on’) unlink(sys_get_temp_dir().’/mdocs-export.zip’);
not sure if I need to change this line to resolve the issue but I think there might be a formatting or problem with this line in the mdocs-downloads.php file.
I hope someone can point me in the right direction quickly.
The topic ‘PHP Warning: unlink(C:\\Windows\\TEMP/mdocs-export.zip)’ is closed to new replies.