![]() |
01-29-2024, 05:50 AM
(This post was last modified: 01-29-2024, 05:55 AM by captain-sensible. Edit Reason: extra extra )
have you got in .env
Code: logger.threshold = 9 what i do to make sure for specific elements in a controller (whilst in development) is something like : Code: try in a view called info2.php i have Code: <?php echo $infoException;?> So in the controller the exception is got and passed and rendered out to a view |
Messages In This Thread |
CI_ENVIRONMENT = development not working - by romzine - 01-29-2024, 05:06 AM
RE: CI_ENVIRONMENT = development not working - by captain-sensible - 01-29-2024, 05:50 AM
RE: CI_ENVIRONMENT = development not working - by romzine - 01-29-2024, 05:59 AM
RE: CI_ENVIRONMENT = development not working - by romzine - 01-29-2024, 02:02 PM
RE: CI_ENVIRONMENT = development not working - by kenjis - 01-29-2024, 10:33 PM
RE: CI_ENVIRONMENT = development not working - by romzine - 02-01-2024, 08:16 AM
|