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

Using APC as cache backend causes multiple errors #52

Open
aurmil opened this issue Feb 22, 2012 · 1 comment
Open

Using APC as cache backend causes multiple errors #52

aurmil opened this issue Feb 22, 2012 · 1 comment

Comments

@aurmil
Copy link

aurmil commented Feb 22, 2012

I just tried by replacing all backend types by Apc and commenting all backend options (APC backend does not take options)

error in application Bootstrap :: _initDb()
as it expects backend options

then in Centurion_Controller_Action :: dispatch($action)
linked to page cache, I guess linked to Centurion_Cache_Frontend_Capture specificity

did not look further deep and rolled back to File backend

@lchenay
Copy link
Contributor

lchenay commented Feb 27, 2012

APC backend does not support tags.

If you really want to use it, you should extends it to support tags or try one that add tags support to an existing backend :

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