I have both the 0.8.0, and 0.9.0 gem installed on my local machine. I
use each for different applications. This usually isn't a problem but
today I created a site with the 0.8.0 gem. I then tried to upgrade it
to the 0.9.0 gem with the following method from the RadiantCMS blog
How to Upgrade an Existing Project or Site
1. Update the Radiant assets from in your project:
rake radiant:update
2. Migrate the database:
rake production db:migrate
Note: I never actually tried this before
My 0.8.0 sites still work ok. But my 0.9.0 sites wont start now. Nor
can I list rake task etc. If I try to run anything it gives me this
error:
Radiant could not be initialized. Please reinstall the Radiant gem
with the command 'gem install radiant'.
I can't figure out how to fix it. The gems are still installed the
same as they were. I tried putting RADIANT_GEM_VERSION = "0.9.0" in
environment.rb. That doesn't do anything.
Any ideas how to fix this.
--
Radiant CMS Dev Mailing List
Post: radiantcms-dev@googlegroups.com
Unsubscribe: radiantcms-dev-unsubscribe@googlegroups.com
Group Site: http://groups.google.com/group/radiantcms-dev/
No comments:
Post a Comment