batch upload not working in 3.0.12
-
I have installed v3.0.12 as a new installation. I am trying to upload a zip file with some PDF files inside. I am getting an error:
Memphis Error: The Documents zip file has failed to imported.
The zip file is a mere 652 KB in size. I have tried with the PDF files with and without file extensions inside the zip file. When I turn on WP_DEBUG, I can see:
Warning: mkdir(): File exists in wp-content\plugins\memphis-documents-library\mdocs-batch-upload.php on line 18
Notice: Undefined offset: 0 in wp-content\plugins\memphis-documents-library\mdocs-batch-upload.php on line 51
Warning: Invalid argument supplied for foreach() in wp-content\plugins\memphis-documents-library\mdocs-batch-upload.php on line 57
Line 18 appears to be:
if(!file_exists('/tmp/mdocs/')) mkdir(sys_get_temp_dir().'/mdocs/');Any ideas?
The topic ‘batch upload not working in 3.0.12’ is closed to new replies.