I'm getting a ::hasPermission() error that has broken my site. Is it possible to downgrade back to 10.1.7 from 10.2.0? When I try to do this with a composer require I get circular reference errors and composer refuses. Latest version of composer.

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires drupal/core-recommended 10.1.7 -> satisfiable by drupal/core-recommended[10.1.7].
- drupal/core-recommended 10.1.7 requires symfony/error-handler ~v6.3.0 -> found symfony/error-handler[v6.3.0-BETA1, ..., 6.3.x-dev] but these were not loaded, likely because it conflicts with another require.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Update: I was able to revert but now I get a site crash that says this:

In DiscoveryTrait.php line 53:

The "help_search" plugin does not exist. Valid plugin IDs for Drupal\search\SearchPluginManager ar
e: node_search, user_search

Issue fork drupal-3410140

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pgn5qs created an issue. See original summary.

cilefen’s picture

Category: Bug report » Support request
Priority: Major » Normal
pgn5qs’s picture

Issue summary: View changes
quietone’s picture

Try installing the Help Topics extension.

pgn5qs’s picture

That was it quietone! You're a wizard. For some reason there's a dependency on the Help Topics extension for 10.1.7 even though it's deprecated. Had to install it before downgrading. Thanks man.

quietone’s picture

Status: Active » Closed (works as designed)

@pgn5qs, Your welcome. I am glad that worked!

I will close this now.

saranya mohan made their first commit to this issue’s fork.

saranya mohan changed the visibility of the branch 3410140-is-it-possible to hidden.

hamza_niazi’s picture

@pgn5qs i m facing the same issue can you kindly tell me the steps that how you have over come that issue Kindly

thhomas’s picture

Hi hamza, what worked for me is enabling the extension with:
`drush pm:enable help_topics`