XenForo
Administrative
- Thread starter
- Admin
- #1
When we attempt to merge two users together in XF 2.1.11 the process fails and we get hit with the following error:
XF\Db\Exception: MySQL statement prepare error [3995]: Character set 'binary' cannot be used in conjunction with 'utf8mb4_0900_ai_ci' in call to regexp_like. src/XF/Db/AbstractStatement.php:228
Code:
Read more
ادامه مطلب...
XF\Db\Exception: MySQL statement prepare error [3995]: Character set 'binary' cannot be used in conjunction with 'utf8mb4_0900_ai_ci' in call to regexp_like. src/XF/Db/AbstractStatement.php:228
Code:
Code:
Stack trace
SELECT change_key, group_ids
FROM xf_user_group_change
WHERE user_id = ?
AND change_key REGEXP...
Read more
ادامه مطلب...