Skip to content

V2.1 Configure类存在BUG #5

@towserchen

Description

@towserchen

在194行getConfig方法中存在BUG,常量CONFIG_DIR并未定义

$filePath = CONFIG_DIR . $fileName . '.php';

在controller中使用getConfig方法时会提示文件不存在错误,临时解决方法是在该文件的头部17行左右新增下列宏定义即可正确读取config文件

define('CONFIG_DIR', APP_ROOT . 'application/config/');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions