2
I have the same problem on XOOPS 2.2.4
The strange is that if I use poll in cbb all works fine, but If I try to use the poll manager nothing happen.
Today I tried with php debug and finally I found an error.
Trying to see the result of the polls, the error is the following:
Notice [PHP]: Undefined variable: HTTP_GET_VARS in file modules/xoopspoll/pollresults.php line 35
on line 35 I found this:
$poll_id = $HTTP_GET_VARS['poll_id'];
Anybody understand the problem?
thanks
toto