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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] x3.3 版本 用户组升级消息重复,再发贴金钱积分都不变化

[复制链接]
260520801 发表于 2018-2-9 14:46:40 | 显示全部楼层 |阅读模式

求助,有谁遇到这个问题呀,咋解决呀?跪求解决方法!!!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
0769huangjiang 发表于 2018-2-10 19:57:18 | 显示全部楼层
重装一下吧。。。
回复

使用道具 举报

 楼主| 260520801 发表于 2018-2-22 10:49:31 | 显示全部楼层

安装多次都是这个现象
回复

使用道具 举报

 楼主| 260520801 发表于 2018-2-24 13:58:22 | 显示全部楼层
source/class/memory/memory_driver_file.php文件中get方法修改如下正常

public function get($key) {
                $file = DISCUZ_ROOT.$this->path.$this->cachefile($key).'.php';
                if(!file_exists($file)) {
                        return false;
                }
                $data = null;
        $fd = fopen($file, "r") or die("Unable to open file!");
        $tmp =  fread($fd,filesize($file));
        fclose($fd);
                //@include $file;
        $data = json_decode($tmp);
                if($data !== null) {
                        if($data['exp'] && $data['exp'] < TIMESTAMP) {
                                return false;
                        } else {
                                return $data['data'];
                        }
                } else {
                        return false;
                }
        }
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-30 02:47 , Processed in 0.037520 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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