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
 Private message MOD error (topic.asp)
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

reece
Starting Member

Afghanistan
23 Posts

Posted - 12 January 2004 :  16:41:27  Show Profile
I just installed the private message mod and i got a problem, when i try to load a topic i get the following error under the forum logo;


Microsoft JET Database Engine error '80040e10'

No value given for one or more required parameters.

/chroniccoder/forum/topic.asp, line 114

i have run the setup mod database stuff and all and followed all the instructions but i cant fix it, heres what is around line 114;

set rsTopic = Server.CreateObject("ADODB.Recordset")
rsTopic.open strSql, my_Conn, adOpenForwardOnly, adLockReadOnly, adCmdText

if rsTopic.EOF then
recTopicCount = ""
else

Can n e 1 help me out plz? if you need to see my Forum then goto this address http://www16.brinkster.com/chroniccoder/forum/default.asp

Edited by - reece on 12 January 2004 16:54:02

reece
Starting Member

Afghanistan
23 Posts

Posted - 12 January 2004 :  18:44:03  Show Profile
hmmm, i really have no understanding of ASP to be honest, does anyone know where i can download the files for the Private message mod already edited for the normal snitz forums that hasnt been edited at all?
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 12 January 2004 :  19:17:26  Show Profile  Visit masterao's Homepage
Im not sure if anyone has those files available, but I can help you if you are interested. Can you post a link to a text-version of your topic.asp?

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

reece
Starting Member

Afghanistan
23 Posts

Posted - 13 January 2004 :  11:07:14  Show Profile
sure heres the file link http://www16.brinkster.com/chroniccoder/topic.txt to keep my forums going i couldnt afford to let them be down for any amount of time as they arent very popular at the moment but i hope they will get bigger, so i removed the mod temporarily until you can figure out how to help me, if you need any other files i would be glad to upload them for you.

Edited by - reece on 13 January 2004 11:23:15
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 13 January 2004 :  14:09:29  Show Profile  Visit masterao's Homepage
Do you have the avatar mod installed? I see that code for it has been added, but you said that your forum was unmodified except for the PM mod. I got the same error that you had, but when I removed the code for avatar in topic.asp it worked perfectly.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

reece
Starting Member

Afghanistan
23 Posts

Posted - 13 January 2004 :  14:36:34  Show Profile
thats seriously wierd, cause i swear down, i got the file off from the snitz page the newest one available and then i installed it unedited then added the little frame bit myself, then attempted to add the PM mod and thats it
i havent done anything else to it.
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 13 January 2004 :  17:06:27  Show Profile  Visit masterao's Homepage
Ok, you can get the working topic.asp here, <link removed>.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod

Edited by - masterao on 15 January 2004 15:15:50
Go to Top of Page

reece
Starting Member

Afghanistan
23 Posts

Posted - 14 January 2004 :  13:58:14  Show Profile
thnx a lot, ill put it up as soon as i can, also do you know if there is any file i can use to reset the database of my forum without deleting any data from it, i want to keep everything in it, i just want rid of the configuration alterations from any other mod that might have affected it. thnx
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 14 January 2004 :  15:20:49  Show Profile  Visit masterao's Homepage
You mean remove changes to the database made by mods? If the mod didn't have an un-install dbs-file (and it required changes to the database), you have to download the database, remove any mod-additions by hand, and then re-upload it (this could cause the loss of any posts made after you downloaded the database), or use Table Editor.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

reece
Starting Member

Afghanistan
23 Posts

Posted - 14 January 2004 :  18:44:56  Show Profile
thnx a lot m8
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 15 January 2004 :  05:10:49  Show Profile  Visit masterao's Homepage
You are welcome .

BTW, can I remove the link to topic.txt?

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

reece
Starting Member

Afghanistan
23 Posts

Posted - 15 January 2004 :  14:52:59  Show Profile
yeah sure, because i just figured its not topic.asp causing it, its in the inc_header.asp file, where im asked to make the link for the PM above the login, it says to me, "make this code look like this" and i just cant do it, does anyone have the inc_header for the PM mod i could download in a txt file?

Edited by - reece on 15 January 2004 15:06:06
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 15 January 2004 :  15:15:24  Show Profile  Visit masterao's Homepage
If you post a link to a text-version of your inc_header.asp, I'll add the code for you.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

reece
Starting Member

Afghanistan
23 Posts

Posted - 15 January 2004 :  15:25:00  Show Profile
that would be brilliant, thnx
you can find the text inc_header.txt here http://aa.1asphost.com/thegameengine/inc_header.txt
also you can see the forums here
http://aa.1asphost.com/thegameengine/forum/default.asp which dont display at the moment because of the error caused by this problem. thnx m8
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 15 January 2004 :  18:17:07  Show Profile  Visit masterao's Homepage
I noticed that your forum seems to be located at http://aa.1asphost.com/thegameengine/ and not at http://aa.1asphost.com/thegameengine/forum/. When I went to the first of the urls, I was redirected to setup.asp which said:
quote:

Your strDBType is not set, please edit your config.asp
to reflect your database type.



You can find the modified inc_header.asp here, http://d-foot.mine.nu/display_source.asp?page=snitz_files/inc_header.asp. Let me know when I can remove the file.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

reece
Starting Member

Afghanistan
23 Posts

Posted - 16 January 2004 :  12:31:11  Show Profile
my apologies, my files on this host have ben all over the place where i had an idea, i thouht about using a new database just incase that had anything to do with too, and i forgot to make the forum folder, doh, it took me ages to delete all those files off. but i got it all up now, so i can just add the inc_header you done for me.
Go to Top of Page
Page: of 2 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