Jerad Bitner
Jerad Bitner
Ah, ok. I see now that it does delete on cron. Thank you. Also I'll give that module a go. We can close this if you'd rather this was solved...
I think the workflow I'd like to work towards here is this: 1. Choose a file to upload. 2. If a duplicate is detect, alert the user and ask what...
So... I know this may not be the correct way to go about this, but after digging a while I noticed that within the `file_managed_file_submit()` function, it checks for status...
So that totally backfired because it doesn't remove the field usages and the node still thinks there is a field in the field_data_ table for that field and throws errors...
My current working theory is that if we add a 'Replace' button alongside of the 'Delete' button, we could detect it's key in `file_managed_file_submit()` and somehow trigger whatever needs to...
After looking through core for occurrences of `file_delete()`, it would seem that files are pretty much never deleted actually. **file.module** - this only deletes a file if it's temporary (status...
This is for Backdrop. I looked through Drupal 7 and it's so different that I'm not even going there. And I'm not even prepared to look at Drupal 8 at...
That module only works on a node save, so I don't think it does. I think this should be solved before a node save (or at least that is the...
I put a `dpm` within an implementation of `hook_file_update` and got nothing back on removing a file or uploading a new one, but only on node save, so my assumption...
No i just started developing on osx for now. I think the solution is swapping out sqlite_vss for something else entirely. Postgres was metnioned in a chat somewhere