EllisLab text mark
Advanced Search
     
How to get more error output?
Posted: 06 October 2012 05:44 AM   [ Ignore ]
Joined: 2012-10-06
1 posts

I’m new learner, so sometimes I made mistakes like syntax error, I would be so helpfully if CI can output more error message, instead of a white screen

 
Posted: 06 October 2012 07:44 PM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Joined: 2009-04-15
453 posts

The blank page is mostly likely because you have errors suppressed;

in index.php, add:

ini_set(‘display_errors’, 1);

or do so in the php.ini file

and see if you start getting error messages.

 Signature 

Code By Jeff

Mahana Messaging Library

Problem with your query? Did you run

$this->db->last_query(); 

before you came to the forums for help?