Hi!
I have a problem in updating Moodle from 1.9.8 to 2.2.3.
The update process stops as soon as it begins updating question answers on the mdl_question_answers table (I don't get any error).
Here are the last lines of my log:
UPDATE mdl_question_answers
SET
question = '1',
answer = N'Un CMS',
fraction = N'1.0000000',
feedback = N'<p></p>',a
nswerformat = '0',
feedbackformat = '1'
WHERE
[array ( 0 => '1', 1 => 'Un CMS', 2 => '1.0000000', 3 => '<p></p>', 4 => '0', 5 => '1', 6 => '1', )]
Thank you for your help!