When I goto edit pages with the new version, my php includes no longer load.
My code is like this for the 6 includes per page
<?php include 'inc/header.php';?>
The previous version loaded it just fine, but with the new one it no longer recognizes my files. Is there a differnt php include code to use so that they do?
None of the files have any sort of encoding, but what I end up with is just the raw php page with no formatting, and if I save it the include code is removed.