I'm actually using SMS Bulk 6.x-1.1 to send to a list (from views) SMS and emails. Since I upgraded to Views Bulk Operations (VBO) 6.x-1.9 to 6.x-3.x-dev (2010-Mar-24) I got following error: You must select at least one row.
The issue is probably related to smsbulk_send_sms_to_user_action.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | smsbulk_vbo_1.10.patch | 5.79 KB | gunzip |
Comments
Comment #1
infojunkieThe following changes have been made in the latest VBO 6.x-1.x-dev and 6.x-3.x-dev , affecting SMS Bulk:
* The
$context['view']is no longer a view object: it is an array('vid', 'exposed_input', 'arguments') from which you can recreate the view. The reason is that saving the view object led to all sorts of serialization problems.* The node selection array is no longer indexed by nid, because that made it impossible to have the same nid in multiple rows. The index is now a sequence number.
*
$context['row']has been added, holding the actual views row.Sorry for the inconvenience but I believe these changes should be beneficial on the long run. VBO 1.10 and 3.10 will be the first release to contain these changes.
Comment #2
Anonymous (not verified) commentedso is SMS Bulk going to be useless?
Comment #3
gunzip commentedi'll look at this when i've some time
EDIT: _after_ the stable vbo 3.x comes out.
Comment #4
infojunkieYou can still use SMS Bulk with VBO 1.9.
Comment #5
mrp40 commentedIs there any chance someone may have looked at this issue to make SMS Bulk work with VBO 1.10? I've just set it up to work with 1.9 and it's fantastic, but I don't like the big red SECURITY UPDATE on the updates page. It also affects my ability to use Drush to update my modules.
infojunkie: In your opinion how tricky is the fix for this?
Comment #6
gunzip commentedi'll try to fix this before the end of c.m. (sorry for the delay i'm pretty busy in this period)
Comment #7
infojunkieRe #5: I tried to outline in #1 the required changes to SMS Bulk to support VBO 1.10. I haven't looked at the SMS Bulk code again so I have nothing to add at this time :-)
Comment #8
gunzip commentedi've created a new 6.2 release to address latest vbo changes so users can still use the 6.1 release with vbo < 1.9.
it should be available tomorrow. in the meantime here's a patch against the latest smsbulk-6.1-dev for upgrading to 6.2.
Comment #9
Anonymous (not verified) commentedupgrading to SMS Bulk 6.x-2.0 and Views Bulk Operations (VBO) 6.x-1.x-dev (2010-Oct-13) solves the problem