centurion-project / Centurion

Centurion is an open-source CMS delivered as a flexible PHP5 Content Management Framework
http://www.centurion-project.org
197 stars 51 forks source link

Using APC as cache backend causes multiple errors #52

Open aurmil opened 12 years ago

aurmil commented 12 years ago

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 commented 12 years ago

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 :