• Twinkling82

    (@twinkling2405)


    Using WordPress 2.9.2 and the Arras theme. When I activated the plugin, it said this: Warning: Cannot modify header information – headers already sent by (output started at /customers/gamingirl.com/gamingirl.com/httpd.www/wp-content/themes/arras-theme/library/widgets.php:665) in /customers/gamingirl.com/gamingirl.com/httpd.www/wp-content/plugins/wp-greet-box/wp-greet-box.php on line 1433

    I googled the httpd thing, and it stands for hyper text transfer protocol daemon, http://en.wikipedia.org/wiki/Httpd – and up until now, I thought it was a typo somewhere that I made, didn’t see, saved and uploaded.

    Anyway, my server shows in the http errors the above message with the header information.

    Anyone else tried this?

    http://wordpress.org/extend/plugins/popularity-contest/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Twinkling82

    (@twinkling2405)

    A little more information.
    Related post plugin with thumbnails and wp captcha free doesnt work either. Related posts doesn’t even show at the plugins list in the admin panel.

    The code around line 868 in pluggable is:

    if ( !$location ) // allows the wp_redirect filter to cancel a redirect
    		return false;
    
    	$location = wp_sanitize_redirect($location);
    
    	if ( $is_IIS ) {
    		header("Refresh: 0;url=$location");
    	} else {
    		if ( php_sapi_name() != 'cgi-fcgi' )
    			status_header($status); // This causes problems on IIS and some FastCGI setups
    LINE 868!!!!	header("Location: $location", true, $status);
    	}
    }
    endif;
    
    if ( !function_exists('wp_sanitize_redirect') ) :
    /**
     * Sanitizes a URL for use in a redirect.
     *
    Thread Starter Twinkling82

    (@twinkling2405)

    It seemed like something had fucked with the widget.php file in the arras library. I tried to clear out the code written in it, but then the option to have the arras theme tabbed sidebar widget is gone.

    I can’t figure out what to remove or rewrite in the widgets.php to clear out the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Popularity Contest] php error’ is closed to new replies.