Check your DB, do you have any entries in your Roles table? Did you run the migrations to populate the DB, or did you run db:schema:load? You need to run the full migrations in order to get the Roles to be loaded.
On Wed, May 20, 2009 at 9:36 PM, Bill <[email protected]> wrote: > > I installed the latest CE available on github (v1.0.2) via the > install_template script, and it works fine until I change my database > to mySQL. With mySQL I get the following error when I try to create a > new user, immediately after clicking "Sign up!" on the new user signup > page: > > ActiveRecord::RecordNotFound in UsersController#create > Couldn't find a Role identified by (:member) > > The *only* change I made to the install was to modify the adapter/ > database lines in database.yml to be: > > adapter: mysql > database: neighborCE3 > username: root > password: > socket: /tmp/mysql.sock > > Using rails 2.3.2, of course, and: > > *** LOCAL GEMS *** > > actionmailer (2.3.2, 2.2.2, 2.1.1, 2.1.0, 1.3.6) > actionpack (2.3.2, 2.2.2, 2.1.1, 2.1.0, 1.13.6) > actionwebservice (1.2.6) > activerecord (2.3.2, 2.2.2, 2.1.1, 2.1.0, 1.15.6) > activeresource (2.3.2, 2.2.2, 2.1.1, 2.1.0) > activesupport (2.3.2, 2.2.2, 2.1.1, 2.1.0, 1.4.4) > acts_as_ferret (0.4.3, 0.4.1) > aws-s3 (0.6.2) > builder (2.1.2) > capistrano (2.5.0, 2.0.0) > cgi_multipart_eof_fix (2.5.0, 2.2) > daemons (1.0.10, 1.0.9, 1.0.7) > desert (0.5.0) > dnssd (0.7.0, 0.6.0) > fastthread (1.0.1, 1.0) > fcgi (0.8.7) > ferret (0.11.6, 0.11.4) > gem_plugin (0.2.3, 0.2.2) > geokit (1.3.0) > haml (2.0.9, 2.0.3) > highline (1.4.0, 1.2.9) > hpricot (0.6.161, 0.6) > htmlentities (4.0.0) > libxml-ruby (0.8.3, 0.3.8.4) > mime-types (1.16) > mongrel (1.1.5, 1.1.4, 1.0.1) > mysql (2.7) > needle (1.3.0) > net-sftp (2.0.1, 1.1.0) > net-ssh (2.0.4, 1.1.2) > rails (2.3.2, 2.2.2, 2.1.0, 1.2.6) > rake (0.8.4, 0.8.2, 0.7.3) > RedCloth (4.0.3, 3.0.4) > rmagick (2.9.1, 2.6.0) > ruby-openid (2.1.2, 1.1.4) > ruby-yadis (0.3.4) > rubygems-update (1.3.2, 1.2.0) > rubynode (0.1.5, 0.1.3) > sqlite3-ruby (1.2.4, 1.2.1) > termios (0.9.4) > xml-simple (1.0.12) > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" 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/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
