Conversation
supportNotice: 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.
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.