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.

CKEditor5 problem

In the process of upgrading to D10 I am trying to migrate the following "mini" user-defined block from D9 (Ckeditor4): 

<div>
<p style="font-size:0.5em;">&nbsp;</p>
</div>

This is defined with "full html" support in the editor. When saving the block the text is gone. Of course tags like div etc. are not allowed when using restricted html. It works o.k. under Drupal 9. So - what is the solution?

Regards 
H. Stoellinger

Using bartik as a base theme in D10

Hello,

When trying to upgrade to D10 I decided NOT to use Olivero just yet. So I proceeded by moving Bartik to "themes/contrib" and then defined a customised version in the same directory - under D9 I used the core-provided Bartik as a base theme to my own customised theme. 

Now, when I specify my own logo (as themes/rmbartik/wappen.png) and user-provided icon (wappen.png) neither of them are found. 

I am aware that I am not aware of something very basic. But - since I am stuck - is there anybody who can help? 

Thanks in advance

H. Stoellinger

Cannot change version from 9.5.11 to 10

I am having issue upgrading 9.5.11 to 10

composer update "drupal/core-*" --with-all-dependencies

This ran without errors but did not seem to work for the update

After trying a more specific command for the recommended version of drupal. 

I ran this command. 

composer require drupal/core-recommended:10.1.6 drupal/core-composer-scaffold:10.1.6 drupal/core-project-message:10.1.6 --update-with-all-dependencies

Remove Composer Alias to upgrade

I have a few Drupal 9.5.11 sites that have core aliases (drupal/core": "9.5.11 as 8.9.19") in order to satisfy a module that was not updated to Drupal9. I have been using this example (https://mikemadison.net/blog/2021/1/20/composer-aliases-how-to-fake-a-de...) to keep everything up to date but now when I try to upgrade to Drupal 10 with composer it fails.

D10 - uploaded files all missing from display [fixed]

/admin/content/files doesn't list anything, and neither do any of the content pages that should have attachments. The Administration > Structure > Content types > Page lists File attachments as one of the fields for that content type

Files are in the filesystem OK @ /home/drupal/web/sites/default/files

I'm not sure of the correct database table, but both files and node__upload have their contents OK.

No errors reported in the Apache logs or Drupal administrator.

Upgrade from D9.5.11 to D10.1.6 failed

Hi all, I'm trying to upgrade from Drupal 9.5.11 to Drupal 10.1.6, after updating all modules and themes, following the directions in the Upgrade Status module I started the upgrade procedure, following this guide:

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

Here is what happens after typing:

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal