Drupal 9 requires Apache 2.4.7 but Apache 2.4.43 is the latest release

I was going to try an upgrade from 8 to 9 this weekend.  But reading the requirements:

https://www.drupal.org/docs/9/how-drupal-9-is-made-and-what-is-included/...

It requires 2.4.7, but the latest stable release on Apache is 2.4.43:

http://httpd.apache.org/download.cgi

Have people upgraded on 2.4.43 or am I missing something?
 

Composer: Install beta version of a module with min-stability set to stable

Hi all,

I've set my minimum-stability in composer.json to "stable".

Now I'd like to install a module ("simplenews") which is only available in beta/dev versions.

Doing

composer require drupal/simplenews

will result in

Unable to center the footer copyright notice in Drupal 8

In earlier versions I've been able to center the footer correctly but in Drupal 8 I'm not able to.

Can anybody tell me how to center it? (scroll to the botton for copyright text): https://bit.ly/2BpZ44e

How to make the counter TWIG ignore the Drupal cache ?

This question is related to my previous question :

How to create a counter with TWIG?

I have a site with Drupal 8 and a menu which includes a task counter :

enter image description here

The counter works fine, but to update it, I have to empty the drupal cache every time.

How to do a calculation with JS and TWIG ?

I have a site with Drupal 8 and Bootstrap 3. I have a task list and I want to calculate the number of "warning" tasks and the number of "danger" tasks.

So I created a TWIG file in my theme.

It works, but my counter is cached and you have to empty the Drupal cache for it to update.

How can I display the total of "warning" tasks and the total of "danger" tasks in my counter (badge) with JS ? Because with TWIG and Drupal 8 it's complicated to manage the cache.

How to update type of field created with ContentEntityBase

In FillPDF, class FillPdfFormField extends ContentEntityBase. The method ::baseFieldDefinitions() uses BaseFieldDefinition::create() to create a bunch of fields. I need to write an update hook to change one of these from type string to string_long.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x