WPIntell

Source evidence

Does not work

OS Integration · support · 2014-06-27T17:53:00+00:00

mixedsentiment
mediumseverity
0.84relevance
4replies
Evidence onlycommercial context

Proof Health

Open evidence

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

1 / 1 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
ihadapoint resolved
Notice: Use of undefined constant OSINTVER – assumed ‘OSINTVER’ Notice: Use of undefined constant ISINTOPTIONNAME Does not load images https://wordpress.org/plugins/os-integration/ Something must be currupt on your install, both are define in the plugin file. Try removing and re-installing. If it still comes up with the error, check your php log file for errors. Closing due to inactivity. Easy solution: // Define the plugin version. DEFINE( ‘OSINTVER’, ‘1.5’ ); // Define the name of the WordPress option to use. DEFINE( ‘ISINTOPTIONNAME’, ‘osintegration_options’ ); The variables must be quoted or else you’ll get that notice. Yes, with WP_DEBUG enabled. I updated the SVN code a while ago to fix that but haven’t done a release since. Thanks.

Comments

4 shown
Greg Ross 2014-06-27T22:07:00+00:00

Something must be currupt on your install, both are define in the plugin file. Try removing and re-installing. If it still comes up with the error, check your php log file for errors.

Greg Ross 2014-07-14T17:29:00+00:00

Closing due to inactivity.

GearX 2014-09-03T22:33:00+00:00

Easy solution: // Define the plugin version. DEFINE( ‘OSINTVER’, ‘1.5’ ); // Define the name of the WordPress option to use. DEFINE( ‘ISINTOPTIONNAME’, ‘osintegration_options’ ); The variables must be quoted or else you’ll get that notice.

Greg Ross 2014-09-04T10:38:00+00:00

Yes, with WP_DEBUG enabled. I updated the SVN code a while ago to fix that but haven’t done a release since. Thanks.