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 am using MS SQL server backend with Drupal 8. When I run more than one process I see the below error very often:
[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Transaction (Process ID 58) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.: INSERT INTO exc_drupal_cache_config...
When Clearing the cache or when trying to open admin menu items in different tabs I get to see the above error. Also seeing the error below:
Schulthess Klinik is one of the leading orthopaedic clinics in Europe. In late 2018 the clinic underwent a complete renewal of its digital presence by implementing a new branding and an improved user experience. With this new digital strategy Schulthess Klinik is willing to position itself as a clinic of first choice among its primary user groups: patients and referring physicians.
I volunteered to host a Drupal site for a local non-profit organization.
The existing site was badly enough broken that I decided to start with a clean installation of Drupal 8.8 and transfer the (minimal) content by hand.
In order to keep the broken site up while I was debugging the new installation, I created my new installation under a different URL. So the old site was under the organization's URL (call it "myorg.org") and I built the new installation in a different directory, and linked that directory as a subdirectory of my personal domain ("mydomain.org/myorg-new").
I created a type of "article" node. A user can flagged the nodes.
On the "full" nodes, I want to display the link for flagged and the total number of flag. With the latest version of the module it is easy because it supports the counter in TWIG.
On the "teaser" of the node, I want to display only the total number of flags. But in the node display mode, there is nothing to select the flag display mode.
How to choose the display mode of the flag type from the display mode of the node ?