The quote is from the documentation of parse_url(), which describes the conditions when it returns FALSE instead of an associative array.

path_redirect_load_multiple() doesn't check for FALSE before adding array('query' => '') to the result. This can cause a fatal "unsupported operand" error if there happens to be a bad URL in the source column. The following patch works around this.

CommentFileSizeAuthor
#1 1291128_match_operands.patch849 bytesIsland Usurper
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Island Usurper’s picture

Status: Active » Needs review
FileSize
849 bytes

--