Unknown column 'voter_id' in 'where clause' when trying to delete a voter
13 views
Skip to first unread message
green...@gmail.com
unread,
Sep 18, 2012, 4:32:27 PM9/18/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hal...@googlegroups.com
When I try to delete a voter, I get the following error message:
A Database Error Occurred
Error Number: 1054
Unknown column 'voter_id' in 'where clause'
SELECT COUNT(*) AS `numrows` FROM (`blocks_elections_positions`) WHERE `voter_id` = '2' AND `election_id` IN (SELECT id FROM elections WHERE status = 1)
Please advise. Thank you!
Waldemar Bautista
unread,
Sep 18, 2012, 8:01:47 PM9/18/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hal...@googlegroups.com
Thank you for the report. It looks like the changes in the database
are not fully implemented. We'll fix it right away. Thanks again!
--
Waldemar Amado Bautista
Waldemar Bautista
unread,
Sep 19, 2012, 1:25:41 AM9/19/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to green...@gmail.com, hal...@googlegroups.com
Fixed in 1.6.1 [1]. Thank you again for reporting!