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
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.
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?