Help Please

Status
Not open for further replies.

elforo

New Member
Messages
156
Reaction score
0
Points
0
i get this when trying to log into my forum:
Website Critical Error

Error doing DB query userdata row fetch

DEBUG MODE

SQL Error : 1146 Table 'elforox1_elforo.phpbb_sessions_keys' doesn't exist

SELECT u.* FROM phpbb_users u, phpbb_sessions_keys k WHERE u.user_id = 2 AND u.user_active = 1 AND k.user_id = u.user_id AND k.key_id = 'db6e96cf1435e76ca570be75e59e7695'

Line : 96
File : sessions.php

now as i understand it the problem lies in that the table is session_keys not sessionS_keys....how can i change the table name?
thanx in advance
 

Phil

Retired Staff
Messages
7,344
Reaction score
0
Points
36
elforo said:
i get this when trying to log into my forum:
Website Critical Error

Error doing DB query userdata row fetch

DEBUG MODE

SQL Error : 1146 Table 'elforox1_elforo.phpbb_sessions_keys' doesn't exist

SELECT u.* FROM phpbb_users u, phpbb_sessions_keys k WHERE u.user_id = 2 AND u.user_active = 1 AND k.user_id = u.user_id AND k.key_id = 'db6e96cf1435e76ca570be75e59e7695'

Line : 96
File : sessions.php

now as i understand it the problem lies in that the table is session_keys not sessionS_keys....how can i change the table name?
thanx in advance
I;m not sure exactley. But go in to your cpanel then to mySQL databases and click repair. It might work. This should be posted in clinet support.. Moved.
 
Status
Not open for further replies.
Top