sampathsri
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HelpYes they are trying now. But I just add the lines of
<FilesMatch “xmlrpc.php”>
Allow from all
</FilesMatch>to ht access file.
Now the error is
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.sunpress.lk/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.I installed a fresh copy of wordpress and just install jetpack. But this particular error message showing every time.
Your website needs to be publicly accessible to use Jetpack: site_inaccessible
Error Details: The Jetpack server was unable to communicate with your site [HTTP 403]. Ask your web host if they allow connections from WordPress.com. If you need further assistance, contact Jetpack Support: https://jetpack.me/support/And also I correct this issue
if ( defined( ‘XMLRPC_REQUEST’ ) )
ini_set( ‘display_errors’, 0 );this code should be kept in the comments. After adding the comments the code should look like the below..
/**
if ( defined( ‘XMLRPC_REQUEST’ ) )
ini_set( ‘display_errors’, 0 );
*/and set the permissions for htaccess and xmlrpc.php to 777. But after this the error comes shown bellow…
Error
Your website needs to be publicly accessible to use Jetpack: site_inaccessible
Error Details: The Jetpack server was unable to communicate with your site [HTTP 404]. Ask your web host if they allow connections from WordPress.com. If you need further assistance, contact Jetpack Support: https://jetpack.me/support/And also my https://www.panchayudha.com/xmlrpc.php not working properly
Please help me.!