Check the permissions on the phpBB2/includes/page_header.php.
I was able to replicate the type of page you have by taking away the read permissions on this file. I'm thinking that when you made the modifications to this file, maybe you did a copy or something else which took away the read access. Make sure that the web server has the ability to read this file
Code: › cd phpBB2/includes/
chmod a+r page_header.php