Page 1 of 1

Session Keys Error

PostPosted: Mon Jun 12, 2006 8:12 am
Author: honie
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 !

Re: Session Keys Error

PostPosted: Mon Jun 12, 2006 8:27 am
Author: Dragonsys
have you installed any mods which change the constants.php file?

That is an error I usually see when there is a problem with includes/constatnts.php file.

Do not edit the database table names!!

PostPosted: Mon Jun 12, 2006 8:30 am
Author: honie
No, I havent