Redmine 500 error
Added by Jorge Gomez about 13 years ago
Hello,
I'm using the Bitnami Redmine Stack 1.1.3-1 with the following components:
- Redmine 1.1.3 (German Version)
- Apache 2.2.17
- ImageMagick 6.5.8
- MySQL 5.1.56
- Subversion 1.6.15
- Ruby 1.8.7-p334
- Rails 2.3.11
- RubyGems 1.6.2
- Plugin: Central Panel of Management (CMI) 0.9.4.1
When I open a project and click on "settings" I would like to create a new repository. So I go to "repository" --> version control system and chose "Filesystem". In the field "Root-Directory" I enter the name of a new directory before I save the configuration.
Afer I created it I click on "repository" but then I get the following error message:
"redMine 500 error - Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your redMine administrator for assistance."
Any help would be appreciated.
Replies (2)
RE: Redmine 500 error - Added by Mischa The Evil about 13 years ago
Jorge Gomez wrote:
[...]
When I open a project and click on "settings" I would like to create a new repository. So I go to "repository" --> version control system and chose "Filesystem". In the field "Root-Directory" I enter the name of a new directory before I save the configuration.
Afer I created it I click on "repository" but then I get the following error message:
"redMine 500 error - Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your redMine administrator for assistance."
Redmine does not automatically create repositories for you without specific configuration for the used SCM-systems. AFAIK automatic repo creation is only supported for Subversion (see HowTo_configure_Redmine_for_advanced_Subversion_integration). See also RedmineRepositories and HowTos.
RE: Redmine 500 error - Added by Jorge Gomez about 13 years ago
OK. Thanks for the useful information.
In case I don't choose a specific version control system but "Filesystem" instead I assume I have to create a folder in the filesystem of the server in advance. Under which path in the filesystem do I have to create that folder?