thinkphp5.1里面APP_PATH不能随便修改

APP_PATH常量默认是tp51/tp5/public\

一旦随意修改了之后,那么就会报错。

Fatal error: Uncaught exception 'think\exception\ErrorException' with message 'include(): Filename cannot be empty' in F:\wamp64\www\web\think_git\thinkphp\library\think\exception\Handle.php on line 184

 

你可能感兴趣的:(fastadmin)