I'm trying to import users from XMB and I keep getting this error:
I HAVE set the table prefix for the source tables, but it doesn't seem to detect it
Invalid SQL:
SELECT * FROM members
ORDER BY uid
LIMIT 0,500
mysql error: Table 'jenny_board.members' doesn't exist
SELECT * FROM members
ORDER BY uid
LIMIT 0,500
mysql error: Table 'jenny_board.members' doesn't exist

Comment