网页打开报错

报错

[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]

上一篇:XCTF_Web_003_php_rce


下一篇:PHPExcel导出表格乱码解决