RVF147 Posted October 21, 2013 Report Share Posted October 21, 2013 I am running into an error message that I may be overlooking the thread for. I am not fully experienced with php so any help would be great. Here is the error: Notice: The template file "/home/eravirtu/public_html/en//lib/skins/era/footer.tpl" doesn't exist in /home/eravirtu/public_html/en/core/classes/TemplateSet.class.php on line 248 I noticed it says "public_html/en//lib/skins" with an extra "//" in there. maybe thats the issue? Any help on that? Thanks Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted October 22, 2013 Administrators Report Share Posted October 22, 2013 Looking at your directory tree; http://www.eravirtualairways.net/en/lib/skins/ the "era" skin folder does not exist. Quote Link to comment Share on other sites More sharing options...
RVF147 Posted October 22, 2013 Author Report Share Posted October 22, 2013 That is for the .net site i had that got hacked and destroyed. I now use eravirtualairways.com The "era" skin folder exists in that cpanel. Quote Link to comment Share on other sites More sharing options...
Curshad Posted July 21, 2020 Report Share Posted July 21, 2020 Ok so whats the fix? i have the same issue. Quote Link to comment Share on other sites More sharing options...
flyalaska Posted July 21, 2020 Report Share Posted July 21, 2020 4 hours ago, Curshad said: Ok so whats the fix? i have the same issue. What phpvms version are you using and what skin? Quote Link to comment Share on other sites More sharing options...
Strider Posted July 22, 2020 Report Share Posted July 22, 2020 If it is telling you that a template file is not found, it means the file is not where it is supposed to be or is missing, and you need to upload it. Quote Link to comment Share on other sites More sharing options...
flyalaska Posted July 23, 2020 Report Share Posted July 23, 2020 Usually with phpVMS 5.5.2 it means you are using a skin that isn't compatible( 2.x skin). Have you always got that error? Quote Link to comment Share on other sites More sharing options...
Strider Posted July 23, 2020 Report Share Posted July 23, 2020 If it is looking for a .tpl file but you have it as .php you need to change it to .tpl. 5.5.2 though uses .php for the template files. So if it is footer.tpl but it is looking for footer.php just change the footer.tpl to footer.php. It is not that the skin isn't compatible, it just needs editing to use .php instead of .tpl. You need to make sure all files are in the correct place. Quote Link to comment Share on other sites More sharing options...
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.