78 thoughts on “WP-Polls 2.11 Released”

  1. Hate to complain here, but I can’t get this plugin to work 100%.

    The polls work great in the side bar, I can view results, but when I try to go to the Poll Archives, I get the following error….

    Fatal error: main(): Failed opening required ‘./wp-blog-header.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/wiisite1/public_html/wp-content/themes/alexified/header.php on line 1

    my WordPress is installed at the site root, perhaps this is what’s causing the error, in any case I tried changing up the path in the plugin and in my theme header, but no luck. Any tips?

  2. Lester, thank you very much for your help, your suggestion did the trick!

    In case anyone else sees this….

    Open “/wp-content/themes/MYTHEME/header.php” at the very top I had to change …

    to …

    ABSPATH is defined in /wp-config.php and thus shoud work for all the plugins

  3. OOOPS it did not automatically convert the < and the > tags, so here is what needs to be replaced again …

    < ?php require(‘./wp-blog-header.php’); ?>

    to …
    < ?php require(ABSPATH.’/wp-blog-header.php’); ?&g;

  4. Always loved your plugins, but the new polls is difficult to get running …

    When I vote, it’s endlessly showing the “Loading” Image and nothing is entered into the database.

    Regards, Oliver

  5. oliver: did u have < ?php wp_head(); ? > in your header.php before < /head > tag?

    TheFes: more info pls =D

  6. I’m having some problems with this poll.
    It keeps centering the poll in Firefox. In Internet Explorer it looks just fine.

    One more problem is the poll arcive. It seems to be a CSS problem, but I really don’t know :/

    Hope you can help me out. You can see the problem at http://www.bran.dk

  7. Can i use wp-polls also in an article (posting)?

    I got it working in my sidebar without a problem, but i want to use a poll in a weblog article. does this work?

  8. Possibly, but I’ve been through every possible url available (because I thought that might be it, it is an addon domain but I’ve no problems anywhere else) and none of them work. The part that confuses me is the same thing happens with the democracy plug in.

    I have another solution to the problem and I’ll just use that one instead of asking you to waste your time figuring out why my site doesn’t work.

    thanks.

  9. Oops, I cannot change this double-URL thing, so I have to look at another solution (Tommy?). Or can I use an old version of Polls?

  10. It turns out I had a corrupt installation of wordpress and reinstalling that fixed the problem. Oliver, I was going to use dynamic polls (http://www.cj-design.com/), or advanced polls(http://www.proxy2.de/). Both of them can be a bit difficult to install, and advanced polls requires a mysql.

    If you can’t get either of them to work, try vizu.

    But wp-polls is working now and I’m happy.

  11. Thanks, Tommy, for both hints, but “difficult to install” means “impossible for me”, as my php talents are not that great. 🙁 I tried Democrazy too, but this double url thing (WordPress address differs from Blog address) seems to hinder such plugins efficiently.

  12. I turned it off, but when people vote, it came up.
    Invalid Poll ID Or Poll Answer ID. Poll ID #2, Poll Answer ID #0.

    Care to help on this.

  13. Hi Lester. I tried 2.11 on Andy Peatling’s Durable theme. First the poll won’t render properly. Second, the bullets in all my bulleted-lists disappear. Can you look at it, please?

Comments are closed.