我的知识记录

请问织梦DeDecms无法自动提取缩略图的两种解决方法

  1. 方法一:替换 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);
  2. 方法二:修改 imtypes 数组

    • 编辑 include/c.php 文件,找到:     imtypes = array 修改为:     imgtypes = array

标签:织梦无法生成html-织梦dedecms插件-安装织梦出现dir-织梦前台数据不能存入中文-织梦admin打不开-

更新时间:2025-04-11 01:06:07

上一篇:请问织梦DEDECMS更新生成内容的速度很慢的解决办法

下一篇:请问服务器环境配置问题