Skip to content

Should log an error rather than throw Exception for missing fullBaseUrl #1083

@umer936

Description

@umer936

On here https://github.com/cakephp/app/blob/5.x/config/bootstrap.php#L169 , it throws an Exception if debug is false. However, if debug is false, we cannot see the Exception, which leads to seeing the site in debug mode with no warnings or errors, but then seeing only a blank screen if debug is off. It should either show the warning if debug is on so I can expect why I no longer see it when debug is off, or show something in the logs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions