WPIntell

Source evidence

Error logging

Keyring · support · 2017-03-16T05:48:00+00:00

questionsentiment
mediumseverity
0.84relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

6 / 32 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
andy14 resolved
Is it possible to debug “connection not working properly” errors in any more detail? I’m having issues where my authorised Eventbrite connection is randomly dropping out, then reconnecting automatically minutes or hours later. I’m keen to where in the stack this is happening. If you add define( 'KEYRING__DEBUG_MODE', true ); into your wp-config.php file, Keyring (the base layer of the Eventbrite plugin) will output a bunch of additional debugging information into your server’s error log, which may help you figure out what’s going on. Thanks @beaulebens , that did the trick!

Comments

2 shown
Beau Lebens 2017-03-16T14:58:00+00:00

If you add define( 'KEYRING__DEBUG_MODE', true ); into your wp-config.php file, Keyring (the base layer of the Eventbrite plugin) will output a bunch of additional debugging information into your server’s error log, which may help you figure out what’s going on.

andy14 2017-03-21T02:00:00+00:00

Thanks @beaulebens , that did the trick!