I am installing snitz on an intranet but I am having a few problems.
All webpaegs on the intranet must use a template, which goes before and after you page content, this is so all the pages are similar.
Previously I copied nad pasted all of the template code before and after the forum code, this works perfectly well when testing on my laptop, but I decided it was pointless copying and pasting all of the code when I could use a include file command.
I am currently testing this on the intranet at work and the following error occurs:
Response object error 'ASP 0156 : 80004005'
Header Error
/gc2004/forum/config.asp, line 39
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
But when this is tested on my laptop it works perfectly fine.
HuwR, I managed to get around this a different way, instead of putting the insert file command at the start I put it after the insert config file command. So far I haven't had any problems.
Thanks for your reply though I know it must have sounded pretty vague.