Re: [typo] Migration 38

2006-03-18 Thread Kevin Ballard
Ok, revision 922 fixes this. You can now upgrade via the admin interface again. For future reference, you can upgrade from the command-line by running `rake migrate RAILS_ENV=production` from the root folder of your typo installation (this upgrades the production database, use

Re: [typo] Migration 38

2006-03-18 Thread Kevin Kubasik
the upgrade kinda worked, I now have the blog table, but get this error Processing GeneralController#index (for 69.140.109.194 at 2006-03-1809:23:53) [GET] Parameters: {action=index, controller=admin/general} ActiveRecord::StatementInvalid (Mysql::Error: Table 'typo.settings'doesn't exist:

Re: [typo] Migration 38

2006-03-18 Thread David Richardson
didn't work at all here. d.r. ___ Typo-list mailing list Typo-list@rubyforge.org http://rubyforge.org/mailman/listinfo/typo-list

Re: [typo] Migration 38

2006-03-18 Thread Piers Cawley
Kevin Kubasik [EMAIL PROTECTED] writes: the upgrade kinda worked, I now have the blog table, but get this error Processing GeneralController#index (for 69.140.109.194 at 2006-03-1809:23:53) [GET] Parameters: {action=index, controller=admin/general} Have you restarted your fcgi processes?

Re: [typo] Migration 38

2006-03-18 Thread Piers Cawley
David Richardson [EMAIL PROTECTED] writes: Migration still failing with v 924 Can I have another copy of the rake trace? Preferably with linebreaks this time. -- Piers Cawley [EMAIL PROTECTED] http://www.bofh.org.uk/ ___ Typo-list mailing list

Re: [typo] Migration 38

2006-03-18 Thread David Richardson
Working now. Be careful that your update procedure removes deprecatedfile, rather than just updating existing files. d.r.--www.channel200.net ___ Typo-list mailing list Typo-list@rubyforge.org http://rubyforge.org/mailman/listinfo/typo-list

[typo] Migration 38

2006-03-17 Thread David Richardson
Anyone managed to get migration 38 working yet (on PostGres)? From trunk 921.Here's my rake trace. ** Invoke migrate (first_time)** Invoke environment (first_time)** Execute environmentrake aborted!superclass must be a Class (Module

Re: [typo] Migration 38

2006-03-17 Thread cedric
How can I run migration 38 manually? I have problems since I update to revision 915... typo just says typo_development.blogs doesn't exist... Thanks Le Samedi 18 Mars 2006 05:46, David Richardson a écrit : Anyone managed to get migration 38 working yet (on PostGres)? From trunk 921.Here's