I'm testing Drupal CMS locally using ddev. Today I went to update the core though the website backend and the core update worked ok but when I went to update the modules I ended up with an error on screen after the modules updated. I'm new to ddev and haven't used Drupal since 7 to 8 switch. Normally back in the day I'd just develop the site on the server and then go live and have a test domain so this is a bit new do a bit stuck there. Thought I'd try to install ddev-phpmyadmin to maybe disable some modules in the db but the instructions I see online don't work. (will keep reading)
Hello, i recently migrated from a docker image bitnami/drupal:10.1.6 to bitnami/drupal:10.3.6 and the automatic upgrade of the database apparently broke my Drupal
I am now unable to deploy my website, i get a 500 error :
I am writing to request an upgrade or update related to the replacement of certain PHP dangerous functions within the Drupal core and contributed modules. As part of our ongoing efforts to improve security and adhere to modern best practices, I believe we can take further steps to replace or mitigate the use of potentially risky functions in the platform. Specifically, the following functions are of concern:
_LogicException_: The complete set of cache contexts for a variation cache item must contain all of the initial cache contexts, missing: workspace. in _Drupal\Core\Cache\VariationCache->set()_ (line _47_ of _core/lib/Drupal/Core/Cache/VariationCache.php_).
I could resolve it by disabling the module Workspace and Workspace UI and deleting the workspaces...