I can’t seem to get PHP executing in my templates. In my particular example I have the index page in site/index (Template Group/Template) which has an include to includes/weather. I have made sure that “allow PHP” is set to “Yes” for both of them. I also have them both parsing on output.
I’m also running just a small test to output a simple text string to see if it works with
<?php echo 'hello'; ?>But that isn’t working so I know it’s more likely to be a problem with the PHP processing than the code logic.
I am running EE version 1.6.9 full version.
Any ideas why this wouldn’t be working? It’s probably something simple that I’ve overlooked but annoying none-the-less.