Categories Addition Issues
-
When I want to added a category under the root or different position. That time i faced the problem.
SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_0900_ai_ci,IMPLICIT) for operation '=' (SQL: update
bccategories
set_lft
= case when_lft
>= 14 then_lft
+2 else_lft
end,_rgt
= case when_rgt
>= 14 then_rgt
+2 else_rgt
end where (_lft
>= 14 or_rgt
>= 14)).Please Resolved this problem in your latest version.
-
@imshibaji
This error is coming because of database mis configuration
kindly check the below solution, hope this work
https://github.com/bagisto/bagisto/issues/4347#issuecomment-744276804
https://github.com/bagisto/bagisto/issues/3790
https://forums.bagisto.com/topic/1414/error-while-adding-categories