Re: database error instead of 400

2007-06-26 Thread Brian St. Pierre
On Jun 25, 7:30 pm, Francis Lavoie <[EMAIL PROTECTED]> wrote: > OperationalError: unable to open database file An addition to the page that Ramiro pointed to: the webserver user needs (at least) execute permission (d--x--x--x) on every directory below the one that holds the database file. Otherwi

Re: database error instead of 400

2007-06-25 Thread Ramiro Morales
On 6/25/07, Francis Lavoie <[EMAIL PROTECTED]> wrote: > > I have a problem with my 400.html when I put the site in production > (another server). > > Both desktop and server are running ubuntu 7.04. > The Desktop use the builtin webserver and the server is running apache with > mod_python > >