我拿到一个php的项目,相运行它。 结果报下面这错。百度了一下 找到相关的了,没人解答请大佬帮我看下。
Fatal error: Uncaught think\exception\ClassNotFoundException: class not exists:\think\log\driver\File in D:\phpstudy_pro\WWW\thinkphp\library\think\Log.php:79 Stack trace: #0 D:\phpstudy_pro\WWW\thinkphp\library\think\Log.php(156): think\Log::init(Array) #1 D:\phpstudy_pro\WWW\thinkphp\library\think\Error.php(93): think\Log::save() #2 [internal function]: think\Error::appShutdown() #3 {main} thrown in D:\phpstudy_pro\WWW\thinkphp\library\think\Log.php on line 79
先看下log配置文件,看下使用的是哪种方式
如果是文件存储,看一下文件路径是否存在,是否支持写入权限
如果是mongodb等缓存方式,看下是否安装了对应的服务