Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

doctrine_cache fetcher needs that you install "doctrine/cache" but it is installed #32

Description

@krvajal

I have installed doctrine/cache trough doctrine/doctrine-cache-bundle but it keeps showing me the error message doctrine_cache fetcher needs that you install "doctrine/cache.
This error comes from the call to zendCacheExists returning null during the call

case 'zend_cache' :
                if (!$this->zendCacheExists()) {
                    throw new InvalidConfigurationException('zend_cache fetcher needs that you install "knplabs/knp-zend-cache-bundle"');
                }

The zendCacheExists implementation

//Knp\Bundle\LastTweetsBundle\DependencyInjection\KnpLastTweetsExtension.php
    protected function zendCacheExists()
    {
        return class_exists('Zend\Cache\Manager');
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions