On 11 Aug, 2009, at 1:02 , Jeff Albertine wrote:
> Andrea - I Jeff :-) > (sorry for the delay, been out of town for a while) No problem I am always out of town ;-) > I enabled the 3 agilo entries in trac.ini and turned on debug > logging, and > THEN ran the trac-admin upgrade command as you suggested. There was > no > change. Trac-admin says the database is current, and when I go to > the admin > page it gets the same error (table agilo-sprint doesn't exist). > Here's the > debug output during the trac-admin upgrade command: All the plugins seem to be loaded with no error... which is good ;-) > And here's the output when trying to go to the admin page of Trac: > > UnableToLoadObjectError: An error occurred while getting None from the > database: no such table: agilo_sprint This is pretty much a clear error, the table is not there... the question is how is it possible that the table was not created during the update process... anyway can you verify opening the SQLite DB which tables are there? You can run the command .schema from SQLite prompt. The should be a lot of tables starting with agilo_ we need to find out if no table was created, or only that table wasn't created, and in case why... > What do you suggest I try next? I greatly appreciate your help. HTH > Jeff ANdreaT --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/agilo?hl=en -~----------~----~----~----~------~----~------~--~---

