• Resolved redsand

    (@redsand)


    While running WP_DEBUG, in our log we recently noticed this:

    PHP Fatal error: Call to undefined function arra() in /XXXXXX/wp-content/plugins/wordfence/lib/wordfenceClass.php on line 2073

    Line 2073:

    $errors[] = "An invalid file was requested: " . wp_kses($file, arra());

    I think you meant array() not arra(), no?

    Also, we’re getting the following PHP Notices:

    PHP Notice: Undefined index: cName in /XXXXXX/wp-content/plugins/wordfence/lib/wordfenceClass.php on line 2086

    PHP Notice: Undefined index: cVersion in /XXXXXX/wp-content/plugins/wordfence/lib/wordfenceClass.php on line 2086

    PHP Notice: Undefined index: cerrorMsg in /XXXXXX/wp-content/plugins/wordfence/lib/wordfenceClass.php on line 2087

    PHP Notice: Undefined index: fileContent in /XXXXXX/wp-content/plugins/wordfence/lib/wordfenceClass.php on line 2090

    Please fix as soon as possible. Thank you.

    https://wordpress.org/plugins/wordfence/

Viewing 4 replies - 1 through 4 (of 4 total)
  • WFBrian

    (@wfbrian)

    Passing this on to have investigated.

    Thanks!
    brian

    Thread Starter redsand

    (@redsand)

    Hey Brian,

    Thanks for the fast response. Excellent. Looking forward to resolution.

    – Scott

    WFSupport

    (@wfsupport)

    Got the dev team on it this morning and it is fixed in the net release. Thanks for helping!

    tim

    Thread Starter redsand

    (@redsand)

    Hey Tim,

    Thank you. Glad to help…you’re welcome. Looking forward to the next release.

    – Scott

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

The topic ‘PHP Fatal Error and PHP Notices in 5.3.1.2’ is closed to new replies.