• danielvnewrevolution

    (@danielvnewrevolution)


    I’m trying hard to include a quiz but, questions and quizzes are not saving. I use this plugging in other sites and it works perfectly, but this particular website does not, I can’t even create the first quiz.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bob

    (@prasunsen)

    select “Enable debug mode to see SQL errors.” on the Watu Settings page

    Thread Starter danielvnewrevolution

    (@danielvnewrevolution)

    Selected, and know this is the error when I try to create new quiz:

    WordPress database error: [Table ‘wp_welevelupwa.wp_watu_master’ doesn’t exist]
    SELECT name FROM wp_watu_master WHERE ID=0 /* From [welevelupwa.com/wp-admin/admin.php?page=watu_questions&message=new_quiz&quiz=0] in [/nas/content/live/welevelupwa/wp-content/plugins/watu/controllers/questions.php:93] */

    WordPress database error: [Table ‘wp_welevelupwa.wp_watu_question’ doesn’t exist]
    SELECT SQL_CALC_FOUND_ROWS Q.ID,Q.question, Q.answer_type as answer_type, Q.is_required as is_required, Q.is_inactive as is_inactive, Q.sort_order as sort_order, Q.cat_id as cat_id, (SELECT tC.name FROM wp_watu_qcats tC WHERE tC.ID = Q.cat_id) AS cat, (SELECT COUNT(*) FROM wp_watu_answer WHERE question_id=Q.ID) AS answer_count FROM wp_watu_question as Q WHERE Q.exam_id=0 ORDER BY Q.sort_order, Q.ID LIMIT 0, 50 /* From [welevelupwa.com/wp-admin/admin.php?page=watu_questions&message=new_quiz&quiz=0] in [/nas/content/live/welevelupwa/wp-content/plugins/watu/controllers/questions.php:174] */

    Plugin Author Bob

    (@prasunsen)

    Try to re-activate the plugin (keep that option selected). Apparently the DB tables are not created. It’s possible that the DB user has no rights to create DB tables.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Quizzes and Questions are not saving’ is closed to new replies.