How do I debug this code igniter problem? |
[eluser]jcavard[/eluser]
[quote author="audiopleb" date="1234468069"]I doubt the php version is the error. I still think my suggestion is worth doing, if you can narrow down the problem code then you might be able to identify a missing php library or something.[/quote] WORD! Try what audiopleb said, put some echo at a few places in the crashing code, so you have an idea what specific line is making your CI a living hell ![]() Code: $config['log_threshold'] = 4; You can use application like Hoo Win Tail to read logs in real time. This is your best friend. good luck buddy |
Messages In This Thread |
How do I debug this code igniter problem? - by El Forum - 02-07-2009, 01:04 PM
How do I debug this code igniter problem? - by El Forum - 02-07-2009, 03:17 PM
How do I debug this code igniter problem? - by El Forum - 02-11-2009, 09:17 PM
How do I debug this code igniter problem? - by El Forum - 02-12-2009, 07:44 AM
How do I debug this code igniter problem? - by El Forum - 02-12-2009, 07:47 AM
How do I debug this code igniter problem? - by El Forum - 02-12-2009, 03:24 PM
How do I debug this code igniter problem? - by El Forum - 05-04-2010, 08:11 AM
|