| Aw: XOOPsPOLL funktioniert nicht |
Betreff: Aw: XOOPsPOLL funktioniert nicht von Goffy am 12.03.2012 13:39:24 Hallo bulli Soweit ich sehe, werden die Cookies nur von Zeile 81 der index.php eingelesen. Versuch mal Zitat: $voted_polls = (!empty($HTTP_COOKIE_VARS['voted_polls'])) ? $HTTP_COOKIE_VARS['voted_polls'] : array(); $voted_polls = array(); Die Zeilen 89, 94, 99 und 104 Zitat: setcookie("voted_polls[$poll_id]", 1, 0); //setcookie("voted_polls[$poll_id]", 1, 0); |