Hi @Naresh-webkul,
I tried using the link that you provided, but I get these errors.
In Connection.php line 671:
SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_c
i,IMPLICIT) for operation '=' (SQL: update categories set _rgt = 26 where categories.id = 1)
In PDOStatement.php line 119:
SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_c
i,IMPLICIT) for operation '='
In PDOStatement.php line 117:
SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_c
i,IMPLICIT) for operation '='
How can I fix them? Thank you.