Codeigniter doesnt work |
[eluser]eoinmcg[/eluser]
Quote:I am wondering though why it didnt throw a php parse error!??? Either on screen on in the log files?? Sounds like error reporting is turned off either somewhere in your app or in your php.ini http://php.net/manual/en/errorfunc.configuration.php You'll probably want to set it to error_reporting(E_ALL), at least on your dev server. Can't imagine how painful developing would be with out it. |
Messages In This Thread |
Codeigniter doesnt work - by El Forum - 02-10-2010, 08:27 AM
Codeigniter doesnt work - by El Forum - 02-10-2010, 03:17 PM
Codeigniter doesnt work - by El Forum - 02-10-2010, 03:32 PM
Codeigniter doesnt work - by El Forum - 02-10-2010, 04:26 PM
Codeigniter doesnt work - by El Forum - 02-11-2010, 02:21 AM
|