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
Thanks for fixing last bug / issue.... GREAT WORK !
I manually tried reindexing, but got the following error, Think, another issue...
bitnami@redmine:/opt/bitnami/apps/redmine/htdocs$ bundle exec rake redmine_elasticsearch:reindex_all RAILS_ENV=production
Loading Rails environment for Resque
Recreate index for all available search types
rake aborted! 77% ||||||||||||||||||||||||||||||||| | ETA: 00:00:01
undefined local variable or method project_id' for #<#<Class:0x00000006cefff8>:0x00000006cefe90> /opt/bitnami/apps/redmine/htdocs/plugins/redmine_elasticsearch/app/serializers/base_serializer.rb:12:in_parent'
(eval):4:in _fast_attributes' /opt/bitnami/apps/redmine/htdocs/plugins/redmine_elasticsearch/lib/redmine_elasticsearch/serializer_service.rb:5:inserialize_to_json'
Maybe you can have a look :-)
Thanks !
Rudi
The text was updated successfully, but these errors were encountered:
Try to update plugin and run reindexing task again. Note that you can add additional columns to index. For example you can add KbArticle#tags by adding this code to YOUR_REDMINE_ROOT/config/additional_environment.rb:
Hi,
Thanks for fixing last bug / issue.... GREAT WORK !
I manually tried reindexing, but got the following error, Think, another issue...
bitnami@redmine:/opt/bitnami/apps/redmine/htdocs$ bundle exec rake redmine_elasticsearch:reindex_all RAILS_ENV=production
Loading Rails environment for Resque
Recreate index for all available search types
rake aborted! 77% ||||||||||||||||||||||||||||||||| | ETA: 00:00:01
undefined local variable or method
project_id' for #<#<Class:0x00000006cefff8>:0x00000006cefe90> /opt/bitnami/apps/redmine/htdocs/plugins/redmine_elasticsearch/app/serializers/base_serializer.rb:12:in
_parent'(eval):4:in
_fast_attributes' /opt/bitnami/apps/redmine/htdocs/plugins/redmine_elasticsearch/lib/redmine_elasticsearch/serializer_service.rb:5:in
serialize_to_json'Maybe you can have a look :-)
Thanks !
Rudi
The text was updated successfully, but these errors were encountered: