I've tried both the Alpha and latest Dev versions of this module, and upon setting the Content Cache in Views, I get several PHP errors logged. Namely, Call to undefined function oc_get_node_count() where OC is our theme.

I've attached the PHP Call Stack.

Any idea what would cause this? Or how to fix it? Thanks in advance for any advice!

CommentFileSizeAuthor
PHP Call Stack.odt8.17 KBnwehner
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

colan’s picture

Tagging.

Steven Jones’s picture

Status: Active » Closed (cannot reproduce)

That string 'get_node_count' isn't found in our code anywhere, looking at your call stack, I wonder if you;ve got something happening in your view that isn't compatible with the view being cached, sorry.

nwehner’s picture

Aha! I have a custom block that's in the View Header, it counts how many nodes there are of the content type that's in this View. Specifically, how many Literature items there are on the site. Perhaps there's an issue with caching a "Global Block area" which is dynamic?

mgifford’s picture

Issue summary: View changes
Issue tags: -D7 stable release blocker