Author |
Topic  |
|
klub
Starting Member
USA
37 Posts |
Posted - 27 April 2006 : 12:02:11
|
I installed the Poll mod of davio's and i've worked through most of the bugs except two.
The first one is when i try to use active topics i get this:
Microsoft VBScript runtime error '800a0009'
Subscript out of range: 'fF_PASSWORD_NEW'
/testforums/1102/active.asp, line 471
here is a link to my active.asp in text http://wecopobas.semifamous.com/docs/active.txt
second problem is, i don't have the link to add a poll.
I've turned it on in admin options, and i still can't do it. I'm not sure what to even post for help on this one. |
"Kids, you tried your best and you failed miserably. The lesson is, never try" |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
|
klub
Starting Member
USA
37 Posts |
Posted - 27 April 2006 : 15:56:55
|
perhaps i posted the wrong active file, let me post this other one because if mine is the one on the left then thats what i already had. i tried it both ways just to see, but i got the same error.
http://wecopobas.semifamous.com/docs/active.txt
i'm also having a problem with my topic.asp when i click on a topic i get this error
Microsoft VBScript compilation error '800a03f6'
Expected 'End'
/testforums/1102/topic.asp, line 1509
heres a text file link to my topic.asp: http://wecopobas.semifamous.com/docs/topic.txt
the one thing that did work was about the poll link, thanks, i never thought about clicking on the individual forum properties.
thanks for your help davio. |
"Kids, you tried your best and you failed miserably. The lesson is, never try" |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 27 April 2006 : 16:08:38
|
klub, that file is the same exact file. Maybe you're not understanding the Report file I posted? The code in red, on the right hand side, which is from the Poll Mod active.asp file, is missing from your file on the left.
For your topic.asp file, you have an extra "if...then" statement. See the following report: http://www.dsilvera.com/misc/Report2.html Again your file is on the left. The text in red is the extra code that shouldn't be there. |
Support Snitz Forums
|
 |
|
klub
Starting Member
USA
37 Posts |
Posted - 27 April 2006 : 16:10:35
|
ok, now that i do have polls i noticed that if i have the "poll permissions" set to allow all members i can set up a poll and preview it but i can't actually submit my poll.
But when i set "poll permissions" to allow only admins/moderators i can post polls. So is there an option i'm not seeing? Or did i copy a code wrong? |
"Kids, you tried your best and you failed miserably. The lesson is, never try" |
 |
|
klub
Starting Member
USA
37 Posts |
Posted - 27 April 2006 : 16:28:31
|
excuse my ignorance but i did everything i could think of to the active.asp. this would be the first time i've seen that compare tool that you have. I'm not sure if i'm supposed to remove the "T.T_ISPOLL, " &_ completly or just move it, neither on worked. I also tried putting it in both places, that did work and i tried taking it completly out, which didn't work.
here is it again, i have it in both places for whatever reason: http://wecopobas.semifamous.com/docs/active.txt
i put what seamed to be missing in my post in to the topic.asp but that didn't work, i got the same error message.
heres the improved topic txt: http://wecopobas.semifamous.com/docs/topic.txt
|
"Kids, you tried your best and you failed miserably. The lesson is, never try" |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 27 April 2006 : 17:03:52
|
LoL!! Ok ok. You still didn't add the code correctly to your file. Let me help you out and give you the entire fixed file for both of them.
Go to my site and download the klub.zip file. It contains both of your files with the fixed code. |
Support Snitz Forums
|
 |
|
klub
Starting Member
USA
37 Posts |
Posted - 27 April 2006 : 17:15:47
|
SWEET...
Except now i have a new problem, ugh...
when i open a topic i loads everything but the actual topic (i.e. the login and the links above that)
here is what i see:
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/testforums/1102/topic.asp, line 138
i assume i don't need to post a txt since you have the file anyways, lol.
i looked at line 138 and it says something about an avatar, so i'm not really sure what to do at all.
oh, the active topics do work now, thank you very much, and i think i understand what you did that i didn't do. |
"Kids, you tried your best and you failed miserably. The lesson is, never try" |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 27 April 2006 : 22:42:16
|
On line 104 of your topic.asp file, add the code in red:
", M.M_TITLE, M.M_HOMEPAGE, M.MEMBER_ID, M.M_LEVEL, M.M_POSTS, M.M_COUNTRY, M_AVATAR_URL" & _ |
Support Snitz Forums
|
 |
|
klub
Starting Member
USA
37 Posts |
Posted - 28 April 2006 : 11:23:19
|
   
I HAVE POLLS!!!!!
Whoohoo!!!
Thanks alot davio. |
"Kids, you tried your best and you failed miserably. The lesson is, never try" |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
|
|
Topic  |
|