[web2py] Re: Postgres: No databases/*.table files created

2015-10-13 Thread Matt Norris
t yourself? > > I've read that you can also get this error if the file is open for write > by another process or if you run out of RAM. > > Anthony > > On Thursday, October 8, 2015 at 6:29:42 PM UTC-4, Matt Norris wrote: >> >> I am using Postgres and my tables a

[web2py] Postgres: .table files not created in databases folder

2015-10-08 Thread Matt Norris
I am using Postgres and can successfully create tables and load a new application. However, the next request to the app fails with this error: File applications/APPNAME/databases/715f66f7f718f8a2afa073dfc0be5874_web2py_session_APPNAME.table appears corrupted This is because *no .table files

[web2py] Postgres: No databases/*.table files created

2015-10-08 Thread Matt Norris
I am using Postgres and my tables are created fine when I first hit my application. However, on the next hit, I get the following error: File applications/APPNAME/databases/715f66f7f718f8a2afa073dfc0be5874_web2py_session_APPNAME.table appears corrupted I get this error because *no files* ha