点击页面右下角的图标,再点击错误可以显示报错。或者在项目中runtime——log也可以查看error

[64]think\\__require_file(): Failed opening required 'E:\\wamp64\\www\\cbr_vds\\vendor\\composer/../symfony/polyfill-mbstring/bootstrap.php' (include_path='.;C:\\php\\pear')[E:\\wamp64\\www\\cbr_vds\\vendor\\thinkphp\\library\\think\\Loader.php:416]

解决

查看了一下polyfill-mbstring,该文件夹下面是空的,没有bootstrap.php,所以将项目的文件补充即可。
(参考链接)[http://www.thinkphp.cn/topic/68049.html]

相关文章:

  • 2021-07-20
  • 2021-06-07
  • 2021-09-04
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-29
猜你喜欢
  • 2021-06-09
  • 2022-12-23
  • 2021-05-24
  • 2021-07-14
  • 2021-09-08
  • 2022-12-23
相关资源
相似解决方案