• HI,

    I’ve got Simply Poll installed, it displays the poll questions. When you vote on a question and click submit nothing is shown, just white space.

    Viewing the source shows that the code is there but not visible. Refreshing the page, brings the voting choices back but once you click on a choice, the selections fade out, and only white space remains, no results show up.

    WordPress v3.1.4
    PHP v5.1.4

    Thanks!

    https://www.ads-software.com/extend/plugins/simply-poll/

Viewing 15 replies - 31 through 45 (of 45 total)
  • I’m having some issues. Here is the website:
    https://www.wvko1580.com

    I’m getting a 404 error with 1.3.4. The results, however, are still recorded. This is the URL that I’m redirected to after voting, which shows 404:

    https://www.wvko1580.com/wp-content/plugins/simply-poll/page/user/www.wvko1580.com/?simply-poll-return=3

    BTW, I changed our 404 template to say “Thanks for Voting” since we’re only going to have this poll up for a few days. ??

    When I use the beta 1.4, I get this error in place of that actual poll on the page:

    Warning: require(SP_URIpage/user/poll-results.php) [function.require]: failed to open stream: No such file or directory in /html/wp-content/plugins/simply-poll/page/client/display.php on line 18
    
    Fatal error: require() [function.require]: Failed opening required 'SP_URIpage/user/poll-results.php' (include_path='.:/usr/local/php-5.3.6/share/pear') in /html/wp-content/plugins/simply-poll/page/client/display.php on line 18
    Plugin Author WolfieZero

    (@wolfiezero)

    Ah, give me a moment and I’ll uploaded a newer version of the 1.4 beta

    Thanks WolfieZero. You were fast with a response! I just edited my post with a little more information.

    Plugin Author WolfieZero

    (@wolfiezero)

    https://cl.ly/1L2k3z0l0n0L3g2w2z3l

    See how that goes (I’m working on it at the moment so might be a bug or two).

    FYI, debugging is switched on but can be turned off by going into config.php and changing SP_DEBUG to false.

    No worries, I’m online during the week 9-5 so I try to provide quick support! ??

    New error when viewing the poll using your latest beta:

    Warning: require(SP_URIpage/user/poll-results.php) [function.require]: failed to open stream: No such file or directory in /html/wp-content/plugins/simply-poll/page/client/display.php on line 12
    
    Fatal error: require() [function.require]: Failed opening required 'SP_URIpage/user/poll-results.php' (include_path='.:/usr/local/php-5.3.6/share/pear') in /html/wp-content/plugins/simply-poll/page/client/display.php on line 12
    Plugin Author WolfieZero

    (@wolfiezero)

    Weird, doesn’t seem to be using the global constants. I’ll punch a fix in now and you can try again if that’s cool?

    Sure! I’m here for a bit, so I can do another test.

    Plugin Author WolfieZero

    (@wolfiezero)

    Right, it turns out to be a typo I made.

    Can you change a line in the code? If you go to /html/wp-content/plugins/simply-poll/page/client/display.php change line 12 to read

    require(SP_URL.'page/user/poll-results.php');

    That should work.

    Basically, SP_URI should of been SP_URL.

    Thanks.

    New error:

    Warning: require() [function.require]: https:// wrapper is disabled in the server configuration by allow_url_include=0 in /html/wp-content/plugins/simply-poll/page/client/display.php on line 12
    
    Warning: require(https://www.wvko1580.com/wp-content/plugins/simply-poll/page/user/poll-results.php) [function.require]: failed to open stream: no suitable wrapper could be found in /html/wp-content/plugins/simply-poll/page/client/display.php on line 12
    
    Fatal error: require() [function.require]: Failed opening required 'https://www.wvko1580.com/wp-content/plugins/simply-poll/page/user/poll-results.php' (include_path='.:/usr/local/php-5.3.6/share/pear') in /html/wp-content/plugins/simply-poll/page/client/display.php on line 12

    I’ll be around later if you want to shoot another update at me.

    Plugin Author WolfieZero

    (@wolfiezero)

    Cool, thanks for that, I need to do some more work me thinks. I’ll try and get back to you ASAP

    Plugin Author WolfieZero

    (@wolfiezero)

    Fatal error: Call to a member function logVar() on a non-object in /html/wp-content/plugins/simply-poll/lib/submit.php on line 7
    Plugin Author WolfieZero

    (@wolfiezero)

    On that now ??

    Plugin Author WolfieZero

    (@wolfiezero)

    Okay, 1.4.1 should be up and working… I hope!

    I’m going to wait on this until our poll is over. I’m still using 1.3.4 with a modified 404 page. I know that’s kinda lame but it will do for now. I’ll test 1.4.1 as soon as possible.

Viewing 15 replies - 31 through 45 (of 45 total)
  • The topic ‘Simply Poll not displaying resultss’ is closed to new replies.