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.
A strangest thing happens to me, something I have never seen before. Suddenly the "body" field, when inserting new articles, shows no text if I use the "summarised or truncated" formatter in the home page view.
It only works if I use the default formatter.
Whereas the previous nodes are displayed correctly.
What could this depend on? I don't seem to have done anything to compromise the basic content or view settings.
Hi. The Drupal product (commerce-modul) has both attributes and variations. Is there a way to show the visitor a custom form with a radio button? On the product page and submit using the add to cart button? For example, for the visitor to choose a day of the week for delivery. I tried the webform-product module. It shows the form on the product page but cannot submit it via add to cart. Creates a custom button.
Hi All, In a headless Drupal setup I update a few user entity fields. One simple integer field and one entity_reference field. The update is performed by a controller in a custom module. Right after the update I use JSON:API to reread the updated user entity. Now I get a status 500 and an error text "The controller result claims to be providing relevant cache metadata, but leaked metadata was detected. Please ensure you are not rendering content too early.
I'm facing an issue with my Drupal project when I am using an external database on a server.
I had set up the Drupal site in the local environment and based on my requirement used the database from the external server. When that time the Drupal site getting slower and took time to load the data.
Updated to Drupal 10.1.2 yesterday, and today I am seeing a warning on the Status Report page about available module updates, but visiting the updates page shows nothing as available.
Module and theme update status
Out of date
There are updates available for one or more of your modules or themes. To ensure the proper functioning of your site, you should update as soon as possible. See the available updates page for more information and to update your software.
I use some image styles to resize images and recognized that the images weren't really resized. They are rendered down via the width and height attribute. The browser devs tells me something about the intrinsic size.
I have tested this at my local installation and there it worked. What could be the problem?