• Resolved fippy

    (@dgilfillan)


    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @dgilfillan

    We are aware of this issue and we are investigating to see if it’s something we can fix on our end.

    In the meantime, you can disable either Query Monitor or Wordfence before running the import and it will work.

    Thread Starter fippy

    (@dgilfillan)

    Thanks for the recognition of the problem. Its comforting to know you guys are aware of the problem and are looking into a resolution.

    I will proceed with the temporary suggested fix of disabling either Query Monitor or Wordfence.

    Plugin Author WP All Import

    (@wpallimport)

    @dgilfillan I’m marking this as resolved since there is a workaround. We will update this thread once we know exactly what’s causing the conflict and if we can fix it on our end.

    I am also facing the same issue.After disabling the WF security WP import is working.Need to get a quick response from you..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Conflict with both Query Monitor and Wordfence’ is closed to new replies.