Also getting an error when posting polls. I added the following code to newthread.php
PHP Code:
// redirect
if ($postpoll) {
$goto="poll.php?s=$session[sessionhash]&threadid=$threadid&polloptions=".intval($polloptions);
} elseif ($visible) {
if ($makenewsitem) {
$goto="newspost.php?s=$session[sessionhash]&action=createnews&threadid=$threadid";
eval("standardredirect(\"".gettemplate("redirect_postnews-create")."\",\"$goto\");");
} else {
$goto="showthread.php?s=$session[sessionhash]&threadid=$threadid";
eval("standardredirect(\"".gettemplate("redirect_postthanks")."\",\"$goto\");");
}
} else {
$goto="forumdisplay.php?s=$session[sessionhash]&forumid=$forumid";
eval("standardredirect(\"".gettemplate("redirect_postthanks")."\",\"$goto\");");
}
}
}
}
As per instructions but when I post a poll in the forums I get the standard "You will now be redirected, etc...) message and then the screen goes blank and sits at newthread.php