[eluser]Harold Villacorte[/eluser]
Wouldn't that be enabled if environment is set to 'development'?
[eluser]mabright[/eluser]
I installed XAMP and now I am up and running. Thanks.
[eluser]Aken[/eluser]
[quote author="mabright" date="1363206677"][quote author="Aken" date="1363206421"]How has no one mentioned error reporting being disabled yet? It's by far the most common reason behind a blank page...[/quote]
$config['log_threshold'] = 1;
Is there another setting I need to maintain for logging?[/quote]
I didn't say logging, I said error displaying. PHP INI settings combined with error_reporting().