That's strange. It sounds like the database isn't getting written to consistently. What's your entire setup (OS, database, etc. with versions)?
You might need to run rake with the trace option turned on: rake -t install or rake -t db:migrate And when you say that you're re-running rake, are you doing this on a clean database (cleared via SQL commands) or using "rake db:reset" or something similar? Long On Mon, Sep 22, 2008 at 6:14 AM, janus <[EMAIL PROTECTED]> wrote: > > Long, > Things are moving in the right direction now, all the rakes worked > save rake ultrsphinx:bootstrap. Not that it did not work however there > was an error message that says that people table is not existing. When > I lunched the site, I got another saying that page_views table not > existing. This time preferences table and other tables were filled > with data as expected. > I tried to re-run the rake again, I never again got preferences tables > filled with data. It appears I need to tweak more. Any help would be > highly appreciated. > > NB I added this: > > ENV['VERSION'] = '0' > Rake::Task["db:migrate"].invoke in order to get rake db:migrate > VERSION=0 > > Janus > > > > > -- Long Nguyen [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
