• My Jetpack is giving me these error message:

    Your Jetpack has a glitch. Something went wrong that’s never supposed to happen. Guess you’re just lucky: xml_rpc-32700
    Try connecting again.
    Error Details: The Jetpack server could not communicate with your site’s XML-RPC URL. Please check to make sure https://www.brittonchurch.com/xmlrpc.php is working properly. It should show ‘XML?RPC server accepts POST requests only.’ on a line by itself when viewed in a browser and should not have any blank links or extra output anywhere.

    So I checked the xmlrpc.php page and this is what I see:

    Warning: ini_set() has been disabled for security reasons in /home/britton/public_html/wp-includes/load.php on line 287

    Warning: Cannot modify header information – headers already sent by (output started at /home/britton/public_html/wp-includes/load.php:287) in /home/britton/public_html/wp-includes/class-IXR.php on line 398
    XML-RPC server accepts POST requests only.

    I check the code, but I don’t know exactly what to correct, this is what it says:

    error_reporting( E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR );
    	}
    	if ( defined( 'XMLRPC_REQUEST' ) )
    		ini_set( 'display_errors', 0 );
    }

    Any help would be much appreciated.

Viewing 1 replies (of 1 total)
  • Can you confirm that XML RPC is enabled and active on the site?

    Some hosts disable it by default for security reasons.

    Go ahead and test your site using the following site:
    https://xmlrpc.eritreo.it/

    I would contact your host provider and ask them if they have disabled, or altered XML RPC in any way because it’s not working as it should be on your site/server.

Viewing 1 replies (of 1 total)
  • The topic ‘Headers already sent by Error Message – HELP!!’ is closed to new replies.