When I click on the link to view the URL of the item it does not work. It appears that it is appending the URL to be redirected to with my sites URL. I end up getting this: http://aquaseal.cilon.com/drupal/www.google.com where aquaseal.cilon.com/drupal is my site and www.google.com is the URL that should be redirected to. Other than that the module looks great! Can't wait to put it to good use, too bad I didn't know about drupal before christmas.

Comments

scott.mclewin’s picture

Assigned: Unassigned » scott.mclewin
Status: Active » Closed (fixed)

I have what might be a silly question for you - did you type http:// in front of the URLs when you created the wishlist entry? It's not an error condition my module checks for (I guess it should - you are the second person to report this sort of issue).

There may indeed be a problem, but my first instinct is that you entered "www.google.com" rather than "http://www.google.com".

Can you double check this and post back to tell me whether this is indeed the case? I've closed the issue - please reopen it if you entered "http://www.link.com" for your links and are still getting the results you described here.

aquaseal’s picture

Yes, that was the issue! Thanks for the help. Maybe that could go in the Readme file just for reference for now.

scott.mclewin’s picture

Ok good. Thanks for following up (so may people don't, which is why I now just close issues when I respond if I think I have the answer)

I've added some additional information to the wishlist entry screen that shows the format for the URLs. That version is checked into HEAD and can be retrieved directly from the cvs repository.