Closed (fixed)
Project:
Cache Actions
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2011 at 09:48 UTC
Updated:
2 Jun 2011 at 07:42 UTC
Uhmmm....
I was just activating the mini panels module as then everything when crazy. Got a WSOE (White screen of Error, but not death) Crashed the site hardcore.
ReflectionException: Function cache_actions_action_clear_panels_mini_pane_cache() does not exist in ReflectionFunction->__construct() (line 1387 of /Users/nituk/Sites/drupal7/sites/all/modules/rules/includes/rules.core.inc).
I can't tell if this is a Rules Engine thing or a Cache Rules issue, so I start here.....
Comments
Comment #1
sjugge commentedI suspect it might be related to the cache actions module. Just installed it and got the same error after installing cache actions and creating a new rule reacting on a cron job while my dev site has been humming smoothly with rules and mini panels installed/enabled/used for some time. Removing the cache actions module got my site back up and running, with the rule I created in place.
Reporting this on the cache actions issue cue as well #1160376: Function cache_actions_action_clear_panels_mini_pane_cache() does not exist in ReflectionFunction->__construct() (line 1387
Comment #2
fabsor commentedThis was totally the fault of the cache actions module, so I'm moving it over there. The problem is fixed in 7.x-2.x, and a new alpha is on it's way that fixes the problem.
Comment #3
sjugge commentedinstalled alpha2, and set some simple views caching rules. Seems to be working like a charm. Tnx!