Redmine error 500 when I try to create a project
Added by Julio Helden over 12 years ago
Hello guys when I try to create a new project, I am receiving the following error:
Started POST "/projects" for 127.0.0.1 at 2012-08-21 16:25:04 +1200
Processing by ProjectsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"bX8jZ5XUpZr4Tqq0RuWTGWrg3tGM0udh6ffyzBjU6NI=", "project"=>{"name"=>"Parking Meter", "description"=>"A demo project to validate Agile development process", "identifier"=>"park", "homepage"=>"", "is_public"=>"0", "enabled_module_names"=>["issue_tracking", "time_tracking", "news", "documents", "files", "wiki", "repository", "boards", "calendar", "gantt", "scrum", ""], "tracker_ids"=>["2", ""]}, "commit"=>"Create"}
Completed 500 Internal Server Error in 145ms
ActiveRecord::StatementInvalid (Mysql2::Error: Unknown column 'ir_position' in 'field list': select max(ir_position) from issues where project_id = 2):
app/controllers/projects_controller.rb:79:in `create'
I inspected the MySQL database and the table issues doesn't have the column ir_position.
I am trying to figure out if I missed any step when I configured the environment.
If someone can help me, I would appreciate.
Cheers.
Replies (2)
RE: Redmine error 500 when I try to create a project - Added by yang li over 12 years ago
I have met similiar issue. I change the AgileDrarf directory name to "AgileDrarf" and reinstall the plugin, above database field will be added.
RE: Redmine error 500 when I try to create a project - Added by Ivan Wu about 12 years ago
My experience is that often internal errors come from plugin installed, especially when encountered creating a project. Following the direction and read the log can help you solve/identify problem faster.