Removing album in zenphoto on IIS7 and Windows Server 2008 results in permissions error:
Warning: rmdir(D:/inetpub/vhosts/mydomain/httpdocs/zenphoto/albums/test/) [function.rmdir]: Permission denied in
\inetpub\vhosts\mydomain\httpdocs\zenphoto\zp-core\class-album.php on line 933
All files inside folder are deleted but the folder itself is left. Permissions seems to be all right because simple direct php call rmdir('D:/inetpub/vhosts/mydomain/httpdocs/zenphoto/albums/test/'); succeeds. It looks like the folder is locked before actually deletion. Are there any ideas how to solve it?
Comments