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.

Upgrading drupal on shared server (composer executable cannot be found)

After moving web-site from local machine (created with ddev. installation + Docker) to shared hosting the report message appeared in CMS -

"Error message

Your site does not pass some readiness checks for automatic updates. It cannot be automatically updated until further action is performed.
  • The composer executable cannot be found. Make sure it's installed and in the $PATH  

//////////////////////

1) web root iclude folder <web> standart for installation with composer

Drupal CMS: Project Browser update failure

Ran this in Terminal to handle one of the updates for Drupal CMS:

composer require 'drupal/project_browser:^2.0@beta'

Result: site borked, got this:

The website encountered an unexpected error. Try again later.

Transitive dependencies not required in composer.json

I took over a site where when I run 

composer outdated "drupal/*"

I get a list of projects not in my composer file under

Transitive dependencies not required in composer.json
drupal/crop 2.3.0 2.4.0
drupal/entity_reference_revisions 1.10.0 1.12.0
drupal/jquery_ui 1.6.0 1.7.0
drupal/jquery_ui_touch_punch 1.1.0 1.1.1
drupal/token 1.12.0 1.15.0

I think this is an error because this are enabledprojects in the website...

Missing jquery_ui Modules in Update

I have a drupal site, designed by a third party, with the codebase on Atlassian's Bitbucket. I track my work in Jira, which will create branches/PRs. I am using composer + git via a local clone in VScode to run standard updates. Merging PR's triggers a Bitbucket Pipeline, which deploys changes to Pantheon.

Migrate D7 users and one node type only

I know I'm a couple of years late in doing this, but I'm trying to upgrade one of my sites from Drupal 7 to 10.  I have just about given up completely.  What I want to do is migrate the users and one node type.  The users I have gotten to work with the migrate module using drush.  When I did the node it made me import all the node types of the site, but it didn't fill out the fields.  So when it imported all I got was the titles.  So I reverted the site back and created the node type and the two fields (a date and a file upload).  Then I migrated the node types and the node.  So now I got t

Some views became slow after upgrade core to 10.4

Hello everyone. I have some problem after upgrade core from 10.0 to 10.4. Some of views became very slow. I think the problem with function COUNT. When I use full pager this problem is actual. If I remove full pager or use mini pager it's ok. I even have no ideas how to fix it. On 10.0 it was ok. May be someone had similar issue?

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal