Defect #11680
closed
after repository config mistake repository tab is no more visible in project settings
Added by Roberto Martelloni over 12 years ago.
Updated over 12 years ago.
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.
- 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>
- 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>
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.
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?
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.
Roberto Martelloni wrote:
for both.
Could you try to run your instance with no plugin installed?
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 ?
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
- Status changed from Reopened to Closed
Thanks for the feedback =)
Also available in: Atom
PDF