Yes, I did migrate the database. But I ran a rake db:migrate again to
be positive and I get this error.
Mysql::Error: Duplicate entry 'devuser' for key 2: INSERT INTO `users`
(`name`, `salt`, `updated_at`, `activated_at`, `crypted_password`,
`remember_token_expires_at`, `activation_code`, `password_reset_code`,
`enabled`, `invitation_id`, `user_type`, `remember_token`,
`identity_url`, `login`, `email`, `created_at`, `invitation_limit`)
VALUES('', '202e1d83b21f9d11b58926811f2b00af5e06da5e', '2009-09-18
01:11:57', NULL, 'faed49f6e2a53904ed62ca98399036e4ceacda39', NULL,
'2c9c7129ba82cfdf7c27e06c3f240ac6a20bc0d0', NULL, 1, NULL, 'SiteUser',
NULL, NULL, 'devuser', NULL, '2009-09-18 01:11:57', 5)
The database has the fields invitation_id and invitation_limit.
Thanks for your help,
Kevin
On Sep 16, 12:05 pm, heimdull <[email protected]> wrote:
> This is your problem:Mysql::Error: Table 'DEV.invitations' doesn't exist:
> SHOW FIELDS FROM
> `invitations`
>
> Do you have a database DEV that has a table invitations? Did you
> migrate your database?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---