intermittent fatal error - sessions_keys' doesn't exist intermittent fatal error - sessions_keys' doesn't exist
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

intermittent fatal error - sessions_keys' doesn't exist

Started by xx-07, August 15, 2006, 04:46:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

xx-07

hi - odd problem...

this happens to me when i am logged in as admin (not sure it happens to othere)

we are in bridged mode using phpBB

Fatal error :

While executing query "SELECT u.user_id, u.user_password, u.user_level FROM `ws_free`.phpbb_sessions_keys AS s
                     INNER JOIN `ws_free`.phpbb_users AS u ON s.user_id = u.user_id WHERE u.user_id = '2' AND u.user_active = 1 AND s.key_id = MD5('690811c84e5717bfdcb78990ddcf213d')" on 0

mySQL error: Table 'ws_free.phpbb_sessions_keys' doesn't exist

-------------------------------------------

phpbb_sessions_keys table is not there - but phpbb_session is there...

what is this table phpbb_sessions_keys???

how do i put it into db?

Nibbler

Apparently you are not running phpBB 2.2 so stop using the phpBB 2.2 bridge.

xx-07

 ::)
yep - just figured that out...

we are on phpBB 2.013

i reconfigured the bridge --

many thanks