Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception when add redis settings without enabling the module #19

Closed
csandanov opened this issue May 18, 2016 · 1 comment
Closed

Exception when add redis settings without enabling the module #19

csandanov opened this issue May 18, 2016 · 1 comment

Comments

@csandanov
Copy link
Contributor

When I add redis module and its settings to settings.php I get an exception when I try to enable the module:

$ drush en redis -y
Symfony\Component\DependencyInjection\Exception\LogicException: Service 'cache_tags.invalidator.checksum' for consumer 'cache_tags.invalidator' does not implement Drupal\Core\Cache\CacheTagsInvalidatorInterface. in /srv/app/core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php on line 125
 [error]  Drush command terminated abnormally due to an unrecoverable error.
Symfony\Component\DependencyInjection\Exception\LogicException: Service 'cache_tags.invalidator.checksum' for consumer 'cache_tags.invalidator' does not implement Drupal\Core\Cache\CacheTagsInvalidatorInterface. in Drupal\Core\DependencyInjection\Compiler\TaggedHandlersPass->process() (line 125 of /srv/app/core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php).

The similar problem when I try to disable redis

@Berdir
Copy link
Member

Berdir commented May 18, 2016

You can't have the settings without having the module enabled. #15 documents a way to do it, but I don't know if it's 100% reliable.,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants