Код: Выделить всё
Когда я отправляю эту форму, я получаю следующую ошибку:
Код: Выделить всё
SQLSTATE[HY000]: General error: 1364 Field 'username' doesn't have a default value
The SQL being executed was: INSERT INTO `users` (`password`) VALUES ('336d5ebc5436534e61d16e63ddfca327')
Код: Выделить всё
app\models\User {#86 ▼
-_events: []
-_eventWildcards: []
-_behaviors: []
-_errors: []
-_validators: ArrayObject {#87 ▶}
-_scenario: "default"
-_attributes: array:1 [▼
"password" => "336d5ebc5436534e61d16e63ddfca327"
]
-_oldAttributes: null
-_related: []
-_relationsDependencies: []
+password_repeat: null
}
Подробнее здесь: https://stackoverflow.com/questions/793 ... name-field
Мобильная версия