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

Bastlynn’s picture

Status: Active » Postponed (maintainer needs more info)

First 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.

johnv’s picture

Category: Bug report » Support request
Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing this, since there is no activity for a long time.