This forum is for questions about upgrading an existing Drupal site. Don't forget to read the UPGRADE.txt file that comes with every Drupal download.

Cannot upgrade from 9.5.11 to 10

I already used the Upgrade module and cleared everything on there so that I am at 100%. Now, I am using the upgrade guide for 9 to 10, as found at: https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-...

I'm including below: the command I ran, the errors I received, and a copy of my json file. Please let me know if there is anything else you need to help me run down these errors.

mini pager and within it content doesn't change on updating Drupal 10

can anyone help me out this , i have update my Drupal version from 9.5 to 10.1.6 and my pager is changing its pages number but with respect to it the content doesn't change content remain same (using ajax = Yes).

thank in advanced if anyone can help me out this

How to restore ckeditor5 "Link Info" and "Link Types" (email and phone) options?

I need help restoring the "Link Info" and "Link Types" (specifically email and phone) options in ckeditor5.

We lost these options during our transition to ckeditor5 and I am struggling to get them back.

I think they were originally part of the ckeditor link library via the anchor link module.
https://ckeditor.com/cke4/addon/link
https://www.drupal.org/project/anchor_link

Installing a Drupal module rewrote my website htaccess file

The installation of a Drupal module yesterday using composer rewrote my website's htaccess file. Is this normal and to be expected? It's lucky I had a copy because our htaccess had several important entries that would otherwise have been lost. Is there a command that needs to be included when installing a module to prevent this from happening or am I missing something here? Thanks

Problem due to change of units from d10.1 to d10.2

This is about the changes in units variable in the file
..../core/lib/Drupal/Core/Datetime/DateFormatter.php

In Drupal 10.1 this had

  protected $units = [
    '1 year|@count years' => 31536000,
    '1 month|@count months' => 2592000,
    '1 week|@count weeks' => 604800,
    '1 day|@count days' => 86400,
    '1 hour|@count hours' => 3600,
    '1 min|@count min' => 60,
    '1 sec|@count sec' => 1,
  ];

In Drupal 10.2 this changed to

Upgrading Drupal 9.5.5 to Drupal 10.2 giving dependency errors

Hi all :)

We have website running in acquia portal with Drupal version 9.5.5 (php 8.1.25) and want to upgrade it to 10.2

I have followed below steps till now which are given in official upgrade guide by drupal doc

https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-...

1. Using upgrade status module to check the dependencies.

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal