Project

General

Profile

Email notification setting not sticking

Added by Joe Warren-Meeks over 12 years ago

Hi guys,

I've upgraded redmine following the steps in the howto. However now all my users notifications settings are set to "any even on all my projects"

No matter how I try, by setting through the UI or through mysql, I can't get them to change to "Only on things I'm watching or involved with"

I've seen a few people with this issue too, but I can't find any resolution.

Any clues, please?

RAILS_ENV=production script/about

About your application's environment
Ruby version 1.8.7 (i486-linux)
RubyGems version 1.3.5
Rails version 2.2.3
Active Record version 2.2.3
Action Pack version 2.2.3
Active Resource version 2.2.3
Action Mailer version 2.2.3
Active Support version 2.2.3
Edge Rails revision unknown
Application root /usr/share/redmine
Environment production
Database adapter mysql
Database schema version 20110511000000

joe@tools:~$ dpkg -l |grep redmine
ii redmine 0.9.3-1 flexible project management web application
ii redmine-mysql 0.9.3-1 metapackage providing MySQL dependencies for

joe@tools:~$ cat /etc/*release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.4 LTS"


Replies (3)

RE: Email notification setting not sticking - Added by Joe Warren-Meeks over 12 years ago

Anyone got an idea where I can start looking for this error?

-- joe.

RE: Email notification setting not sticking - Added by Joe Warren-Meeks over 12 years ago

I've worked out the problem, but not necessarily the solution. I did a fresh install of Redmine on another server and compared things.

It appears that during the data migration, several tables didn't get upgraded. I'm sure I todged something somewhere.

How can I upgrade/munge the following tables to the right schema?

users
auth_sources
changes
custom_fields
issues;
journal_details
projects
repositories
roles
workflows

    (1-3/3)