When trying to work with the action 'Send SMS message to user' I get the error (after having picked my User and Message data selectors) 'Missing required module SMS Framework'.

I think this is because the 'module' key in the 'sms_action_user_send' array of the array returned by the function sms_user_rules_action_info should be set to 'sms_user' rather than 'SMS Framework'.

I imagine it's the same case for the 'sms_action_match_user' array as well.

Hope this helps,

David

Comments

phillipclarke29’s picture

DaveyM

Can you be a bit more specific about how to fix this?

Thanks

Philip

vanul’s picture

the same mistake - missing module and don't work at all

vanul’s picture

Status: Active » Needs work
vanul’s picture

Priority: Normal » Critical
Amirhossein Rajabi’s picture

I changed 'module' => 'SMS', to 'module' => 'sms_user', on sites/all/modules/smsframework/modules/sms_user.rules.inc.

it works for me.

alansaviolobo’s picture

Issue summary: View changes
Status: Needs work » Needs review
StatusFileSize
new1.56 KB

I belive this patch would help. Kindly review.

almaudoh’s picture

I set this up and it worked okay without the patch. Can someone give me steps to recreate the error so I can better review the patch.

  • Commit ae2a904 on 7.x-1.x by almaudoh:
    Issue #1915092 by alansaviolobo | DaveyM: Fixed Rules Actions: Missing...
almaudoh’s picture

Have been able to replicate the error. Patch is good. Committed and pushed to 7.x-1.x. Thanks.

almaudoh’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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