Erro Database one course

Erro Database one course

by Romulo Valadares -
Number of replies: 1


Debug info: Unknown column 'username' in 'where clause'

SELECT id

FROM mdl_questionnaire_response

WHERE complete = 'y'

AND username = ?

AND survey_id = ? LIMIT 0, 1

[array (

0 => '2',

1 => '2',

)]

Average of ratings: -
In reply to Romulo Valadares

Re: Erro Database one course

by Mike Churchward -
Picture of Core developers Picture of Plugin developers Picture of Testers
The username field in questionnaire_response was changed to userid in release 3.3.0. What version are you using? It would seem that somehow your code might be older than your database.