We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
11.27.2
8.2.26
1.8
Mariadb 10.5.26
Whenever I try to edit exist BREAD, I encountered same error.
SQLSTATE[HY093]: Invalid parameter number (Connection: mysql, SQL: update data_types set details = ?, data_types.updated_at = ? where id = asc)
data_types
details
updated_at
id
This is happening because DataType model class is using old mutator & casting system.
Bread should have been updated normally.
I edited DataType model class and turn old style mutators into new sytle and it is fixed.
I will prepare a PR about that.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Laravel version
11.27.2
PHP version
8.2.26
Voyager version
1.8
Database
Mariadb 10.5.26
Description
Whenever I try to edit exist BREAD, I encountered same error.
SQLSTATE[HY093]: Invalid parameter number (Connection: mysql, SQL: update
data_types
setdetails
= ?,data_types
.updated_at
= ? whereid
= asc)This is happening because DataType model class is using old mutator & casting system.
Steps to reproduce
Expected behavior
Bread should have been updated normally.
Screenshots
Additional context
I edited DataType model class and turn old style mutators into new sytle and it is fixed.
I will prepare a PR about that.
The text was updated successfully, but these errors were encountered: