Advertisement
Guest User

Untitled

a guest
Jul 9th, 2017
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.62 KB | None | 0 0
  1. Started POST "/finish-installation/register" for 87.206.151.152 at 2017-07-09 14:56:57 +0000
  2. Processing by FinishInstallationController#register as HTML
  3.   Parameters: {"utf8"=>"✓", "authenticity_token"=>"nd5zUyeSE+b8XkitHtLjpCC+OzYMbkqBBC30kgZLPkrf8+sqdKqnsTCZanXGG/f7tDtBAtLE5fMOgOy8TLbrtA==", "email"=>"admin@motomirko.pl", "username"=>"blubi", "password"=>"[FILTERED]", "commit"=>"Register"}
  4. Redirected to http://motomirko.pl/finish-installation/confirm-email
  5. Completed 302 Found in 8ms (ActiveRecord: 0.8ms)
  6. Started GET "/finish-installation/confirm-email" for 87.206.151.152 at 2017-07-09 14:56:57 +0000
  7. Processing by FinishInstallationController#confirm_email as HTML
  8.   Rendered finish_installation/confirm_email.html.erb within layouts/finish_installation (1.0ms)
  9.   Rendered common/_special_font_face.html.erb (0.1ms)
  10.   Rendered layouts/_head.html.erb (0.2ms)
  11. Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
  12. Started PUT "/finish-installation/resend-email" for 87.206.151.152 at 2017-07-09 14:57:28 +0000
  13. Processing by FinishInstallationController#resend_email as HTML
  14.   Parameters: {"authenticity_token"=>"Uu8hCZBT139HULjGwFae2/zV7RmYgUKL7cWO6yciFJgQwrlww2tjKIuXmh4Yn4qEaFCXLUYr7fnnaJbFbd/BZg=="}
  15.   Rendered finish_installation/resend_email.html.erb within layouts/finish_installation (0.6ms)
  16.   Rendered common/_special_font_face.html.erb (0.2ms)
  17.   Rendered layouts/_head.html.erb (0.8ms)
  18. Completed 200 OK in 37ms (Views: 13.7ms | ActiveRecord: 2.8ms)
  19.  
  20. Sent mail to admin@motomirko.pl (60126.4ms)
  21. Job exception: Net::ReadTimeout
  22.  
  23.  
  24. Sent mail to admin@motomirko.pl (60055.2ms)
  25. Job exception: Net::ReadTimeout
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement