Author |
Message |
manunkind
Client

Joined: Apr 26, 2004
Posts: 368
Location: Albuquerque, NM
|
Posted:
Mon May 09, 2005 8:51 pm |
|
Hello,
I don't know what happened, but I am now getting the following error when loading my Forums, Members List, and Private Messages:
Quote: | Template->make_filename(): Error - file /overall_header.tpl does not exist |
The ending is sometimes different when I load different pages, but it all references this make_filename().
One day it was working, the next I get these messages. I just downloaded chat's 3.0 fixes from the front page, and it still did not work. I do not know what is going on.
Can anyone help me? |
|
|
|
 |
chatserv
Member Emeritus

Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico
|
Posted:
Tue May 10, 2005 12:09 am |
|
Double check your template or the theme's forums folder to make sure overall_header.tpl is there, even if it is upload it from a freshly downloaded copy of the Nuke version you are running to make sure it's not corrupted. |
|
|
|
 |
manunkind

|
Posted:
Tue May 10, 2005 4:23 am |
|
I will try that, chat. Thanks.
This morning, I am getting a new error on all these pages:
Quote: | phpBB : Critical Error
Error creating new session
DEBUG MODE
SQL Error : 1054 Unknown column 'session_admin' in 'field list'
INSERT INTO nuke_bbsessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin) VALUES ('f36d66a8d7a0ed376a80afae14da14f8', '2', '1115720537', '1115720537', '442357e2', '0', '1', '0')
Line : 203
File : sessions.php |
I am so lost.  |
|
|
|
 |
manunkind

|
Posted:
Tue May 10, 2005 4:39 am |
|
Ok, fixed the second one. For some reason the upgradedb file didn't work. I manually changed the database and now I'm just getting the first error again. |
|
|
|
 |
manunkind

|
Posted:
Tue May 10, 2005 4:43 am |
|
Nope, still the same. Any other ideas? |
|
|
|
 |
manunkind

|
Posted:
Tue May 10, 2005 6:27 pm |
|
Even going into the Admin area of the Forums, I get this:
Quote: | Template->make_filename(): Error - file /admin/index_frameset.tpl does not exist |
What is this "make_filename" and why is it messing up my site?? |
|
|
|
 |
CurtisH
Life Cycles Becoming CPU Cycles

Joined: Mar 15, 2004
Posts: 638
Location: West Branch, MI
|
Posted:
Tue May 10, 2005 6:55 pm |
|
Sounds like you have possibly deleted that crucial file. Verify that there is indeed a index_frameset.tpl in your modules/Forums/templates/subSilver/admin folder
If not, open a plain text editor like Windows notepad and copy the following code into it and save the file as index_frameset.tpl and then upload it to your modules/Forums/templates/subSilver/admin folder and that should resolve your issue.
Code:<html>
<head>
<title>phpBB Administration</title>
<meta http-equiv="Content-Type" content="text/html;">
</head>
<frameset cols="170,*" rows="*" border="2" framespacing="0" frameborder="yes">
<frame src="{S_FRAME_NAV}" name="nav" marginwidth="3" marginheight="3" scrolling="auto">
<frame src="{S_FRAME_MAIN}" name="main" marginwidth="10" marginheight="10" scrolling="auto">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
<p>Sorry, your browser doesn't seem to support frames</p>
</body>
</noframes>
</html>
|
|
_________________ Those who dream by day are cognizant of many things which escape those who dream only by night. ~Poe |
|
|
 |
manunkind

|
Posted:
Tue May 10, 2005 8:30 pm |
|
The file can exist or it cannot exist. It doesn't matter, I still get that error.
And yes, I did add the code of yours and created a file to upload and test. Get the same error.
I actually have the file in the first error that I posted above. I get the error everytime.
I downloaded a fresh version of the 3.0 patch. I downloaded the version for 7.6 (with the 2.9 patch) and uploaded all the includes and Forum files. Same errors.
I have no idea what is going on. I cannot find the reference for make_filename() anywhere in my files. |
|
|
|
 |
chatserv

|
Posted:
Tue May 10, 2005 9:15 pm |
|
That function is part of includes/template.php |
|
|
|
 |
manunkind

|
Posted:
Tue May 10, 2005 9:46 pm |
|
Any idea why it doesn't find existing files? |
|
|
|
 |
chatserv

|
Posted:
Tue May 10, 2005 11:23 pm |
|
Change the default theme to one of Nuke's core ones like DeepBlue to see if you can view the forums, the problem can be caused by one of several reasons, the ones i can think of right now are a messed up theme, usage of a non ported phpBB template, messing with the admin_styles section in the forum's admin area or missing files in the folder where the forums expect to find the template files which could be themes/fisubsilver/forums or modules/Forums/templates/subSilver. |
|
|
|
 |
manunkind

|
Posted:
Wed May 11, 2005 5:53 am |
|
I uploaded the ExtraLite theme to test it. Same errors.
What can I do to fix this? It was fine a week or two ago. I have no idea what changed. Can I go back to an older version or something? |
|
|
|
 |
chatserv

|
Posted:
Wed May 11, 2005 10:10 am |
|
Create a test superuser and pm me the login data and site url, i will check into it for you, i might also need ftp login info to verify the files. |
|
|
|
 |
manunkind

|
Posted:
Wed May 11, 2005 6:34 pm |
|
|
|
 |
|