this is an odd error, in that it only does it on some polls.
i recently installed the Advanced poll module and had no problems at first.
now the poll's show N/A for some select viewers, and yet a similar poll works fine.
I went in and checked all the permissions and everything seems to be in order.
I can see the voting options as admin for all polls, but when i log in as normal end user, some of the polls work just fine, and some of them show N/A to the end user. all the polls are similar in structure, but some show up to the end user, while others don't.
any clues?
rotodatabase.com
Comments
Comment #1
anders.fajerson commentedCan you make sure that you are using the latest release (dev). This has been reported before in the issue queue and should be fixed.
Comment #2
wrveres commentedi upgraded, and now it is showing this error after a poll has been submitted.
[code]
* user warning: Unknown column 'use_list' in 'field list' query: INSERT INTO advpoll (nid, mode, use_list, active, max_choices, algorithm, show_votes, start_date, end_date, writeins, show_writeins, question) VALUES (477, 'binary', 0, 1, 1, 'plurality', 0, '0', '0', 1, 1, '') in /home/rotodata/public_html/includes/database.mysql.inc on line 172.
* user warning: Unknown column 'cid' in 'field list' query: SELECT cid, weight, label, writein FROM advpoll_choices WHERE nid = 477 ORDER BY weight in /home/rotodata/public_html/includes/database.mysql.inc on line 172.
* user warning: Unknown column 'weight' in 'field list' query: INSERT INTO advpoll_choices (nid, label, weight) VALUES (477, 'testing', 0) in /home/rotodata/public_html/includes/database.mysql.inc on line 172.
* user warning: Unknown column 'weight' in 'field list' query: INSERT INTO advpoll_choices (nid, label, weight) VALUES (477, 'yes testing', 1) in /home/rotodata/public_html/includes/database.mysql.inc on line 172.
* user warning: Unknown column 'weight' in 'field list' query: INSERT INTO advpoll_choices (nid, label, weight) VALUES (477, 'incase you missed it .. testing', 2) in /home/rotodata/public_html/includes/database.mysql.inc on line 172.
* user warning: Unknown column 'weight' in 'field list' query: INSERT INTO advpoll_choices (nid, label, weight) VALUES (477, 'testing', 3) in /home/rotodata/public_html/includes/database.mysql.inc on line 172.
* user warning: Unknown column 'weight' in 'field list' query: INSERT INTO advpoll_choices (nid, label, weight) VALUES (477, 'testing already', 4) in /home/rotodata/public_html/includes/database.mysql.inc on line 172.
* user warning: Unknown column 'cid' in 'field list' query: SELECT cid, weight, label, writein FROM advpoll_choices WHERE nid = 477 ORDER BY weight in /home/rotodata/public_html/includes/database.mysql.inc on line 172.
[/code]
Comment #3
anders.fajerson commentedOk, that's something else. If it persisist, please open a seperate issue.
What you should do (always) after upgrading a module is to run /update.php.
Comment #4
pomliane commentedThis version of Advanced Poll is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.