Is there a limit to the number of included files deep you can go with PHP?
For example:
file1.php includes file2.php which includes file3.php which includes file4.php and so on...
I looked in the php.ini file and did not see anything about it. However, for some reason file3.php is not being included. I have checked the syntax to make sure it was correct for all the includes.