Author |
Topic |
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 07 June 2001 : 16:35:46
|
Faiz,
I do have a play around site for it, but like it needs. I requires you to log into it as a member, but you can sign up at www.flamehall.com. This site is a play site and has your mod setup on it. I shall work on the little part of the table that keeps showing the bgcolor and will post a fix as soon as I can if you like.
quote:
Thank you! do u have a working demo for this mod ...actually I do not have a online test site so...
Regards,
Webmaster @ Classic Motor Cycling Classic Motor Cycling |
|
|
stuF
Average Member
United Kingdom
561 Posts |
Posted - 07 June 2001 : 16:54:13
|
it is your version that im using, and after removing the wrong include statement, this is the error im getting....
Microsoft VBScript runtime error '800a01a8'
Object required: 'my_Conn'
/cgi-bin/forum/inc_functions.asp, line 656
i know its not the same file, but its occuring in my.asp ...
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 07 June 2001 : 17:25:40
|
Try redownloading it again. I just updated it about an hour ago. |
|
|
stuF
Average Member
United Kingdom
561 Posts |
Posted - 07 June 2001 : 18:20:09
|
ok, just tried again, same one again... could you upload it as another name/different place? as im getting the same one everytime...
|
|
|
tteal
Junior Member
USA
438 Posts |
Posted - 07 June 2001 : 18:44:16
|
This is the error I get:
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. /forum/inc_functions.asp, line 642
Anyone have a working copy of this mod that they'd care to share w/me?
Thank you!
Cheers, Tim
Drop me an email and find out about hosting your snitz forum too!
http://www.bandwidthunlimited.net http://www.free-guestbook.com http://www.tealnet.com
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 07 June 2001 : 20:12:13
|
Tim, what is on line 642 of your inc_functions.asp file? |
|
|
tteal
Junior Member
USA
438 Posts |
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 07 June 2001 : 20:22:12
|
Tim, can you post the whole function GetMemberID from your inc_functions.asp file?
You also might try changing this in my.asp from:
id = getMemberID(Request.Cookies(strUniqueID & "User")("Name"))
to
id = getMemberID(strDBNTUserName) |
|
|
tteal
Junior Member
USA
438 Posts |
Posted - 07 June 2001 : 20:23:02
|
function getMemberID(fUser_Name)
'## Forum_SQL strSql = "SELECT " & strMemberTablePrefix & "MEMBERS.MEMBER_ID " strSql = strSql & " FROM " & strMemberTablePrefix & "MEMBERS " strSql = strSql & " WHERE M_NAME = '" & fUser_Name & "'"
rsGetMemberID = my_Conn.Execute(strSql) getMemberID = rsGetMemberID("MEMBER_ID")
end function
Cheers, Tim
Drop me an email and find out about hosting your snitz forum too!
http://www.bandwidthunlimited.net http://www.free-guestbook.com http://www.tealnet.com
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 07 June 2001 : 20:25:22
|
Do you know whether you are using strUniqueID or strCookieURL on your forum? |
|
|
tteal
Junior Member
USA
438 Posts |
Posted - 07 June 2001 : 20:27:29
|
quote: strCookieURL = Left(Request.ServerVariables("Path_Info"), InstrRev(Request.ServerVariables("Path_Info"), "/")) if Application(strCookieURL & "ConfigLoaded")= "" or IsNull(Application(strCookieURL & "ConfigLoaded")) or blnSetup="Y" then
Is in in config.asp file if that helps.
Cheers, Tim
Drop me an email and find out about hosting your snitz forum too!
http://www.bandwidthunlimited.net http://www.free-guestbook.com http://www.tealnet.com
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 07 June 2001 : 20:45:50
|
In the my.asp file trying changing this:
id = getMemberID(Request.Cookies(strUniqueID & "User")("Name"))
to
id = getMemberID(strDBNTUserName) |
|
|
tteal
Junior Member
USA
438 Posts |
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 07 June 2001 : 20:53:58
|
Sorry, that was my mistake. I corrected the code above... |
|
|
tteal
Junior Member
USA
438 Posts |
|
Topic |
|