XF 1.4 Non-Entered Poll Choices

aleclee

Member
When creating a poll on my board, we seem to get extra choices not entered by the user. Based on the values, they seem to be some sort of cached data.

Has anyone else seen this behavior?

Thanks!
 
Can you post an example?

I know you used the big board importer. I have never seen any poll problems reported with that importer, but it's possible something went wrong.

Check the relevant records in these tables:

xf_poll
xf_poll_response
xf_poll_vote


If the problem persists then I can take a look if you give me access.
 
FYI, this was an apparent problem with the import. xf_poll had ids up to ~10200, but there were responses and votes in the database up to poll_id ~10900. I don't know how this happened, but I corrected the problem by deleting the offending responses and votes.
 
Top Bottom