We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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 :
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: