• Resolved andronidko

    (@andronidko)


    PHP Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, string given in /wp-content/plugins/analytics-cat/fca-ga.php:144
    cause of the issue in row 96, in this file:
    $value = esc_attr( $value );

    i added condition:
    if (!is_array($value)) $value = esc_attr( $value );

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gavinohanlon

    (@gavinohanlon)

    Hi Andronidko,

    Thanks for your message about this.

    The developer has made some adjustments to the plugin that looks to solve this issue.

    You can download the updated version now.

    Don’t hesitate to get back to us if there is anything else.

    All the best.

    Plugin Support gavinohanlon

    (@gavinohanlon)

    Hi Andronidko,

    I am going to mark this as “resolved” but if you have any more issues, don’t hesitate to get back to us.

    All the best.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Google Analytics fatal error’ is closed to new replies.