On 7/25/06, Leandro Lucarella <[EMAIL PROTECTED]> wrote:

Hi! I've done a tg-admin quickinstall wiki using identity, I opened the
toolbox and add an example user via Catwalk. Then a group, and when I
try to add a permission I get an OperationalError: no such table:
permission. I've chequed the database using sqlite and there is a
tg_permission table. Now when I want to add new users or groups I get the
same error, but complaining about missing user_group table (there is a
tg_user_group table on the DB). Same for Visit (visit/tg_visit) and
VisitIdentity (visit_identity/tg_visit_identity).

Any ideas? (TurboGears 0.9a8)

 
first please do not apply your patch.
ones you get to Group it could fail depending on the db backend since that is a reserved keyword.

as for the error somehow it is looking for the default and deprecated tables that are inside TG identity code.

Did you run tg-admin create BEFORE the first time you run catwalk?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears" group.
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/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to