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

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u010261924/article/details/83687303

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

猜你喜欢

转载自blog.csdn.net/u010261924/article/details/83687303