Support » Plugin: OS Integration » Does not work

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Greg Ross

    (@gregross)

    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.

    Plugin Author Greg Ross

    (@gregross)

    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.

    Plugin Author Greg Ross

    (@gregross)

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

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Does not work’ is closed to new replies.