Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin installs fine but project activity tab is broken #40

Open
drvora opened this issue May 11, 2015 · 2 comments
Open

Plugin installs fine but project activity tab is broken #40

drvora opened this issue May 11, 2015 · 2 comments
Labels

Comments

@drvora
Copy link

drvora commented May 11, 2015

We have a bitnami redmine 3.0.2 installed. We have installed plugin using following steps:

  1. Download zip file

  2. unzip in plugins directory

  3. Run commands,
    $ cd apps/redmine/htdocs
    $ bundle install --without development test postgresql sqlite --no-deployment
    $ bundle install --without development test postgresql sqlite --deployment
    $ ruby bin/rake redmine:plugins RAILS_ENV=production

  4. restart redmine.

It installs fine but when we create a project (with or without Jenkins module enabled) it breaks the activity tab of the project. And we get following error in production.log

Started GET "/redmine/projects/davetest/activity" for 172.24.91.200 at 2015-05-11 16:23:55 -0400
Processing by ActivitiesController#index as HTML
Parameters: {"id"=>"davetest"}
Current user: admin (id=1)
Completed 500 Internal Server Error in 9ms (ActiveRecord: 1.4ms)
NameError (uninitialized constant JenkinsBuild):
lib/redmine/activity/fetcher.rb:106:in `map'
lib/redmine/activity/fetcher.rb:106:in `constantized_providers'
lib/redmine/activity/fetcher.rb:42:in `block in event_types'
lib/redmine/activity/fetcher.rb:40:in `select'
lib/redmine/activity/fetcher.rb:40:in `event_types'
lib/redmine/activity/fetcher.rb:30:in `initialize'
app/controllers/activities_controller.rb:37:in `new'
app/controllers/activities_controller.rb:37:in `index'
@n-rodriguez n-rodriguez self-assigned this May 11, 2015
@drvora
Copy link
Author

drvora commented May 27, 2015

Is there any workaround for this problem? We can't seem to figure out what the cause is. Our users really want this plugin working for efficient development collaboration. Thanks in advance.

@nhansds
Copy link

nhansds commented Feb 16, 2017

@drvora @n-rodriguez Got the same problem. I've got an 404 error when i try to access the Jenkins tab.
The jenkins Tab = translation missing : fr.label_jenkins
I can't access to the activity anymore

@n-rodriguez n-rodriguez removed their assignment Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants