- Issue created by @maxilein
- ๐ฎ๐ณIndia vinodhini.e chennai
vinodhini.e โ made their first commit to this issueโs fork.
- ๐ฎ๐ณIndia vinodhini.e chennai
Hi @maxilein,
Steps to Reproduce (Unable to Replicate the Issue):
1. Upgraded Drupal core from 11.2.2 to 11.2.3.
2. Ran database updates using: drush updb
3. The update ran successfully without any errors. Unable to reproduce the reported issue.Could you please provide more details or specific steps so I can attempt to reproduce the issue on my setup?
Hi @maxilein,
Here is a quick patch to fix those errors while running updates.
- ๐ฆ๐นAustria maxilein
Thank you Julien. That patch made the errors go away when upgrading.
More information on the Drupal CMS upgrade for vinodhini.e:
composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 11 updates, 0 removals - Upgrading drupal/core (11.2.2 => 11.2.3) - Upgrading drupal/core-composer-scaffold (11.2.2 => 11.2.3) - Upgrading drupal/core-project-message (11.2.2 => 11.2.3) - Upgrading drupal/core-recommended (11.2.2 => 11.2.3) - Upgrading drupal/geofield (1.64.0 => 1.65.0) - Upgrading drupal/linkit (7.0.7 => 7.0.8) - Upgrading drupal/project_browser (2.1.0-beta2 => 2.1.0-beta3) - Upgrading drupal/solo (dev-1.0.x babe75b => dev-1.0.x 4b6e29e) - Upgrading drush/drush (13.6.1 => 13.6.2) - Upgrading nette/utils (v4.0.7 => v4.0.8) - Upgrading sebastian/diff (6.0.2 => 7.0.0) Writing lock file Installing dependencies from lock file (including require-dev) Package operations: 0 installs, 11 updates, 0 removals - Downloading sebastian/diff (7.0.0) - Downloading drupal/core (11.2.3) - Downloading drupal/linkit (7.0.8) - Downloading nette/utils (v4.0.8) - Downloading drupal/geofield (1.65.0) - Downloading drupal/project_browser (2.1.0-beta3) - Downloading drush/drush (13.6.2) - Syncing drupal/solo (dev-1.0.x 4b6e29e) into cache - Upgrading drupal/core-composer-scaffold (11.2.2 => 11.2.3): Extracting archive - Upgrading drupal/core-project-message (11.2.2 => 11.2.3): Extracting archive - Upgrading sebastian/diff (6.0.2 => 7.0.0): Extracting archive - Upgrading drupal/core (11.2.2 => 11.2.3): Extracting archive - Upgrading drupal/core-recommended (11.2.2 => 11.2.3) - Upgrading drupal/linkit (7.0.7 => 7.0.8): Extracting archive - Upgrading nette/utils (v4.0.7 => v4.0.8): Extracting archive - Upgrading drupal/geofield (1.64.0 => 1.65.0): Extracting archive - Upgrading drupal/project_browser (2.1.0-beta2 => 2.1.0-beta3): Extracting archive - Upgrading drush/drush (13.6.1 => 13.6.2): Extracting archive - Upgrading drupal/solo (dev-1.0.x babe75b => dev-1.0.x 4b6e29e): Checking out 4b6e29ea92 from cache Generating optimized autoload files 54 packages you are using are looking for funding. Use the `composer fund` command to find out more! No security vulnerability advisories found.
And the final working result with the patch included:
drush updb [warning] Drupal requires databases that support JSON storage. (Currently using Database support for JSON Available ) [warning] Package Manager is available for early testing. To install the module set the value of 'testing_package_manager' to TRUE in your settings.php file. โ Requirements check reports errors. Do you wish to continue? โโ โ Yes โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ----------------- --------------- ------------- ---------------------------- Module Update ID Type Description ----------------- --------------- ------------- ---------------------------- project_browser convert_enabl post-update Updates Project Browser ed_sources_to settings to support _arrays source-specific configuration. project_browser rebuild_conta post-update Clears the cache so that iner_for_oo_h Project Browser's OO hooks ooks are registered. ----------------- --------------- ------------- ---------------------------- โ Do you wish to run the specified pending updates? โโโโโโโโโโโโ โ Yes โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ > [notice] Update started: project_browser_post_update_convert_enabled_sources_to_arrays > [notice] Update completed: project_browser_post_update_convert_enabled_sources_to_arrays > [notice] Update started: project_browser_post_update_rebuild_container_for_oo_hooks > [notice] Update completed: project_browser_post_update_rebuild_container_for_oo_hooks [success] Finished performing updates.