Author |
Topic |
|
cazie5
Starting Member
7 Posts |
Posted - 25 November 2003 : 17:15:29
|
I am trying to install the add in "Active Users"
But I have come accross a problem
in the script on the inc_headers.asp
I have put in this as it instructed
if trim(strDBNTUserName) <> "" and trim(Request.Cookies(strUniqueID & "User")("Pword")) <> "" then chkCookie = 1 mLev = cLng(chkUser(strDBNTUserName, Request.Cookies(strUniqueID & "User")("Pword"),-1)) chkCookie = 0 else MemberID = -1 mLev = 0 end if select case Request.Form("Method_Type") case "login" if strLoginStatus = 1 then AUHandleLoging() end if case "logout" AUHandleLoging() end select ActiveUserTracker()
But I am now getting this message on my site
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'ActiveUserTracker'
/cgi-bin/inc_header.asp, line 217
I don't understand why as I have copied it all exact I think!!!
Any help would be great
Thanks
Carol
<<moved to a more appropriate forum>> |
Edited by - Nikkol on 25 November 2003 17:24:54 |
|
Rasco
Advanced Member
Germany
3192 Posts |
Posted - 25 November 2003 : 17:33:16
|
Have you done the needed changes in inc_func_common.asp? |
German Snitz Forum
|
|
|
cazie5
Starting Member
7 Posts |
Posted - 25 November 2003 : 17:38:19
|
Yes I have, I have done all the changes it has asked me to do. |
|
|
altisdesign
Junior Member
United Kingdom
357 Posts |
Posted - 25 November 2003 : 17:50:58
|
Could you post text links to inc_header.asp and inc_func_common.asp? |
Altis Design offers all manner of web design services to a variety of commercial and personal clients |
|
|
cazie5
Starting Member
7 Posts |
|
altisdesign
Junior Member
United Kingdom
357 Posts |
Posted - 25 November 2003 : 18:31:09
|
Sorry if I was unclear, I meant creating a text file link to the asp page, so people can see the code and try to determine what is wrong for you |
Altis Design offers all manner of web design services to a variety of commercial and personal clients |
|
|
cazie5
Starting Member
7 Posts |
Posted - 25 November 2003 : 18:38:08
|
Sorry prob cause it is late at night here and I have the worst headache in the world cause of this problem.
But I don't understand a text link where and how??
Sorry for being dim |
|
|
altisdesign
Junior Member
United Kingdom
357 Posts |
Posted - 25 November 2003 : 18:41:55
|
Save as the inc_func_common.asp and inc_header.asp files with a .txt text file extension, and upload them to your web server. Then post the links here
You're not dim, I was just unclear what i posted above ...
I'm off to bed now if you post the links I'm sure someone will have a look and try and help you out.. if not i'll check back tommoro |
Altis Design offers all manner of web design services to a variety of commercial and personal clients |
Edited by - altisdesign on 25 November 2003 18:42:44 |
|
|
xx ENIGMA xx
Junior Member
166 Posts |
Posted - 25 November 2003 : 18:46:03
|
open up notepad and past all of whats inside inc_header.asp into it, then save it to your desktop as ( inc_header.txt )
then do the same with the other and save accordingly, then supply a link to those .txt files |
my little forum playground
|
|
|
cazie5
Starting Member
7 Posts |
|
altisdesign
Junior Member
United Kingdom
357 Posts |
Posted - 26 November 2003 : 10:40:54
|
I get file not found errors on those files.. |
Altis Design offers all manner of web design services to a variety of commercial and personal clients |
|
|
cazie5
Starting Member
7 Posts |
Posted - 28 November 2003 : 18:17:45
|
Yeah sorry i needed myboard up and running that day so just took off everythig i had put on and that included the txt files.
I never did figure why it wouldn't work and it drove me nuts as it is something I would like to do. Also it has put me off doing any other downloads too as I am scared the board will go down |
|
|
|
Topic |
|