Closed (duplicate)
Project:
Terms of Use
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2011 at 09:14 UTC
Updated:
7 Jul 2012 at 22:18 UTC
Jump to comment: Most recent file
Comments
Comment #1
mesr01 commentedSame here.
Comment #2
antel commented+1
Seems like the safe_value key does not exists when using a Text format that is not cacheable (that is, containing one or more input filters with the cache option set to false).
Comment #3
luckystrikerin commentedsubs
Comment #4
wipeout_dude commentedI am having the same issue.. Was working, then I changed the page referenced by the module and got the error..
Anyone have a fix?
EDIT:
Fixed it by changing from Full HTML to Filtered HTML.. Haven't investigated the difference but at least its working..
Comment #5
pmat commentedSame problem here, I solved applying the attached patch to terms_of_use.module
Hope this help.
Regards
Comment #6
mesr01 commentedThe patch didn't work for me but I was able to solve the problem simply by changing
['safe_value']for['value']in file terms_of_use.module, line 88.Comment #7
mesr01 commentedComment #8
offerman commentedThe patch does not help me: the message is still there, and the text field is empty.
So I went for the simple solution as proposed in #6.
Now the message is gone and the text field is filled properly :-)
Comment #9
tvilms commentedI've just done a clean install of D7.10 and Terms of Use 7.x-1.1. I saw this same error when first trying to create a new error. Comment #6 didn't fix it for me. However the patch appears to have solved the problem. It's odd - it's the opposite of what @offerman did. But that's what worked for me.
Comment #10
javier.drupal.2012 commentedNumber #5 works to me
Thanks!!!
Comment #11
kars-t commentedDuplicate of #1378600: Undefined language in user_registration_form_alter