Project

General

Profile

Debian Redmine 1.4.4: Issue Assignee List Includes Only Creator

Added by Stephen Marenka about 12 years ago

||/ Name Version
+++-===============-=============
ii redmine 1.4.4+dfsg1-1
ii redmine-sqlite 1.4.4+dfsg1-1
ii ruby 4.9
ii ruby-rails-2.3 2.3.14-3
ii ruby1.8 1.8.7.358-4
ii ruby1.9.1 1.9.3.194-1

ii apache2 2.2.22-9
ii libapache2-mod-passenger 3.0.13debian-1
ii ruby-passenger 3.0.13debian-1

Debian GNU/Linux wheezy amd64 (updated last night)

$ ruby --version
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]

Running passenger under apache2.

/usr/share/redmine$ sudo RAILS_ENV="production" script/about
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /usr/share/redmine/vendor/rails/railties/lib/rails/gem_dependency.rb:21.
/usr/lib/ruby/vendor_ruby/active_support/inflector.rb:3:in `<top (required)>': iconv will be deprecated in the future, use String#encode instead.
About your application's environment
Ruby version 1.9.3 (x86_64-linux)
RubyGems version 1.8.23
Rack version 1.4
Rails version 2.3.14
Active Record version 2.3.14
Active Resource version 2.3.14
Action Mailer version 2.3.14
Active Support version 2.3.14
Edge Rails revision unknown
Application root /usr/share/redmine
Environment production
Database adapter sqlite3
Database schema version 20120301153455

About your Redmine plugins
Bots filter 1.02
Redmine Issue Checklist plugin 1.0.3
Redmine Time Tracker plugin 0.4

When creating or updating an Issue, the only person listed in the Assignee selection list is the creator of the Issue. If the current user is the creator, then <<me>> is also displayed.

This database started life on a Debian squeeze amd64 server running Debian redmine 1.1.2-2~bpo60+1 from backports. It moved to a new server and was upgraded to Debian wheezy and redmine 1.4.3 then 1.4.4. Everything seems to work, except the assignee issue. The assignee issue was not with me before the server/redmine version move.

I would guess it's some sort of index problem, but I don't really know how to debug that in a ruby environment. Any help would be greatly appreciated.

Thanks,

Stephen


Replies (1)

RE: Debian Redmine 1.4.4: Issue Assignee List Includes Only Creator - Added by Stephen Marenka about 12 years ago

So for the record. Completely dumping the database (sqlite3 .dump), creating a new db from scratch, and reloading the database fixed the problem (sqlite3 <).

    (1-1/1)