我的知识记录

请问织梦发布文章无法远程图片保存到本地服务器

  • 检查 php.ini 文件中的 allow_url_fopen 是否设置为 On
  • 检查 upload_tmp_dir 是否设置并有写权限
  • 打开 /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);

标签:织梦发布文章的人是谁-织梦定时发文章功能-织梦怎么采集文章-织梦如何上传视频-织梦怎么上传图片-

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

上一篇:请问网站如何添加流量统计代码?

下一篇:请问网站后台照片怎么修改,如何更新网站后台的照片