php forum
php mysql forum
php mysql smarty
 
Page 2 of 3 < 1 2 3 >
Topic Options
#226001 - 10/08/02 07:26 PM Re: Problems with Polls [Re: Daine]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
Forum not found. <br /><br />Please use your back button to return to the previous page.<br /><br />This is not necessarily an error. First...try clicking here and login again.
_________________________
- Allen wavey
- What Drives You?

Top
#226002 - 10/08/02 07:33 PM Re: Problems with Polls [Re: SurfMinister]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I seem to have broken something else. <img src="/forum/images/graemlins/crazy.gif" alt="" /><br /><br />That forum (keyword josh) is open to all..... read and write all groups....<br /><br />Yet when I posted the link to my users... it didn't work for them either. Hmmmm......<br /><br />Works for me regardless if I am logged in or out, on mac or pc. <br /><br /><br /><br />The good news is that it took my vote without error. <img src="/forum/images/graemlins/tongue.gif" alt="" /><br /><br />Back to the drawing board.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#226003 - 10/08/02 07:33 PM Re: Problems with Polls [Re: Daine]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
I failed on that one too... <img src="/forum/images/graemlins/crazy.gif" alt="" />
_________________________
~Dave
ChattersOnline.com

Top
#226004 - 10/08/02 07:51 PM Re: Problems with Polls [Re: Daine]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Some of my users could use that link.... some couldn't. Hmmmmmm.<br /><br />I closed and optimized. <fingers crossed that I don't have a database prob.> <img src="/forum/images/graemlins/tongue.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#226005 - 10/08/02 08:51 PM Re: Problems with Polls [Re: Daine]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Same error here as well Josh<br /><br />Forum not found. <br /><br />Please use your back button to return to the previous page.<br /><br />This is not necessarily an error. First...try clicking here and login again. <br /><br /><br /><br />--------------------------------------------------------------------------------<br />
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#226006 - 10/08/02 09:02 PM Re: Problems with Polls [Re: sf49rminer]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
That's weird how some people can use that URL and other's can't.<br /><br />Can anyone jump directly into the forum?<br /><br />http://www.measurection.com/forums/postlist.php?Board=josh<br /><br />If so... the poll is on top. <img src="/forum/images/graemlins/tongue.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#226007 - 10/08/02 09:15 PM Re: Problems with Polls [Re: Daine]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
It showed me postlist.php and I went and tried to vote in the top post and it was a no go.. <img src="/forum/images/graemlins/crazy.gif" alt="" />
_________________________
~Dave
ChattersOnline.com

Top
#226008 - 10/08/02 09:22 PM Re: Problems with Polls [Re: sjsaunders]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
We don't have Quick Reply Here!<br /><br />We have this same problem on this board here.<br /><br />This is the error when you vote:<br /><br />Warning: Variable passed to each() is not an array or object in /home/measurection/htdocs/forums/viewpoll.php on line 71<br /><br /><br /><br />This is the offtending code in viewpoll.php:<br /><br /><pre><font class="small">code:</font><hr>// Loop through the results to figure out the percentages<br /> while(list($key,$value) = each($options)) {<br /> $division = $totalvotes * 1000;<br /> $thisone = $options[$key]['1'] * 1000;<br /> if ($division) {<br /> $per = ($thisone/$division);<br /> }<br /> list($crap,$percent) = split("\.",$per);<br /> if ($percent < 10) {<br /> $percent .= "0";<br /> }<br /> $percent = substr($percent,0,2);<br /> if ($per == 1) { $percent = "100"; }<br /> $options[$key]['3'] = $percent;<br /> } <br /> $dbh -> finish_sth($sth);<br /></pre><hr><br /><br />Why doesn't it seem to like $options?<br /><br />Sometimes it works....sometimes it doesn't. I don't see a conflicting $options being used with the anchors away or quick reply mod.... <br /><br />Must be something else.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#226009 - 10/08/02 09:23 PM Re: Problems with Polls [Re: sjsaunders]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I should add that the votes get counted.... it's having trouble displaying the poll in view poll..... and the "Return to Forum" link is broken when you get the error. <SHRUG>
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#226010 - 10/08/02 09:39 PM Re: Problems with Polls [Re: Daine]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
It worked for me.. lol<br /><br />the error is saying that $options isn't an array and can't be used with the "list" statement.<br /><br />I guess perhaps there should be a check to see if it's an array before doing the "while" statement would be a good idea.<br /><br />
_________________________
~Dave
ChattersOnline.com

Top
#226011 - 10/08/02 09:47 PM Re: Problems with Polls [Re: sjsaunders]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
This seems to be totally random. As I thought I fixed it once. <SHRUG><br /><br />I've tried to duplicate on a clean install.... maybe it's a bug, but can't.<br /><br />I can't see what mod would have it not see $options as an array. None of our mods do anything with viewpoll or dopoll, right?
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#226012 - 10/08/02 09:53 PM Re: Problems with Polls [Re: Daine]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
Here? no as far as I know there shouldn't be anything in the way of the poll form being submitted. <img src="/forum/images/graemlins/confused.gif" alt="" />
_________________________
~Dave
ChattersOnline.com

Top
#226013 - 10/09/02 02:06 AM I am Not Crazy! [Re: Gorlum]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
After fooling with this all evening...and trying so many different things..... <br /><br />I have finally realzied that I'm not crazy! <img src="/forum/images/graemlins/crazy.gif" alt="" /><br /><br />I can't figure out exactly when it happens... it will work for some users and not work for others.... but I can duplicate this on a clean 6.1.1 board..... which means --> BUG!<br /><br />Have reported at InfoPop Community Forum. If anyone has any more info on this bug... please add it to this bug report. <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />Thanks everyone for trying to test. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#226014 - 10/10/02 12:17 PM Re: Problems with Polls [Re: Daine]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
meant to mention this josh, but those error messages we were pasting in earlier were the messages we rec'd after trying to vote in the thread, not an error message we rec'd when trying to access the links you were posting to the poll <img src="/forum/images/graemlins/laugh.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#226015 - 10/10/02 04:03 PM Re: Problems with Polls [Re: SurfMinister]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Thanks... first I thought people were unable to view those forums.... but then I figured it out. <img src="/forum/images/graemlins/tongue.gif" alt="" /><br /><br />It still bugs me that I can't seem to isolate why some people can vote in the poll without trouble and some can't. The results get tallied either way.... but it happens in a clean install.... so that's a project for Rick to figure out. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#226016 - 10/12/02 05:03 AM Re: Problems with Polls [Re: Daine]
JJS Offline
Junior Member

Registered: 05/25/01
Posts: 81
My two cents---and I'd like my change please... <img src="/forum/images/graemlins/shocked.gif" alt="" /><br /><br />Allen's my guru on this stuff but "quick reply" seems to be the one hack that will CONSISTENLY cause the error, even though a few others may too.<br /><br />Also, as others have mentioned, my polling works just fine from IIP. <br /><br /> [:"red"] AthenaLink's Talkback Forums[/]

Top
#226017 - 10/12/02 09:34 AM Re: Problems with Polls [Re: Wandrer]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
Just want to point out that the polling from IIP is self contained. It doesn't use any .threads scripts for recording the vote. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
~Dave
ChattersOnline.com

Top
#226018 - 11/21/02 01:35 PM Re: Problems with Polls [Re: Daine]
Pappy Offline
Member

Registered: 11/17/00
Posts: 235
Loc: Germany (US Citizen)
if you get the error the work arround I have found to work consistently is for the user to use show threaed when the error is in show flat. I have not been able to duplicate this in show threaded. is anyone else still having this error? as far as I can tell it first appeared in 6.1.1 I also have the Quick reply mod as well as the calendar 3.1 hack.<br /><br /><br />Pappy

Top
#226019 - 11/21/02 01:51 PM Re: Problems with Polls [Re: MercAqua]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
I believe it's the quick reply mod that gets in the way with the poll voting. I could be wrong though. As far as I know there hasn't been any complaints of the polls not working here since that mod was not reinstalled after this last update.
_________________________
~Dave
ChattersOnline.com

Top
#226020 - 11/21/02 01:56 PM Re: Problems with Polls [Re: sjsaunders]
Pappy Offline
Member

Registered: 11/17/00
Posts: 235
Loc: Germany (US Citizen)
I may give that a shot dave. My users REALLY Love the quick reply mod tho <img src="/forum/images/graemlins/crazy.gif" alt="" /><br /><br />thanks for replying (here and over at infopop)<br /><br />Pappy

Top
Page 2 of 3 < 1 2 3 >


Moderator:  Gizmo 
Who's Online
0 registered (), 25 Guests and 15 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
11/20/08 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
11/19/08 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Newest Members
nick1, Begbie, cenk, MATTO, DougMMcts
13362 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks