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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] 7.2互联有个问题不知道是不是BUG

[复制链接]
hzacc 发表于 2011-8-23 11:58:03 | 显示全部楼层 |阅读模式
本帖最后由 hzacc 于 2011-8-23 14:42 编辑

用站长的账号登录,只要打开其他人发的帖子,都会在页头出现两行提示:
Warning: addslashes() expects parameter 1 to be string, array given in D:\wwwroot\hzacc\wwwroot\plugins\qqconnect\connect.class.php on line 124

Warning: addslashes() expects parameter 1 to be string, array given in D:\wwwroot\hzacc\wwwroot\plugins\qqconnect\connect.class.php on line

打开自己发的帖子没这个错误出现。

这个错误在官方默认的模板也一样出现。


 楼主| hzacc 发表于 2011-8-23 12:01:40 | 显示全部楼层
普通会员账号登录查看帖子没这问题
回复

使用道具 举报

dongdong0925 发表于 2011-8-23 14:31:58 | 显示全部楼层
找到connect.class.php文件,搜索代码
  1. $first_post = array_map('addslashes', $GLOBALS['postlist'][$firstpid]);
复制代码
替换为
  1. $first_post = daddslashes($GLOBALS['postlist'][$firstpid]);
复制代码
试试

最新程序已修复此问题。
回复

使用道具 举报

 楼主| hzacc 发表于 2011-8-23 14:39:48 | 显示全部楼层
谢谢dong哥!!!本问题已解决!!
回复

使用道具 举报

search4ps 发表于 2011-10-13 10:51:09 | 显示全部楼层
占位编辑!!!
回复

使用道具 举报

wwwebizdirnet 发表于 2011-11-9 10:09:12 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-25 08:24 , Processed in 0.023376 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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