https://amb-dev.clubtickets.com/register Return to referer URL

Validator calls

Path Message Invalid value Violation
children[plainPassword] The password fields must match.
[
  "first" => "Testing"
  "second" => "u]H[ww6KrA9F.x-F"
]
Symfony\Component\Validator\ConstraintViolation {#1669
  -message: "The password fields must match."
  -messageTemplate: "The password fields must match."
  -parameters: [
    "{{ value }}" => "array"
  ]
  -plural: null
  -root: Symfony\Component\Form\Form {#825
    name: "registration_form"
    type_class: "App\Form\RegistrationFormType"
    data: App\Entity\User {#524
      -id: null
      -email: "-1" OR 5*5=25 or "1TWdvBOm"=""
      -roles: []
      -password: null
      -name: "pHqghUme"
      -surname: "pHqghUme"
      -country: null
      -city: "San Francisco"
      -address: "3137 Laguna Street"
      -passport: "111122223"
      -slug: null
      -visits: Doctrine\Common\Collections\ArrayCollection {#525 …}
      -locale: null
      -isVerified: false
      -instagram: "17"
      -twitter: "1"
      -tiktok: "1"
      -signupDate: null
      -isBanned: false
      -bannedDate: null
      -bannedBy: null
    }
  }
  -propertyPath: "children[plainPassword]"
  -invalidValue: [
    "first" => "Testing"
    "second" => "u]H[ww6KrA9F.x-F"
  ]
  -constraint: Symfony\Component\Form\Extension\Validator\Constraints\Form {#1037 …}
  -code: "1dafa156-89e1-4736-b832-419c2e501fca"
  -cause: Symfony\Component\Form\Exception\TransformationFailedException {#965 …}
}
children[country] This value is not valid.
"United States"
Symfony\Component\Validator\ConstraintViolation {#1673
  -message: "This value is not valid."
  -messageTemplate: "This value is not valid."
  -parameters: [
    "{{ value }}" => "United States"
  ]
  -plural: null
  -root: Symfony\Component\Form\Form {#825
    name: "registration_form"
    type_class: "App\Form\RegistrationFormType"
    data: App\Entity\User {#524
      -id: null
      -email: "-1" OR 5*5=25 or "1TWdvBOm"=""
      -roles: []
      -password: null
      -name: "pHqghUme"
      -surname: "pHqghUme"
      -country: null
      -city: "San Francisco"
      -address: "3137 Laguna Street"
      -passport: "111122223"
      -slug: null
      -visits: Doctrine\Common\Collections\ArrayCollection {#525 …}
      -locale: null
      -isVerified: false
      -instagram: "17"
      -twitter: "1"
      -tiktok: "1"
      -signupDate: null
      -isBanned: false
      -bannedDate: null
      -bannedBy: null
    }
  }
  -propertyPath: "children[country]"
  -invalidValue: "United States"
  -constraint: Symfony\Component\Form\Extension\Validator\Constraints\Form {#1037 …}
  -code: "1dafa156-89e1-4736-b832-419c2e501fca"
  -cause: Symfony\Component\Form\Exception\TransformationFailedException {#994 …}
}