jbbarth / redmine_better_crossprojects

Temporary plugin to handle usability problems discussed on redmine.org #5920
http://www.redmine.org/issues/5920
12 stars 8 forks source link

Project page error with Redmine 2.5 #9

Closed GurvanLd closed 9 years ago

GurvanLd commented 10 years ago

Hello,

I have:

Environment:
  Redmine version                2.5.1.stable
  Ruby version                   1.9.3-p429 (2013-05-15) [x86_64-linux]
  Rails version                  3.2.18
  Environment                    production
  Database adapter               Mysql2
SCM:
  Subversion                     1.6.17
  Git                            1.7.9.5
  Filesystem                     
Redmine plugins:
  redmine_backlogs               v1.0.6
  redmine_base_deface            0.0.1
  redmine_base_select2           0.0.1
  redmine_better_crossprojects   0.2
  redmine_ckeditor               1.0.16
  redmine_default_custom_query   1.0.0
  redmine_issue_history_tabs     0.0.3
  redmine_landing_page           0.1.0
  redmine_user_specific_theme    0.0.1

When I go to Projects page, I have internal error:

NameError (uninitialized constant ProjectsController::ProjectQuery): plugins/redmine_super_wiki/lib/redmine_better_crossprojects/projects_controller_patch.rb:131:in retrieve_project_query' plugins/redmine_super_wiki/lib/redmine_better_crossprojects/projects_controller_patch.rb:12:inindex'

Anyone got this ? Anything I could have missed ?

nanego commented 10 years ago

I think your plugin folder should be named 'redmine_better_crossprojects' and not 'redmine_super_wiki'. There is a typo in the README file.

GurvanLd commented 10 years ago

Confirmed, renaming folder back resolves issue. very nice plugin ! Would be nice to update readme ...

jbbarth commented 9 years ago

@nanego fixed this typo in 42d9d9f7, so I close the issue.