Welcome Guest, Not a member yet? Register   Sign In
Not getting Errors...
#3

[eluser]kb1ibh[/eluser]
Found the solution:

in index.php i commented out all the code related to error reporting (lines 20-50) and put this after it:

Code:
ini_set('display_errors', 'On');
error_reporting(E_ALL);
define('MP_DB_DEBUG', true);


Messages In This Thread
Not getting Errors... - by El Forum - 05-09-2011, 04:26 PM
Not getting Errors... - by El Forum - 05-09-2011, 04:45 PM
Not getting Errors... - by El Forum - 05-09-2011, 04:47 PM
Not getting Errors... - by El Forum - 05-09-2011, 04:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB