Project

General

Profile

repository tab not showing in project settings after upgrade

Added by Scott Kauffman over 11 years ago

I have upgraded recently from Redmine 2.1.4 to 2.2.1 and finally 2.2.2 and noticed something odd. When going to an existing project or creating a new project the Repository tab is not showing up in the project settings. I have the SCM enabled for subversion and git at Administration -> Settings -> Repositories , also the Repository module is enabled for existing and new projects.

Existing projects which had repositories configured prior to upgrade do show a Project -> Repository tab and going to this shows the Git or Subversion repo. But the tab to configure this under settings is missing. This configuration tab was available prior to upgrading to Redmine 2.2.1. No errors appear in the production.log file and I do not see any errors in the Apache log files.

Any help would be appreciated.

Current setup:
Environment:
Redmine version 2.2.2.stable
Ruby version 1.9.3 (x86_64-linux)
Rails version 3.2.11
Environment production
Database adapter Mysql2
Redmine plugins:
redmine_milestones 1.0.0-pro-alpha1

Using Apache 2.2.3 and Passenger 3.0.14 on CentOS 5.4 64-bit

/etc/httpd/conf.d/redmine.conf:
LoadModule passenger_module /var/www/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.14/ext/apache2/mod_passenger.so
PassengerRoot /var/www/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.14
PassengerRuby /var/www/.rvm/wrappers/ruby-1.9.3-p194/ruby
PassengerDefaultUser apache

RailsBaseURI /redmine
<Directory /var/www/html/redmine>
Options -MultiViews
AllowOverride all
Order allow,deny
allow from all
</Directory>


Replies (1)

RE: repository tab not showing in project settings after upgrade - Added by Scott Kauffman over 11 years ago

Never mind...

We also have an old plugin redmine_milestones, something with this plugin seems to be causing the problem. I have three instances of Redmine which were all upgraded to 2.2.1 at the same time. Two have the problem where the Repositories settings tab does not show for projects and both have the plugin. The third instance does not have the redmine_milestones plugin and is working correctly. I just removed the plugin from one of the broken instances and now Repositories tab shows up.

    (1-1/1)