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).| Comment | File | Size | Author |
|---|---|---|---|
| #2 | expire-debug_log_warnings-2584935-2.patch | 698 bytes | alex.bukach |
Comments
Comment #2
alex.bukach commentedIt happens because urls in
ExpireAPI::debugLog()may be arrays, not strings (as set inExpireAPI::processInternalPaths).