Footer.tpl issue

I have hit an issue with the footer.tpl. The design looks fine appart from no footer at the bottom. Which also means no “designed by” for the template and no “powered by” for phpVMS. It says the following:

Notice: The template file “/home/goldair/domains/goldenairways.co.uk/public_html//lib/skins/goldenairways/footer.tpl” doesn’t exist in /home/goldair/domains/goldenairways.co.uk/public_html/core/classes/TemplateSet.class.php on line 211

I have checked line 211 for TemplateSet.class.phh and it says:

trigger_error('The template file "'.$tpl_path.'" doesn't exist');

I am pretty sure its the extra slash after the public_html thingy but no idea which file to change it in. Any help would be appreciated. Thanks

The slash won’t matter. Check the permissions on the file

Permissions was 644 for footer.tpl, I tried changing them to 777 as that is the highest it can go and still the same.

Just a thought… sometimes we overlook the simple things -> Double check that the footer.tpl file is in your active skin folder and you have not changed the name of it in any way. It must be “footer.tpl” unless you change the core to call something different.

Very good point. Just looked, it was footer.php instead of footer.tpl. Thank you. Just shows how thick I am. Thanks for helping.