Project

General

Profile

500 Error when trying to edit a user

Added by Joe C about 14 years ago

Hello,

First off, gotta say, I'm really enjoying Redmine. It's a great product.

I am getting 2 strange bugs though. As the admin, if I try and edit a user via Administration --> Users

When I click on a login name, I get a redMine 500 Internal Error.

I'm running Redmine 0.9.2 on Rails 2.3.4 bluehost hosted account. (they won't let me run script/about so if you have a specific question, lmk and I'll dig for it)

Thanks again


Replies (2)

RE: 500 Error when trying to edit a user - Added by Sam Rose about 14 years ago

I happen to be having the same error. Will report back here if I find solution

RE: 500 Error when trying to edit a user - Added by Sam Rose about 14 years ago

Figured it out:

In my case:

removed redmine_rate plugin

rake db:migrate_plugins PLUGIN=redmine_rate VERSION=0 RAILS_ENV=production

dropped all tables related to redmine_rate

Problem solved.

    (1-2/2)