Creating new app using postgresql, encountered same error as OP.
Downloaded latest trunk (rev:738) and the error no longer appears,
however the registration form at /app/default/user/register/ does
nothing and throws no errors either. Tried the above URL with the
most basic example of:
def user(): return dict(form=auth())
also tried /app/default/register/ with:
def register():
return dict(form = auth.register(next='login'))
Checked the database and no user is created, neither are any
auth_event records created.
This seems to be postgresql specific because I switched to a sqlite db
to test and ran the app and it works (so far).... at least the user
record is created and the auth_event table shows 'group created' and
'user registered' records. The verify_email works too. Will try to
test some of the other functionality later.
JC
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---