1
Thanks for the update to RC3 - Great work.
I am having one issue with polls however. Creating a poll in a forum works fine. Unfortunately, when I vote in the poll, I have a problem. After I click vote, I get a message thanking me for voting and I am redirected to the following error page:
Quote:
ERROR: Topic not selected!
If the page does not automatically reload, please click here
That error page then redirects me to this error page:
Quote:
An Error Occured
SELECT t.*, u.name, u.uname,u2.name as last_post_name, u2.uname as last_poster, p.post_time as last_post_time, p.poster_name as last_poster_name, p.icon FROM xoops_bb_topics t LEFT JOIN xoops_users u ON u.uid = t.topic_poster LEFT JOIN xoops_bb_posts p ON p.post_id = t.topic_last_post_id LEFT JOIN xoops_users u2 ON u2.uid = p.uid WHERE (p.post_time > 1091055022 OR t.topic_sticky=1) AND t.forum_id = AND t.approved = 1 AND p.approved = 1 ORDER BY topic_sticky DESC, p.post_time DESC
If the page does not automatically reload, please click here
I am then redirected to the main newbb page. When I check, the vote is indeed cast but I think the error messages are going to confuse my users...
Anyone know what's up?
Sean