How to debug Codeigniter 4

情到浓时终转凉″ 提交于 2020-03-23 10:43:28

问题


whatever error occurs in Codeigniter 4 Its always showing default message

How to get exact error message in Codeigniter 4


回答1:


Rename the env file as .env, then removed # from CI_ENVIRONMENT and modified

CI_ENVIRONMENT = production 

into

CI_ENVIRONMENT = development



回答2:


go to .env file in base file uncomment #CI_ENVIRONMENT = development to CI_ENVIRONMENT = development



来源:https://stackoverflow.com/questions/60501607/how-to-debug-codeigniter-4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!