Hello,
I’m trying to deploy typo with fastcgi + lighttpd but I’m running into
a nifty little 500 internal error. I checked the development log and
this is what I get:
Rendering /home/modestbox/blog/vendor/rails/actionpack/lib/
action_controller/templates/rescues/layout.erb (internal_server_error)
/!\ FAILSAFE /!\ Sun May 25 09:56:33 -0700 2008
Status: 500 Internal Server Error
SQLite3::SQLException: SQL logic error or missing database: INSERT
INTO sessions (“updated_at”, “sessid”, “created_at”, “data”)
VALUES(‘2008-05-25 09:56:33’, ‘19e639f9aaa611cbe63fbbc29ba66aa7’,
‘2008-05-25 09:56:33’,
'BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo
SGFzaHsABjoKQHVzZWR7AA==
')
If I use the webrick server or mongrel I have no problems. I’ve poked
around and can’t seem to figure out exactly why it’s only giving me
crap on this.
Thanks,
Joe