Active
Project:
Variable
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2012 at 09:02 UTC
Updated:
23 Sep 2013 at 14:44 UTC
Hi,
after first installation of Commerce Email, i get this error:
•Notice: Undefined index: module en variable_type_include() (línea 421 de .../modules/variable/variable.module).
•Notice: Undefined index: module en variable_type_include() (línea 421 de .../modules/variable/variable.module).
•Notice: Undefined index: module en variable_type_include() (línea 421 .
i have commerce 7.x-1.2 and multilanguage, variable 7x.1.1 and variable email.
Comments
Comment #1
timodwhit commentedSame. Any update?
Comment #2
fernly commentedI got the same issue. It seems there is a problem with the email's body field?
Comment #3
fernly commentedThe problem lays within the variable_email module.
In the file variable_email.variable.inc change this function:
to
Changes are on line 28:
The variable type of the email body can't be "text_format", this has to be "text".
The field is now displayed as a textarea, no text filters available here. But at least we now have a field to edit the mail body. Perhaps some more changes are needed? Cheers.
Comment #4
timodwhit commentedIt would be nice to be able to filter what type of text is used, but making the change is hugely beneficial and now addresses the issue as to why this module wasn't displaying properly! Thanks for the fix!
This was definitely a highlight of the week for me. :-)
Comment #5
elmotri commentedWorks with the dev version of variable. http://drupal.org/project/variable
Comment #6
aidanlis commentedNot for me ...
Comment #7
aidanlis commentedThe change in #3 works for me.
Comment #8
denes.szabo commentedAfter upgrade the variable module to the dev version, then it works.
Comment #9
kristofferwiklund commentedUpgrading the variable module to the dev version also works for me.
Comment #10
drasgardian commentedUpgrading the variable module to the latest dev did not fix this for me. But the change in #3 did work.
Comment #11
mgiffordMoving this to the Variable module as this seems to be where it should be managed.