So I've updated my tree, which fixed my earlier CRUD errors. (Thanks
Simon) But now I've got a new issue.
I can go in and add a user, but once I've done that it seems to corrupt
the database.
The error ends with:
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/SQLObject-0.7.1dev_r1457-py2.4.egg/sqlobject/classregistry.py",
line 106, in getClass
raise KeyError(
KeyError: 'No class found in the registry
[default] (these classes exist: CatWalkState, InheritableSQLObject,
Position, SQLObject, Stock, TG_Group, TG_Permission, TG_User, TG_Visit,
TG_VisitIdentity, Trade)'
when I submit.. and if I try to view it in catwalk I get
Fail to load object instance: 'No class found in
the registry [default] (these classes exist: CatWalkState,
InheritableSQLObject, Position, SQLObject, Stock, TG_Group,
TG_Permission, TG_User, TG_Visit, TG_VisitIdentity, Trade)'
Am I doing something wrong again? Do I need to update my sql package?
Lucas.-
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---