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.
I’m not sure if anyone else is experiencing this, but lately, the flood of requests from search engine spiders and AI systems has been bringing my Drupal sites to their knees.
Right now, I’m using the Internal Dynamic Page Cache, but the issue is that all these requests are overloading the cache system and generating a ton of database inserts, which actually slow things down instead of speeding them up.
Hello, i use Drupal 11 with ECA - Event, condition, action and i want to delete all webform submissions referencing the same content, when a user starred/flagged a submission without deleting the starred/flagged one. I mean, only delete submissions that aren't starred/flagged for given content.
I've upgraded Drupal 9 to 10.4 on my DEV site, while the production site remained publicly accessible. During this period, the statistics module has been accumulating the number of page views. I'd like to carryover those page view totals on all content by exporting from Prod and importing to DEV.
I am not a DBA, so I'm hoping somebody can outline how to accomplish this?
It should be noted that DEV is Drupal 10.4 with contrib statistics module, and DEV is Drupal 9 with the core statistics module. Just in case the DB structure differs.
I recently installed a newer PHP (MAMP) to version 8 where it was using version 7 previously.
On PHP both Drupal and WordPress will work on the home page but anything apart from the home page will not work will get a URL not found. I remember fixing this issue up a long time ago with PHP 7 and can no longer remember it. I have tried editing httpd.conf and also php.ini.
Hello - I tried using ECA (https://www.drupal.org/project/eca) with the task Form Field: Set as Disabled. I was able to successfully set a form field to disabled (working as expected). However, I thought I can use the same task to enable a form field, since the task has a drop down selection for "Set as disabled" with the options yes/no. To disable a field, I set the selection to yes. To enable a field, I though I can just select the option to "no". However, this is not working (the fields is not getting enabled as expected).