crx349 发表于 2013-11-25 09:11:44

Discuz!x3.1保存到相册参数错误解决方案

错误描述:在使用图片保存到相册时,提示参数错误。
解决方案:
/source/include/spacecp/spacecp_alubm.php
LINE:314:

$attach = C::t('forum_attachment_n')->fetch('aid:'.$aid, $aid);
if(empty($attach) || $attach['uid'] != $_G['uid'] || !$attach['isimage']) {
showmessage('parameters_error');
}

删除
$attach['uid'] != $_G['uid'] ||

然后更新 缓存,故障解决。


页: [1]
查看完整版本: Discuz!x3.1保存到相册参数错误解决方案