WPIntell

Source evidence

Undefined array key Warning

Make Connector · support · 2026-01-15T16:14:00+00:00

complaintsentiment
highseverity
0.76relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 33 rows with source links

12.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Zsolt Revay Giran unresolved
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. 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.

Comments

1 shown
Michael 2026-01-27T14:54:00+00:00

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.