refinery / refinerycms-news

News Plugin for Refinery CMS
http://www.refinerycms.com
MIT License
121 stars 120 forks source link

Migration error when trying to do fresh install #155

Closed rcasey closed 9 years ago

rcasey commented 9 years ago

I am trying to get Refinery up and running. I have Rails 3.2.21, using MySQL, and not sure about Refinery, but here are the relevant gems:

refinerycms (2.1.5)
refinerycms-authentication (2.1.5)
refinerycms-blog (2.1.0)
refinerycms-core (2.1.5)
refinerycms-dashboard (2.1.5)
refinerycms-i18n (2.1.0)
refinerycms-images (2.1.5)
refinerycms-pages (2.1.5)
refinerycms-resources (2.1.5)
refinerycms-settings (2.1.1)

I ran

rails generate refinery:cms —fresh-installation

Then rake db:migrate and get this error: == AddSourceUrlToBlogPosts: migrating ======================================== rake aborted! StandardError: An error has occurred, all later migrations canceled:

undefined method translates' for #<Class:0x007f84929e0138>/Users/rickcasey/Projects/Programming/Website Projects/ricksplace/db/migrate/20141125230266_add_source_url_to_blog_posts.refinery_blog.rb:4:inchange'

I have no clue how to debug this....any suggestions?

thanks in advance, Rick

rcasey commented 9 years ago

Reinstalled Refinery...error disappeared...false alarm.