|
|
Re: Bug in Polls [message #27040 is a reply to message #27039] |
Thu, 25 August 2005 03:44 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
This is fixed in CVS, check previous bug report for the same problem. It includes a fix.
FUDforum Core Developer
|
|
|
Re: Bug in Polls [message #27042 is a reply to message #27038] |
Thu, 25 August 2005 03:58 |
Crimson
Messages: 51 Registered: June 2005 Location: Phoenix, AZ
Karma: 0
|
Member |
|
|
I replaced the th_adm.inc.t file and rebuilt the theme. The poll was there, then disappeared (perhaps a vote was cast). I ran consistency checker and the poll came back. The main topic listing says "Poll:" next to the thread title, and the "Show Polls" link correctly identifies a poll present in the thread.
I deleted the poll and re-created it, and now it doesn't appear at all. Running consistency checker made the poll appear. Voting in the poll makes the response show up as unnamed again:
1. No 0 / 0%
2. Yes 0 / 0%
3. 1 / 100%
Consistency checker always moves the vote up where it should be, but new votes always appear as the invisible option.
[Updated on: Thu, 25 August 2005 03:58] Report message to a moderator
|
|
|
|
|
Re: Bug in Polls [message #27221 is a reply to message #27218] |
Tue, 30 August 2005 13:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to rebuild the theme after applying the patch or better yet upgrade to 2.7.2
FUDforum Core Developer
|
|
|
Re: Bug in Polls [message #27230 is a reply to message #27221] |
Tue, 30 August 2005 20:10 |
remek
Messages: 34 Registered: August 2005 Location: Poland
Karma: 0
|
Member |
|
|
Ilia,
Yes I know that. I applied patch, next forum consistency and next rebuilded theme. Unfortunately, today I had another problem with poll. When I was submitted post with poll I received such error:
I think it is probably MySQL problem, however I wonder if you have any solution for such situation.
Best regards
Remek
[Updated on: Fri, 10 February 2006 21:07] Report message to a moderator
|
|
|
Re: Bug in Polls [message #27231 is a reply to message #27230] |
Tue, 30 August 2005 20:14 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The solution is to run the following query:
REPAIR TABLE fud_msg
The error you saw is a MySQL error.
FUDforum Core Developer
|
|
|
|
|
Re: Bug in Polls [message #27260 is a reply to message #27251] |
Thu, 01 September 2005 18:42 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Strange, as you can tell from this forum polls appear to be working fine, do you have any source modifications to your forum?
It looks like serialized data is getting escaped twice.
FUDforum Core Developer
|
|
|
|