here is a lil code if u want to fix up error display as it comes up wif white page normally and thats no help when u got errors lol and i couldnt find a section 2 change this in the cp so put this near top ur core file or a main file
Code:
ini_set("display_errors", "1"); ini_set("error_reporting", "E_ALL & ~E_NOTICE");
Comment