Author |
Topic |
|
wrc1
Starting Member
47 Posts |
Posted - 27 August 2003 : 07:23:52
|
I installed active users. When i want to go to the admin section i get this error :
Microsoft VBScript runtime error '800a000d'
Type mismatch: '[undefined]'
/forum/admin_home.asp, line 131
this is a part of the script (in red is line 131)
if strAuthType = "nt" then Response.Write " <LI><span class=""spnMessageText""><a href=""admin_config_NT_features.asp"">Feature NT Configuration</a></span></LI>" & vbNewLine end if Response.Write " <LI><span class=""spnMessageText""><a href=""admin_config_members.asp"">Member Details Configuration</a></span></LI>" & vbNewLine & __ " <LI><span class=""spnMessageText""><a href=""admin_config_ranks.asp"">Ranking Configuration</a></span></LI>" & vbNewLine & |
Edited by - wrc1 on 27 August 2003 07:25:42 |
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 27 August 2003 : 07:37:06
|
It looks like you have an extra _ character at the end of that line.
Response.Write " <LI><span class=""spnMessageText""><a href=""admin_config_members.asp"">Member Details Configuration</a></span></LI>" & vbNewLine & __
Try removing the last _ on the line shown above. |
|
|
wrc1
Starting Member
47 Posts |
Posted - 27 August 2003 : 08:05:11
|
no that's my missing. i paste the code in this forum and for some reason there was a _ to much (i put the line in red and maybe a put a _). In my forum code there is no extra _
I think there must be an error in this codeline. When i remove this code, my admin page works. and when i paste the extra code line again in my forum there is again an error.
Response.Write " <LI><span class=""spnMessageText""><a href=""admin_config_members.asp"">Member Details Configuration</a></span></LI>" & vbNewLine & _
when i post it on example line 151 he said there is an error on line 151. |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 27 August 2003 : 08:13:00
|
I cant see anything wrong with that line, you say when it is removed everything works ok? If that is the case then I would remove the & _ from the end, as obviously the next line down would have a Response.Write at the start, or the page would fault.
If that does not work maybe post a link to a text version of your admin_home.asp file. |
|
|
wrc1
Starting Member
47 Posts |
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 27 August 2003 : 14:12:06
|
I tried your admin_home.asp on my test-site, and the page shows up without any errors. Which server OS are you running your forum on? |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
wrc1
Starting Member
47 Posts |
Posted - 27 August 2003 : 14:36:00
|
thx masterao for your reply, i have put my backup files again on the server and restart the changes and now it works |
|
|
masterao
Senior Member
Sweden
1678 Posts |
|
reeceecup
New Member
75 Posts |
Posted - 01 September 2003 : 20:35:27
|
get this error after installing active users mod
Microsoft JET Database Engine error '80040e37'
The Microsoft Jet database engine cannot find the input table or query 'FORUM_ONLINE'. Make sure it exists and that its name is spelled correctly.
/forum/inc_active_users.asp, line 148
need help |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 01 September 2003 : 23:15:36
|
reececup, you need run the dbs-file first before you can make any changes to the various files.
The error you recieve sounds like you are trying to add Active Users 3.5. Im not sure if that mod has been updated to 3.4, but I would suggest that you add Active Users 4.0 instead. You can find more info about AU 4 in this topic, which also contains the download link for AU 4. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
reeceecup
New Member
75 Posts |
Posted - 02 September 2003 : 07:25:12
|
Thank You masterao....I'll let you know.... |
|
|
masterao
Senior Member
Sweden
1678 Posts |
|
|
Topic |
|