The website encountered an unexpected error. Please try again later.
Drupal\Component\Plugin\Exception\ContextException: The 'entity:user' context is required and not present. in Drupal\Core\Plugin\Context\Context->getContextValue() (line 73 of core\lib\Drupal\Core\Plugin\Context\Context.php).
Drupal version: 9.5.0,
Web Server: Apache/2.4.54 (Win64) OpenSSL/1.1.1p PHP/8.1.12
PHP Version: Version 8.1.12
How do I fix it, thanks for the help
Pretty new and basic site with Drupal 9.4 was updated to 9.5 with composer, but could not upgrade to Drupal 10.0.0. Site is 93% compatible only classy and stable are reported by upgrade status not compatible. Still composer could not upgrade drupal "likely because it conflicts with another require." with no more information.
We recently performed an upgrade from Drupal 9.4.9 to 9.5.0 and encountered the following problem: after this upgrade, "editing" content no longer wants to work. When we try to do this, we get the following error message: "The website encountered an unexpected error. Please try again later." The cause appears to be the new CKEditor (version 5). If I remove it and leave the old version 4 (deprecated), the error message disappears. Suppose we have to continue working with version 5 later, how can we solve this problem in a "better" way?
I start to use CKEditor 5 before having upgraded drupal to the 9.5 version and everything has always worked well.
After updating to Drupal 9.5, CKEditor 5 stoped working.
When I try to modify a content or to add a new content the CKEditor 5 toolbar disappeared and the html code is displayed in the text area instead of showing its rendering
If I dowgrade to 9.4.9 version everithing works well