Conversation
supportI 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.
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.
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.