Why I’m getting “cannot modify header information headers already sent by registration_model” error in codeigniter ?

0
834

place this ob_start(); on first line of index.php under your application directory like this :

<?php
ob_start();
/*
 *---------------------------------------------------------------
 * APPLICATION ENVIRONMENT
 *---------------------------------------------------------------

LEAVE A REPLY

Please enter your comment!
Please enter your name here