mhnt144
Member
Posted 5 years ago #
Hello,I'm currently using the latest wp version(2.1.3) and a few minutes ago I've noticed a problem in my wp-admin panel.
The error never happend before,so it's kinda weird.
The error is:
XML-RPC Error:-32300:transport error - could not open socket: 111 Connection refused
I see it in the upper side of the admin panel,the error has the orange color
mhnt144
Member
Posted 5 years ago #
nobody knows what's with this error?
mhnt144
Member
Posted 5 years ago #
I was looking in the php code of PJW version check and there I saw this "thing":
if (($this->options["last_run"] + ( 15 * 60)) < time() || $this->options["last_version"] != $wp_version)
{
$ixrcli = new IXR_Client('http://sandbox.ftwr.co.uk/xmlrpc/wp.php',false,80,15);
$ixrcli->useragent = 'IXR';
$ixrcli->useragent .= ' -- WordPress/'.$wp_version;
$ixrcli->useragent .= ' -- VC/'.$this->version;
$ixrcli->useragent .= ' ('.get_bloginfo('url').')';
My thought is that the plugin used the a php code from the creator's website to check the version,and the creator's website of PJW seems to be down.
I get the same error
XML-RPC Error:-32300:transport error - could not open socket: 111 Connection refuse