After a rebuild, there is a warning appears:
Warning: unlink(sites\default\files\private\edge_suite\comp_src\edge.zip): Permission denied in unlink()...
Proposed resolution
To fix, we need to close the extracted zip file before trying to delete it:
Add:
$archiver->getArchive()->close(); // close the opened file before deteling it
Before:
file_unmanaged_delete($file_archive);
Comments
Comment #1
ti2m commentedWhat server are you running? IIS?
Comment #2
ti2m commentedThis should be fixed in the 2.x branch