error messages |
Just started CI 4. The first thing I noticed no debug messages. 'Just the Whoops!We seem to have hit a snag. Please try again later...' screen. Is there a global setting to turn this off?
You need to set your base_url in ./application/App.php
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
The welcome message works fine. I added a simple public function to display data from a database table. I want to know what the error message says. Having that I can correct it.
(10-03-2016, 02:38 PM)ridho Wrote: change "production" to "development" in /public/index.php, you will know your problems. there is better way, that is by passing CI_ENV parameter in web server. I know from this http://samples.leanpub.com/practicalcode...sample.pdf (10-07-2016, 03:57 AM)titounnes Wrote:(10-03-2016, 02:38 PM)ridho Wrote: change "production" to "development" in /public/index.php, you will know your problems. It's not "better", it's just another way of doing it. |
Welcome Guest, Not a member yet? Register Sign In |