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 DEV-Group
 DEV Bug Reports (Closed)
 V33: BUG+FIX: Error adding URL
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

thephantomnl
New Member

Netherlands
66 Posts

Posted - 26 July 2001 :  06:01:29  Show Profile  Visit thephantomnl's Homepage  Send thephantomnl an ICQ Message
when adding url in forum i get the error:

ADODB.Field fout '800a0bcd'

BOF of EOF is Waar, of de huidige record is verwijderd. Voor de gewenste bewerking moet er een huidige record zijn.

/forumv33/inc_functions.asp, regel 732


( sorry for the duch, is duch windows, try to translate than you wil know what i mean i think:

BOF or EOF is treu, or the reccord is deleted. ........ must been an active reccord)


gor
Retired Admin

Netherlands
5511 Posts

Posted - 26 July 2001 :  06:32:46  Show Profile  Visit gor's Homepage
hmm...3 errors in 1 Sql statement.

FIX

Edit post_info.asp

change the sql statement that starts at line 962 to:

if Err_Msg = "" then
'## Forum_SQL - Do DB Update
strSql = "INSERT INTO " & strTablePrefix & "FORUM "
strSql = strSql & "(CAT_ID"
if strPrivateForums = "1" then
strSql = strSql & ", F_PRIVATEFORUMS"
end if
strSql = strSql & ", F_LAST_POST"
strSql = strSql & ", F_LAST_POST_AUTHOR"
strSql = strSql & ", F_SUBJECT"
strSql = strSql & ", F_URL"
strSql = strSql & ", F_DESCRIPTION"
strSql = strSql & ", F_TYPE"
strSql = strSql & ", F_L_ARCHIVE "
strSql = strSql & ", F_ARCHIVE_SCHED "
strSql = strSql & ", F_L_DELETE "
strSql = strSql & ", F_DELETE_SCHED "
strSql = strSql & ", F_SUBSCRIPTION, F_MODERATION"
strSql = strSql & ", F_ORDER "
strSql = strSql & ") VALUES ("
strSql = strSql & Cat_ID
if strPrivateForums = "1" then
strSql = strSql & ", " & ChkString(Request.Form("AuthType"), "SQLString") & ""
end if
strSql = strSql & ", " & "'" & DateToStr(strForumTimeAdjust) & "'"
strSql = strSql & ", " & getMemberID(strDBNTUserName) & " "
strSql = strSql & ", " & "'" & txtSubject & "'"
strSql = strSql & ", " & "'" & txtAddress & "'"
strSql = strSql & ", " & "'" & txtMessage & "'"
strSql = strSql & ", " & Request.Form("Type")
strSql = strSql & ", ''"
strSql = strSql & ", 30"
strSql = strSql & ", ''"
strSql = strSql & ", 365"
' DEM --> Added 0's for the subscription and moderation fields since they are ignored for URLS
strSql = strSql & ", 0, 0"
strSql = strSql & ", 1"
strSql = strSql & ", 0"
strSql = strSql & ") "


Pierre
Join a Snitz Mailinglist
Go to Top of Page

thephantomnl
New Member

Netherlands
66 Posts

Posted - 26 July 2001 :  08:36:56  Show Profile  Visit thephantomnl's Homepage  Send thephantomnl an ICQ Message
ok thnx. but now i have an new error

Microsoft JET Database Engine fout '80040e14'

De instructie INSERT INTO bevat de volgende onbekende veldnaam: F_L_DELETE_SCHED. Zorg ervoor dat u de naam correct hebt getypt en probeer het nogmaals.

/forumv33/post_info.asp, regel 1001

(the instruction INSERT INTO has an unknown field name:........)

Go to Top of Page

gor
Retired Admin

Netherlands
5511 Posts

Posted - 26 July 2001 :  08:52:36  Show Profile  Visit gor's Homepage
quote:

ok thnx. but now i have an new error

Microsoft JET Database Engine fout '80040e14'

De instructie INSERT INTO bevat de volgende onbekende veldnaam: F_L_DELETE_SCHED. Zorg ervoor dat u de naam correct hebt getypt en probeer het nogmaals.

/forumv33/post_info.asp, regel 1001

(the instruction INSERT INTO has an unknown field name:........)



Sorry, my mistake, I made the wrong line blue in my post, take a look now, you should change F_L_DELETE_SCHED to F_DELETE_SHED


Pierre
Join a Snitz Mailinglist
Go to Top of Page

thephantomnl
New Member

Netherlands
66 Posts

Posted - 26 July 2001 :  09:01:17  Show Profile  Visit thephantomnl's Homepage  Send thephantomnl an ICQ Message
yessssssss it works THANX! again Pierre



Edited by - thephantomnl on 26 July 2001 09:01:44
Go to Top of Page

gor
Retired Admin

Netherlands
5511 Posts

Posted - 26 July 2001 :  09:07:29  Show Profile  Visit gor's Homepage
quote:

yessssssss it works THANX! again Pierre



You're welcome
Make sure you also read: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=13740

Pierre
Join a Snitz Mailinglist
Go to Top of Page

Morten
Junior Member

Denmark
251 Posts

Posted - 26 July 2001 :  09:15:15  Show Profile
I have followed the instructions above and got it to work - but now I get this when I try to delete an URL:

Microsoft JET Database Engine error '80040e10'

No value given for one or more required parameters.

/3.3/pop_delete.asp, line 332


Go to Top of Page

Morten
Junior Member

Denmark
251 Posts

Posted - 26 July 2001 :  09:17:50  Show Profile
I´ve just checked it again - it does delete
the URL even I have that error message

Go to Top of Page

gor
Retired Admin

Netherlands
5511 Posts

Posted - 26 July 2001 :  09:24:03  Show Profile  Visit gor's Homepage
quote:

I have followed the instructions above and got it to work - but now I get this when I try to delete an URL:

Microsoft JET Database Engine error '80040e10'

No value given for one or more required parameters.

/3.3/pop_delete.asp, line 332



Strange, I can't reproduce that error.

thephantomnl,

do you get an error when you delete an url ?

Pierre
Join a Snitz Mailinglist
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.09 seconds. Powered By: Snitz Forums 2000 Version 3.4.07