当前位置:主页 > Tags标签 > 网站首页Taglist
DedeCMS不能下载远程图片实现图片本地化解决方法
发布时间:2020-10-28作者:余斗分类:[DedeCMS]浏览:次

DEDE图片本地化失效的主要原因: 服务器上的运行环境中禁用了fsockopen()函数 解决方案一: 在用fsockopen()的地方用stream_socket_client()函数代替。 具体修改地方是 /include/dedehttpdown.class.php 第507行: $this-m_fp = @fsockopen($this-m_host, $this-m_port, ......
阅读全文>>1条