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
 Email Validation mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Razta
Starting Member

USA
6 Posts

Posted - 14 May 2002 :  14:20:12  Show Profile
I have 3.3.03 version of Snitz.
I keep getting the error
Microsoft OLE DB Provider for ODBC Drivers error '80040e37'

[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'FORUM_MEMBERS_PENDING'. Make sure it exists and that its name is spelled correctly.

/forums/register.asp, line 241

Is Forum_members_pending suppose to be a table in the access database?
Any clue on where to start for this?

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 14 May 2002 :  14:34:10  Show Profile
quote:
Is Forum_members_pending suppose to be a table in the access database?
Yes.
Did you not install the database fields for the mod?

«------------------------------------------------------»
Want to know when the next version comes out,
as soon as possible? Join our Mailing Lists !
Go to Top of Page

Razta
Starting Member

USA
6 Posts

Posted - 14 May 2002 :  23:04:48  Show Profile
I ran the mod installer, yes.
Im thinking its failing to update the database.
Can anyone send thier database that is unpopulated?
Or how to add the fields myself?



Edited by - razta on 15 May 2002 00:18:58
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 15 May 2002 :  00:47:40  Show Profile
I am not sure why it fails to do that. Other users have had the same problem with other mods as well. They run the database update, it says everything went ok, but the forum says the table is missing. If you run the database update again it says the table is already there.

What I would like you to do is, download this mod from this topic: http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=17934

Then I would like you to send me a username and password of an admin account. I will see what I can do to fix it for you.

Also, if you are using the Access 97 connection string, use the Access 2000 one instead.

«------------------------------------------------------»
Want to know when the next version comes out,
as soon as possible? Join our Mailing Lists !
Go to Top of Page

Razta
Starting Member

USA
6 Posts

Posted - 15 May 2002 :  01:16:34  Show Profile
Thanks for the reply, im using the access 97 string.
I switched to access 2000 string and it didnt change.



Edited by - razta on 15 May 2002 02:06:21
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 15 May 2002 :  02:14:07  Show Profile
quote:
I switched to access 2000 string and it didnt change.
It wasn't supposed to fix your problem. I am going tp fix it. Have you emailed me a username and password of an admin account to your forum yet? Remember to give me the url to your forum.

«------------------------------------------------------»
Want to know when the next version comes out,
as soon as possible? Join our Mailing Lists !
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 15 May 2002 :  02:21:52  Show Profile
Ok i got your email.

When i try to go to your admin_mod_dbsetup2.asp file it says it cannot find it. Are you sure you uploaded it? You didn't rename it or anything? Try uploading it again to your forum folder.

«------------------------------------------------------»
Want to know when the next version comes out,
as soon as possible? Join our Mailing Lists !
Go to Top of Page

Razta
Starting Member

USA
6 Posts

Posted - 15 May 2002 :  02:24:03  Show Profile
Sorry,
i have a directory call forums and forum....uploaded to the wrong one.
Sorry to waste your time.

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 15 May 2002 :  02:27:49  Show Profile
I'm done. Your forum should be working now.

«------------------------------------------------------»
Want to know when the next version comes out,
as soon as possible? Join our Mailing Lists !
Go to Top of Page

Razta
Starting Member

USA
6 Posts

Posted - 15 May 2002 :  11:27:56  Show Profile
Cool thanks. Now, can you tell me what you did so I can reproduce this forum on another site?
Thanks,

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 15 May 2002 :  23:06:54  Show Profile
I removed the MEMBERS_TABLE with this code:
[DROP]
MEMBERS_PENDING
[END]
And I then re-installed it with this code:
[CREATE]
MEMBERS_PENDING
MEMBER_ID
M_STATUS#smallint#NULL#0
M_NAME#varchar(75)#NULL#
M_USERNAME#varchar(150)#NULL#
M_PASSWORD#varchar(25)#NULL#
M_EMAIL#varchar(50)#NULL#
M_COUNTRY#varchar(50)#NULL#
M_HOMEPAGE#varchar(50)#NULL#
M_SIG#varchar(255)#NULL#
M_DEFAULT_VIEW#int#NULL#1
M_LEVEL#smallint#NULL#1
M_AIM#varchar(150)#NULL#
M_ICQ#varchar(150)#NULL#
M_YAHOO#varchar(150)#NULL#
M_POSTS#int#NULL#0
M_DATE#varchar(50)#NULL#
M_LASTHEREDATE#varchar(50)#NULL#
M_LASTPOSTDATE#varchar(50)#NULL#
M_TITLE#varchar(50)#NULL#
M_SUBSCRIPTION#smallint#NULL#0
M_HIDE_EMAIL#smallint#NULL#0
M_RECEIVE_EMAIL#smallint#NULL#0
M_LAST_IP#varchar(50)#NULL#'000.000.000.000'
M_IP#varchar(50)#NULL#'000.000.000.000'
M_FIRSTNAME#varchar(100)#NULL#
M_LASTNAME#varchar(100)#NULL#
M_OCCUPATION#varchar(255)#NULL#
M_SEX#varchar(50)#NULL#
M_AGE#varchar(10)#NULL#
M_HOBBIES#memo#NULL#
M_LNEWS#memo#NULL#
M_QUOTE#memo#NULL#
M_BIO#memo#NULL#
M_MARSTATUS#varchar(100)#NULL#
M_LINK1#varchar(255)#NULL#
M_LINK2#varchar(255)#NULL#
M_CITY#varchar(100)#NULL#
M_STATE#varchar(100)#NULL#
M_PHOTO_URL#varchar(255)#NULL#
M_KEY#varchar(16)#NULL#
M_NEWEMAIL#varchar(50)#NULL#
[END]


«------------------------------------------------------»
Want to know when the next version comes out,
as soon as possible? Join our Mailing Lists !
Go to Top of Page

Razta
Starting Member

USA
6 Posts

Posted - 17 May 2002 :  00:32:58  Show Profile
Oh ok....
I tryed the second set of code, but didnt remove that table first.
Thanks,

Go to Top of Page
  Previous Topic Topic Next Topic  
 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.55 seconds. Powered By: Snitz Forums 2000 Version 3.4.07