Author |
Topic  |
|
ds.Enigma
Starting Member
6 Posts |
Posted - 17 April 2001 : 05:10:50
|
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
|
I just checked your site, and I see the login boxes. |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 17 April 2001 : 05:17:06
|

beats me, which mod are we talking about, and where does the please login come from? it is not in any of my code
|
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 17 April 2001 : 05:18:31
|
That's actually part of something I included in the forum I had for download. rick just combined it into yours. |
 |
|
ds.Enigma
Starting Member
6 Posts |
Posted - 17 April 2001 : 05:20:06
|
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.....
|
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 17 April 2001 : 05:25:16
|
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
|
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 17 April 2001 : 05:29:39
|
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. |
 |
|
ds.Enigma
Starting Member
6 Posts |
Posted - 17 April 2001 : 05:33:52
|
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......
|
 |
|
ds.Enigma
Starting Member
6 Posts |
Posted - 17 April 2001 : 05:41:17
|
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
|
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 17 April 2001 : 05:42:32
|
it looks fine to me
|
 |
|
ds.Enigma
Starting Member
6 Posts |
Posted - 17 April 2001 : 05:48:10
|
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
|
 |
|
|
Topic  |
|