Error message |
hey i am trying to view the error mesaage from codeigniter but i only get
Whoops! We seem to have hit a snag. Please try again later...
Are you in production mode ?
Usually such message should get out when you are in prod mod (to hide error details) At your ENV file you must set that you are in dev mode.. Best VPS Hosting : Digital Ocean
@ByteHive,
The recommended ways to change between "production" and "development" is to use either the .env or .htaccess files. A quick alternative fix is to add the following to the start of index.php file: Code: <?php // index.php Also make sure the writable folder is writable. |
Welcome Guest, Not a member yet? Register Sign In |