• Resolved ItsPhipps

    (@itsphipps)


    I’m getting an error when activating or disabling other plugins:

    Warning: Cannot modify header information – headers already sent by (output started at (root)/wp-content/plugins/secondary-title/includes/hooks.php:147) in (root)/wp-includes/pluggable.php on line 1173

    Any ideas? Thank You

    https://wordpress.org/plugins/secondary-title/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author thaikolja

    (@thaikolja)

    That’s a small bug that is going to be fixed within the next version. In the meantime, you can comment out the action call on line 151 in includes/hooks.php.

    Change
    add_action("load-plugins.php", "secondary_title_plugins_settings_link");

    into
    // add_action("load-plugins.php", "secondary_title_plugins_settings_link");

    Thread Starter ItsPhipps

    (@itsphipps)

    Excellent… Thank You!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin Error When Activating/Disabling Other Plugins’ is closed to new replies.