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.

How to get rid of warning about "composer/installers"?

When I run:

composer update 'drupal/core*' --with-dependencies

I get this warning:

Dependency "composer/installers" is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.

So I do this (as suggested):

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

I then go no warning and  the following feedback;

Updating a Drupal site from 8.6.3 to 8.9.13 - how to check updates to default.settings.php file

I'm updating a Drupal application from 8.6.3 to 8.9.13. We have some customizations to the default.settings.php file in 8.6.3.

In order to update from 8.6.3 to 8.9.13 directly, what is the best way to check for changes to the default.settings.php file? Do I need to read the release notes of every Drupal minor/patch release between 8.6.3 and 8.9.13?

Also, if there are changes to the default.settings.php, should I recreate the settings.php file for our application from the latest 8.9.13 default.settings.php and add the customizations?

The "twig" service or alias has been removed or inlined when the container was compiled.

Upgrading Drupal 8.9.13 to 9.0.11

I'm trying to upgrade Drupal 8.9.13 to 9.0.11. I have upgraded all contributed and custom modules to supports Drupal 9. When I try to upgrade core, got below error

"Failed to get available update data." For All Projects, After D7.79

Hi Drupal!

I've run into a mystery issue that got me scratching my head. I received a notification saying there is a new update for D7, the new 7.79 version. I performed the update to two of my sites, but immediately after, the "Available Updates" page takes forever to load, and when it does load, all the projects show "Failed to get available update data.", all grey.

I tried clearing the cache in the Drupal install but it didn't do much.

How can I fix this? Is this cache related?

Thanks in advance for your help!

Upgrade Despair: Is Composer required for Drupal now?

I'm a long time Drupal user (I think since about 4.x) and I've slowly upgraded my (personal blog) site over time to the latest versions.

I'm sitting on my Drupal 8 install and looking to go to 9, because I'm aware that D8 will become end of life oneday in the not so distant future.

Holy hell has everything changed!  I don't keep up to date with Drupal on a day-to-day basis, so this whole Composer thing has sort of snuck up on me. I've seen mention of it now and then in modules I've used, but I didn't realise it was now part of Drupal's DNA.

Show a text or image from a custom module on front page

I am looking for a custom solution where i have to show a text or image on homepage via custom module. please guide me how can i do that

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal