Re: [web2py] Re: "Internal error" on every page, can't even access admin

2012-07-25 Thread Alec Taylor
Alright, happened again, just checked the uwsgi log: tmpfile(): No space left on device [proto/http.c line 338] error parsing request :\ On Thu, Jul 26, 2012 at 2:04 AM, Alec Taylor wrote: > I didn't do anything on the website for the past 3 hours (had some more > academic research to do), and

Re: [web2py] Re: "Internal error" on every page, can't even access admin

2012-07-25 Thread Alec Taylor
I didn't do anything on the website for the past 3 hours (had some more academic research to do), and when I went back to the site, it loaded. Checking tickets, found a few of these: *OSError: [Errno 28] No space left on device: '/tmp/tmpznG08R'* + details

[web2py] Re: "Internal error" on every page, can't even access admin

2012-07-25 Thread Massimo Di Pierro
Look into admin/errors/ and look for the most recent file. You should be able to open it with an editor. Look at the last few lines. They contain the traceback. massimo On Wednesday, 25 July 2012 08:00:17 UTC-5, Alec Taylor wrote: > > I'm getting an annoying "Internal error" message on every pa

[web2py] Re: "Internal error" on every page, can't even access admin

2012-07-25 Thread Jim S
I just fought the same problem. Mine turned out to be an application error on my part. But, I found it by looking at the text file in the errors sub-directory under my application. If you look around the error files enough you'll eventually figure out what is going on. They aren't easy to r