Please Change Error Code and Update $_SERVER[‘HTTP_X_REQUESTED_WITH’]
-
I’am Use WP Meteor on PHP 8.0, but showing error on plugins query monitor in file wp-content/plugins/wp-meteor/engine/Is_Methods.php:84
I check code error in lines 84, but only create @ before $_SERVER[‘HTTP_X_REQUESTED_WITH’]
I Change or Modification this ->
$_SERVER[‘HTTP_X_REQUESTED_WITH’]) != ‘xmlhttprequest’
To
->
(isset($_SERVER[‘HTTP_X_REQUESTED_WITH’]) && strtolower($_SERVER[‘HTTP_X_REQUESTED_WITH’]) != ‘xmlhttprequest’)
Now fixed.
The page I need help with: [log in to see the link]
- The topic ‘Please Change Error Code and Update $_SERVER[‘HTTP_X_REQUESTED_WITH’]’ is closed to new replies.