Closed (fixed)
Project:
Rules
Version:
7.x-2.x-dev
Component:
Provided Module Integrations
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2011 at 23:36 UTC
Updated:
26 May 2012 at 20:25 UTC
It is impossible to create or edit a email notification action (such as a notification for an expiring role) as every time I try to save the form, I get the error "Value must be an integer value" for the "Message Format" option. I want to select filtered or full HTML, but any selected options throws this error, prohibiting me from saving the action.
Comments
Comment #1
andregriffin commentedComment #2
fagoWhich action are you trying to configure?
Comment #3
supportPIC commentedJust change field type from int to text in uc_order_rules.inc on line 227. It seems to be ok after that. If you can confirm...
Comment #4
fago>"Value must be an integer value" for the "Message Format" option
I think that has been fixed recently for the send mail to user role action.
Comment #6
delboard commentedI'm still having the same problem in v. 7.x-3.0-beta3.
In uc_order_rules.inc, on line 236, the message format is set to integer. I tried changing it to 'text', with no results.
Issue should be open.
Comment #7
andregriffin commentedSame problem still too.
Comment #8
RKS commentedI can confirm that #3 is not working for me as well. I have nothing listed in my logs either. I have updated to all recommended versions of all of my modules including Ubercart, Rules, and Entities, although I think UC and Rules are the only involved.
Comment #9
fago>In uc_order_rules.inc, on line 236, the message format is set to integer. I tried changing it to 'text', with no results.
If it's a bug of a UC action or generally speaking of its rules integration, please file a bug in the uc queue.
Comment #10
RKS commentedThis has been corrected in the latest dev release of UC. There are multiple issues for it there so adding a new one is not needed.
Comment #11
mitchell commentedUpdated component.