Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] DZ 7.2 开通QQ互联后,主页文字广告出现错误

[复制链接]
ㄣ尒寶o┈ω 发表于 2011-8-28 17:16:12 | 显示全部楼层 |阅读模式

DZ 7.2 开通QQ互联后,主页文字广告出现错误“Warning: addslashes() expects parameter 1 to be string, array given in E:\web\yescto\bbs\plugins\qqconnect\connect.class.php on line 124
”        其他帖子地址正常!

dongdong0925 发表于 2011-8-29 10:28:59 | 显示全部楼层
之前的一个bug,已修复。
方法:
找到plugins\qqconnect\connect.class.php文件
搜索代码
  1. $first_post = array_map('addslashes', $GLOBALS['postlist'][$firstpid]);
复制代码
改为
  1. $first_post = daddslashes($GLOBALS['postlist'][$firstpid]);
复制代码
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-24 20:09 , Processed in 0.019912 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表