I have the following error:
- Code: Select all
SQL ERROR [ mysqli ]
Unknown column 'fd.pf_plz' in 'where clause' [1054]
SQL
SELECT u.user_id FROM phpBB_users u WHERE u.user_type IN (0, 3) AND fd.pf_plz LIKE '85737' ORDER BY u.user_regdate ASC LIMIT 25
BACKTRACE
I installed the mod in a new board. The custom Profile field exists - I have no idea where is the error.
Thank you for your help!