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: MOD Implementation
 HuwR, I need your help
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ds.Enigma
Starting Member

6 Posts

Posted - 17 April 2001 :  05:10:50  Show Profile  Send ds.Enigma an ICQ Message
I'm extremely confused right now, instead of a login section when I use your Mod, I get a red message saying please login to Snitz/HuwR.

The site is here http://www20.brinkster.com/tribeds

Any help at all would be greatly appriciated, I know I probably screwed up a lot of stuff I just don't know what I could have screwed up since it was a pre-packaged deal.

Or if anyone else notices what's wrong with the bloody thing let me know thanks!

ds.Enigma

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 17 April 2001 :  05:15:58  Show Profile
I just checked your site, and I see the login boxes.
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 17 April 2001 :  05:17:06  Show Profile  Visit HuwR's Homepage


beats me, which mod are we talking about, and where does the please login come from? it is not in any of my code

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 17 April 2001 :  05:18:31  Show Profile
That's actually part of something I included in the forum I had for download. rick just combined it into yours.
Go to Top of Page

ds.Enigma
Starting Member

6 Posts

Posted - 17 April 2001 :  05:20:06  Show Profile  Send ds.Enigma an ICQ Message
Hmm I wonder why I'm not seeing it then....right where the login boxes should be I have a nice red sentance stating that I should be loging in.....but no login boxes.....oh....wait a tick, let me clear my cache real quick.....

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 17 April 2001 :  05:25:16  Show Profile  Visit HuwR's Homepage
quote:

Hmm I wonder why I'm not seeing it then....right where the login boxes should be I have a nice red sentance stating that I should be loging in.....but no login boxes.....oh....wait a tick, let me clear my cache real quick.....





I see the same as you, no login boxes

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 17 April 2001 :  05:29:39  Show Profile
That's weird. I can see the login boxes, and I just logged in and then logged back out also. Seems to be working fine.
Go to Top of Page

ds.Enigma
Starting Member

6 Posts

Posted - 17 April 2001 :  05:33:52  Show Profile  Send ds.Enigma an ICQ Message
That is rather odd, I deleted all the cookies I had for that site and now there is color on the forums other than the red text and I saw the login boxes that part seems to work now I just have to nail down all the other little fun errors that are creepin' up :)

I wonder if this is going to be a problem for all users or if it's just a rare occurance......

Go to Top of Page

ds.Enigma
Starting Member

6 Posts

Posted - 17 April 2001 :  05:41:17  Show Profile  Send ds.Enigma an ICQ Message
Hmmm well while I have you guys here :)

When I try and update the Main Forum Configuration it gives me some hoopla about a missing operator in admin_config_system.asp around line 114

So I'm think I found the problem, except I don't know how to rectify it.

strSql = strSql & " SET C_STRFORUMTITLE = '" & ChkString(Request.Form("strForumTitle"),"title") & "'"

Does that look right to you? it doesn't look right to me...but then again I don't really know what I'm talking about so my opinion means about as much as a tiny hat on a snowball in hell.

hehe, thanks for the help guys :)

ds.Enigma

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 17 April 2001 :  05:42:32  Show Profile  Visit HuwR's Homepage
it looks fine to me

Go to Top of Page

ds.Enigma
Starting Member

6 Posts

Posted - 17 April 2001 :  05:48:10  Show Profile  Send ds.Enigma an ICQ Message
Hmmm, well it's this block of code in there that is giving me the error

strSql = "UPDATE " & strTablePrefix & "CONFIG "
strSql = strSql & " SET C_STRFORUMTITLE = '" & ChkString(Request.Form("strForumTitle"),"title") & "'"
strSql = strSql & ", C_STRCOPYRIGHT = '" & ChkString(Request.Form("strCopyright"),"title") & "'"
strSql = strSql & ", C_STRTITLEIMAGE = '" & ChkString(Request.Form("strTitleImage"),"url") & "'"
strSql = strSql & ", C_STRHOMEURL = '" & ChkString(Request.Form("strHomeURL"),"url") & "'"
strSql = strSql & ", C_STRFORUMURL = '" & ChkString(Request.Form("strForumURL"),"url") & "'"
strSql = strSql & ", C_STRAUTHTYPE = '" & Request.Form("strAuthType") & "'"
strSql = strSql & ", C_STRSETCOOKIETOFORUM = " & Request.Form("strSetCookieToForum")
strSql = strSql & ", C_STRGFXBUTTONS = " & Request.Form("strGfxButtons")
strSql = strSql & ", C_STRSHOWIMAGEPOWEREDBY = " & Request.Form("strShowImagePoweredBy")
strSql = strSql & " WHERE CONFIG_ID = " & 1
my_Conn.Execute (strSql)
Application(strCookieURL & "ConfigLoaded") = ""

I tried adding a , after the " in the first line of code I posted, cause all the rest of 'em had a comma so I figured it should have one too.....apparently the system disagrees with me on that point. 'Cause then it gave me a Syntax error in the update statement.....soooo I was wondering if you could point out the original error for me so I know what to look for next time.

Thanks

ds.Enigma

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 2.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07