Health Check
Check if your writable directories are in fact writable
Closed#1: mkdir() function error
Hey Allen,
Thanks a lot for the feedback. It means I continue to learn :)
There were 2 problems with this:
- The first being that I was testing for isset($_POST..) which was always going to return true, so all the actions were triggering at once. Hence the error you got, it was trying to write the dir even though it existed already.
- The second being that my if statements were off. The action is an array as well so $POST['action']) == 'name' was failing. I needed to make it arraykeyexists('name', $POST['action']) in order to return true.
But I am sure you knew all that already! :p
I have fixed it up and pushed v1.1.1 to Master branch, so it should all work swimmingly now... touch wood.
p.s It 's good to have you trolling the forums again :)
This issue is closed.
I get the below error when I try to update a folder's permission:
I should add that the directory's permissions are still updated successfully after a page refresh.
Great extension by the way!