Welcome Guest, Not a member yet? Register   Sign In
display error message
#1

Hello,
how i can know what's the error in my code if i see this: 
Whoops!

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

in file log i not see any detailed error!
Reply
#2

(06-01-2020, 08:10 AM)pws Wrote: Hello,
how i can know what's the error in my code if i see this: 
Whoops!

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

in file log i not see any detailed error!

First, rename the file env to .env

Second, in that file, change the line
Code:
# CI_ENVIRONMENT = production
to
Code:
CI_ENVIRONMENT = development

You might like to change the line

Code:
# app.baseURL = ''

to
Code:
app.baseURL = 'http://your_domain.com'
Reply
#3

thnaks it's solved
Reply




Theme © iAndrew 2016 - Forum software by © MyBB