Venom Rush
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] SELF test failsI’m abandoning the use of JetPack. Integration shouldn’t be this difficult to get working.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] SELF test failsHi Darnell
Only saw your response now. I’ve listed what I’ve tried above.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] SELF test failsFor 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 signedEDIT:
– 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.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] SELF test failsThis 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] => ) )Forum: Fixing WordPress
In reply to: Redirects not working in admin backendI 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.
Forum: Plugins
In reply to: Contact Form 7: using $_POST data as $_GET variables in urlOk, I found this tutorial that gives a brief description of using posted form data in server side instead of mailing it.
But it doesn’t tell me which file I need to place the code. Anyone have any ideas?
Forum: Fixing WordPress
In reply to: Jquery doesn't work but javascript does…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.