Defect #11680
closedafter repository config mistake repository tab is no more visible in project settings
0%
Description
I've some problem installing git as scm.
After playing around trying to use redmin + git, the repository tab in project -> settings -> repository is no more visible.
I've the "repository" module enabled.
Also in any new project created the tab is no more visible.
someone can help ? to dig more ? I'm a newbie bot in ruby and in redmine.
Updated by Toshi MARUYAMA over 12 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Add "Options -MultiViews" to your apache conf.
<Directory /somewhere> # MultiViews must be turned off Options -MultiViews </Directory>
Updated by Roberto Martelloni over 12 years ago
- Status changed from Closed to Reopened
Already in -MultiViews
<Directory "/opt/redmine-2.0/public">
Options Indexes ExecCGI FollowSymLinks
Options -MultiViews
AllowOverride All
Order allow,deny
</Directory>
Updated by Roberto Martelloni over 12 years ago
Etienne Massip wrote:
Any plugin installed?
yes:
redmine_lightbox
redmine_milestones
redmine_theme_changer
let me know if you need more info, I can dig more with your support, as I say, I'm a newbie in ruby and redmine.
Updated by Etienne Massip over 12 years ago
Roberto Martelloni wrote:
I've the "repository" module enabled.
In project settings "Modules" tab or/and in the "Default enabled modules for new projects
" list of the Administration/Settings/Projects tab?
Updated by Roberto Martelloni over 12 years ago
Etienne Massip wrote:
Roberto Martelloni wrote:
I've the "repository" module enabled.
In project settings "Modules" tab or/and in the "Default enabled modules for new projects
" list of the Administration/Settings/Projects tab?
for both.
Updated by Etienne Massip over 12 years ago
Roberto Martelloni wrote:
for both.
Could you try to run your instance with no plugin installed?
Updated by Roberto Martelloni over 12 years ago
Etienne Massip wrote:
Roberto Martelloni wrote:
for both.
Could you try to run your instance with no plugin installed?
Off course, I need to just clean the plug-in directory and execute: "rake db:migrate:plugins" is't it ?
Updated by Roberto Martelloni over 12 years ago
Roberto Martelloni wrote:
Etienne Massip wrote:
Roberto Martelloni wrote:
for both.
Could you try to run your instance with no plugin installed?
Off course, I need to just clean the plug-in directory and execute: "rake db:migrate:plugins" is't it ?
sorry:
rake redmine:plugins:migrate RAILS_ENV=production
Updated by Roberto Martelloni over 12 years ago
found the problem, sorry ppl.
https://github.com/k41n/redmine_milestones/issues/5
Updated by Etienne Massip over 12 years ago
- Status changed from Reopened to Closed
Thanks for the feedback =)