无法连接wordpress CRM插件

时间:2016-11-01 14:39:54

标签: php wordpress

我正在使用这个名为“Cart2CRM”的插件,它曾经工作好几天。 现在我得到这个错误:

  

警告:fsockopen():无法连接到crm.website.nl:80   (连接拒绝)in   /var/www/vhosts/website.nl/httpdocs/wp-content/plugins/Cart2CRM/inc/admin/nusoap.php   在2330行

第2330行:

$this->debug('calling fsockopen with host ' . $host . ' connection_timeout ' . $connection_timeout);
        ini_set('display_errors',1);
        // open socket
        if($connection_timeout > 0){
            $this->fp = fsockopen( $host, $this->port, $this->errno, $this->error_str, $connection_timeout);
        } else {
2330 -->            $this->fp = fsockopen( $host, $this->port, $this->errno, $this->error_str);
        }

0 个答案:

没有答案