Closed (fixed)
Project:
Advertisement
Version:
5.x-1.x-dev
Component:
ad_text.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2007 at 01:20 UTC
Updated:
21 Sep 2007 at 14:12 UTC
Hi,
I have an affiliate link, which looks like this (but edited):
http://click.linksynergy.com/fs-bin/click?id=*LPYredf34g&offerid=11218.10330061&type=3&subid=3
And it wouldn't let me save it. The error i got was:
"You must specify a valid Destination URL."
Any way to account for that?
thanks,
mark
Comments
Comment #1
jeremy commentedThe ad_text module validates URLs using Drupal's valid_url() function defined in common.inc. The problem appears to be the
*in the URL -- valid_url() does not allow that character. As that is a valid URL, a bug should be filed against Drupal core.Comment #2
jeremy commentedBTW: If you replace the
*with%2A, does the link still work properly? Or does that break the affiliate system?Comment #3
marqpdx commentedthat appears to work (the
%2Apart).thanks.
i'll submit something to core.
best,
m
Comment #4
jeremy commentedGlad you've gotten things working. Updating issue status.
Comment #5
(not verified) commented