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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] QQ互联页面出现问题 DZ7.2

[复制链接]
cdx61 发表于 2011-9-8 13:02:10 | 显示全部楼层 |阅读模式
本帖最后由 cdx61 于 2011-9-8 15:22 编辑

Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in D:\webfoot\bbs\include\connect.func.php on line 370



出现在"viewthread.php?tid=****"页面
 楼主| cdx61 发表于 2011-9-8 13:10:01 | 显示全部楼层
本帖最后由 cdx61 于 2011-9-8 13:10 编辑

经测试,只有在部分会员登陆后才会出现此错误!
回复

使用道具 举报

dongdong0925 发表于 2011-9-8 14:14:33 | 显示全部楼层
找到include\connect.func.php文件
搜索代码
  1. if(array_key_exists($attachId, $attachNames)) {
复制代码
改为
  1. if(is_array($attachNames) && array_key_exists($attachId, $attachNames)) {
复制代码
这样改下试试
回复

使用道具 举报

 楼主| cdx61 发表于 2011-9-8 15:22:39 | 显示全部楼层
dongdong0925 发表于 2011-9-8 14:14
找到include\connect.func.php文件
搜索代码改为这样改下试试

谢谢,解决!
回复

使用道具 举报

wpf20001216 发表于 2011-11-13 14:54:33 | 显示全部楼层
的确是这个问题
回复

使用道具 举报

ykgto 发表于 2011-11-14 08:30:15 | 显示全部楼层
我也遇到这个问题啊
回复

使用道具 举报

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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-25 07:24 , Processed in 0.025093 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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