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

Error: Call to undefined method Doctrine\ORM\Configuration::isSecondLevelCacheEnabled() #925

Closed
thomas2411 opened this issue Jan 28, 2014 · 5 comments
Labels
Help Wanted Issues needing help and clarification.

Comments

@thomas2411
Copy link

After doing a fresh install I get this error on PHP 5.5.3 server

FatalErrorException: Error: Call to undefined method
Doctrine\ORM\Configuration::isSecondLevelCacheEnabled()
in /Users/xxx/WWW/album/vendor/doctrine/doctrine-bundle/Doctrine/Bundle/DoctrineBundle/DataCollector/DoctrineDataCollector.php line 82
@stloyd
Copy link
Contributor

stloyd commented Jan 28, 2014

Seems like your "fresh" install is so fresh that it ignored composer.lock file, as the mentioned issue is created by Doctrine Bundle & have already defined few issues: doctrine/DoctrineBundle#252.

@stloyd
Copy link
Contributor

stloyd commented Jan 28, 2014

Closing as related issue on DoctrineBundle was fixed.

@zignec
Copy link

zignec commented Mar 26, 2014

Stof : "Try to use "doctrine/doctrine-bundle": "dev-master" explicitly
this is because of the new dependency to doctrine/doctrine-cache-bundle in master, which is not stable yet. Add a requirement on doctrine/doctrine-cache-bundle: @dev in your composer.json to whitelist its dev versions"
doctrine/DoctrineBundle#276

@QuingKhaos
Copy link
Contributor

Already closed 2 months ago!

@zignec
Copy link

zignec commented Mar 26, 2014

Sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted Issues needing help and clarification.
Projects
None yet
Development

No branches or pull requests

4 participants