Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter toonamisquadadmin

    (@toonamisquadadmin)

    [URL=https://tinypic.com/r/2hwfckx/9]View My Video[/URL]

    Thread Starter toonamisquadadmin

    (@toonamisquadadmin)

    <embed width=”440″ height=”420″ type=”application/x-shockwave-flash” src=”https://v9.tinypic.com/player.swf?file=2hwfckx&s=9″><br><font size=”1″>Original Video – More videos at TinyPic</font>

    Thread Starter toonamisquadadmin

    (@toonamisquadadmin)

    Click the link to watch the screen capture of the error: https://www.youtube.com/watch?v=2fpJY4DHZcI

    Plugin Contributor Stef (a11n)

    (@erania-pinnera)

    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:
    https://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’ ‘https://www.toonamisquad.com/xmlrpc.php&#8217; && 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 ??

    Thread Starter toonamisquadadmin

    (@toonamisquadadmin)

    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:
    https://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' 'https://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: https://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>' 'https://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 ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Jetpack error/ Admin page not loading’ is closed to new replies.