If I recall, this is because the database is not yet initialized. If you are using mysql, create that database and then run that rake command.
Johannes On Jan 21, 2008 3:15 PM, Chris Wall <[EMAIL PROTECTED]> wrote: > I'm not an expert on instiki, > > our wiki recently just started showing a blank page only > > any of the links (in history) also show up blank with no source html > > is there a way to recover from this? > > I did try "rake db:migrate RAILS_ENV=production" > > but just got an error > > Don't know how to build task "db:migrate" > > thx in adv > > > > > hello again, mike > instead of the rake db:migrate, please do a > rake db:migrate RAILS_ENV=production > > this should work! > > regards, > matthias > > On 9/26/07, Matthias Tarasiewicz <parasew at 5uper.net> wrote: > > hello mike, > > please excuse the late answer. this sounds like an sqlite issue to > me. > > which version of sqlite are you running on your system? can you > please > > try to delete the following files > > > > db/production.db.sqlite3 > > db/development.db > > > > then go to the root of the instiki directory and type > > rake db:migrate > > > > Chris Wall > > _______________________________________________ > Instiki-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/instiki-users >
_______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
