当访问站点,涌现这个提示时“ThinkPHP3.2.3 { Fast & Simple OOP PHP Framework}”,就须要检讨index.php文件
1.在入口文件index.php 添加一行 define('APP_DEBUG',true);
2.删除缓存,即删除文件夹Runtime,重新运行

问题二、application/runtime/cache/home 报错
当访问站点,涌现这个提示时“ _storage_write_error application/runtime/cache/home”
问题三、删除文件夹Runtime,弹出的提示“你须要来着phpmyadmin_pool的权限才能对此文件夹进行变动”,如图:
在入口文件index.php ,找到 define('APP_DEBUG',true);改成define('APP_DEBUG',false),
可以办理PHP支配的web站点访问不了cache,而造成登录运用系统失落败