On Friday, July 8, 2016 at 11:38:36 AM UTC-7, Dave S wrote: > > > On Friday, July 8, 2016 at 11:12:53 AM UTC-7, Richard wrote: >> >> Can you show you mods to the welcome please... >> >> You may try to remove the auth.wiki() at line 60 of >> controllers/default.py though we need to understand how to reproduce this >> error. There maybe a bug in auth.wiki(). Difficult to say without knowing >> what you did... >> >> Richard >> >> >> > From the code snippet in the ticket, it looks like at line 6453, gid > should be set with the result of the insert, but I haven't yet looked at > the whole code. >
As a test/workaround, a fresh install and manually creating the wiki_editor group (using the admin interface or the sqlite3 shell) should avoid the ticket. I'm not sure why there are tickets still occurring after the initial one; the insert should have happened, but maybe that was lost when the db.commit didn't happen because of the exception. This could be checked from the sqlite3 shell. /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

