Conflict with both Query Monitor and Wordfence
-
Hi with both Query Monitor and Wordfence enabled, WP All Import fails at the final import step with a 500 error giving the following info:
Fatal error: Uncaught Exception: Undefined field type. in /var/www/vhosts/xxxxxxxxxxxxxxxxxxxxxx/wp-content/plugins/wp-all-import-pro/models/model/record.php:148
relating to this function:
/**
* Magic method to resolved object-like request to record values in format $obj->%FIELD_NAME%
* @param string $field
* @return mixed
*/
public function __get($field) {
if ( ! $this->offsetExists($field)) {
throw new Exception(“Undefined field $field.”);
}
return $this[$field];
}There are lots of people who use both plugins, any ideas remedies would be helpful.
- The topic ‘Conflict with both Query Monitor and Wordfence’ is closed to new replies.