Whoops! We seem to have hit a snag. Please try again later

前端 未结 11 2900
死守一世寂寞
死守一世寂寞 2021-02-20 06:50

Whoops! We seem to have hit a snag. Please try again later.

Codeigniter 4 shows an error when I run the CI4 application, Ho

11条回答
  •  长情又很酷
    2021-02-20 07:31

    You're running in the production environment and need to change it to a Development or Testing environment to see the error messages within the browser.

    There are a few ways to do this, but adding:

    SetEnv CI_ENVIRONMENT development
    

    To the Apache httpd.config file is what worked for me.

    _t

提交回复
热议问题