码迷,mamicode.com
首页 > Windows程序 > 详细

overtrue/wechat 包 由 sys_get_temp_dir 引发的 the directory "c:\Windows" is not writable

时间:2017-09-17 17:37:35      阅读:517      评论:0      收藏:0      [点我收藏+]

标签:没有权限   logs   app   path   ase   div   src   function   ret   

vendor\overtrue\wechat\src\Foundation\Application.php

registerBase 方法 在初始化属性时

        $this[‘cache‘] = function () {
//            return new FilesystemCache(sys_get_temp_dir());  // win 下获取的是 c:\window 没有权限 位置太敏感 加权限什么的就算了吧
            return new FilesystemCache(APP_PATH.‘runtime/cache/‘); // 用的是thinkphp默认缓存目录
        };

overtrue/wechat 包 由 sys_get_temp_dir 引发的 the directory "c:\Windows" is not writable

标签:没有权限   logs   app   path   ase   div   src   function   ret   

原文地址:http://www.cnblogs.com/djiz/p/7536091.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!