Closed (fixed)
Project:
Hostmaster (Aegir)
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 May 2013 at 18:05 UTC
Updated:
30 May 2014 at 10:04 UTC
Jump to comment: Most recent
Comments
Comment #1
decipheredhttp://drupalcode.org/sandbox/deciphered/2001952.git/commit/04d9acef0cb0...
Patch: http://drupalcode.org/sandbox/deciphered/2001952.git/patch/04d9acef0cb01...
Comment #2
anarcat commentedgood, thanks.
Comment #3
decipheredSo this is actually bad, VBO 1.14 does not work properly with Aegir and I will need to figure out why before this issue can be fixed.
Comment #4
anarcat commentedfwiw, the patch was merged upstream so we could use the dev release from june 8th in our makefile, if it works.
Comment #5
helmo commentedRaising to critical... and included in #2023113: [meta] 2.0 release
Comment #6
ergonlogicI've requested a new release in the VBO queue: #2023479: Release of VBO 6.x-1.16 because 6.x-1.15 gives a fatal error
Comment #7
decipheredSo I've taken a deeper look into this, and VBO 6.x-1.14 is just broken, the primary issue I encountered when I first ran it and got a nasty error is there in the latest dev, which is a function that isn;t getting enough arguments sent to it (_views_bulk_operations_hash_object()), and even when I did a quick fix for that, the View just doesn't render.
I strongly recommend sticking with 6.x-1.13 with the path for the time being, it works, and it ain't broke....
Comment #8
helmo commented@Deciphered: Do you have an issue about this?
Comment #9
ergonlogicI posted #2025215: _views_bulk_operations_hash_object() is not passed enough arguments in theme_views_node_selector about this, and attached a simple little patch.
Comment #10
ergonlogicWith no small amount of chagrin, I've requested another VBO release to include that patch :-$
Anyway, it works fine for me running on VBO's 6.x-1.x with that patch, but it'd be great to get more testing of this.
Comment #11
ergonlogicI've updated our drupal-org.make to VBO 1.15 with the new patch in ac479fc.
I'm downgrading the priority, as the patch was trivial, and has already been merged. Now we're just waiting on a new release.
Comment #12
anarcat commentedit seems 1.16 was released, did anyone test it? coming from #2085977: Please Update Views Bulk Operations to 6.x-1.16
Comment #13
helmo commented6.x-1.16 has been released.
I've updated the makefile