I have one site that has suddenly stopped showing in wordfence central.
I’ve followed the steps below to try and reconnect but still getting this message,
‘Unable to communicate with Wordfence plugin. Please verify Wordfence is installed and activated on this site.’
I’ve tried to clear the wordfence central connection data from
tools > Diagnostics > Clear all Wordfence central connection data
I’ve also tried to re-connect from the WP dashboard and from Wordfence central.
Can you please advise on how I can reconnect?
Thanks
]]>Since 21/03 my WordPress application can’t list WordPress plugins on the plugin page. So I installed manually a plugin (Health Check) to diagnose the problem. The message related on the plugin is “Unable to reach www.ads-software.com at 198.143.164.252: cURL error 6: Could not resolve host: www.ads-software.com”.
I tried to run ‘curl’ on Linux, running curl outside the container and inside it for ‘www.ads-software.com’. The responses were the same: the curl responded with a HTML (with 301 moved permanently). The response to the command is correct as this is happening on my desktop computer which runs a WordPress and list WordPress plugins without problems.
I cant’t list the plugins (and install form inside my WordPress plugins page) but, worse, my payment plugin isn’t working because of the same problem:
‘WP_Error in generate payment token: cURL error 6: Could not resolve host: (address of the host communicated)’.
What can I do?
]]>Thanks
It appears that your site fails to communicate correctly with Jetpack.
SELF:
Array
(
[headers] => Requests_Utility_CaseInsensitiveDictionary Object
(
[data:protected] => Array
(
[server] => nginx
[date] => Mon, 06 Nov 2017 17:43:23 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] => 3.fra _dca
[strict-transport-security] => max-age=15552000
)
)
[body] => {“error”:”Can not resolve your domain \”A record\””,”error_description”:”We were unable to resolve the A record for your domain. It is likely that you have recently registered your domain name. It takes several hours for new or transferred domain names to start working, so please come check back later. If you’re still having the same error after 48 hours, please contact your web hosting provider.”}
[response] => Array
(
=> 400
[message] => Bad Request
)
[cookies] => Array
(
)
[filename] =>
[http_response] => WP_HTTP_Requests_Response Object
(
[response:protected] => Requests_Response Object
(
[body] => {"error":"Can not resolve your domain \"A record\"","error_description":"We were unable to resolve the A record for your domain. It is likely that you have recently registered your domain name. It takes several hours for new or transferred domain names to start working, so please come check back later. If you're still having the same error after 48 hours, please contact your web hosting provider."}
[raw] => HTTP/1.1 400 Bad Request
Server: nginx
Date: Mon, 06 Nov 2017 17:43:23 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: 3.fra _dca
Strict-Transport-Security: max-age=15552000
{"error":"Can not resolve your domain \"A record\"","error_description":"We were unable to resolve the A record for your domain. It is likely that you have recently registered your domain name. It takes several hours for new or transferred domain names to start working, so please come check back later. If you're still having the same error after 48 hours, please contact your web hosting provider."}
[headers] => Requests_Response_Headers Object
(
[data:protected] => Array
(
[server] => Array
(
[0] => nginx
)
[date] => Array
(
[0] => Mon, 06 Nov 2017 17:43:23 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] => 3.fra _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://lnx.sinapsi.org/wordpress/xmlrpc.php
[history] => Array
(
)
[cookies] => Requests_Cookie_Jar Object
(
[cookies:protected] => Array
(
)
)
)
[filename:protected] =>
[data] =>
[headers] =>
[status] =>
)
)
]]>How employer and candidate can communicate about the application?
is there any way to communicate?
]]>Is there a way to communicate directly with people who installed my plugins ? By retrieving their ids or email ?
Or should i use indirect alert message into WP back end ?
Thanks a lot!
]]>The two sites are
leedshockey.com
greghilton.co.uk
The hosting provider tells me everything is ok from their end and it “used to work fine”
If I run debug from jetpack I get these errors
Your site isn’t reaching the Jetpack servers.
HTTP:
connect() timed out!
Your site isn’t securely reaching the Jetpack servers.
HTTPS:
connect() timed out!
Something has gotten mixed up in your Jetpack Connection!
IDENTITY_CRISIS:
Your error_code
option is set up as , but your WordPress.com connection lists it as
-10520
!
Your site did not get a response from our debugging service in the expected timeframe. If you are not experiencing other issues, this could be due to a slow connection between your site and our server.
SELF:
connect() timed out!
https://www.ads-software.com/plugins/jetpack/
]]>One doctor is working in several hospitals and he has to share his schedule.
His schedule is something like this. I save his schedule information in one table “wp_myscheduletable”. (All the sites has the same table “wp_myscheduletable”.)
In the morning he will arrange and public his schedule like this in site A:
A site (his user id may be 100)
10:00~
12:00~
14:00~
16:00~
Once he updates his schedule in A site, I need B site can be also updated as this:
B site (his user id may be 500)
10:00~
12:00~
14:00~
16:00~
if one patient in B site reserves the doctor’s schedule of 12:00~,
B site (his user id may be 500)
10:00~
12:00~ reserved
14:00~
16:00~
I need A site can be also updated like this:
A site (his user id may be 100)
10:00~
12:00~ reserved
14:00~
16:00~
How to do this? Is there any API helpful?
]]>