On Tuesday, July 3, 2012 3:11:19 PM UTC-4, Matthew Caron wrote: > > On 07/03/2012 02:13 PM, John of NOVA wrote: > > return self.cursor.execute(sql_escape_percent(sql), args) > > ProgrammingError: relation "session" does not exist > > LINE 2: SELECT last_visit FROM session WHERE sid=E'ba475... > > It would appear that you did not create the tables in your database. > > -- > Matthew Caron, Build Engineer > Sixnet, a Red Lion business | www.sixnet.com > +1 (518) 877-5173 x138 office > >
Hmm...none of the pages I looked at for installation guidance stated what tables had to be created. I figured the project auto-generated them...ok thanks. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/BpnMe-OAI10J. 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/trac-users?hl=en.
