Hey everyone,
I've set up a cron to run the advagg-cron daily (drush -q advagg-cron > /dev/null). Every second/thrid day I get this sporadic error.

htmlspecialchars() expects parameter 1 to be string, array given       [warning]
bootstrap.inc:1828

Does anyone have an Idea why this happens?

CommentFileSizeAuthor
#4 advagg-2889570-3-fix-php-warning.patch558 bytesmikeytown2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

IckZ created an issue. See original summary.

mikeytown2’s picture

Status: Active » Fixed

I believe this has been fixed in the latest dev (See #2891378-2: Fix issue with github version reporting . Reopen if this is not the case.

  • mikeytown2 committed 9aef0e8 on 7.x-2.x
    Issue #2889570: drush cache clear: htmlspecialchars() expects parameter...
mikeytown2’s picture

The previous issue should fix it but this will prevent a non string from being passed to the t() function.

Status: Fixed » Closed (fixed)

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