Hello, I'm trying to migrate Redmine from a Bitnami stack to Webfaction. I've followed the Webfaction docs, creating the app/website, using Rails 2.3.5 and Redmine 1.0.1 (the same as my Bitnami stack). I've also exported the database from Bitnami and imported to Webfaction. But, when I do:
I get:
After some googling, I found a solution for that: http://www.redmine.org/issues/7516#note-3 so, I could apply the rake migrate task. But, finally, when I try to access to Redmine, it seems that I get a dependency error: http://sabercofrade.webfactional.com/ Any ideas? Thanks! asked 27 Apr '11, 05:16 Sergio Rus |
I still see the same error at http://sabercofrade.webfactional.com/, namely:
Did you restart your Rails application after applying the patch? If not, please do so. answered 27 Apr '11, 05:45 tie Yes, you got that message because I removed the patch. If I add the patch and restart the server, this is what I get:
This is my config/environment.rb: http://pastie.org/1838849
(27 Apr '11, 06:15)
Sergio Rus
My guess is that this is related to some incompatibility between Redmina and your version of RubyGems. I'd suggest that you do a blank installation of another version of Redmine.
(27 Apr '11, 06:42)
tie
OK, thanks
(27 Apr '11, 06:45)
Sergio Rus
|
Solved. I applied the patch and restarted rails. It works.