Table doesn't Exist error from 1.5 beta

Table doesn't Exist error from 1.5 beta

by Mark Nielsen -
Number of replies: 1
Got this error in quiz after I did a cvs checkout of MOODLE_15_STABLE:

Table 'moodle15.mdl_quiz_rqp_types' doesn't exist

SELECT * FROM mdl_quiz_rqp_types


Looks like the table is mdl_quiz_rqp_type in the database (missing the 's' at the end).

Cheers!
Mark

Average of ratings: -
In reply to Mark Nielsen

Re: Table doesn't Exist error from 1.5 beta

by Gustav W Delius -
Thanks Mark. For some reason we forgot to update the file mod/quiz/db/mysql.sql. I have now done that in CVS so it will be fixed in the next nightly beta.

People who are using postgres rather than mysql will have a similar problem but I am not qualified to update the postgres files. Could someone who know postgres please do that? Last time Penny was very helpful with this.