Defect #7462
closedafter upgrade to Redmine 1.1.0 - Can not create new issue(s)
100%
Description
Nothing shows in the logs as an error.
Processing IssuesController#new (for 216.155.127.45 at 2011-01-26 14:53:07) [POST]
Parameters: {"commit"=>"Create", "project_id"=>"version", "action"=>"new", "authenticity_token"=>"BwfqrOd3G6mpVvUfYVvDixftcVlOttFN/C+KpdQcGcc=", "id"=>"", "issue"=>{"start_date"=>"2011-01-26", "estimated_hours"=>"", "priority_id"=>"4", "parent_issue_id"=>"", "done_ratio"=>"0", "assigned_to_id"=>"", "subject"=>"", "tracker_id"=>"4", "due_date"=>"", "status_id"=>"1", "description"=>""}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}}}
Completed in 50ms (View: 11, DB: 2) | 200 OK [http://www.ozeanded.com/issues/new?id=&project_id=version]
However, when adding an issue, it will not throw an error AND it will not show up as an issue. I have double checked all permissions in workflow. I am an admin - all are checked.
database version: Mysql - Server version: 5.1.52
Steps to recreate:
sign into redmine
create new issue
complete all fields
hit save
redmine returns to project's issue list. No error is returned - Issue is not included/created.
check production log - no error
Plugins installed:
stuff to do
issues_backlighter
sealth_mode
time_tracker
timesheet
steps taken:
used myphpadmin to review database - issue is not created.
checked permission of user - appropriate.
tested with different trackers - having same results - none created
resinstalled redmine 1.1.0 and migrated all plugins and db per instructions - same issue.
punched self in face.
Please help.