热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Thinkphp3.2.3服务器项目源码拷贝到本地报错解决方法

2019独角兽企业重金招聘Python工程师标准问题:Warning:include(E:\xampp\htdocs\news\ThinkPHP\Library

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

问题:

Warning: include(E:\xampp\htdocs\news\ThinkPHP\Library/Think/Log.class.php): failed to open stream: No such file or directory in C:\xampp\htdocs\news\ThinkPHP\Library\Think\Think.class.php on line 151

Warning: include(): Failed opening 'E:\xampp\htdocs\news\ThinkPHP\Library/Think/Log.class.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\news\ThinkPHP\Library\Think\Think.class.php on line 151

Fatal error: Class 'Think\Log' not found in C:\xampp\htdocs\news\ThinkPHP\Library\Think\Think.class.php on line 335

Warning: include(E:\xampp\htdocs\news\ThinkPHP\Library/Think/Log.class.php): failed to open stream: No such file or directory in C:\xampp\htdocs\news\ThinkPHP\Library\Think\Think.class.php on line 151

Warning: include(): Failed opening 'E:\xampp\htdocs\news\ThinkPHP\Library/Think/Log.class.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\news\ThinkPHP\Library\Think\Think.class.php on line 151

Fatal error: Class 'Think\Log' not found in C:\xampp\htdocs\news\ThinkPHP\Library\Think\Think.class.php on line 264

解决:

清除runtime下的缓存,特别要删除common~runtime.php


转:https://my.oschina.net/botkenni/blog/842181



推荐阅读
author-avatar
潘泓浩_236
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有