Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm experiencing PHP errors after upgrading 11.0.1 site to the newest 11.1.0:
Uncaught PHP Exception LogicException: "Module announcements_feed should not implement theme more than once" at /data/xxx/html/core/lib/Drupal/Core/Extension/ModuleHandler.php line 318
Uncaught PHP Exception LogicException: "Module file should not implement field_views_data more than once" at /data/xxx/html/core/lib/Drupal/Core/Extension/ModuleHandler.php line 318
I am trying to upgrade D10.3.10 to D10.4.0, but after the usual procedure “composer update ‘drupal/core-*’ --with-all-dependencies” with Composer the site remains at version D10.3.10.
I got suspicious that there was some dependencies not automatically updated, and I updated all dependencies with “composer update”.
After doing this and updating the db finally the site was being updated to the new version.
Is this normal? Why in this case (this is the first time this happened to me) did it not automatically update all dependencies?
I have a website which had multiples updates in the past years.
Yesterday I tried to update drupal core from 10.3.9 to 10.4.0. Everything is working fine on my local docker, but when I try to deply to AWS (using elastic beanstalk) I get this error :
...
- Downloading mtdowling/jmespath.php (2.8.0)
- Downloading aws/aws-sdk-php (3.336.0)
- Syncing drupal/s3fs (dev-3.x a08d7b7) into cache
I am using CKEditor 5, but I have the following issue that I haven't been able to resolve.The issue is that the <style> tags are removed when the content is loaded into the editor. I understand this is due to security reasons.
I contacted the CKEditor developers to ask about how to use the <style> tag.
They provided me with an answer here.
I recently updated my Drupal installation to version 10.3.9, and I'm encountering issues with the DXPR Theme. Here’s a summary of what I’ve done and the problems I’m facing:
After the update, the site started displaying errors like:
Drupal\Core\Extension\Exception\UnknownExtensionException: The theme does not exist in Drupal\Core\Extension\ExtensionList->getPathname().