Link passes a query string to the url() function where D7 calls for a query array: http://api.drupal.org/api/function/url/7

This leads to fatal errors.

CommentFileSizeAuthor
#1 955214-1_query.patch764 bytesalex_b

Comments

alex_b’s picture

Status: Active » Needs review
StatusFileSize
new764 bytes

This fixes the issue.

dunkoh’s picture

confirmed that this patch fixes issue.

I stopped getting Recoverable fatal error after patch.

Anonymous’s picture

Status: Needs review » Reviewed & tested by the community

This patch fixed the fatal error for me.

For me, the fatal error only occurred if the field did not have a link title.

jcfiala’s picture

Status: Reviewed & tested by the community » Needs work

Hmm. Although it doesn't throw out any errors, in testing it seems the query isn't actually being saved to the database.

But I'm working on it.

jcfiala’s picture

Status: Needs work » Fixed

Alright, I needed to make a few tweaks, but now the patch works. I've committed it to the cvs repository.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.