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.

CommentFileSizeAuthor
#8 smsbulk_vbo_1.10.patch5.79 KBgunzip

Comments

infojunkie’s picture

Title: You must select at least one row » Design changes in VBO
Project: Views Bulk Operations (VBO) » SMS Bulk
Version: 6.x-3.x-dev » 6.x-1.1
Component: Core » Code

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

Anonymous’s picture

so is SMS Bulk going to be useless?

gunzip’s picture

Assigned: Unassigned » gunzip
Priority: Normal » Critical

i'll look at this when i've some time

EDIT: _after_ the stable vbo 3.x comes out.

infojunkie’s picture

You can still use SMS Bulk with VBO 1.9.

mrp40’s picture

Is 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?

gunzip’s picture

i'll try to fix this before the end of c.m. (sorry for the delay i'm pretty busy in this period)

infojunkie’s picture

Re #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 :-)

gunzip’s picture

Status: Active » Needs review
StatusFileSize
new5.79 KB

i'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.

Anonymous’s picture

Status: Needs review » Fixed

upgrading to SMS Bulk 6.x-2.0 and Views Bulk Operations (VBO) 6.x-1.x-dev (2010-Oct-13) solves the problem

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.