-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
Description
In Redmine 3 with OpenRedmine v3.19[52] doing a POST to modify or create a issue: "Something with wrong with connection. Try later."
Logs in server:
==> /var/log/httpd/error_log <==
App 11254 stderr:
App 11254 stderr: ActiveRecord::RecordNotFound (Couldn't find Tracker with id=8 [WHERE `projects_trackers`.`project_id` = 7]):
App 11254 stderr: app/controllers/issues_controller.rb:425:in `build_new_issue_from_params'
App 11254 stderr:
App 11254 stderr:
==> /var/log/httpd/ssl-access.log <==
192.168.32.134 - - [28/Aug/2016:23:31:42 +0200] "POST /issues.xml HTTP/1.1" 404 459 "-" "Dalvik/1.6.0 (Linux; U; Android 4.4.4; XT894 Build/KTU84Q)"
Tested in apt-getable redmine in Debian Jessie and CentOS 7 downloading redmine from web using passenger.
Do you know what could happen?
Thank you