Call to a member function getBasePath() on null

发布于 2022-09-30 23:06:16 字数 1597 浏览 25 评论 0

thinkphp6的basepath在哪设置!
.env

APP_DEBUG = true

[APP]
DEFAULT_TIMEZONE = Asia/Shanghai
base_path=D:/phpstudy_pro/WWW/financetown/app/
//大写:BASE_PATH也不管用

config/app.php

return [
    // 应用地址
    'app_host'         => env('app.host', ''),
    // 禁止URL访问的应用列表(自动多应用模式有效)
    'deny_app_list'    => [],
    // 显示错误信息
    'show_error_msg'   => true,
    'base_path'        => 'D:/phpstudy_pro/WWW/financetown/app/'
];

异常的全部轨迹

Exception trace:
 () at D:\phpstudy_pro\WWW\financetown\vendor\topthink\framework\src\think\console\command\Make.php:72
 think\console\command\Make->getPathName() at D:\phpstudy_pro\WWW\financetown\vendor\topthink\framework\src\think\console\command\Make.php:36
 think\console\command\Make->execute() at D:\phpstudy_pro\WWW\financetown\vendor\haojohnny\tp6-curd\src\Make.php:45
 Haojohnny\Tp6Curd\Make->executeBuild() at D:\phpstudy_pro\WWW\financetown\vendor\haojohnny\tp6-curd\src\Command\Curd.php:28
 Haojohnny\Tp6Curd\Command\Curd->execute() at D:\phpstudy_pro\WWW\financetown\vendor\topthink\framework\src\think\console\Command.php:210
 think\console\Command->run() at D:\phpstudy_pro\WWW\financetown\vendor\topthink\framework\src\think\Console.php:655
 think\Console->doRunCommand() at D:\phpstudy_pro\WWW\financetown\vendor\topthink\framework\src\think\Console.php:314
 think\Console->doRun() at D:\phpstudy_pro\WWW\financetown\vendor\topthink\framework\src\think\Console.php:251
 think\Console->run() at D:\phpstudy_pro\WWW\financetown\think:10

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文