方法一:
php虚拟主机禁用fsockopen() 函数导致,将fsockopen() 函数替换成stream_socket_client()函数
文本编辑器打开文件目录:/include/dedehttpdown.class.php
查找:
$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);
方法二:
文本编辑器打开文件目录:/include/c.php
查找:
imtypes=array
修改为:
imgtypes = array
注:以上方法没有先后,***种方法是由于环境问题导致无法提取缩放图,第二种是由于代码问题无法提取。站长需要根据自身问题来选择合适的方法。
Pbootcms问题解决
请点击在线联系我们【点击咨询解决问题】 如果您有任何Pbootcms问题,我们将免费为您写解决教程!