Describe your issue or idea
Since we want Backdrop to run well on shared hosting, we should make sure it's deletes any file it saves in /tmp.
I'm finding that some shared hosting providers don't provide very much space for the /tmp directory, and it's often shared across all accounts placed on that server. If this directory is only cleared once a day by the server it's likely to fill up, which can cause a Backdrop site to become completely inoperable. (I was getting a server 500 error for all authenticated users)
1) What kind of files are placed in /tmp? 2) Are they all deleted when we're done with them?
Recent comments
Tried and successfully applied DrAlbany's method with the form https://www.drupal.org/sandbox/grobot/2105379stickman hook. I also encountered the same situation. Thanks DrAlbany
Ubercart - Auto increment SKU
Since before migration you need to prepare the Drupal site - disabling and removing all modules, disabling themes, as part of the preparation you can clear the cache and logs, delete the search...
Trimming the size of my database for D2B_migrate not to error out (Request Entity Too Large / 504 Gateway Time-out)
QuickTabs is now available!!! But does not work as expected, already reported (https://github.com/backdrop-contrib/quicktabs/issues/14). Maybe an alternative solution using Views...
Quick Tabs (or method to simulate)