[eluser]meigwilym[/eluser]
I've used CI many times on LAMP servers in the past with little hassle. But I've got PHP 5.2.5 on IIS 6.0 and CI will not load.
I've set the query string to PATH_INFO, and it gets the segments with no problems (or loads the default controller). But the script stops at line ~198 in system/codeigniter/CodeIgniter.php
I can echo some text before this line, but not after it. I'm not a OO expert so I'm unsure as to what could be causing the problem.
Any advice?
Thanks,
Mei