Upgrading drupal/core (11.2.9 => 11.3.3). Ckeditor module database update issue.

After updating the code from 11.2.9 => 11.3.3, I got the error when I want to update the database:

CMS 2.0 does not install template

Hello,

I am new to Drupal 11 and CMS 2.0. I 

My installation: 

  • No DDEV
  • Ubuntu 24.0.4 inside WSL2 on  windows 11. 
  • Postgresql 16 inside wsl2
  • PHP 8.5 inside wsl2
  • Nginx 1.24.0 inside wsl2

I install the CMS using the command `composer create-project drupal/cms`.  I follow all procedure , using Starter template, including the 

sudo chown -R www-data:www-data /var/www/html/cms
sudo chmod -R 755 /var/www/html/cms

and the instructions that appear in web/core/INSTALL.txt.

[Solved] Drush 13 sql:* commands fail with "command() on null" despite successful database bootstrap (Drupal 11)

Hello. I’m upgrading a site from Drupal 10 to 11. Post-upgrade, the remote site loads correctly in the browser, but drush sql:* commands fail. For example, drush sql:query "SHOW VARIABLES LIKE 'wait_timeout';"` returns the following:

Error: Call to a member function command() on null in Drush\Commands\sql\SqlCommands->validate() (line 244 of vendor/drush/drush/src/Commands/sql/SqlCommands.php).

How can i update components slots

I have fresh install on drupal cms.

I found theme header component.
web/themes/contrib/byte_theme/components/navbar/navbar.component.yml

I add three slots:

```slots:
  logo:
    title: Site logo
  navigation:
    title: Navigation menu
  links:
    title: CTAs
  links2:
    title: CTAs2
  example:
    title: Example

```

I can see them on my canvas edit. but when i change in CTAs i can see change in title.

Using Composer ...

Hi there,

It seems that finally the time has come that I will have to start using Composer to manage my hosted websites. I used to update modules through FileZilla (downloading, unpacking and uploading to the correct module folder). But now it appear that updating the Token module in that way causes errors. Of course I have a backup that I can restore, so that is not the problem. But updating this module (and maybe more in the [near] future) fails in this manner. Therefore: move to Composer. And there I have a few practical questions.

ECA to set date field values based on another date.

Hi all,

ok so I'm just getting back into Drupal since working with D7 (and previous versions) many years ago and I'm loving some of the new additions and ways of doing things. I have been looking at ECA and am currently trying to establish a way to create some dynamic date fields... so this is the setup:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 11.x