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
 Poll mod problems with brinkster
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

pinguish
Starting Member

4 Posts

Posted - 01 May 2002 :  03:51:14  Show Profile
Hi,

I'm having a few problems installing the poll mod on brinkster.
first off the mod installer didn't make the tables correctly..
anyway i went ahead and made the code changes anyways (mad aren't i)
then i figured hmm okay lets try and make the DB changes myself..
made them..
somehow i think i messed up.
can anyone tell me what fields it should have added into an access 97 db? so i can check please?
if anyone wants to have a look at the errors i'm getting i have added a user called test (Pass = test) to www27.brinkster.com/pinguish
its driving me mad any help appreciiated.



Edited by - Davio on 01 May 2002 11:18:11

Chiz
Junior Member

245 Posts

Posted - 01 May 2002 :  05:22:03  Show Profile
Just went to your forum and it loaded fine. I can view the default page, see the topic list, read a thread and even fire-up the Add Poll form.

What was exactly the problem?

BTW, I can't log-in as test.

My websites: PalmVenue :: PV Mobile
My Snitz MODs: Categorized Icons
Go to Top of Page

pinguish
Starting Member

4 Posts

Posted - 01 May 2002 :  06:56:33  Show Profile
thanks for looking...yeah it all seems to be going swimmingly until i try to make a poll..
i get an error when i try to make one..

when i submit the poll i get this.

Microsoft JET Database Engine error '80040e14'

Number of query values and destination fields are not the same.

/pinguish/post_info.asp, line 753



now i know i have done something really sill but can't see what.

the more i look i think it may be one of the code parts as oppose to the DB.
but i'm sure you knwo what s it like the more u look the less you see :)


Go to Top of Page

pinguish
Starting Member

4 Posts

Posted - 01 May 2002 :  11:02:33  Show Profile
found my error...thanks for looking anyway

Go to Top of Page

Cyberjunkie
Junior Member

111 Posts

Posted - 05 May 2002 :  13:51:57  Show Profile
Hi I am having a problem with the Poll MOD to. The database was opdated correctly the problems lies in the code. I think I must have pasted some of the code lines in the wrong place. I Cant wiew my topic.asp page and the places in the forum.asp file where the Poll mod is highlighted with ******Poll Mod**** is visible sum places, weird! Can anyone help please!?

http://www.vision-lighed.dk/forum/
Username: Test
Password: Test

Go to Top of Page

Cyberjunkie
Junior Member

111 Posts

Posted - 05 May 2002 :  14:44:10  Show Profile
In my original forum.asp file there is a piece of code I am uncertain of how to alter
'## Forum_SQL - Get all topics from DB
strSql ="SELECT " & strActivePrefix & "TOPICS.T_STATUS, "
strSql = strSql & strActivePrefix & "TOPICS.CAT_ID, "
strSql = strSql & strActivePrefix & "TOPICS.FORUM_ID, "
strSql = strSql & strActivePrefix & "TOPICS.TOPIC_ID, "
strSql = strSql & strActivePrefix & "TOPICS.T_VIEW_COUNT, " & strActivePrefix & "TOPICS.T_ISPOLL, "
strSql = strSql & strActivePrefix & "TOPICS.T_SUBJECT, "
strSql = strSql & strActivePrefix & "TOPICS.T_AUTHOR, "
strSql = strSql & strActivePrefix & "TOPICS.T_REPLIES, "
strSql = strSql & strActivePrefix & "TOPICS.T_LAST_POST, "
strSql = strSql & strActivePrefix & "TOPICS.T_LAST_POST_AUTHOR, "
strSql = strSql & strActivePrefix & "TOPICS.T_MSGICON, "
strSql = strSql & strMemberTablePrefix & "MEMBERS.M_NAME, "
strSql = strSql & "MEMBERS_1.M_NAME AS LAST_POST_AUTHOR_NAME "

The red code is the line added from the Poll MOD. But in the Poll Mod file this piece of code is like this:
 '## Forum_SQL - Get all topics from DB
strSql ="SELECT " & strActivePrefix & "TOPICS.T_STATUS, " & strActivePrefix & "TOPICS.CAT_ID, "
strSql = strSql & strActivePrefix & "TOPICS.FORUM_ID, " & strActivePrefix & "TOPICS.TOPIC_ID, "
' ############## Poll Mod - Modified next line ############
strSql = strSql & strActivePrefix & "TOPICS.T_VIEW_COUNT, " & strActivePrefix & "TOPICS.T_SUBJECT, " & strActivePrefix & "TOPICS.T_ISPOLL, "
strSql = strSql & strActivePrefix & "TOPICS.T_AUTHOR, "
strSql = strSql & strActivePrefix & "TOPICS.T_REPLIES, " & strActivePrefix & "TOPICS.T_LAST_POST, "
strSql = strSql & strActivePrefix & "TOPICS.T_LAST_POST_AUTHOR, "
strSql = strSql & strMemberTablePrefix & "MEMBERS.M_NAME, "
strSql = strSql & "MEMBERS_1.M_NAME AS LAST_POST_AUTHOR_NAME "


Is there any difference?

Go to Top of Page

Cyberjunkie
Junior Member

111 Posts

Posted - 05 May 2002 :  15:31:56  Show Profile
Ok I fixed it :)

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 05 May 2002 :  16:15:23  Show Profile
If only all the members like you could fix their problems, I could take a vacation.

«------------------------------------------------------»
Want to know when the next version comes out,
as soon as possible? Join our Mailing Lists !
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.37 seconds. Powered By: Snitz Forums 2000 Version 3.4.07