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

Error opening timesheet page #38

Open
igor-panassiouk opened this issue Jun 13, 2014 · 1 comment
Open

Error opening timesheet page #38

igor-panassiouk opened this issue Jun 13, 2014 · 1 comment

Comments

@igor-panassiouk
Copy link

Error message trying to open timesheet page:

Internal error

An error occurred on the page you were trying to access.
If you continue to experience problems please contact your Redmine administrator for assistance.

production.log messages:

Started GET "/timesheet/index"
Processing by TimesheetController#index as HTML
Current user:
Completed 500 Internal Server Error in 11ms

NoMethodError (undefined method new' for Timesheet:Module): plugins/redmine_timesheet_plugin/app/controllers/timesheet_controller.rb:22:inindex'

System config:

Environment:
Redmine version 2.3.0.stable
Ruby version 1.9.3 (x86_64-linux)
Rails version 3.2.13
Environment production
Database adapter Mysql2

and many plugins

@hishammalik
Copy link
Member

Timesheet is not a module, but a model. So it seems like there is a naming conflict between plugins you are using. Try disabling all (or some plugins), and try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants