Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter paulstuart2222

    (@paulstuart2222)

    Hmm… still not seeing it, but I think it might actually be a display issue of some sort. The results are there.

    Today, I installed the update, purged all caches, created a new quiz (named ‘test 3’, and tested it 3 times in a new browser, not logged in.

    When I go to my chained quizzes, it says there are no results for ‘test 3’.

    However, I logged into myphpadmin and ran:

    select t2.title,t1.*
    from wp_singinghero.wp_chained_completed as t1
    inner join wp_singinghero.wp_chained_quizzes as t2 on t1.quiz_id = t2.id
    where t2.title = ‘test 3’

    and all my results are in wp_chained_completed.

    EDIT: so if you know what’s going on there, great 🙂 but I’m already pretty happy I can still use the plug in and export from php worst case scenario haha.

    Thread Starter paulstuart2222

    (@paulstuart2222)

    [Mon Feb 05 09:16:19.837272 2018]
    [:error]
    [pid 7828]
    [client 94.236.255.68:36466]
    WordPress database error Unknown column ‘user_email’ in ‘field list’ for query
    INSERT INTO wp_chained_completed
    SET\n\t\t \t\tquiz_id = 5, points = 1.000000
    , result_id = 10, datetime = NOW()
    , ip = ‘94.236.255.68’
    , user_id = 0
    , snapshot = ‘<p>Congratulations, you completed the quiz!</p>\\n<h2>Result 1</h2>\\n<p>result 1</p>\\n<p>You achieved 1 points from 1 questions.</p>\\n’
    , \n\t\t \t\tsource_url=’https://zerotosinginghero.com/test/&#8217;
    , user_email=”
    /*
    From [zerotosinginghero.com/wp-admin/admin-ajax.php]
    in [/nas/content/live/singinghero/wp-content/plugins/chained-quiz/models/quiz.php:133]
    */
    made by do_action(‘wp_ajax_nopriv_chainedquiz_ajax’)
    , WP_Hook->do_action
    , WP_Hook->apply_filters
    , call_user_func_array
    , chainedquiz_ajax
    , ChainedQuizQuizzes::answer_question
    , ChainedQuizQuiz->finalize
    , referer: https://zerotosinginghero.com/test/

Viewing 2 replies - 1 through 2 (of 2 total)