Page 1 of 1
[Solved] Error message

Posted:
Fri Jun 22, 2007 8:07 am
Author: Karen
I've redone my board and installed IM, and I put an .htaccess file in where my forums files and folders are to try and get my portal to be the opening page.
I'm getting this error - Template->loadfile(): File ./templates/Diddle/layout/ for handle body is empty
is this because my .htaccess is in the wrong place?
<img>

Posted:
Fri Jun 22, 2007 8:29 am
Author: Michael Lundie
Your .htaccess is in your root directory? Was it working before you changed the .htaccess? It should look something like this:
- Code: Select all
DirectoryIndex portal.php index.htmlErrorDocument 401 /errors.php?error=401ErrorDocument 403 /errors.php?error=403ErrorDocument 404 /errors.php?error=404ErrorDocument 500 /errors.php?error=500

Posted:
Fri Jun 22, 2007 8:55 am
Author: Karen
my path is babydreamz.net/forums - to get to my forums and its in the forums folder.
Shall I move it to the root then?
It was ok before I added the portal, but not set up to be reached by my url as the IM portal wasn't on my live board iyswim?
I've just looked in my IM configuration and I have no info/fields there at all. The page is there but nothing else.

Posted:
Fri Jun 22, 2007 9:27 am
Author: Michael Lundie
Sorry, I should have said root forum dirctory. That is fine. Have you made sure that you have CHMOD settings correct on your files?
I've redone my board and installed IM...
Are you just using IM Portal? Or full integra mod?
Re: Error message

Posted:
Fri Jun 22, 2007 10:18 am
Author: Karen
Its just IM portal.
My folders are 755 and files are 644.
Re: Error message

Posted:
Fri Jun 22, 2007 5:10 pm
Author: Helter
did you create, or upload the folder "var_cache" to your forum root and chmod it to "777" ?
also check your root/templates/subSilver/layout folder for the layout tpl and cfg files
if your acp/IM Portal/Portal Configuration page is blank, check that you uploaded all template files to all installed templates
Re: Error message

Posted:
Sun Jun 24, 2007 7:28 am
Author: Karen
Thank you its fixed now <img>
Its a bit complicated but basically SQL queries needed redoing after my change over.