• Resolved SANBROS

    (@sanbrosstudio)


    When I open Contact Form 7 tab in WordPress backend, I receive this error

    Warning: key_exists(): The first argument should be either a string or an integer in [url.domain]/wp-content/plugins/customer-area/src/php/core-classes/plugin.class.php on line 369.

    PHP server version is 7.2, can I fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Vincent Mimoun-Prat

    (@vprat)

    Hi,

    That line is:

    if (isset($_GET['post']) && key_exists(get_post_type($_GET['post']), $managed_types)) return true;

    We would need to know what is the value of $_GET['post'] and what get_post_type($_GET['post']) returns.

    Plugin Contributor Thomas

    (@tlartaud)

    Fixed in 7.7.0

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Warning with Contact Form 7’ is closed to new replies.