Multiple header.php file issue

Permalink
Hi,
So I am creating a template from HTML and my home page uses a different header than the rest of the site. I thought that I could easily solve this by creating a header2.php, which I did following the instructions from another post I found. Even though others have said it worked for them, I am getting the following error:
Warning: include(/Users/james/Development/instaloan/concrete/themes/instaloan/elements/header2.php): failed to open stream: No such file or directory in /Users/james/Development/instaloan/concrete/core/libraries/view.php on line 419
Warning: include(): Failed opening '/Users/james/Development/instaloan/concrete/themes/instaloan/elements/header2.php' for inclusion (include_path='/Users/james/Development/instaloan/libraries/3rdparty:/Users/james/Development/instaloan/concrete/libraries/3rdparty:.:/Applications/MAMP/bin/php/php5.4.4/lib/php') in /Users/james/Development/instaloan/concrete/core/libraries/view.php on line 419


Anyone have any thoughts?

 
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
If you are on c5.6+, it may just be a case of clearing the cache.
jhanratty replied on at Permalink Reply
Thank you...i had just figured that out and was looking for the delete post button!