Author |
Topic |
liching
Starting Member
47 Posts |
Posted - 03 August 2002 : 19:17:39
|
error 429|ActiveX component can't create object
i keep getting that msg when i try to install a mod. whats wrong ?
|
|
dayve
Forum Moderator
USA
5820 Posts |
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
|
liching
Starting Member
47 Posts |
Posted - 03 August 2002 : 19:31:05
|
quote: what mod are you trying to install? What line number are you receiving the error on? need more info from ya...
just when i try to go to the mod setup page, to go and install something..
|
|
|
liching
Starting Member
47 Posts |
Posted - 03 August 2002 : 19:33:14
|
now when i try to install the mod Active USers v3.4 on my snitz version 3.3.05 i get this error msg on my default page.
quote: 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.
/inc_activeusers.asp, line 140
and on that line is
quote:
'CHECK IF USER NAME AND IP ADDRESS MATCH set rsWho = Server.CreateObject("ADODB.Recordset") strSql = "SELECT " & strTablePrefix & "ONLINE.UserID, " & strTablePrefix & "ONLINE.UserIP, " & strTablePrefix & "ONLINE.LastChecked" strSql = strSql & " FROM " & strTablePrefix & "ONLINE " strSql = strSql & " WHERE " & strTablePrefix & "ONLINE.UserIP='" & strOnlineUserIP & "' AND " & strTablePrefix & "ONLINE.UserID='" & strOnlineUser & "'" rsWho.Open strSql,my_conn,3,1,1
Last line is the line 140
whats up ?
Edited by - liching on 03 August 2002 19:34:32 |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 03 August 2002 : 19:34:52
|
It means the database has not been altered to add the new tables/fields needed for the mod, you add them by running the mod setup file..
no matter how fast light travels it finds the darkness has always got there first, and is waiting for it. installation guide | mods |
|
|
liching
Starting Member
47 Posts |
Posted - 03 August 2002 : 19:36:18
|
great that clears everything up, thanks hamlin,,
now how do i get the mod setup working ? i'm still getting that error, and i went to that site you posted but it doesnt seem to help... I'm a bit lost...
and at the moment i cannot reach the mod setup because of that error msg, does that mean i'll have to put back the settings, and FIRST install the mod then upload the modifications ?
Edited by - liching on 03 August 2002 19:38:48 |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 03 August 2002 : 19:44:39
|
It was my understanding that some people got problems when using the mod setup file because of the FileSystemObject, I'm not sure if your error is related to this but I think it is. Now the download here is an alternate version of the mod setup page, which I believe does not use the file system object, and therefor should work for you...the topic I linked explains how to use it.
EDIT -
quote:
and at the moment i cannot reach the mod setup because of that error msg, does that mean i'll have to put back the settings, and FIRST install the mod then upload the modifications ?
probably, maybe just try removing the inc_activeuser.asp bit...
no matter how fast light travels it finds the darkness has always got there first, and is waiting for it. installation guide | mods
Edited by - Hamlin on 03 August 2002 19:48:25 |
|
|
Rasco
Advanced Member
Germany
3192 Posts |
|
liching
Starting Member
47 Posts |
Posted - 03 August 2002 : 19:47:13
|
ok download done thanks
I'll check it out now
|
|
|
liching
Starting Member
47 Posts |
Posted - 03 August 2002 : 19:49:42
|
thanks, that site helped alot!
|
|
|
liching
Starting Member
47 Posts |
Posted - 03 August 2002 : 19:53:01
|
after installing the mod with that program, it said it was a success.. now I just go and modify the inc_top.asp and default.asp files right ?
and just to make sure,
in the readme file that i have it says to only do this.
put this below the </head> tag in the inc_top.asp
quote: <!--#INCLUDE FILE="inc_activeusers.asp" -->
and in the default.asp put this
quote:
%> <!--#INCLUDE FILE="inc_activeusers2.asp" --> <%
before this
quote:
if strShowStatistics = "1" then
is this right? THANK YOU GUYS SOOO MUCH!
|
|
|
liching
Starting Member
47 Posts |
Posted - 03 August 2002 : 19:56:23
|
OK YOU GUYS ROCk!!!!! THANKS FOR HELPING ME!!!
I've got it working and i can see the Active Users section!! YAY I'm soooo happy
BUt there is always something wrong! WHY!!!?!?!?
WHere it says Active users, it doesnt actually show who is online. it only has
quote:
<image here> Currently Browsing the Boards ()
i think my nick should be between the () because I am on the board... what could be wrong ?
|
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 03 August 2002 : 20:01:42
|
quote:
OK YOU GUYS ROCk!!!!! THANKS FOR HELPING ME!!!
No problem not much help just pointing in the right direction
quote:
i think my nick should be between the () because I am on the board... what could be wrong ?
Not sure, check you made all the correct changes to the code
no matter how fast light travels it finds the darkness has always got there first, and is waiting for it. installation guide | mods |
|
|
liching
Starting Member
47 Posts |
Posted - 03 August 2002 : 20:04:57
|
I think they are all correct.. I've worked out that between the () should be the number of people on the board, in my case 1 and beneath this should have who is actually on the board, that is their nicks.
quote: ----------------------------------------------------------------- Optional Files -----------------------------------------------------------------
1. inc_activeusers2b.asp is for displaying the member names on default.asp above the statistics with a feature to Hide/Unhide.
2. inc_activeusers3.asp is for displaying the member names on top of default.asp, above the Header Row.
3. active_users.asp with auto reload feature.
-----------------------------------------------------------------
I found this in the readme file, and i want to use inc_activeusers2b.asp but i dont know where I'm suppose to write that or say that ?
Edited by - liching on 03 August 2002 20:06:26 |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 03 August 2002 : 20:07:48
|
What version of the active users mod are you using?
no matter how fast light travels it finds the darkness has always got there first, and is waiting for it. installation guide | mods |
|
|
Topic |
|