m_fp = @fsockopen($this->m_host, $this->m_port, $errno, $errstr,10);替換為$this->m_fp = @stre">

久久久精品2019免费观看_亚洲国产精品成人久久久_69国产成人综合久久精品91_国产精品久久精品视

DEDECMS采集 提示讀取網(wǎng)址失敗的原因與解決方法

解決方法:

找到:/include/dedehttpdown.class.php 第507行

$this->m_fp = @fsockopen($this->m_host, $this->m_port, $errno, $errstr,10);
替換為
$this->m_fp = @stream_socket_client($this->m_host . ‘:’ . $this->m_port, $errno, $errstr,10);

原因:為服務(wù)器上禁用了fsockopen() 與pfsockopen() 函數(shù)造成的,在用fsockopen()或fsockopen() 的地方用 stream_socket_client()代替就可以了

未經(jīng)允許不得轉(zhuǎn)載:445IT之家 » DEDECMS采集 提示讀取網(wǎng)址失敗的原因與解決方法

贊 (0) 打賞

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

微信掃一掃打賞