When setting a debug log message following warnings appear:

  Warning: strpos() expects parameter 1 to be string, array given in drupal_strip_dangerous_protocols() (line 1377 of includes/common.inc).
    Warning: htmlspecialchars() expects parameter 1 to be string, array given in check_plain() (line 1567 of includes/bootstrap.inc).

Comments

Alex Bukach created an issue. See original summary.

alex.bukach’s picture

Status: Active » Needs review
StatusFileSize
new698 bytes

It happens because urls in ExpireAPI::debugLog() may be arrays, not strings (as set in ExpireAPI::processInternalPaths).