Closed (fixed)
Project:
Workflow
Version:
6.x-1.5
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Reporter:
Created:
28 Sep 2011 at 12:05 UTC
Updated:
26 Nov 2013 at 18:35 UTC
Jump to comment: Most recent
I've recently updated the workflow module to version 6.x-1.5 and since doing so I'm getting the error below:
Fatal error: Call to a member function override_option() on a non-object in
/home/shaun/public_html/allsaints/modules/workflow/includes/workflow.views_default.inc on line 20
The error in the instance was caused by trying to view the blocks page within the admin but it had simular effects on some other basic pages.
Has anyone had this before/know what I need to do to fix this?
Comments
Comment #1
Bastlynn commentedFirst thing I would do is clear your cache. Views holds onto a cache of what it thinks data looks like, and this may be something that just needs updating. After that I would look at the view configuration in case there's a handler that needs updating (it will say Broken handler or something along those lines). Let me know if either of those work.
Comment #2
johnvClosing this, since there is no activity for a long time.