Icy Phoenix


Archived phpBB Topics (Styles, Mods, Support) - FAP SUPPORT - Template->make_filename(): Error - Template File Not Foun



Gianni PB [ Wed 10 Jan, 2007 15:20 ]
Post subject: FAP SUPPORT - Template->make_filename(): Error - Template File Not Foun
in ACP i have this error:

Template->make_filename(): Error - template file not found: ADM_TPLalbum_cat_select_body.tpl


i use ca_aphrodite, is this the problem? ok, but i don't understand what i have to change...


thanks


Frost [ Wed 10 Jan, 2007 15:23 ]
Post subject: Re: Template->make_filename(): Error - Template File Not
Looks like you need to reupload album_cat_select_body.tpl to your yoursite.com/yourforum/templates/yourtemplate/admin/album_cat_select_body.tpl

Or did you recently do any changes to the file?(album_cat_select_body.tpl )

EDIT: Well also, what version of phpbbxs are you using?


Gianni PB [ Wed 10 Jan, 2007 16:29 ]
Post subject: Re: Template->make_filename(): Error - Template File Not
Frost wrote: [View Post]
Looks like you need to reupload album_cat_select_body.tpl to your yoursite.com/yourforum/templates/yourtemplate/admin/album_cat_select_body.tpl

Or did you recently do any changes to the file?(album_cat_select_body.tpl )

EDIT: Well also, what version of phpbbxs are you using?




those files exist. I haven't done any change, i have just installed it.


the problem is for all album links in ACP:

Template->make_filename(): Error - template file not found: ADM_TPLalbum_config_body_extended.tpl
Template->make_filename(): Error - template file not found: ADM_TPLalbum_cat_body.tpl
Template->make_filename(): Error - template file not found: ADM_TPLalbum_cat_select_body.tpl
Template->make_filename(): Error - template file not found: ADM_TPLalbum_personal_body.tpl




I use phpBB XS 2 2.0.2.2


Frost [ Wed 10 Jan, 2007 17:05 ]
Post subject: Re: Template->make_filename(): Error - Template File Not
Hmm, try this...

Open:

album_mod/album_constants.php

Find:

Code: [Hide] [Select]
$acp_prefix = (defined('IS_PHPBBXS')) ? ADM_TPL : 'admin/';


Replace With:

Code: [Hide] [Select]
$acp_prefix = (!defined('IS_PHPBBXS')) ? ADM_TPL : 'admin/';


Gianni PB [ Wed 10 Jan, 2007 17:12 ]
Post subject: Re: Template->make_filename(): Error - Template File Not
fantastic! now it works! thanks! you're great


Frost [ Wed 10 Jan, 2007 17:15 ]
Post subject: Re: Template->make_filename(): Error - Template File Not
you're welcome


OVRTAQ [ Mon 08 Oct, 2007 17:12 ]
Post subject: Re: Template->make_filename(): Error - Template File Not
HI there., just reading the help you have given for a similar error code ... we have just installed a new theme from SubSilver to a Green theme.. and we've come up with this error...

Template->make_filename(): Error - template file not found: portal_page_header.tpl

unable to get back into My Admin ... is there another way thru the CPanel to change the details...

had a little bit of progess..... header had changed but still getting error: Template->make_filename(): Error - template file not found: layout/3_column.tpl

could someone please advise the best method to fix this... your help is greatly appreciated....


JHOSMAN [ Mon 08 Oct, 2007 17:18 ]
Post subject: Re: SOLVED - Template->make_filename(): Error - Template
Reemplaze this files for original Icyphoenix and restore all modificactions of the problem


difus [ Mon 08 Oct, 2007 20:36 ]
Post subject: Re: Template->make_filename(): Error - Template File Not
OVRTAQ wrote: [View Post]
HI there., just reading the help you have given for a similar error code ... we have just installed a new theme from SubSilver to a Green theme.. and we've come up with this error...

Template->make_filename(): Error - template file not found: portal_page_header.tpl

unable to get back into My Admin ... is there another way thru the CPanel to change the details...

had a little bit of progess..... header had changed but still getting error: Template->make_filename(): Error - template file not found: layout/3_column.tpl

could someone please advise the best method to fix this... your help is greatly appreciated....


I'm thinking best way is to put portal_page_header.tpl in right place via ftp




Powered by Icy Phoenix