• zhanyong

    (@zhanyong)


    Warning: Cannot modify header information – headers already sent by (output started at E:\web\taoker\web\wp-config.php:1) in E:\web\taoker\web\wp-admin\install.php on line 54
    I only modify mysql informations.
    Who can help me….

Viewing 1 replies (of 1 total)
  • Thread Starter zhanyong

    (@zhanyong)

    }//end function display_header();
    
    function display_setup_form( $error = null ) {
    	// Ensure that Blogs appear in search engines by default
    //54	$blog_public = 1;
    	if ( isset($_POST) && !empty($_POST) ) {
    		$blog_public = isset($_POST['blog_public']);
    	}
    
    	if ( ! is_null( $error ) ) {
Viewing 1 replies (of 1 total)

The topic ‘Help needed-Cannot modify header information’ is closed to new replies.