When I do a debug in WordPress, it says something about the Question Order…
WordPress databasefout: [Unknown column 'question_order' in 'order clause']
SELECT id, match_id FROM pool_wp_bonusquestions WHERE match_id > 0 ORDER BY match_id ASC, question_order ASC, answer_before_date ASC
WordPress databasefout: [Unknown column 'question_order' in 'field list']
INSERT INTO pool_wp_bonusquestions ( question, points, answer_before_date, answer, match_id, question_order ) VALUES ( 'Welk land wordt Europees kampioen?', 20, '2021-06-10 22:00', '', 0, 1 )
WordPress databasefout: [Unknown column 'q.question_order' in 'field list']
SELECT q.id, q.question, q.answer, q.points, q.answer_before_date AS question_date, DATE_FORMAT( q.score_date, '%Y-%m-%d %H:%i' ) AS score_date, DATE_FORMAT( q.answer_before_date, '%Y-%m-%d %H:%i' ) AS answer_before_date, q.match_id, qt.type, qt.options, qt.image, qt.max_answers, q.question_order FROM pool_wp_bonusquestions q INNER JOIN pool_wp_bonusquestions_type qt ON ( q.id = qt.question_id ) ORDER BY q.answer_before_date ASC, q.question_order ASC
-
This reply was modified 3 years, 10 months ago by
potjekak.