WPIntell

Source evidence

[Plugin: Event Page Plugin] Fix for empty %value%

Event Page Plugin · support · 2012-04-05T18:25:00+00:00

mixedsentiment
mediumseverity
0.72relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

7 / 35 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
codebrick resolved
If you’re not getting anything printing out for %value% on standard WP items (either in the admin or on your page) this fix worked for me: Change: $args = ''; (empty string) To: $args = array(); (empty array) in event-page/core/event-page.php at around line 110 http://wordpress.org/extend/plugins/event-page/ Thanks for the fix. The newest version of the plugin should fix this issue. My apologies to everyone for not getting to this sooner. I’ve just updated to the newest version, and get this error again..

Comments

2 shown
ternstyle 2012-05-15T20:56:00+00:00

Thanks for the fix. The newest version of the plugin should fix this issue. My apologies to everyone for not getting to this sooner.

Kåre Mulvad Steffensen 2013-01-11T08:46:00+00:00

I’ve just updated to the newest version, and get this error again..