[URL=http://tinypic.com/r/2hwfckx/9]View My Video[/URL]
<embed width=”440″ height=”420″ type=”application/x-shockwave-flash” src=”http://v9.tinypic.com/player.swf?file=2hwfckx&s=9″><br><font size=”1″>Original Video – More videos at TinyPic</font>
Click the link to watch the screen capture of the error: https://www.youtube.com/watch?v=2fpJY4DHZcI
Hi there,
Thanks for sending the video over π
There a couple of things going on here. First of all, I would suggest contacting your hosting provider and explaining that we are unable to access your blog via cURL, which is needed in order to use Jetpack on your site.
You can let them know we tested the following:
1. Check for access to xmlrpc.php via browser:
http://www.toonamisquad.com/xmlrpc.php
That test didn’t return a “XML-RPC server accepts POST requests only.” which is a valid result, but instead it states we’ve been blocked as the file is forbidden.
2. Check for access via cURL by running the following command from the command prompt:
curl -A “Jetpack by WordPress.com” -is -H ‘Content-Type: text/xml’ –data ‘demo.sayHello’ ‘http://www.toonamisquad.com/xmlrpc.php’ && echo
The cURL test returned the following invalid result:
—————
HTTP/1.1 403 Forbidden
Server: Apache
Content-Length: 219
Content-Type: text/html; charset=iso-8859-1
403 Forbidden
Forbidden
You don’t have permission to access /xmlrpc.php
on this server.
—————
Please provide the information above to your hosting provider so that they can correct the server settings to allow cURL access.
Once done that, check id the issue persists. If so, you want to temporarily deactivate all your plugins and check if the problem gets fixes that way. If it works, then reactivate each plugin one-by-one to find out which one is causing problems.
Let us know how that goes and if you need any further assistance π
Hi, I did as you said but I am still getting the error, it seems to be the Jetpack plugin itself causing the problem.
Here is the chat transcript with my hosting provider:
Department: Support
Full Name: Joshua Mathieu
Your Question:
Operator: Steve Minter
09:41 Your Question:
09:41 Please wait and one of our operators will be with you shortly.
09:41 You are now chatting with Steve Minter (Account Specialist) - Support
09:41 Steve Minter: Hello, how may I help you?
09:42 Joshua Mathieu: Hi, Steve I talked to someone on wordpress support forums about the Wp Dashboard Loading Error and this is what they said:
09:42 Joshua Mathieu: Hi there,
Thanks for sending the video over π
There a couple of things going on here. First of all, I would suggest contacting your hosting provider and explaining that we are unable to access your blog via cURL, which is needed in order to use Jetpack on your site.
You can let them know we tested the following:
1. Check for access to xmlrpc.php via browser:
http://www.toonamisquad.com/xmlrpc.php
That test didn't return a "XML-RPC server accepts POST requests only." which is a valid result, but instead it states we've been blocked as the file is forbidden.
2. Check for access via cURL by running the following command from the command prompt:
curl -A "Jetpack by WordPress.com" -is -H 'Content-Type: text/xml' βdata 'demo.sayHello' 'http://www.toonamisquad.com/xmlrpc.php' && echo
The cURL test returned the following invalid result:
βββββ
HTTP/1.1 403 Forbidden
Server: Apache
Content-Length: 219
Content-Type: text/html; charset=iso-8859-1
403 Forbidden
Forbidden
You don't have permission to access /xmlrpc.php
on this server.
βββββ
Please provide the information above to your hosting provider so that they can correct the server settings to allow cURL access.
Once done that, check id the issue persists. If so, you want to temporarily deactivate all your plugins and check if the problem gets fixes that way. If it works, then reactivate each plugin one-by-one to find out which one is causing problems.
Let us know how that goes and if you need any further assistance π
09:43 Steve Minter: you are blocking XML-RPC
09:43 Steve Minter: is a .htaccess file
09:43 Steve Minter: we can allow it for localhost
09:43 Joshua Mathieu: Ok.
09:56 Joshua Mathieu: Have you made the changes?
10:17 Joshua Mathieu: Hello, are you still here?
10:17 Steve Minter: one moment I will remove the block
10:17 Joshua Mathieu: Ok.
10:17 Steve Minter: It was set to be allowed from localhost
10:17 Steve Minter: but not from the outside
10:17 Joshua Mathieu: Ok.
10:17 Steve Minter: so someone checking the site remotly would not have seen a valid xmlrpc.php response
10:17 Steve Minter: <files xmlrpc.php>
order allow,deny
allow from 127.0.0.1
deny from all
errordocument 403 "This file is forbidden"
</files>
10:18 Steve Minter: wp-config.php and admin-ajax.php were also blocked to anything but localhost
10:19 Steve Minter: okay the xml-rpc api page has been opened to the world again
10:19 Steve Minter: http://www.toonamisquad.com/xmlrpc.php
10:20 Steve Minter: If you receall in our previous conversation we saw attempt to call this from the outside and blocked it
10:20 Joshua Mathieu: Yes I do remember.
10:22 Joshua Mathieu: When I login it's still giving me the same problem.
10:23 Joshua Mathieu: See screen capture recording: https://www.youtube.com/watch?v=2fpJY4DHZcI
10:27 Joshua Mathieu: It's the Jetpack plugin that is causing this.
10:27 Steve Minter: I belive this is what he is asking you to do
10:27 Steve Minter: $ curl -A "Jetpack by WordPress.com" -is -H 'Content-Type: text/xml' --data '<?xml version="1.0"?><methodCall><methodName>demo.sayHello</methodName><params></params></methodCall>' 'http://www.toonamisquad.com//xmlrpc.php' && echo
HTTP/1.1 200 OK
Date: Fri, 27 Apr 2018 17:27:24 GMT
Server: Apache
Connection: close
Transfer-Encoding: chunked
Content-Type: text/xml; charset=UTF-8
<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
<params>
<param>
<value>
<string>Hello!</string>
</value>
</param>
</params>
</methodResponse>
10:28 Joshua Mathieu: Still getting the error.
10:31 Steve Minter: okay, I made a change to the order
10:31 Steve Minter: jetpack may not have been allowed on localhost when that previous block was in place
10:31 Steve Minter: no i've structured it to where it is rejecting public and allowing on localhost.
10:32 Joshua Mathieu: Still getting the error.
10:32 Steve Minter: i will still comment it out for testing
10:32 Steve Minter: did you change anything else or are you just saying you are still getting it with the xmlrpc block disabled.
10:33 Joshua Mathieu: I removed all plugins and I don't get the error when I add Jetpack back I get the loading error.
10:34 Joshua Mathieu: So as of right now the only active plugin is Jetpack.
Thanks for taking care of that! I’m still seeing an error in your Jetpack connection, but it’s different now.
Could you please try to deactivate and delete Jetpack entirely, and then try to reinstall and reconnect?
Let me know how that goes π