goldenairways Posted November 22, 2009 Report Posted November 22, 2009 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 Quote
Administrators Nabeel Posted November 22, 2009 Administrators Report Posted November 22, 2009 The slash won't matter. Check the permissions on the file Quote
goldenairways Posted November 22, 2009 Author Report Posted November 22, 2009 Permissions was 644 for footer.tpl, I tried changing them to 777 as that is the highest it can go and still the same. Quote
Administrators simpilot Posted November 22, 2009 Administrators Report Posted November 22, 2009 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. Quote
goldenairways Posted November 22, 2009 Author Report Posted November 22, 2009 Very good point. Just looked, it was footer.php instead of footer.tpl. Thank you. Just shows how thick I am. Thanks for helping. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.