WPIntell

Source evidence

PHP warnings in debug.log

React & Share – Customizable Reaction Buttons · support · 2017-04-02T18:15:00+00:00

complaintsentiment
mediumseverity
0.92relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

7 / 36 rows with source links

19.4% 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
thomasmuntz1 unresolved
Hi, after install your plugin i get follow messages in the debug.log. I use php 7.0. PHP Notice: Undefined index: posts in …\plugins\react-and-share\rns.php on line 544 PHP Warning: Invalid argument supplied for foreach() in B:\b_sync\Programmierung\XAMPP\htdocs\ttc\wp-content\plugins\react-and-share\rns.php on line 544 Hi! Thanks for letting us know. We’ll take a look at the issue. Our next update is due next week at the latest, it should be fixed by then 🙂 I’ll update the status here once the update is done. – Timo Hi, I’m also get the same error. I’m fixing it with these lines below: function getReactions() { if (!isset($_POST[“posts”])) { wp_send_json(array(”=>”)); } Hope this helps. Cheers …

Comments

2 shown
Dekko 2017-04-04T06:37:00+00:00

Hi! Thanks for letting us know. We’ll take a look at the issue. Our next update is due next week at the latest, it should be fixed by then 🙂 I’ll update the status here once the update is done. – Timo

martinus.suherman 2017-07-01T17:56:00+00:00

Hi, I’m also get the same error. I’m fixing it with these lines below: function getReactions() { if (!isset($_POST[“posts”])) { wp_send_json(array(”=>”)); } Hope this helps. Cheers …