PHP Fatal Error and PHP Notices in 5.3.1.2
-
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 2073Line 2073:
$errors[] = "An invalid file was requested: " . wp_kses($file, arra());I think you meant
array()notarra(), 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 2086PHP Notice: Undefined index: cVersion in /XXXXXX/wp-content/plugins/wordfence/lib/wordfenceClass.php on line 2086PHP Notice: Undefined index: cerrorMsg in /XXXXXX/wp-content/plugins/wordfence/lib/wordfenceClass.php on line 2087PHP Notice: Undefined index: fileContent in /XXXXXX/wp-content/plugins/wordfence/lib/wordfenceClass.php on line 2090Please fix as soon as possible. Thank you.
The topic ‘PHP Fatal Error and PHP Notices in 5.3.1.2’ is closed to new replies.