Found the problem. No bug, it was my code. I was trying to use a wiki table before calling auth.wiki(), so the tablename was not available :P
On Sunday, August 26, 2012 4:56:43 PM UTC-3, Alan Etkin wrote: > > > The wiki menu will appear only if you created an auth.wiki in the action > controller, but only there, as far as I know. > >> >> Thanks Massimo. That line is wrong. I meant that there's no wiki menu > unless you create it, since if the action does not call wiki() the entry > will not be added. > > About crud.create(db.wiki_page) I belive there's a bug in somewhere, > because doing a .select() of wiki_page works as expected. I will post back > if I find a patch > --

