Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter.com - Report problems!
#49

(03-23-2020, 08:21 AM)atsanna Wrote: I would like to point out that in the last week I have encountered, more and more often, an error while accessing the home page of the site.
Clearing cookies or changing browsers does not solve the problem.
The problem looks the same way with Chrome, Firefox, Opera and Edge.
This work for me tries it Go to the app directory then to boot directory you will see production.php file.
That is: 

Code:
app => Config => Boot => production.php

Change the 

Code:
ini_set('display_errors', '0')
 to 
Code:
ini_set('display_errors', '1')
.
Warning: When in production change back to initial 

Code:
ini_set('display_errors', '0')

Or
you can rename your file 

Code:
env
 in your project directory to 
Code:
.env
 after that open it and edit. Search for 
Code:
# CI_ENVIRONMENT = production
 remove 
Code:
#
 and change 
Code:
production
 to 
Code:
development
Reply


Messages In This Thread
CodeIgniter.com - Report problems! - by atsanna - 03-23-2020, 08:21 AM
RE: CodeIgniter.com - Down / Whoops! - by mladoux - 03-25-2020, 09:19 PM
RE: CodeIgniter.com - Down / Whoops! - by beerye3 - 03-25-2020, 10:44 PM
RE: CodeIgniter.com - Down / Whoops! - by alvino - 03-26-2020, 08:15 AM
RE: CodeIgniter.com - Down / Whoops! - by nige1 - 03-26-2020, 08:55 AM
RE: CodeIgniter.com - Down / Whoops! - by alvino - 03-26-2020, 11:31 AM
RE: CodeIgniter.com - Down / Whoops! - by chez14 - 03-26-2020, 12:58 PM
RE: CodeIgniter.com - Report problems! - by nige1 - 04-28-2020, 08:12 AM
RE: CodeIgniter.com - Report problems! - by leoz - 05-29-2020, 02:42 PM
RE: CodeIgniter.com - Report problems! - by Zworthkey - 02-24-2021, 09:18 PM
RE: CodeIgniter.com - Report problems! - by demyr - 01-19-2023, 12:36 AM
about newer docs - by vkrishn - 03-29-2020, 05:13 PM
help me out - by rainyday - 06-13-2020, 12:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB