Actions
Defect #11802
closedDEPRECATION WARNING. Can't deploy to appfog
Status:
Closed
Priority:
High
Assignee:
-
Category:
Core Plugins
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Log
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /mnt/var/vcap.local/dea/apps/getrestbt-0-1b28eba6d89951bd766efd3a5276f05a/app/Rakefile:7) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment Plugins in vendor/plugins (/mnt/var/vcap.local/dea/apps/getrestbt-0-1b28eba6d89951bd766efd3a5276f05a/app/vendor/plugins) are no longer allowed. Please, put your Redmine plugins in the `plugins` directory at the root of your Redmine directory (/mnt/var/vcap.local/dea/apps/getrestbt-0-1b28eba6d89951bd766efd3a5276f05a/app/plugins)
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from New to Closed
- Resolution set to Invalid
The error message says it all. Since Redmine 2.0.0, plugins must now be stored in the plugins directory at the root of your Redmine directory.
Actions