请问织梦DeDecms无法自动提取缩略图的两种解决方法
-
方法一:替换
fsockopen
函数- 编辑
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);
- 编辑
-
方法二:修改
imtypes
数组- 编辑
include/c.php
文件,找到:imtypes = array
修改为:imgtypes = array
- 编辑
更新时间:2025-04-11 01:06:07
上一篇:请问织梦DEDECMS更新生成内容的速度很慢的解决办法
下一篇:请问服务器环境配置问题
转载请注明原文链接:https://www.muzicopy.com/suibi/7187.html