美文网首页
thinkphp3 debug=false出现的问题

thinkphp3 debug=false出现的问题

作者: MORESIR | 来源:发表于2017-04-17 14:41 被阅读86次

线上tp3.2框架下的项目, 在关闭debug的情况下,更新了Application/common目录下的文件,请求相应的接口返回404或者错误,原因:

think.class.php

在关闭debug时,框架会加载runtime目录下的 APP_MODE ~runtime.php 文件,解决方法暂时有:

  • 删除runtime下的~runtime.php文件,重新访问生成新的文件
  • 开启debug,访问接口,再关闭

相关文章

网友评论

      本文标题:thinkphp3 debug=false出现的问题

      本文链接:https://www.haomeiwen.com/subject/lgetzttx.html