Two warnings are given for the admin form:

Warning: A non-numeric value encountered in eu_cookie_compliance_admin_form() (line 330 of /eu/sites/all/modules/eu-cookie-compliance/eu_cookie_compliance.admin.inc).

This is caused by an apostrophe that's not escaped, leading to PHP trying to multiply two strings.

Comments

svenryen created an issue. See original summary.

svenryen’s picture

This patch fixes the issue.

  • svenryen committed 85807f9 on 7.x-1.x
    Issue #2900073 by svenryen: Warning: A non-numeric value encountered in...
svenryen’s picture

Status: Active » Fixed
svenryen’s picture

Status: Fixed » Closed (fixed)