This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Description
I have an entity with one required file field and several optional files ("allowEmpttFile" in my model table). The upload and updating of the files work as intended without issue. The problem comes when I try to delete the entity.
It's throwing me this warning for each of the optional files not present for the entity: "rmdir( url ) [function.rmdir]: No such file or directory [in .\vendor\davidyell\proffer\src\Lib\ProfferPath.php, line 272]"
("url" in this case is the expected directory for the optional files)
The entity is deleted without issue, but CakePHP is throwing me that warning and the redirect after the deletion is not working.
Is there a way to tell Proffer not to try to delete that directory if the file was an optional field?
