Jump to content

Template doesnt exist


RVF147

Recommended Posts

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

Link to comment
Share on other sites

  • 6 years later...

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...