David Buckley - 2004-07-30

Logged In: YES
user_id=85916

Did you change any of the module codes in the backup.sql file?

I think the problem you're having here is that the code
expects every assessment to have a "root" component in the
components table, and the code currently doesn't attempt to
fix the problem should one not exist. If you've changed the
module code of the assignment but not the corresponding
component, BOSS won't be able to load information on the
component, hence the exception.

If you're just trying to set up a basic database, it's
probably a better idea to use the populate.sql file in the
SQL directory, which will create the bare minimum you need
to fire up BOSS. You can add all the extra assignments etc.
later.