This forum is for less technical discussions about the Drupal project, not for support questions.

Default site configurations

Hey,

last week a security bug (SA-CORE-2024-002 https://www.drupal.org/sa-core-2024-002) was announced and that it only affects sites that do not have a default site configuration. Now the question is what the default site configuration is, or where it is defined. Unfortunately I could not find anything in the documentation. Can one of you help me where I can find this information? Thank you and many regards

Support Palestine on Drupal homepage

I see on the drupal homepage "We stand with Ukrain".

There is genocide going on in Gaza and you only have to be human to see it and which we surely are.

Please place text on drupal homepage like "Stop Genocide in Gaza" or "We Stand with Gaza".

I request the community to please support the cause.

Drupal 12 Requirements

 I was examining requirements for Drupal 12 and I am feeling a bit like I'm getting left in the dust as I'm just feeling comfortable with Drupal 11.

How to load the World Map with city Pointers with filters?

We need to Show the World Map and show the Pointers on map , based on the filters selected.

For example:

If we user selects year from dropdown's, then it should show pointer's on the Maps based on the filtered query.  

And on Hover on the pointers , the Information should be shown basis on the filtered search query.

Please find below image for reference.

How to adjust the database password

I have changed the database users password. After the change the website gave this error: The website encountered an unexpected error. Please try again later.
Drupal\Core\Database\DatabaseAccessDeniedException: SQLSTATE[HY000] [1045] Access denied for user '[myuser]'@'[myhost]' (using password: YES) in Drupal\Core\Database\Driver\mysql\Connection::open() (line 423 of /data/sites/web/[mywebsite]/www/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php).

how can i call js function from drupal 10 ajax?

Hi guys!

having code

 public function ajaxCallback(array &$form, FormStateInterface $form_state)
  {
      $response = new AjaxResponse();
      $response->addCommand(new InvokeCommand('document', 'sendMessage', ['test']));
      return $response;
  }

js code

Pages

Subscribe with RSS Subscribe to RSS - General discussion