Project

General

Profile

Problem with adding members to a project

Added by Alexandr Sarkisov almost 14 years ago

Hello!

I'm new to redmine, but I've carefully read the documentation.
I'm working on fedora12 x86_64 machine.
Redmine version 0.9.3 was installed exactly as described in this guide: http://www.redmine.org/wiki/1/RedmineInstall.
All components' versions are as was recommended in the aforementioned guide. I don't use openid or LDAP.
I've created new user named 'czar' with "Administration" option checked and under this new user I've created a project. I also have several non-admin users on the system. I need to add this users as members to the new project, but when I go to projectname > settings > members I can only see: "No data to display".
What am I doing wrong? Maybe there is something I overlooked in the guide or the guide is a little bit outdated?

Thank you for your time.

With respect,
Czar.


Replies (4)

RE: Problem with adding members to a project - Added by Alexandr Sarkisov almost 14 years ago

Never mind guys. I've figured this out - prior to adding members to a project I had to define roles myself. A bit strange behaviour, the software was so easy to install, has streamlined interface, but such a basic functionality has to be set up by the user. But that's not hard and therefore ok. The big problem with this that there is no mention of it in any of the guides I've seen on the Internet, including this site.

RE: Problem with adding members to a project - Added by Alexandr Sarkisov almost 14 years ago

:) Never mind this one, too. I don't know where and how, but after two days of extensive googling, I've finally found instruction, which said how to initialize default data in the redmine.
So for all people who can't find it, like me, it's here:
[[http://www.redmine.org/wiki/1/HowTo_Install_Redmine_in_Ubuntu]]
It's for ubuntu, but that doesn't matter. I did it in Fedora 12, and all went smoothly.
Redmine Database Connection Configuration
....

step 5.Insert default configuration data in database, by issuing:
I did like this:
su - redmine # login as redmine user (you may have different username)
cd /path/to/redmine_installation
rake redmine:load_default_data RAILS_ENV="production"
....

If you're reading this post, I bet you've already installed redmine and setup some things, like users or projects and this instruction won't work for you, because rake will complain that some changes are already done to the database. The only workaround I know is to drop all tables in redmine database and repeat database initialization following instruction at the link given above.

With respect,
Czar.

RE: Problem with adding members to a project - Added by Felix Schäfer almost 14 years ago

RAILS_ENV=production rake redmine:load_default_data should load some defaults, especially default roles. If it didn't, please check if you can reproduce this and file a bug with clear steps to reproduce.

RE: Problem with adding members to a project - Added by Felix Schäfer almost 14 years ago

Ah, I had begun writing my reply before you posted your own solution :-) Also note that this step is described on RedmineInstall, so any other guide that omits it needs to be updated.

    (1-4/4)