When I activate the module, no matter what content type, I get the message below in a red box. Any ideas where I can start to resolve it?
Dale
-------------------------------------------------------------------------
fields: Array
(
[0] => content/body/#value
)
module reptags: Array
(
)
table reptags: Array
(
)
content: stdClass Object
(
[nid] => 1
[vid] => 1
[type] => webform
[status] => 1
[created] => 1174225543
[changed] => 1174742914
[comment] => 0
[promote] => 0
[sticky] => 0
[revision_timestamp] => 1174742914
[title] => Learn More
[body] => Learn more about list building. Make sure you whitelist our email address before you request our email.
[teaser] => Learn more about list building. Make sure you whitelist our email address before you request our email.
[log] =>
[format] => 2
[uid] => 0
[name] =>
[picture] =>
[data] =>
[confirmation] => You will be receiving an email soon, getting you started with list building.
[redirect_post] => 0
[submit_limit] => -1
[submit_interval] => 157784630
[email] =>
[email_from] => Default
[email_subject] => Default
[additional_validate] =>
//if ($num == "") {
//$num = 0;
//};
//$num++;
[additional_submit] =>
num = 1
[webformcomponents] => Array
(
[1174180953] => Array
(
[cid] => 1174180953
[name] => Name
[type] => textfield
[value] =>
[extra] => Array
(
[description] => Your name here
[maxlength] =>
[width] => 25
)
[mandatory] => 1
[parent] => 0
[weight] => 0
)
[1174181366] => Array
(
[cid] => 1174181366
[name] => Email
[type] => email
[value] =>
[extra] => Array
(
[description] => Your email address here
[width] => 25
)
[mandatory] => 1
[parent] => 0
[weight] => 1
)
[1174181500] => Array
(
[cid] => 1174181500
[name] => Captcha
[type] => captcha
[value] =>
[extra] => Array
(
[description] => Security Mesure
)
[mandatory] => 1
[parent] => 0
[weight] => 2
)
[1174668873] => Array
(
[cid] => 1174668873
[name] => Hidden
[type] => hidden
[value] => test
[extra] =>
[mandatory] => 1
[parent] => 0
[weight] => 3
)
)
[taxonomy] => Array
(
)
[content] => Array
(
[body] => Array
(
[#value] => Learn more about list building. Make sure you whitelist our email address before you request our email.
)
[webform] => Array
(
[#value] =>
[#weight] => 10
)
)
)
Comments
Comment #1
profix898 commentedSeems like you have the debug output enabled ... please go to the reptag admin pages and disable debugging under 'Expert - Settings' section.
Comment #2
dsextonj commentedThanks, that fixed that problem. Next, I have the 'Show 'Rep[lacement]Tags - Help' section on add/edit node pages' checkmark ticked, but Help doesn't show in add/edit.
Dale
Comment #3
dsextonj commentedI also have added (as a test) {date} tag, but all that shows is {date} in the content.
Comment #4
dsextonj commentedOk, works fine on a static page. I also have Webform installed and it is checked to work for that module, but the tags do not work there. Probably not compatable... :(
Comment #5
profix898 commented