zoukankan      html  css  js  c++  java
  • Thinkphp 出现 “_CACHE_WRITE_ERROR” 错误的可能解决办法

    系统发生错误
    
    您可以选择 [ 重试 ] [ 返回 ] 或者 [ 回到首页 ]
    错误位置: FILE: D:\freehost\shuenquan\web\Core\Lib\Template\ThinkTemplate.class.php LINE: 93
    
    [ 错误信息 ]
    _CACHE_WRITE_ERROR_:./Cache/Cache/Home/b02d724cf6d77cc763dd04495d2f9ca1cncn
    
    [ TRACE ]
    [13-04-23 08:40:04] D:\freehost\shuenquan\web\Core\Lib\Template\ThinkTemplate.class.php (93) ThinkTemplate->loadTemplate(_CACHE_WRITE_ERROR_:./Cache/Cache/Home/b02d724cf6d77cc763dd04495d2f9ca1cncn)
    [13-04-23 08:40:04] D:\freehost\shuenquan\web\Core\Lib\Behavior\ParseTemplateBehavior.class.php (57) ThinkTemplate->fetch(./Yourphp/Tpl/Home/Default/Product_malllist.html)
    [13-04-23 08:40:04] D:\freehost\shuenquan\web\Core\Common\common.php (410) ParseTemplateBehavior->run(./Yourphp/Tpl/Home/Default/Product_malllist.html, Array)
    [13-04-23 08:40:04] D:\freehost\shuenquan\web\Core\Common\common.php (373) B(Array)
    [13-04-23 08:40:04] D:\freehost\shuenquan\web\Core\Lib\Core\View.class.php (154) tag()
    [13-04-23 08:40:04] D:\freehost\shuenquan\web\Core\Lib\Core\View.class.php (96) View->fetch(ParseTemplate, Array)
    [13-04-23 08:40:04] D:\freehost\shuenquan\web\Core\Lib\Core\Action.class.php (98) View->display(view_parse, Array)
    [13-04-23 08:40:04] D:\freehost\shuenquan\web\Yourphp\Lib\Action\Home\MallAction.class.php (133) Action->display(malllist)
    [13-04-23 08:40:04] D:\freehost\shuenquan\web\Yourphp\Lib\Action\BaseAction.class.php (362) MallAction->malllist(malllist, , )
    [13-04-23 08:40:04] D:\freehost\shuenquan\web\Yourphp\Lib\Action\EmptyAction.class.php (72) BaseAction->index(malllist)
    [13-04-23 08:40:04] D:\freehost\shuenquan\web\Core\Lib\Core\Action.class.php (195) EmptyAction->_empty(57, 0, 57)
    [13-04-23 08:40:04] () Action->__call(57, Product)
    [13-04-23 08:40:04] D:\freehost\shuenquan\web\Core\Lib\Core\App.class.php (139) EmptyAction->index(index, Array)
    [13-04-23 08:40:04] D:\freehost\shuenquan\web\Core\Lib\Core\App.class.php (166) App::exec(index, Array)
    [13-04-23 08:40:04] D:\freehost\shuenquan\web\Core\Lib\Core\Think.class.php (47) App::run()
    [13-04-23 08:40:04] D:\freehost\shuenquan\web\Core\Common\runtime.php (244) Think::Start(Array)
    [13-04-23 08:40:04] D:\freehost\shuenquan\web\Core\Core.php (32) require(D:\freehost\shuenquan\web\Core\Common\runtime.php)
    [13-04-23 08:40:04] D:\freehost\shuenquan\web\index.php (15) require(D:\freehost\shuenquan\web\Core\Core.php)
    ThinkPHP 3.0 { Fast & Simple OOP PHP Framework } -- [ WE CAN DO IT JUST THINK ]

    之前做了一个站点 总是会出现这种莫名其妙的错误 总是 在更新后 不久  站点就突然崩溃了 搞得我一直也很崩溃的! 总是为这个破事 吃不下 睡不着 , 今天 去看远程空间 才TMD的发现 空间满了 ! fuck fuck fuck !

     真是TMD的想骂人了 原来 调试错误的时候 总是不能将模板文件写进去的原因 就是因为 空间已满 肯定再写不进去的  所以 总是 被这种调试错误 搞死了!

    借此 想给 广大用TP的兄弟们 提个醒 如果出现这种错误 你不妨看看你 空间的 容量 是否已满!  

  • 相关阅读:
    【NXOpen.UF扩展】修改表达式
    NX二次开发 克隆
    C++手动加载CLR运行托管程序(CLR Hosting)
    C++/CLR 使用(VS2012,VS2013,VS2015)编写
    解决VS2015安装后stdio.h ucrtd.lib等文件无法识别问题,即include+lib环境变量配置
    NX 图标
    【错误分析】NX error status: 32
    NX CAM 读取加工参数
    CAM 模板样式表
    锁定NX原生界面 & 锁定界面更新
  • 原文地址:https://www.cnblogs.com/justphp/p/3037106.html
Copyright © 2011-2022 走看看