Hi,
I'm using SQLite3 as my database. I've setup my application and deployed it using capistrano. I'm running the application on Litespeed Server 3.3 and Rails edge. I can access the database through the rails console, so my configurations are fine. But as soon as the rails app tries to access the database the following exception is thrown:
I can't figure out why this exception is thrown. I'd appreciate any help.
Bye,
Tino
I'm using SQLite3 as my database. I've setup my application and deployed it using capistrano. I'm running the application on Litespeed Server 3.3 and Rails edge. I can access the database through the rails console, so my configurations are fine. But as soon as the rails app tries to access the database the following exception is thrown:
Code:
ActiveRecord::StatementInvalid (SQLite3::SQLException: SQL logic error or missing database
Bye,
Tino