• Hello,

    I use WP-Pro-Quiz version 0.37
    And I get this error in the logs:

    Erreur de la base de données WordPress Unknown column ‘c.type’ in ‘on clause’ pour la requête
    SELECT
    c.*
    FROM
    wsm_16_wp_pro_quiz_category AS c
    RIGHT JOIN wsm_16_wp_pro_quiz_question AS q
    ON (c.category_id = q.category_id AND c.type = ‘QUESTION’)
    WHERE q.quiz_id = 0
    GROUP BY q.category_id
    ORDER BY c.category_name
    faite par WpProQuiz_Model_CategoryMapper::fetchByQuiz

    There is no type column in the wsm_16_wp_pro_quiz_category table.
    Could you fix it?

    https://wordpress.org/plugins/wp-pro-quiz/

  • The topic ‘Unknown column 'c.type' in 'on clause'’ is closed to new replies.