Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 MOD HELP!!
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 3

liching
Starting Member

47 Posts

Posted - 03 August 2002 :  19:17:39  Show Profile
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

Posted - 03 August 2002 :  19:26:27  Show Profile  Visit dayve's Homepage
what mod are you trying to install? What line number are you receiving the error on? need more info from ya...

http://www.nineinchnailz.com

Snitz Exchange | Snitz Icons | Do's and Dont's
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 03 August 2002 :  19:28:44  Show Profile
Could this be the problem with the FileSystemObject? there is a non FileSystemObject mod setup file here maybe give that a try http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=17934


no matter how fast light travels it finds the darkness has always got there first, and is waiting for it.
installation guide | mods
Go to Top of Page

liching
Starting Member

47 Posts

Posted - 03 August 2002 :  19:31:05  Show Profile
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..

Go to Top of Page

liching
Starting Member

47 Posts

Posted - 03 August 2002 :  19:33:14  Show Profile
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
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 03 August 2002 :  19:34:52  Show Profile
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
Go to Top of Page

liching
Starting Member

47 Posts

Posted - 03 August 2002 :  19:36:18  Show Profile
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
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 03 August 2002 :  19:44:39  Show Profile
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
Go to Top of Page

Rasco
Advanced Member

Germany
3192 Posts

Posted - 03 August 2002 :  19:46:29  Show Profile  Send Rasco an ICQ Message
Read this topic about it:

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=27417

Go to Top of Page

liching
Starting Member

47 Posts

Posted - 03 August 2002 :  19:47:13  Show Profile
ok download done
thanks

I'll check it out now

Go to Top of Page

liching
Starting Member

47 Posts

Posted - 03 August 2002 :  19:49:42  Show Profile
thanks, that site helped alot!

Go to Top of Page

liching
Starting Member

47 Posts

Posted - 03 August 2002 :  19:53:01  Show Profile
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!


Go to Top of Page

liching
Starting Member

47 Posts

Posted - 03 August 2002 :  19:56:23  Show Profile
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 ?



Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 03 August 2002 :  20:01:42  Show Profile
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
Go to Top of Page

liching
Starting Member

47 Posts

Posted - 03 August 2002 :  20:04:57  Show Profile
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
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 03 August 2002 :  20:07:48  Show Profile
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
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.42 seconds. Powered By: Snitz Forums 2000 Version 3.4.07