Skip to content

Undefined property: Config\App::$errorViewPath #765

Description

@rehiy

Displayed at 12:12:06pm — PHP: 7.1.9 — CodeIgniter: 4.0-dev

ErrorException
Undefined property: Config\App::$errorViewPath search →
BASEPATH/CodeIgniter.php at line 805

798 // Show the 404 error page
799 if (is_cli())
800 {
801 require $this->config->errorViewPath . '/cli/error_404.php';
802 }
803 else
804 {
805 require $this->config->errorViewPath . '/html/error_404.php';
806 }
807
808 $buffer = ob_get_contents();
809 ob_end_clean();
810
811 $this->response->setBody($buffer);
812 $this->response->send();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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