You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried to install the plugin. I also downloaded the ajax_counters and a_common_libs into a new installation of Redmine 3.0.2-0 from Bitnami.
After copying the folders into the plugin folder I used the command
bundle install --without development test postgresql sqlite
Then I used
ruby bin/rake redmine:plugins RAILS_ENV=production
The error appears:
C:\Bitnami\redmine-3.0.2-0\apps\redmine\htdocs>rake redmine:plugins:migrate RAIL
S_ENV=production bundle exec
DL is deprecated, please use Fiddle
rake aborted!
ArgumentError: Unknown key: :order. Valid keys are: :class_name, :class, :foreig
n_key, :validate, :autosave, :table_name, :before_add, :after_add, :before_remov
e, :after_remove, :extend, :primary_key, :dependent, :as, :through, :source, :so
urce_type, :inverse_of, :counter_cache, :join_table, :foreign_type
C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/plugins/unread_issues/lib/unread_
issues/issue_patch.rb:8:in block in included' C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/plugins/unread_issues/lib/unread_ issues/issue_patch.rb:7:inclass_eval'
C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/plugins/unread_issues/lib/unread_
issues/issue_patch.rb:7:in included' C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/plugins/unread_issues/init.rb:22: ininclude'
C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/plugins/unread_issues/init.rb:22:
in block in <top (required)>' C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/config/environment.rb:14:in<top
(required)>'
Tasks: TOP => redmine:plugins:migrate => environment
(See full trace by running task with --trace)
Is it because the plugin does not work with this Redmine version or is there another problem?
The text was updated successfully, but these errors were encountered:
Dear all,
I just tried to install the plugin. I also downloaded the ajax_counters and a_common_libs into a new installation of Redmine 3.0.2-0 from Bitnami.
After copying the folders into the plugin folder I used the command
bundle install --without development test postgresql sqlite
Then I used
ruby bin/rake redmine:plugins RAILS_ENV=production
The error appears:
C:\Bitnami\redmine-3.0.2-0\apps\redmine\htdocs>rake redmine:plugins:migrate RAIL
S_ENV=production bundle exec
DL is deprecated, please use Fiddle
rake aborted!
ArgumentError: Unknown key: :order. Valid keys are: :class_name, :class, :foreig
n_key, :validate, :autosave, :table_name, :before_add, :after_add, :before_remov
e, :after_remove, :extend, :primary_key, :dependent, :as, :through, :source, :so
urce_type, :inverse_of, :counter_cache, :join_table, :foreign_type
C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/plugins/unread_issues/lib/unread_
issues/issue_patch.rb:8:in
block in included' C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/plugins/unread_issues/lib/unread_ issues/issue_patch.rb:7:in
class_eval'C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/plugins/unread_issues/lib/unread_
issues/issue_patch.rb:7:in
included' C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/plugins/unread_issues/init.rb:22: in
include'C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/plugins/unread_issues/init.rb:22:
in
block in <top (required)>' C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/config/environment.rb:14:in
<top(required)>'
Tasks: TOP => redmine:plugins:migrate => environment
(See full trace by running task with --trace)
Is it because the plugin does not work with this Redmine version or is there another problem?
The text was updated successfully, but these errors were encountered: