hmm… can run the export again but also keep your eye on the tmp folder and see if the zip file is being created.
export cleans up the tmp folder on completion and what might be happening is the file is being deleted before the download process has started. You will have to be quick because you have a small export but you should see a folder called mdocs/ and a zip file called mdocs-export.zip
You could also try this as well open the file mdocs-localization.php and goto line 121 and comment out this:
//unlink(sys_get_temp_dir().'/mdocs-export.zip');
this will prevent the deletion of the export file in your tmp directory.
-
This reply was modified 7 years, 8 months ago by bhaldie.