无限星辰工作室-客户无限互联网动力之源
标题:
Discuz! x3.2 保存到相册参数错误
[打印本页]
作者:
crx349
时间:
2016-3-19 13:21
标题:
Discuz! x3.2 保存到相册参数错误
故障描述:帖子内容页保存相册时显示参数错误
适合版本:Discuz!x3 Discuz!x3.1 Discuz!x3.2
解决方法:
1.打开
/source/include/spacecp/spacecp_alubm.php
搜索
$attach = C::t('forum_attachment_n')->fetch('aid:'.$aid, $aid);
if(empty($attach) || $attach['uid'] != $_G['uid'] || !$attach['isimage']) {
showmessage('parameters_error');
}
复制代码
改为:
$attach = C::t('forum_attachment_n')->fetch('aid:'.$aid, $aid);
if(empty($attach) || !$attach['isimage']) {
showmessage('parameters_error');
}
复制代码
2.替换同名文件,更新缓存
欢迎光临 无限星辰工作室-客户无限互联网动力之源 (https://xmspace.net/)
Powered by Discuz! X3.4