did you turn migrations on ? if yes, please check that there isn't a *web2py_session_runestone*.table file into the database/ folder. If there is, delete it and web2py will recreate it.
On Thursday, July 3, 2014 1:44:38 AM UTC+2, Austin Bart wrote: > > Recently after some updates to some of my models, I got this error in > web2py. > > Traceback (most recent call last): > File "/Users/acbart/web2py/gluon/main.py", line 457, in wsgibase > session._try_store_in_db(request, response) > File "/Users/acbart/web2py/gluon/globals.py", line 1116, in _try_store_in_db > record_id = table.insert(**dd) > File "/Users/acbart/web2py/gluon/dal.py", line 9114, in insert > ret = self._db._adapter.insert(self, self._listify(fields)) > File "/Users/acbart/web2py/gluon/dal.py", line 1360, in insert > raise eProgrammingError: (1146, u"Table > 'runestone_dev.web2py_session_runestone' doesn't exist") > > My web2py application is named runestone, and the database is named > runestone_dev. I've checked the MySQL database and the table doesn't > exist. But it is my understanding that this is a table that should be > automatically generated for me. Anyone know what gives? It doesn't appear > to be a problem with my code... > -- 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.

