Welcome Guest, Not a member yet? Register   Sign In
controller/model name conflicts produce a blank page?
#6

[eluser]Johnny Freeman[/eluser]
Honestly, I don't know where I'd put that. Never really used ini_set before, or display_errors for that matter. Index page?

like...
Code:
<?php

/*
*---------------------------------------------------------------
* PHP ERROR REPORTING LEVEL
*---------------------------------------------------------------
*
* By default CI runs with error reporting set to ALL.  For security
* reasons you are encouraged to change this to 0 when your site goes live.
* For more info visit:  http://www.php.net/error_reporting
*
*/
    error_reporting(E_ALL);
    ini_set();

I really don't know.

I guess I could look up those in the php manual...


Messages In This Thread
controller/model name conflicts produce a blank page? - by El Forum - 11-29-2010, 10:51 AM
controller/model name conflicts produce a blank page? - by El Forum - 11-29-2010, 10:57 AM
controller/model name conflicts produce a blank page? - by El Forum - 11-29-2010, 10:57 AM
controller/model name conflicts produce a blank page? - by El Forum - 11-29-2010, 11:24 AM
controller/model name conflicts produce a blank page? - by El Forum - 11-29-2010, 11:29 AM
controller/model name conflicts produce a blank page? - by El Forum - 11-29-2010, 11:36 AM
controller/model name conflicts produce a blank page? - by El Forum - 11-29-2010, 12:22 PM
controller/model name conflicts produce a blank page? - by El Forum - 11-29-2010, 12:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB