I have recently installed Modded Forum v3.4.03.8 which is fantastic, I previously had the standard Snitz forum installed and manually altered the ASP pages.
Unfortunately as I haven't edited myself this new forum has a couple of quirky traits... I thought this place would be the best to start as looking through previous postings, I can see people seem to know their stuff!
When I click "home" I get this error
Active Server Pages error 'ASP 0131'
Disallowed Parent Path
/forum/include/inc_events.asp, line 1
The Include file '../cal_functions.asp' cannot contain '..' to indicate the parent directory.
Unfortunately I cannot quite figure out what this is talking about. The same error also occurs when I log in. It however does log me in despite the error occurring as I can load up a new page and I am logged in normally.
Finally the same error occurs when I hit the "Events calander" link.
Has anyone else experienced this problem and If so was there a work around or a piece of code that was needed??
Oh right, thanks for the speedy reply, I have full control over the IIS, so what settings would need to be changed? folder options? user permissions? additional services need to be running?
if your host does not allow parent paths and won't turn it on, you will need to change the path in your include statement so that retaher than saying ../cal_functions.asp it says /forum/cal_functions.asp or something similar