This is just a guess here, but make sure you are running the migrate in the right environment. I think for production, you should run
rake production db:migrate On May 28, 2007, at 6:23 PM, Cameron wrote: > John - FYI, I ran into the same issue. > > Radiant 0.6.1 > FreeBSD 6.2 > MySQL 4.1.22 > > I have one instance of Radiant running fine. I deployed a second copy > and it won't rake db:bootstrap (event tried rake db:migrate > VERSION=1). > > -Cameron > > > John Long wrote: > >> Roberto Luis Iriarte Pablos wrote: >>> Mysql::Error: #42S02Table 'radiant_production.users' doesn't >>> exist: SHOW >>> FIELDS >> >> That is really strange. It looks like it is failing to run the >> migrations to create the initial database schema. You could try >> creating >> the tables manually. > > > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > 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
