Project

General

Profile

Custom Fields page does nothing

Added by michael w about 8 years ago

I am trying to create a custom field for an issue, but when I go to the custom fields page and select issue (or any other option) and hit next nothing happens but the page reloading.

The version of redmine is 3.2 and I am a complete novice to hosting and running a server so I am not certain where to look to trouble shoot this.

I can see log entries for when I click next come up as

Started GET "/redmine32/custom_fields/new" for ::1 at 2016-06-13 11:47:52 -0400
Processing by CustomFieldsController#new as HTML
[1m[35mSQL (6.0ms)[0m UPDATE "tokens" SET "updated_on" = '2016-06-13 11:47:52.623140' WHERE "tokens"."user_id" = ? AND "tokens"."value" = ? AND "tokens"."action" = ? [["user_id", 1], ["value", "5ab4c84cb28da164b9b689435aaef5d62b088f99"], ["action", "session"]]
[1m[36m (0.0ms)[0m [1mSELECT MAX("settings"."updated_on") FROM "settings"[0m
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."type" IN ('User', 'AnonymousUser') AND "users"."status" = ? AND "users"."id" = ? LIMIT 1 [["status", 1], ["id", 1]]
Current user: admin (id=1)
Rendered custom_fields/select_type.html.erb within layouts/admin (1.0ms)
Rendered admin/_menu.html.erb (2.0ms)
[1m[36mUserPreference Load (0.0ms)[0m [1mSELECT "user_preferences".* FROM "user_preferences" WHERE "user_preferences"."user_id" = ? LIMIT 1[0m [["user_id", 1]]
[1m[35mProject Load (0.0ms)[0m SELECT "projects"."id", "projects"."name", "projects"."identifier", "projects"."lft", "projects"."rgt" FROM "projects" INNER JOIN "members" ON "projects"."id" = "members"."project_id" WHERE "members"."user_id" = ? AND (projects.status<>9) AND "projects"."status" = ? [["user_id", 1], ["status", 1]]
Rendered layouts/base.html.erb (4.0ms)
Filter chain halted as :build_new_custom_field rendered or redirected
Completed 200 OK in 373ms (Views: 365.8ms | ActiveRecord: 6.0ms)

So I am not certain what this might mean. In redmine 2.3 I got a 404 error so I don't know if I am missing something from setting up redmine or something else is wrong.


    (1-1/1)