Guest User

Untitled

a guest
Dec 29th, 2016
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.26 KB | None | 0 0
  1. [info] Sent 200 in 8ms
  2. [info] POST /professionals
  3. [debug] Processing by ElmPhxDreamlance.ProfessionalController.create/2
  4.   Parameters: %{"_csrf_token" => "JAQDMVd+EwQtXC1OARlgej1/eyQ2EAAARl4Ig0eHbsWwYUT5Q0NKag==", "_utf8" => "✓", "professional" => %{"email" => "oo", "firstName" => "oo", "lastName" => "oo", "password" => "[FILTERED]", "password_confirmation" => "[FILTERED]", "skills" => ["CC"], "type" => "o"}}
  5.   Pipelines: [:browser]
  6. warning: `Ecto.Changeset.cast/4` is deprecated, please use `cast/3` + `validate_required/3` instead
  7.     (elm_phx_dreamlance) web/models/professional.ex:28: ElmPhxDreamlance.Professional.changeset/2
  8.     (elm_phx_dreamlance) web/models/professional.ex:35: ElmPhxDreamlance.Professional.registration_changeset/2
  9.     (elm_phx_dreamlance) web/controllers/professional_controller.ex:25: ElmPhxDreamlance.ProfessionalController.create/2
  10.     (elm_phx_dreamlance) web/controllers/professional_controller.ex:1: ElmPhxDreamlance.ProfessionalController.action/2
  11.  
  12. [info] Sent 500 in 38ms
  13. [error] #PID<0.569.0> running ElmPhxDreamlance.Endpoint terminated
  14. Server: localhost:4000 (http)
  15. Request: POST /professionals
  16. ** (exit) an exception was raised:
  17.     ** (FunctionClauseError) no function clause matching in Gettext.dngettext/6
  18.         (gettext) lib/gettext.ex:607: Gettext.dngettext(ElmPhxDreamlance.Gettext, "errors", "does not match confirmation", "does not match confirmation", nil, %{validation: :confirmation})
  19.         (elm_phx_dreamlance) web/views/error_helpers.ex:13: ElmPhxDreamlance.ErrorHelpers.error_tag/2
  20.         (elm_phx_dreamlance) web/templates/professional/form.html.eex:35: anonymous fn/2 in ElmPhxDreamlance.ProfessionalView.form.html/1
  21.         (phoenix_html) lib/phoenix_html/form.ex:236: Phoenix.HTML.Form.form_for/4
  22.         (elm_phx_dreamlance) web/templates/professional/form.html.eex:1: ElmPhxDreamlance.ProfessionalView."form.html"/1
  23.         (elm_phx_dreamlance) web/templates/professional/new.html.eex:3: ElmPhxDreamlance.ProfessionalView."new.html"/1
  24.         (elm_phx_dreamlance) web/templates/layout/app.html.eex:33: ElmPhxDreamlance.LayoutView."app.html"/1
  25.         (phoenix) lib/phoenix/view.ex:335: Phoenix.View.render_to_iodata/3
  26.         (phoenix) lib/phoenix/controller.ex:642: Phoenix.Controller.do_render/4
  27.         (elm_phx_dreamlance) web/controllers/professional_controller.ex:1: ElmPhxDreamlance.ProfessionalController.action/2
  28.         (elm_phx_dreamlance) web/controllers/professional_controller.ex:1: ElmPhxDreamlance.ProfessionalController.phoenix_controller_pipeline/2
  29.         (elm_phx_dreamlance) lib/elm_phx_dreamlance/endpoint.ex:1: ElmPhxDreamlance.Endpoint.instrument/4
  30.         (elm_phx_dreamlance) lib/phoenix/router.ex:261: ElmPhxDreamlance.Router.dispatch/2
  31.         (elm_phx_dreamlance) web/router.ex:1: ElmPhxDreamlance.Router.do_call/2
  32.         (elm_phx_dreamlance) lib/elm_phx_dreamlance/endpoint.ex:1: ElmPhxDreamlance.Endpoint.phoenix_pipeline/1
  33.         (elm_phx_dreamlance) lib/plug/debugger.ex:123: ElmPhxDreamlance.Endpoint."call (overridable 3)"/2
  34.         (elm_phx_dreamlance) lib/elm_phx_dreamlance/endpoint.ex:1: ElmPhxDreamlance.Endpoint.call/2
  35.         (plug) lib/plug/adapters/cowboy/handler.ex:15: Plug.Adapters.Cowboy.Handler.upgrade/4
  36.         (cowboy) src/cowboy_protocol.erl:442: :cowboy_protocol.execute/4
Add Comment
Please, Sign In to add comment