• Resolved gmichaels

    (@gmichaels)


    I installed this plugin abbut after it didn’t work with my theme, there is now a lingering error message when I visit the eidget page in the admin –

    Header information – headers already sent by (output started at /home4/fw3f8wcv/buffaloeclipse.org/wp-content/plugins/widget-countdown/includes/widget.php:394) in /home4/fw3f8wcv/buffaloeclipse.org/wp-admin/includes/misc.php on line 1126

    Warning: Cannot modify header information – headers already sent by (output started at /home4/fw3f8wcv/buffaloeclipse.org/wp-content/plugins/widget-countdown/includes/widget.php:394) in /home4/fw3f8wcv/buffaloeclipse.org/wp-includes/option.php on line 919

    Warning: Cannot modify header information – headers already sent by (output started at /home4/fw3f8wcv/buffaloeclipse.org/wp-content/plugins/widget-countdown/includes/widget.php:394) in /home4/fw3f8wcv/buffaloeclipse.org/wp-includes/option.php on line 920

    I have deleted this plugin and the ensured the plugin folder has been removed from the wp-content/plugins folder but the message is still being displayed.

    How does one get this message removed? I am not using any cache plugins.

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

    (@wpdevart)

    Hi dear user.

    Maybe there is a sever cache. If you removed the plugin then you should not receive such message, it is cache issue.

    Also, install again the plugin and remove this part from code(from widget.php) –

    global $pagenow;
     if( $pagenow == 'widgets.php') {
    	echo '
    	<style>
    	.pro_feature{
    	font-style:italic;
    	}
    	</style>';
     }

    We will remove it on next updates.

    Thanks.

    Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    We are going to close this topic, if you have other questions then contact us again.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘headers already sent message after uninstalling plugin’ is closed to new replies.