Welcome Guest, Not a member yet? Register   Sign In
loading view causes CI to die?
#1

[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?
#2

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




Theme © iAndrew 2016 - Forum software by © MyBB