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.
When I look at Google Image, profile images appear. Is it normal that google indexes the image of the user's page despite the noindex statement of the page?
I added noindes on the user's page, but that does not change anything.
When we use Search Api and configure the server for "Match on parts of a word" or "Match words starting with given keywords", there is a wrong count of search results diplayed in Views.
For example, Views will give a count of 21 search results (numeral count plus pager count), but will list only 11 results (title and excerpt).
I've been trying to debug a very slow connection to Azure Postgres database.
Every click on the site takes around 2-4 seconds to resolve, even in the admin pages. Drupal is installed using a Docker setup, called docker4drupal. The docker setup comes with options for setting up different databases, both a Mariadb and a Postgres. I've drupal installed with both, and they would be running flawlessly, no speed issues at all.
I recently uploaded my Drupal 8 website to a Hetzner web server.
The upload worked and the website loaded fine, I am able to navigate through links and view all the pages from a simple visitors perspective.
The problem arises when I log in to my site as the root user and try view certain pages in the admin toolbar like the Content(siteurl/admin/config) & Configuration(siteurl/admin/config) sections for example. When I click on I am greeted a page saying
I'm trying to create a node on a Drupal 8 site via REST. Passing all the values to create the fields work fine apart from the field that is an entity reference field. The field is an entity reference to Drupal users. Drupal creates the node, there is no validations errors, but the entity reference field has no value. I've tried changing 'target_id' to 'value', same thing, the node gets created without errors but no value is given to the user entity reference field.