Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 freak text
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

SlowManKarrd
Starting Member

USA
16 Posts

Posted - 19 March 2001 :  22:04:41  Show Profile  Visit SlowManKarrd's Homepage  Send SlowManKarrd an ICQ Message  Send SlowManKarrd a Yahoo! Message
Thanks to you that help me out with my dirrectory permission problem
and now i have a new problem that was going on at the same time as the permissions one

My forum now works find again, but I see this text at the top of every page (in the forum)

quote:

orMail") strShowPaging = Application(strCookieURL & "strShowPaging") strShowTopicNav = Application(strCookieURL & "strShowTopicNav") strPageSize = Application(strCookieURL & "strPageSize") strPageNumberSize = Application(strCookieURL & "strPageNumberSize") strForumTimeAdjust = DateAdd("h", strTimeAdjust , Now()) strNTGroups = Application(strCookieURL & "STRNTGROUPS") strAutoLogon = Application(strCookieURL & "STRAUTOLOGON") ReadModConfig() if strSecureAdmin = "0" then Session(strCookieURL & "Approval") = "15916941253" end if on error goto 0 if strAuthType = "db" then strDBNTSQLName = "M_NAME" strAutoLogon ="0" strNTGroups ="0" else strDBNTSQLName = "M_USERNAME" end if %>


just go to http://www.theslowpeople.com/forum and see for your self

Any ideas on why this would be happening?

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 19 March 2001 :  22:14:23  Show Profile
Looks like one of your files may be corrupted.

Check inc_top.asp in an editor and see if it looks ok.

could be a missing <% or %> somewhere.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 19 March 2001 :  22:54:21  Show Profile
I used view source on the link above and it looks like the problem lies in config.asp around these lines:


orMail")
strShowPaging = Application(strCookieURL & "strShowPaging")
strShowTopicNav = Application(strCookieURL & "strShowTopicNav")
strPageSize = Application(strCookieURL & "strPageSize")
strPageNumberSize = Application(strCookieURL & "strPageNumberSize")
strForumTimeAdjust = DateAdd("h", strTimeAdjust , Now())
strNTGroups = Application(strCookieURL & "STRNTGROUPS")
strAutoLogon = Application(strCookieURL & "STRAUTOLOGON")

ReadModConfig()

if strSecureAdmin = "0" then
Session(strCookieURL & "Approval") = "15916941253"
end if

on error goto 0

if strAuthType = "db" then
strDBNTSQLName = "M_NAME"
strAutoLogon ="0"
strNTGroups ="0"
else
strDBNTSQLName = "M_USERNAME"
end if
%>


The code above should be at the very bottom of your config.asp file.

I would guess that right before orMail") there is a %>
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.35 seconds. Powered By: Snitz Forums 2000 Version 3.4.07