Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Venom Rush

    (@venom-rush)

    I’m abandoning the use of JetPack. Integration shouldn’t be this difficult to get working.

    Thread Starter Venom Rush

    (@venom-rush)

    Hi Darnell

    Only saw your response now. I’ve listed what I’ve tried above.

    Thread Starter Venom Rush

    (@venom-rush)

    For the sake of completeness this is what I’ve tried:

    – Made sure XML-RPC is enabled within wordpress admin using the plugin “Control XML-RPC publishing”
    – Contacted hosting company to make sure xml-rpc isn’t blocked
    – Deactivated and deleted JetPack plugin and reinstalled it multiple times
    – Disabled all themes (used default Twenty Fourteen theme) and plugins apart from JetPack.
    – I’ve checked that the SSL certificate has a rating of A or better and that it’s not self signed

    EDIT:
    – Tried all the steps mentioned here https://jetpack.com/support/getting-started-with-jetpack/troubleshooting-tips/

    I know I’ve tried a few other things but I can’t recall what they were.

    • This reply was modified 7 years, 4 months ago by Venom Rush.
    • This reply was modified 7 years, 4 months ago by Venom Rush.
    • This reply was modified 7 years, 4 months ago by Venom Rush.
    Thread Starter Venom Rush

    (@venom-rush)

    This is the error from the debug

    SELF:
    							Array
    (
        [headers] => Requests_Utility_CaseInsensitiveDictionary Object
            (
                [data:protected] => Array
                    (
                        [server] => nginx
                        [date] => Wed, 30 Jan 2019 12:02:50 GMT
                        [content-type] => text/plain;charset=utf-8
                        [expires] => Wed, 11 Jan 1984 05:00:00 GMT
                        [cache-control] => no-cache, must-revalidate, max-age=60
                        [x-hacker] => Jetpack Test
                        [x-ac] => 2.jnb _dca
                        [strict-transport-security] => max-age=15552000
                    )
    
            )
    
        [body] => {"error":"Could not fetch your site data","error_description":"We were unable to fetch the data from your Jetpack-powered site, the communication channel seems to be broken."}
        [response] => Array
            (
                [code] => 400
                [message] => Bad Request
            )
    
        [cookies] => Array
            (
            )
    
        [filename] => 
        [http_response] => WP_HTTP_Requests_Response Object
            (
                [response:protected] => Requests_Response Object
                    (
                        [body] => {"error":"Could not fetch your site data","error_description":"We were unable to fetch the data from your Jetpack-powered site, the communication channel seems to be broken."}
                        [raw] => HTTP/1.1 400 Bad Request
    Server: nginx
    Date: Wed, 30 Jan 2019 12:02:50 GMT
    Content-Type: text/plain;charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Expires: Wed, 11 Jan 1984 05:00:00 GMT
    Cache-Control: no-cache, must-revalidate, max-age=60
    X-hacker: Jetpack Test
    X-ac: 2.jnb _dca
    Strict-Transport-Security: max-age=15552000
    
    {"error":"Could not fetch your site data","error_description":"We were unable to fetch the data from your Jetpack-powered site, the communication channel seems to be broken."}
                        [headers] => Requests_Response_Headers Object
                            (
                                [data:protected] => Array
                                    (
                                        [server] => Array
                                            (
                                                [0] => nginx
                                            )
    
                                        [date] => Array
                                            (
                                                [0] => Wed, 30 Jan 2019 12:02:50 GMT
                                            )
    
                                        [content-type] => Array
                                            (
                                                [0] => text/plain;charset=utf-8
                                            )
    
                                        [expires] => Array
                                            (
                                                [0] => Wed, 11 Jan 1984 05:00:00 GMT
                                            )
    
                                        [cache-control] => Array
                                            (
                                                [0] => no-cache, must-revalidate, max-age=60
                                            )
    
                                        [x-hacker] => Array
                                            (
                                                [0] => Jetpack Test
                                            )
    
                                        [x-ac] => Array
                                            (
                                                [0] => 2.jnb _dca
                                            )
    
                                        [strict-transport-security] => Array
                                            (
                                                [0] => max-age=15552000
                                            )
    
                                    )
    
                            )
    
                        [status_code] => 400
                        [protocol_version] => 1.1
                        [success] => 
                        [redirects] => 0
                        [url] => https://jetpack.wordpress.com/jetpack.testsite/1/?url=https://insurancenow.co.za/xmlrpc.php
                        [history] => Array
                            (
                            )
    
                        [cookies] => Requests_Cookie_Jar Object
                            (
                                [cookies:protected] => Array
                                    (
                                    )
    
                            )
    
                    )
    
                [filename:protected] => 
                [data] => 
                [headers] => 
                [status] => 
            )
    
    )
    Thread Starter Venom Rush

    (@venom-rush)

    I was trying to troubleshoot the problem and came across this article (http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death/) and I got to the point of adding the error reporting code to my wp-config.php file and now I have this whitescreen problem permanently as opposed to just showing up after submitting a form.

    Thread Starter Venom Rush

    (@venom-rush)

    Ok, I found this tutorial that gives a brief description of using posted form data in server side instead of mailing it.

    Mini Guide to Contact Form 7

    But it doesn’t tell me which file I need to place the code. Anyone have any ideas?

    Thread Starter Venom Rush

    (@venom-rush)

    Thanks keesiemeijer

    It turns out that I just needed to replace all my dollar symbols with “jQuery”.

    Always ends up being the simplest thing that causes the biggest problem.

Viewing 7 replies - 1 through 7 (of 7 total)