Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Practically each day my database grows to about half a GB in size. The only way I have found to solve this problem is by manually clearing the caches. After this the size returns to about 80 MB. Cron is run every three hours and "browser and proxy cache maximum age" are set to "no caching".
Is there anything I can do to automatically keep the database size down?
I was wandering if anybody could offer some advice as to what might be going on. I have a Drupal installation with a custom module working fine on my local environment, but as soon as I upload it to my Hetzner manged server, I get the following error:
Parse error: syntax error, unexpected ':', expecting ';' or '{' in /usr/www/users/platfkkuax/uconomy_demo/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php on line 50
I have a Block Restricted to the Frontpage using (<front>. Expecting said block to only appear on the main index of my domain.com, the block also appears on pagination pages too eg: domain.com/?page=3
I have a scenario where users need to create custom 'rooms', and then browse a furniture catalogue to add furniture items to a given room (kind of like a cart or wishlist, but they can create multiple lists). I'm doing this via entity references, so that a 'room' content type has an entity reference field that the user uses to add furniture items.
Is it possible to have a workflow where the user adds an item to a 'room' from the context of viewing a furniture item? The ideal workflow would be: