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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Private Messages (another re-release w/fixes)
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 18

Adul
Starting Member

37 Posts

Posted - 14 August 2001 :  18:35:36  Show Profile  Visit Adul's Homepage  Send Adul an AOL message  Send Adul an ICQ Message
I got it working with version 3.3 now. I am going through the code slowly reorganizing it has I go and cleaning some stuff out. I am going to try and see if I can get the ignore feature working.

Go to Top of Page

TheMarkel
Starting Member

USA
14 Posts

Posted - 15 August 2001 :  00:08:33  Show Profile  Visit TheMarkel's Homepage  Send TheMarkel an AOL message  Send TheMarkel an ICQ Message
I'm running 3.3.02 and my pmcount isn't returning anything except 0.

Does anyone else notice this same problem? Nothing seems to register as a new message.

Any help would be appreciated.



PlanetMarkel Forums

'move every 'sig.''


--markel
Go to Top of Page

dG
Starting Member

6 Posts

Posted - 15 August 2001 :  18:06:21  Show Profile
Ok, I'm having real trouble with this thing.

Could anybody possibly give me a detailed step-by-step guide as to setting it up? It would be greatly appriciated.

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 15 August 2001 :  19:01:29  Show Profile
dG,

Can you post the URL to your forum?
Go to Top of Page

asp_storm
Average Member

USA
787 Posts

Posted - 18 August 2001 :  13:24:14  Show Profile  Visit asp_storm's Homepage  Send asp_storm an AOL message
i got this error when i ran mod_dbsetup.asp
quote:

Private Messages Mod (Default)

Creating table(s)...
CREATE TABLE FORUM_PM( M_ID COUNTER CONSTRAINT PrimaryKey PRIMARY KEY , M_SUBJECT text (50) NULL , M_FROM int NULL , M_TO int NULL , M_SENT text (50) NULL , M_MESSAGE memo NULL , M_PMCOUNT text (50) NULL , M_READ int NULL DEFAULT 0, M_MAIL text (50) NULL , M_OUTBOX byte NULL DEFAULT 1)
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in CREATE TABLE statement.

--------------------------------------------------------------------------------

Adding Column...
ALTER TABLE FORUM_MEMBERS ADD COLUMN M_PMEMAIL int NULL DEFAULT 0
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in ALTER TABLE statement.
Adding Column...
ALTER TABLE FORUM_MEMBERS ADD COLUMN M_PMRECEIVE int NULL DEFAULT 1
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in ALTER TABLE statement.
Table(s) updated

--------------------------------------------------------------------------------






¦_____________Creator___Of___________¦
[------------Newschoolskiing.com------------]
Go to Top of Page

FeDe
New Member

62 Posts

Posted - 19 August 2001 :  00:22:18  Show Profile
it's always showing this message!! please help!!

Microsoft JET Database Engine error '80040e37'
The Microsoft Jet database engine cannot find the input table or query 'FORUM_PM'. Make sure it exists and that its name is spelled correctly.

/privatemess.asp, line 50


Go to Top of Page

thephantomnl
New Member

Netherlands
66 Posts

Posted - 19 August 2001 :  11:56:37  Show Profile  Visit thephantomnl's Homepage  Send thephantomnl an ICQ Message
quote:

I just found a error on my PM Mod... If you turn on to see both in and out boxes at the end of the outbox I get this error.

ADODB.Field error '80020009'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/pm_view.asp, line 0


I do have the popup PM mod installed.


quote:

You have an out going PM to a member that has been deleted from your member table.

That will give you the EOF/BOF error.



isn't there a way that if the user wil be deleted the pm' s of the user also wil be deleted?? we have been testing on our forum and if you delete a member then you must edit the database with access

Go to Top of Page

zull
New Member

Malaysia
50 Posts

Posted - 19 August 2001 :  22:50:35  Show Profile  Visit zull's Homepage
i'm using the latest v3.3,

where do i paste the line <!--#include file="privatemess.asp"--> in the default.asp so that it will appear on top of the forum table *the one that contains Forum, topic, posts, last post and moderator(s)*

thanx in advance...



reversed | back&forth&beyond
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 August 2001 :  09:18:14  Show Profile
zull, try it on line #140 of default.asp
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 August 2001 :  09:19:54  Show Profile
asp_newbie, you are getting that error because you are using one of the strConnString lines in your config.asp that is labeled for use with Access97. Switch to one that is labeled for use with Access2000.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 August 2001 :  09:20:46  Show Profile
FeDe,

Sounds like you haven't run the setup for the Database yet, or it didn't complete successfully.
Go to Top of Page

zull
New Member

Malaysia
50 Posts

Posted - 21 August 2001 :  02:12:58  Show Profile  Visit zull's Homepage
quote:

zull, try it on line #140 of default.asp



doesn't work richard...

reversed | back&forth&beyond

Edited by - zull on 21 August 2001 02:18:02

Edited by - zull on 21 August 2001 02:31:48
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 21 August 2001 :  02:16:17  Show Profile
zull,

see here: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=15373

When you say it didn't work, what exactly did it do?
Go to Top of Page

snaayk
Senior Member

USA
1061 Posts

Posted - 21 August 2001 :  20:53:32  Show Profile  Visit snaayk's Homepage  Send snaayk an AOL message  Send snaayk an ICQ Message  Send snaayk a Yahoo! Message
I believed I did it all correctly, however it didn't work.

I posted the error. No table field. I posted the error when creating the tables. i also posted the config.asp line (because i know you would be saying not to use the access 97 string, richard which i didn't)

So what do you think the problem is?


Microsoft JET Database Engine error '80040e37'
The Microsoft Jet database engine cannot find the input table or query 'FORUM_PM'. Make sure it exists and that its name is spelled correctly.

/forum/pm_view.asp, line 120

*****************************************************************

Creating table(s)...
CREATE TABLE FORUM_PM( M_ID int IDENTITY (1, 1) NOT NULL , M_SUBJECT;varchar (50);NULL; NOT NULL , M_FROM;int;NULL; NOT NULL , M_TO;int;NULL; NOT NULL , M_SENT;varchar (50);NULL; NOT NULL , M_MESSAGE;text;NULL; NOT NULL , M_PMCOUNT;varchar (50);NULL; NOT NULL , M_READ;int;NULL;0 NOT NULL , M_MAIL;varchar (50);NULL; NOT NULL , M_OUTBOX;byte;NULL;1 NOT NULL )
-2147217900 | Syntax error in field definition.

--------------------------------------------------------------------------------

Dropping Column...
ALTER TABLE FORUM_MEMBERS
-2147217900 | Syntax error in ALTER TABLE statement.
Table(s) updated

--------------------------------------------------------------------------------

Dropping Column...
ALTER TABLE FORUM_MEMBERS
-2147217900 | Syntax error in ALTER TABLE statement.
Table(s) updated

*******************************************************************************

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/cgi-bin/2000.mdb") '## MS Access 2000 using virtual path


********************
We all have photographic memories, some just don't have film.


URL added: http://realmslore.dingojunction.com/forum/ -home page
http://realmslore.dingojunction.com/forum/pm_view.asp - error page

Edited by - snaayk on 21 August 2001 20:56:02
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 21 August 2001 :  20:57:17  Show Profile
snaayk,

Could you give me FTP access to your forum? I can login and fix the problem...
Go to Top of Page
Page: of 18 Previous Topic Topic Next Topic  
Previous Page | 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.25 seconds. Powered By: Snitz Forums 2000 Version 3.4.07