CodeIgniter Forums
loading view causes CI to die? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: loading view causes CI to die? (/showthread.php?tid=20672)



loading view causes CI to die? - El Forum - 07-17-2009

[eluser]mdg5w[/eluser]
Here's my situation. I've got CI 1.7 running and my site has been loading just fine. For some reason, a particular view will not load. CI just seems to die for some reason. I've traced it down to line 684 in the Loader.php library.

Code:
include($_ci_path);

I'm not sure why that would cause any problems. I checked the path it was trying to load and that is valid.

Has anyone experienced this? Is there a chance that PHP could run out of memory and cause the execution to cease?


loading view causes CI to die? - El Forum - 07-17-2009

[eluser]mdg5w[/eluser]
turns out that i included a function that was already declared which caused the PHP to die.