PDA

View Full Version : Users cant vote



Medina
Sat 31st May '08, 5:42pm
Hello everyone,

I'm having a question concering the poll-function.
I have merged two forums with impex (from vb 3.6.8 to 3.6.8)

But after finishing the tasks, i see that registered user aren't able to vote on a poll. But administrators can. They see the you-dont-have-the-rights-message :p

So i thought, its the permissions. Checked them all, but they were all fine.
Does somebody of you guys have any clue?

I would like to thank you for helping me in advanced.

Medina

peterska2
Sun 1st Jun '08, 12:41am
Please ensure thta you have followed all the after the import instructions found here:
http://www.vbulletin.com/docs/html/impex_cleanup

Pay close attention to the instructions regarding usergroups.

Medina
Sun 1st Jun '08, 8:40am
Oke, i will give it a try.
Thanks for your reply, Kerry-Anne.

Kind regards,
Medina

Medina
Mon 23rd Jun '08, 9:59am
Solution

Go to PhpMyAdmin and then run the next queries;

TRUNCATE TABLE poll

TRUNCATE TABLE pollvote

UPDATE thread SET pollid = 0