Full error text:
Recoverable fatal error: Argument 1 passed to drupal_http_build_query() must be an array, string given, called in includes/common.inc on line 2198 and defined in drupal_http_build_query() (line 477 of includes/common.inc).

Patch follows.

CommentFileSizeAuthor
#1 wikitools-1774042-1.patch1.66 KBdmitriy.trt

Comments

dmitriy.trt’s picture

Status: Active » Needs review
StatusFileSize
new1.66 KB

Query string passed to wikitools_wikilink_url() (and eventually to url()) must be converted to an array.

Bastlynn’s picture

I've confirmed this is still an issue on the latest version and the solution works. The patch may need to be rerolled, but putting the change in by hand worked.

Bastlynn’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community