Due to the changes in #1385222: Rules action to load all entity IDs of a view, there is the $vbo variable missing in views_bulk_operations_action_load_list().
This leeds to an error like:
Error: Call to a member function get_entity_type() on a non-object in [....]/views_bulk_operations/views_bulk_operations.rules.inc, line 160
I'll post a patch for that in the next comment.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | error-vbo-get_entity_type-1411450-1.patch | 902 bytes | derhasi |
Comments
Comment #1
derhasi commentedAnd there is the patch.
Comment #2
bojanz commentedCommitted. Thanks
Comment #4
areynolds commentedGetting this error on 7.x-3.1 and 7.x-3-dev:
It appears that this is running on cron; I don't have any scheduled Rules, but I'm wondering if one of my rules is corrupt...
Comment #5
areynolds commented...and as I suspected, a Rule was relying upon a broken VBO field. Disregard.