Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.13
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2010 at 10:27 UTC
Updated:
25 May 2012 at 01:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedI extended the description for the meta tag given in the meta tags edit forms; the description now reports the given URL must be absolute.
Comment #3
marty.true commentedWhy was this issue marked "closed/fixed"? It is not fixed as I am receiving this error, with v6.x-1.13
Comment #4
damienmckennaPlease tell me what you filled into the field.
Comment #5
edulterado commentedI´m receiving this error message too. I introduce in the Short URL field of nodewords the "http://tinyurl.com/[number]" url created with the "http://example.com/foo/bar" of my node (I use automated path alias). Version 6.x-1.13
Comment #6
damienmckennaComment #7
damienmckennaThe module was wrapping the submitted string in drupal_urlencode() prior to validation, which caused this error.
Comment #8
damienmckennaCommitted.