I have a new error going that I cant seem to fix.
On login, the users get - phpBB : Critical Error
Error doing DB query userdata row fetch
DEBUG MODE
SQL Error : 1146 Table 'fred.SESSIONS_KEYS_TABLE' doesn't exist
SELECT u.* FROM phpbb_users u, SESSIONS_KEYS_TABLE k WHERE u.user_id = 14
'e7ae6ab6f1d4ad4ccfe207c69c887e32'
If they refresh the page they are logged in & all is well from that point.
If I change the sessions keys table to the name above, on login they get a banned cookie mismatch error and clearing cookies, etc. does not work.
Thank you !