WPIntell

Source evidence

PHP Error setting the cookie

If-So Dynamic Content – Elementor & All Page Builders Personalization · support · 2024-03-27T13:34:00+00:00

mixedsentiment
mediumseverity
0.79relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

2 / 31 rows with source links

6.5% 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
Stefano Lissa resolved
Hi, while helping a user with his site, we found an error generated by line 578 of the file extended-shortcodes.php (taking the code from the trunk). The line is: if(!empty($atts['time'])) $time = time() + $atts['time']; and the error is “Unsupported operand types: int + string”. I’m not a user of this plugin, maybe the shortcode was used incorrectly or it could be a problem with the PHP version. I suggest to change the code to if(!empty($atts['time'])) $time = time() + (int)$atts['time']; that should solve the problem. Thanks. Hi Stefano, Thanks! We published a new version with the fix.

Comments

1 shown
If-So Dynamic Content 2024-03-28T08:23:00+00:00

Hi Stefano, Thanks! We published a new version with the fix.