Closed (fixed)
Project:
Workflow
Version:
7.x-2.8
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2015 at 11:03 UTC
Updated:
30 Jun 2017 at 09:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
p4trizio commentedDid you fix this?
I encountered the same weird error while moving the website to another server with php7
Comment #3
fagoMaybe this is related to workflow module? WorkflowFeaturesController is nothing this module provides.
Comment #4
jojonaloha commentedI'm also getting this every time after a cache clear.
We are using a database that has a really old version of Features (7.x-2.0) and this is during an update to Features 7.x-2.10. Updates run successfully, but afterwards, whenever I do a
drush cc allfollowed by adrush fdordrush flit will give me the fatal error:I think adding the workflow.features.inc file to the info file will resolve this. It looks like other modules do this as well (looking at entity.info). I've attached a patch that does this.
Comment #5
jojonaloha commentedComment #6
johnvI am not sure this is best practice.
Comment #8
johnvOK, both entity and rules module use this method.
Comment #9
johnvComment #11
br0kenJust a patch for obsolete, 2.5 version.