• Resolved speleo

    (@speleo)


    Hi, I’m seeing this error in my logs
    PHP Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, string given in …/wp-content/plugins/iframe/iframe.php:46

    placing this in front of line 46 should help

    //added to fix  PHP Fatal error:  Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array
    if (! is_array($atts)) {
        $atts = array();
    }

    PHP version 8.1.27

Viewing 1 replies (of 1 total)
  • Plugin Author webvitaly

    (@webvitaly)

    Hi @speleo

    Thank you very much for your feedback. I released new version with the provided fix. Please let me know if that works good now.

    Kind regards,
    Webvitaly

Viewing 1 replies (of 1 total)
  • The topic ‘php 8.1.x fatal error’ is closed to new replies.