after upgrade 3.5.3 to 3.9.1 quiz is gining en Error

after upgrade 3.5.3 to 3.9.1 quiz is gining en Error

by Irith Herman -
အကြောင်းပြန်မှု အရေအတွက်: 4

I have a problem after upgrading from 3.5.3 to 3.9.1

all the quizes gives this error


×Debug info: Unknown column 'slot.questioncategoryid' in 'field list'

SELECT q.*, qc.contextid, slot.maxmark, slot.id AS slotid, slot.slot, slot.page,

slot.questioncategoryid AS randomfromcategory,

slot.includingsubcategories AS randomincludingsubcategories

FROM mdl_question q

JOIN mdl_question_categories qc ON q.category = qc.id

JOIN mdl_quiz_slots slot ON slot.quizid = ? AND q.id = slot.questionid


ORDER BY slot.slot

[array (

0 => '336',

)]

Error code: dmlreadexception

Any Help Please!!!

ပျှမ်းမျှအဆင့်သတ်မှတ်ချက်များ: -
Irith Herman ထံသို့ အကြောင်းပြန်ရာတွင်

Re: after upgrade 3.5.3 to 3.9.1 quiz is gining en Error

by Tim Hunt -
Core developers ၏ ရုပ်ပုံ Documentation writers ၏ ရုပ်ပုံ Particularly helpful Moodlers ၏ ရုပ်ပုံ Peer reviewers ၏ ရုပ်ပုံ Plugin developers ၏ ရုပ်ပုံ
If you are getting that error, then the upgrade did not work properly. The database schema does not match what it should be. Have a look at the logs from when you upgraded Moodle.
Tim Hunt ထံသို့ အကြောင်းပြန်ရာတွင်

תשובה ל: Re: after upgrade 3.5.3 to 3.9.1 quiz is gining en Error

by Irith Herman -
I see that there are missing fields and tables
Can I do something to corect it ? add missing fields ,tables or do something only with the quiz plugin?
I don"t want to do all the upgragre again Tommorow they have many examins?
Irith Herman ထံသို့ အကြောင်းပြန်ရာတွင်

Re: תשובה ל: Re: after upgrade 3.5.3 to 3.9.1 quiz is gining en Error

by Tim Hunt -
Core developers ၏ ရုပ်ပုံ Documentation writers ၏ ရုပ်ပုံ Particularly helpful Moodlers ၏ ရုပ်ပုံ Peer reviewers ၏ ရုပ်ပုံ Plugin developers ၏ ရုပ်ပုံ
Did you follow the recommended process for doing the upgrade? https://docs.moodle.org/39/en/Upgrading. You are better off asking about this in the Installation problems forum.