gudhe 2023-03-25 17:43 采纳率: 100%
浏览 21
已结题

关于#php#的问题,如何解决?

Fatal error: Uncaught exception 'think\exception\ErrorException' with message 'include(): Filename cannot be empty' in D:\cth\phpstudy_pro\WWW\jy\thinkphp\library\think\exception\Handle.php:184 Stack trace: #0 D:\cth\phpstudy_pro\WWW\jy\thinkphp\library\think\exception\Handle.php(184): think\Error::appError(2, 'include(): File...', 'D:\cth\phpstudy...', 184, Array) #1 D:\cth\phpstudy_pro\WWW\jy\thinkphp\library\think\exception\Handle.php(184): think\exception\Handle->convertExceptionToResponse() #2 D:\cth\phpstudy_pro\WWW\jy\thinkphp\library\think\exception\Handle.php(97): think\exception\Handle->convertExceptionToResponse(Object(think\exception\ErrorException)) #3 D:\cth\phpstudy_pro\WWW\jy\thinkphp\library\think\Error.php(56): think\exception\Handle->render(Object(think\exception\ErrorException)) #4 D:\cth\phpstudy_pro\WWW\jy\thinkphp\library\think\Error.php(90): think\Error::appException(Object(think\exception\ErrorException)) #5 [internal function]: think\Error::appShutdown() #6 {main} thrown in D:\cth\phpstudy_pro\WWW\jy\thinkphp\library\think\exception\Handle.php on line 184

这是我在phpstudy上面运行网站打开的瑾焱系统的php源码
这是什么意思

  • 写回答

1条回答 默认 最新

  • IT_service_mesh 2023-03-25 17:49
    关注

    参考GPT和自己的思路:根据错误提示,这可能是由于在代码中应该包含文件的位置为空,导致无法包含文件而出现的致命错误。建议检查代码中是否存在没有设置正确路径或者为空的包含文件操作。

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 4月4日
  • 已采纳回答 3月27日
  • 创建了问题 3月25日

悬赏问题

  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效