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的兄弟们 提个醒 如果出现这种错误 你不妨看看你 空间的 容量 是否已满!  

  • 相关阅读:
    字符设备驱动程序
    内存管理
    在React中使用context来传递属性
    iTerm2保存登录密码
    Mac OS设置终端 autocomplete 大小写不敏感
    Linux下安装Google SDK 配置Google API翻译环境
    使用Shell远程给Linux安装JDK
    Linux下wget命令 指定下载文件路径
    linux下解压/压缩命令
    获取鼠标在屏幕上的位置
  • 原文地址:https://www.cnblogs.com/justphp/p/3037106.html
Copyright © 2011-2022 走看看