Template->make_filename(): Error - file admin/confirm_body.tpl does not exi

Mobile
feeds
Welcome Login | Register

Template->make_filename(): Error - file admin/confirm_body.tpl does not exi
Reply Your Comments:
Click this button if you are interested in replying to this topic and leave your comments
Sent To Friend
CLick this button if you want to send this page to a friend.
Subsribe To Rss Feeds
Subscribe to RSS
CLick this button if you want to subscribe to this RSS Feed. You can use your browsers feeds burners if you have mozilla or internet explorer 7 or higher and keep up with updates.
  Forums Index
      » PHP Forums
        » » Template->make_filename(): Error - file admin/confirm_body.tpl does not exi
Template->make_filename(): Error - file admin/confirm_body.tpl does not exi
Post Description: template gtmake filename error file admin confirm bodytpl does not exi PHP
Post Tags:
This Post Has Been Viewed 4394 Times Since Mon Nov 06, 2006 10:18 pm Author braker with 3 replies
Next Post »» How to display PHP errors in My Script Code When display_errors is Disabled
Template->make_filename(): Error - file admin/confirm_body.tpl does not exi
Advertise On This Page




hi, i see your site also uses phpbb forums, was wondering if you can give me a help with an error I am getting. this is the error i get:


     Code:
Template->make_filename(): Error - file admin/confirm_body.tpl does not exist


thanks


Leave Your Comments

Share:   Subscribe - Keep Up With This Topic
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites
URL:
To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
Fourms BBCODE:
Links Related to : Template->make_filename(): Error - file admin/confirm_body.tpl does not exi
Add Link:
No Links Have Been Added To This Topic

Comments and replies About Template->make_filename(): Error - file admin/confirm_body.tpl does not exi
:: 1 :: Reply #126 Reply By braker On Mon Nov 06, 2006 10:26 pm
braker:
You are getting this error because you are missing the template file confirm_body.tpl in your admin directory/folder.

To resolve this eror, you need to upload the confirm_body.tpl into your website so that the php script finds it in your admin direcotry. this directory will be something like this:

/public_html/forums/templates/mytemplate/admin/confirm_body.tpl

once you have uploaded the confirm_body.tpl file, you shouldn't get this error anymore.

you can get the confirm_body.tpl file from the phpbb.com website or from your template provider. if you are using the default Subsilver template in phpbb, here is the code below; just copy and save the file as and uploaded to your template admin directory


     Code:
<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
<th class="thHead" height="25" valign="middle">{MESSAGE_TITLE}</th>
</tr>
<tr>
<td class="row1" align="center"><form action="{S_CONFIRM_ACTION}" method="post"><span class="gen"><br />{MESSAGE_TEXT}<br /><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}" class="mainoption" />&nbsp;&nbsp;<input type="submit" name="cancel" value="{L_NO}" class="liteoption" /></span></form></td>
</tr>
</table>

<br clear="all" />


HELP!! if you found this post helpful, we would appreciate a link back to wallpaperama.com ... Why we ask for link back? The more people link back to wallpaperama.com, the more people will be able to find these tutorials and we will be able to help people like you. Thank You.
if you want to link exchange with us, please go to:
http://www.wallpaperama.com/link-exchange.php
:: 2 :: Reply #907 Reply By craesz On Sun Mar 18, 2007 7:42 am
craesz:
I followed this advice. Well, at least to the point of placing the confirm_body.tpl file in the admin directory. The phpbb website is down. Even after I have what I think is the correct confirm_body.tpl (I've copied the code above and tried to move the one in the other directory) in the admin directory. I still get this error. All I want to do is delete some of the styles from a bulletin board. Any ideas?
:: 3 :: Reply #60940 Reply By Ashish On Tue Jul 08, 2008 11:14 pm
Ashish:
i have porblem like this
template->make_filename(): error - file admin/confirm_body.tpl does not exist
and i have also tried your below code which is use for default subsilver but i get still thats type error.if you have any please send me that code.