You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
you are trying to remove the entire directory " main-slider/ " ?
basically "unlink" command on a directory fail if directory is not empty
(or if apache is not the owner). for the other question, basically the
"edit" method / column for datagrid is not thinked to be extended.. if you
need to customize behavior, icons, etc.. for your action-column, feel free
to use "add", "row" or "cell" instead of "edit".
Permission denied may mean your web server doesn't have the required permissions to delete files in your images folder. You can try changing the permissions of the folder so others (other than you, or super admin) can delete files.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Good Day,
I'm trying to remove the uploaded image/file from the folder to keep the storage clean using unlink() method
so when hitting the checkbox of delete item the below event fired
Error message:
unlink(uploads/images/main-slider/): Permission denied
your Prompt help is much appreciated
Other Question is it possible link the delete icon in the grid view with the unlink() method ?
The text was updated successfully, but these errors were encountered: