Project

General

Custom queries



Profile

Actions

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.

Status:
Closed
Priority:
High
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

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.

Actions #1

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>
Actions #2

Updated by Roberto Martelloni over 12 years ago

  • Status changed from Closed to Reopened

Already in -MultiViews

&lt;Directory "/opt/redmine-2.0/public"&gt;
Options Indexes ExecCGI FollowSymLinks
Options -MultiViews
AllowOverride All
Order allow,deny
&lt;/Directory&gt;
Actions #3

Updated by Etienne Massip over 12 years ago

Any plugin installed?

Actions #4

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.

Actions #5

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?

Actions #6

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.

Actions #7

Updated by Etienne Massip over 12 years ago

Roberto Martelloni wrote:

for both.

Could you try to run your instance with no plugin installed?

Actions #8

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 ?

Actions #9

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

Actions #11

Updated by Etienne Massip over 12 years ago

  • Status changed from Reopened to Closed

Thanks for the feedback =)

Actions

Also available in: Atom PDF