Hi Mohit, In many cases "unable to open database file" errors in sqlite are symptoms of a permission problem where the process can't write to the data file or create temporary files (sqlite does this quite often, see http://www.sqlite.org/tempfiles.html). Can you check the permissions on the database file, it's containing directory, and your systems temp directory?
Cheers, Stephen On Mon, Aug 11, 2008 at 12:35 PM, Mohit Sindhwani <[EMAIL PROTECTED]> wrote: > * a bit of a bump - if someone has any advice, I'd be very happy * > Thanks > Mohit. > > > Mohit Sindhwani wrote: > >> Hi, I'm trying to create a new radiant project but whenever I do >> rake production db:bootstrap >> the process dies at different places. It executes a number of SQL >> statements and then crashes with an error like: >> >> rake aborted! >> SQLite3::SQLException: unable to open database file: UPDATE schema_info >> SET version = 21 >> >> The specific line it dies at varies. >> >> The main (relevant) gems I have: >> * Radiant 0.6.7 and 0.6.9 installed as gems. >> * Rails 2.0.2 and Rails 2.1.0 >> * sqlite3-ruby 1.2.2 >> * rake 0.8.1 and 0.7.3 >> >> I'm on Windows with: >> - ruby -v returns ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] >> - rails -v returns Rails 2.1.0 >> - radiant -v returns Radiant 0.6.9 >> >> Any ideas what I could do? >> >> Cheers, >> Mohit. >> 8/11/2008 | 1:14 AM. >> > > _______________________________________________ > Radiant mailing list > Post: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
