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)
 Signup Mod For New Events Calendar BETA (11/9/03)
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 10

stwilson
Junior Member

USA
385 Posts

Posted - 24 February 2004 :  02:24:05  Show Profile  Visit stwilson's Homepage
I love this mod and I don't even have it working fully yet. Thank you N8PBM. Here are my issues:

Whan I try to signup for an event I get this error:

error '80020009'
Exception occurred.

/new_forum/eventlist.asp, line 373

ADDITIONALLY, after you delete an event it shows this error, even though it does delete the event:

Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'T_LIST_INCLUDE'.

/new_forum/topic.asp, line 126

Anyone else have these issues? Any thoughts on how to solve this? Thanks.

Shannon
RidingArizona.com
Go to Top of Page

stwilson
Junior Member

USA
385 Posts

Posted - 24 February 2004 :  02:27:05  Show Profile  Visit stwilson's Homepage
One suggestion for a minor UI improvement would be to change the signup link by masking the URL link and replacing it with a more friendly hyperlink. (To sign up for this event or to see who it attending click here.) Just a thought. Again, I think this is a great mod.

Shannon
RidingArizona.com
Go to Top of Page

stwilson
Junior Member

USA
385 Posts

Posted - 27 February 2004 :  02:11:27  Show Profile  Visit stwilson's Homepage
quote:
Originally posted by stwilson

I love this mod and I don't even have it working fully yet. Thank you N8PBM. Here are my issues:

Whan I try to signup for an event I get this error:

error '80020009'
Exception occurred.

/new_forum/eventlist.asp, line 373

ADDITIONALLY, after you delete an event it shows this error, even though it does delete the event:

Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'T_LIST_INCLUDE'.

/new_forum/topic.asp, line 126

Anyone else have these issues? Any thoughts on how to solve this? Thanks.




Bump. I hope someone can help.......I think this mod will help my forum nicely. Any suggestions for the problems listed above?

Shannon
RidingArizona.com
Go to Top of Page

jensen
New Member

United Kingdom
97 Posts

Posted - 27 February 2004 :  08:53:49  Show Profile
Downloaded V1.8B and added recurring dates version.

great mod n8pbm.......

If i delete an event i get the popup "Topic Deleted" but the main page displays the eror
Microsoft JET Database Engine error '80040e10' 

No value given for one or more required parameters. 

/topic.asp, line 115

(this error does not occur, without this mod installed)

this is the code from my topic.asp

'########Sign up Mod added T.T_LIST_INCLUDE below########
strSql = "SELECT M.M_NAME, M.M_RECEIVE_EMAIL, M.M_AIM, M.M_ICQ, M.M_MSN, M.M_YAHOO" & _
	", M.M_TITLE, M.M_HOMEPAGE, M.MEMBER_ID, M.M_LEVEL, M.M_POSTS, M.M_COUNTRY" & _
	", T.T_DATE, T.T_SUBJECT, T.T_AUTHOR, T.TOPIC_ID, T.T_STATUS, T.T_LAST_EDIT" & _
	", T.T_LAST_EDITBY, T.T_LAST_POST, T.T_SIG, T.T_REPLIES, T.T_ISEVENT, T.T_LIST_INCLUDE" & _
	", C.CAT_STATUS, C.CAT_ID, C.CAT_NAME, C.CAT_SUBSCRIPTION, C.CAT_MODERATION" & _
	", F.F_STATUS, F.FORUM_ID, F.F_SUBSCRIPTION, F.F_SUBJECT, F.F_MODERATION, T.T_MESSAGE"
if CanShowSignature = 1 then
	strSql = strSql & ", M.M_SIG"
end if
strSql = strSql & " FROM " & strActivePrefix & "TOPICS T, " & strTablePrefix & "FORUM F, " & _ 
	strTablePrefix & "CATEGORY C, " & strMemberTablePrefix & "MEMBERS M " & _
	" WHERE T.TOPIC_ID = " & Topic_ID & _
	" AND F.FORUM_ID = T.FORUM_ID " & _
	" AND C.CAT_ID = T.CAT_ID " & _
	" AND M.MEMBER_ID = T.T_AUTHOR "

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

line 115 is the rsTopic.open strSql, my_Conn, adOpenForwardOnly, adLockReadOnly, adCmdText

any ideas?


Edited by - jensen on 27 February 2004 08:54:16
Go to Top of Page

n8pbm
Junior Member

USA
212 Posts

Posted - 28 February 2004 :  10:07:37  Show Profile  Visit n8pbm's Homepage
stwilson - if you want to send me a link to your forum witha test account i'll be happy to look at what the problem is. I am not sure why you are getting the Exception Occurred.

As for the delete problem, Do you get the error when you delete the topic from the forum page or when you delete the topic you are viewing? I noticed that the Calendar Mod caused this error only when i deleted the topic when I was viewing it. However it deleted with no errors if I deleted from the forum page. This was happening before I installed the signup mod. So if it is the same problem I am working on a solution.

Hope that helps.

Mike
Great Lakes Pop Up Club Camping
Go to Top of Page

stwilson
Junior Member

USA
385 Posts

Posted - 28 February 2004 :  12:05:53  Show Profile  Visit stwilson's Homepage
Mike,

I will send you a PM with all the information and test account info. You are correct on the delete issue. It ONLY happens when you are on topic.asp.

Is there a way to allow non-administrators to add sign-up lists to their events too? Right now it appears to be limited to admins only. My forum has lots of member initiated events and it would be nice to give them this service.

Here are links to my post, post_info and topic files:
http://ridingarizona.com/new_forum/post.txt
http://ridingarizona.com/new_forum/post_info.txt
http://ridingarizona.com/new_forum/topic.txt

I will send you a PM with the test account login information. Thanks Mike.

Shannon
RidingArizona.com
Go to Top of Page

stwilson
Junior Member

USA
385 Posts

Posted - 01 March 2004 :  01:21:14  Show Profile  Visit stwilson's Homepage
Mike,

Just in case you tried my test forum yesterday when it was down.....I wanted to let you know it is back up and operational. The account I sent you should work fine now. Can't wait to get this working.

Shannon
RidingArizona.com
Go to Top of Page

n8pbm
Junior Member

USA
212 Posts

Posted - 03 March 2004 :  20:12:36  Show Profile  Visit n8pbm's Homepage
Shannon - I did not get anything from you yet. Did you email it? You said PM but this forum has no PM. I'm confused

Mike
Great Lakes Pop Up Club Camping
Go to Top of Page

stwilson
Junior Member

USA
385 Posts

Posted - 03 March 2004 :  21:25:57  Show Profile  Visit stwilson's Homepage
Mike,

I shot you another email from this site. I hope you get it. I tried to find your email but could not. If you don't get my message can you send me an email at shannon[at]ridingarizona.com? Thanks for trying to help.

Shannon
RidingArizona.com
Go to Top of Page

stwilson
Junior Member

USA
385 Posts

Posted - 09 March 2004 :  01:55:44  Show Profile  Visit stwilson's Homepage
Mike,

I finally got it working! I cannot thank you enough for your help. I love the mod and so will my members. Thanks again.

Shannon
RidingArizona.com
Go to Top of Page

stwilson
Junior Member

USA
385 Posts

Posted - 10 March 2004 :  23:28:33  Show Profile  Visit stwilson's Homepage
I think I may have found a small bug. If you search for archived items the topics come from the FORUM_A_TOPICS table, which is missing the T_LIST_INCLUDE column.

Shannon
RidingArizona.com
Go to Top of Page

n8pbm
Junior Member

USA
212 Posts

Posted - 11 March 2004 :  17:06:37  Show Profile  Visit n8pbm's Homepage
Your right - the dbs file does not add the T_List_Include to the table. I'll modify the script to include that. I'll also include an upgrade dbs file as well.

Thanks

Mike
Great Lakes Pop Up Club Camping
Go to Top of Page

stwilson
Junior Member

USA
385 Posts

Posted - 12 March 2004 :  01:13:34  Show Profile  Visit stwilson's Homepage
One quick question: how do I remove the drop-down option on the eventlist.asp page? It is confusing some of my members because they try to pick an event when they have already selected an event by clicking on the signup button from the event listing page.

Shannon
RidingArizona.com
Go to Top of Page

JMT
Starting Member

17 Posts

Posted - 26 March 2004 :  05:02:22  Show Profile
quote:
Originally posted by n8pbm

In the admin_signup.asp page you might try this code to replace Line 31 - 44:

	.....


I have no way of testing it - If it works for the admin screen then we can move to the signup.asp one.



Finally got back to this and here was the result. Logging in as admin and clicking on the Events List Maint. link yields no errors. No lists are there because signup still errors out, but the admin function seems to be working now. Thanks for the work, and sorry for the delay.
Go to Top of Page
Page: of 10 Previous Topic Topic Next Topic  
Previous 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.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07