• I think a simple check for the $object[‘id’] is enough to solve the issue.

    PHP Warning: Undefined array key “id” in …/public_html/wp-content/plugins/integromat-connector/class/class-rest-response.php on line 37

    If you want I can give you more details but reading the code is pretty self explanatory.

Viewing 1 replies (of 1 total)
  • Michael

    (@mdorchain)

    I can confirm the issue. It’s so bad that it foods stderr and crashes PHP.
    A simple if ( isset( $object[‘id’] ) ) … does the trick.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.