Forum Replies Created

Viewing 15 replies - 1 through 15 (of 44 total)
  • Thread Starter bbuerger

    (@bbuerger)

    Hallo,

    that would be great since that is the way it worked before. Usually everybody can see the results after a vote even without voting. When setting “After Vote” voters get the results earlier.

    Thread Starter bbuerger

    (@bbuerger)

    Hello,

    we always had “Show Results” set to “after vote” only and that worked until the update. I am not sure wheather the results were shown but I think so. The vote button should never be shown for a closed vote, whatever is set for “Show Results”. If you have to set “Show Results” to “After Vote” automatically for this to happen that should not be a problem.

    Thread Starter bbuerger

    (@bbuerger)

    Hello,

    that works.

    But I do not understand, why the submit button is still shown, even if it is disabled. It would make a lot more sense to not show it at all.

    Thread Starter bbuerger

    (@bbuerger)

    Thread Starter bbuerger

    (@bbuerger)

    The text for “Poll Ended” is “Diese Umfrage ist beendet”

    “Show Results” is set to “after vote”

    Thread Starter bbuerger

    (@bbuerger)

    Hi,

    polls appear still open. Users can select an option and click submit. But nothing happens on click.

    Thread Starter bbuerger

    (@bbuerger)

    Hi,

    I saw that there was a release two days ago so I expected the issue solved. But the version number is still 7.0.3 and the error remains. I there a problem with the update?

    Thread Starter bbuerger

    (@bbuerger)

    Although this sounds like a valid cause it did not solve the problem.

    I added the code in functions.php. Would it make a difference if I used a mu-plugin?

    The site still slows down dramatically after I activate burst and flush the cache. Before I flush the cache I can see statistics in the overview. After that everything is so slow I get lots of server error messages / you are possibly offline on the burst pages in:
    do_action/get_article_data
    do_action/otherpluginsdata
    do_action/tasks
    data/live-goals
    data/live-visitors
    data/today
    do_action/tracking

    When I disable burst via ftp (renaming the folder) I get debug error messages. I suppose something is still running.

    First time it was
    “Burst: Class Burst\Frontend\Goals\Goal not found in /www/htdocs/w01d8e91/galopponlinetest.de/wp-content/plugins/burst-statistics/src/Frontend/Goals/class-goal.php or /www/htdocs/w01d8e91/galopponlinetest.de/wp-content/plugins/burst-statistics/src/Frontend/Goals/trait-goal.php”
    which I had once yesterday.

    Second Time it was a fatal error:
    “PHP Fatal error: Uncaught Error: Class “Burst\Frontend\Endpoint” not found in /www/htdocs/w01d8e91/galopponlinetest.de/wp-content/plugins/burst-statistics/src/Frontend/Tracking/class-tracking.php:629″

    I disabled minify / combine for js and tried again. After activating, the site was fast for a minute or two. I could refresh the home page and the burst dashboard a couple of times. And then without an appearent reason it slowed down again so I had to disable again via ftp. The debug entry was “…trait-goal.php” again.

    Thread Starter bbuerger

    (@bbuerger)

    Hi Rogier,

    due to massive traffic during the long weekend I had to deactivate burst so I could only try that out now.

    I added delete_option to the functions.php and refreshed the dashboard a couple of times and loaded the home page. After that I removed the line.

    SELECT count(*) FROM burst_statistics where page_id > 1 showed the number increasing, so something is still running. 13.5 out of about 14.5 million entries have a page_id by now. So this would still run some time.

    The page load is slower than ever, now affecting even the backend pages and the cached visitors view. So I had to deactivate burst in between testing.

    I now have 3 new debug messages.

    Every time I reactivate I get “Burst Statistics 2.2.7: Upgrading database tables for Burst Statistics”.

    Possibly when I deactivate I get “Burst: Class Burst\Frontend\Goals\Goal not found in /www/htdocs/w01d8e91/galopponlinetest.de/wp-content/plugins/burst-statistics/src/Frontend/Goals/class-goal.php or /www/htdocs/w01d8e91/galopponlinetest.de/wp-content/plugins/burst-statistics/src/Frontend/Goals/trait-goal.php” 2 or 3 times.

    Once I got “Burst: Class Burst\Admin\Statistics\Query_Data not found in /www/htdocs/w01d8e91/galopponlinetest.de/wp-content/plugins/burst-statistics_/src/Admin/Statistics/class-query-data.php or /www/htdocs/w01d8e91/galopponlinetest.de/wp-content/plugins/burst-statistics_/src/Admin/Statistics/trait-query-data.php” instead of the third trait-goal.php.

    Due to the extreme performance issues I had to deactivate burst again.

    What can I do now? How can I check, if the option is deleted and if/when the upgrade process stops? I did not find an entry in burst_options_settings. Can I reinstall the plugin without loosing data? Can I install an older version as a test?

    Thread Starter bbuerger

    (@bbuerger)

    Super, vielen Dank, das ist genau was ich brauche!

    Thread Starter bbuerger

    (@bbuerger)

    Ja, ich brauche den Firmennamen. Es ist ein B2B-Shop, daher ist das Feld immer gefüllt. Und da verschiedene Personen über denselben Account bestellen, ist die Anrede über Vorname Nachname nicht hilfreich.

    Thread Starter bbuerger

    (@bbuerger)

    Everything I tested worked out fine. Good job!

    Thread Starter bbuerger

    (@bbuerger)

    Hi,

    thank you very much for your quick reaction.
    On a first view it seems to work as expected. Only active votes are shown. When no vote is active none is shown. I will do more extensive tests later.

    Thread Starter bbuerger

    (@bbuerger)

    The expected behaviour would be that the latest active poll is shown. Active meaning you can currently vote. So it has to be between start and end dates. No future votes and no finished votes should be shown.

    For some cases it might help to be able to activate and deactivate votes manually. It depends if people want to show future votes in advance or if they want to see former results until the next vote is started.

    But I have three votes now and the middle, open (=active) vote is not even shown. It has to be possible to create a future vote while another is still running.

    Thread Starter bbuerger

    (@bbuerger)

    Hi,

    I originally only had after voting. I added after the ending. The outcome is the same.

    Results are shown for [yop_poll id=”1″]. For [yop_poll id=”-1″] the LAST poll is shown. I had only identical clones so I did not see it before.

    I also had a look with Query Monitor. This is the statement executed:
    SELECT max(id)
    FROM wepe_kwup_yoppoll_polls
    WHERE status = ‘published’

    After that only details are loaded for poll nr. 3 (a new clone, not started yet)

    All polls (ended, runnung, not started) have status published. And all poll elements of all polls have status = active.

Viewing 15 replies - 1 through 15 (of 44 total)