| |
Could not query users
DEBUG MODE
SQL Error : 1267 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='
SELECT u.*, f.flag_name
FROM phpbb_users u
LEFT JOIN phpbb_flags f ON u.user_from_flag = f.flag_image
WHERE user_id <> -1 AND username LIKE '%'
AND user_active = 1
ORDER BY user_regdate ASC LIMIT 0, 30
Line : 216 File : memberlist.php |
| |
|