I have a page that consists of alot of php and I’m including pages that have additional functionality. I’m trying to add this page to my EE templates. However when I do I get this error:
Warning: include(/templates/site/included_page.php) [function.include]: failed to open stream: No such file or directory in /home/user/www.example.com/system/core/core.functions.php(653) : eval()'d code on line 13So it’s not finding my included page, but I’m confused as to why. It seems like it’s looking for it in the core folder of my EE directory? Wouldn’t the include path be relative to where the template file is?