Those six hours is the reason why temporary file aren't immediately deleted when cron tasks run. If then there are many temporary file to delete, a single run isn't sufficient to delete all the files.
Thanks @indigoxela!
It works (at least as a start): Now I can use the filter... BUT:
I get, as you predicted, a lot of duplicates (One node appears 7 times, other 5 times, other 3...
Thank you all for the quick help - or trying to.
And I apologize for not properly documenting this seeming flaw in Backdrop. I was too eager to find a work-around (cannot have a non-...
Yes Olaf,
Works in most cases, but not with what was in the field originally (sorry, that is now deleted).
I think it was very similar to this, and the paypal code was added at the...
This is orig. code. Backdrop removes the form action and insert an end-form later (or move it down).
Hm, this works for me. I've set up a new text format (at admin/config/...
Posted8 hours 4 min ago by Olaf Grabienski (Olafski) on:
I have tried that as well - no difference. Code get messed up anyway.
And - my style tags are needed in order for the page to look fine no matter what width the display is (style clear-...
Comments
The cron job system_cron() will delete temporary files after the max time stipulated by a constant (6 hours)
Those six hours is the reason why temporary file aren't immediately deleted when cron tasks run. If then there are many temporary file to delete, a single run isn't sufficient to delete all the files.