如题,打开图床出现提示:$settings['debug_level'] = 3;
There are errors in the app/settings.php file. Change the encodig to "UTF-8 without BOM" using Notepad++ or any similar code editor and remove any character before <?php
好像是说要改编码为UTF-8 without BOM(还要删除什么?),但是notepad++并没有这个编码选项,请问如何解决?