I have a Drupal 10 installation that runs well with PHP 8.1.31.
No issues.
If I upgrade PHP to 8.2.26 or 8.3.14 , the site shows a blank page after a timeout, while the admin interface remains functional.
[24-Feb-2025 18:20:48] PHP Fatal error: Maximum execution time of 120 seconds exceeded in \web\core\lib\Drupal\Core\Database\StatementWrapperIterator.php on line 113
There are no further errors.
I tried disabling a number of modules, without success.
We recently upgraded from Drupal 10.2 to 10.4. Somewhere, something simple (?) broke and we can no longer add Web Forms. The dropdown list for Text Format is empty. I have tried going through Configuration... Content Authoring... Text Formats and editors. and I can see the Webform (Default) - DO NOT EDIT is disabled. When I clicked enable, it required us to use a Bootstrap in our DXPR builder settings. We selected one, but then it errored out and directed me to the Webform configuration page.
Hi, anyone using Facets have issues with malicious bots following the nofollow facets? My site is getting swamped with I assume bots following the facets. What have others done to mitigate the problem? Thanks.
Running into an issue with a View using the 'Calendar by month' format. I'm using an HTML Date (YYYY-MM-DD) field for sorting, but for some reason, nodes with a start time after 7pm are appearing a day ahead. It seems to have something to do with timezone settings but the server's TZ is set to America/New_York and reports the correct date/time and Drupal 10 is set to 'New York' under Regional settings. I can't find anywhere in the config that would get views to incorrectly read these date fields. Anyone else ever experience this?
When creating contextual filters for views, the reference filter-value would commonly be derived from the URL of the parent page (the page in which the view is embedded). However, I have a case where I would like to set the reference filter-value to the value of a field in the content-item corresponding to the parent-page.
I already use the Metatag module for a Twitter - Summary with large image - Card on a news site.
But now I am in a completely different configuration where many nodes don't have an usual field_image image, so I should set up a Twitter Card but always showing a default image.
I don't know whether the best way is to create a hidden image field somewhere and tell Metatag its image-url or is there a way to create a metatag to an image file.