PHPNuke Help

Discussion in 'Technology' started by Elektro_Tek, May 4, 2006.

Users Viewing Thread (Users: 0, Guests: 0)

  1. Elektro_Tek

    Elektro_Tek Registered User

    Joined:
    Feb 17, 2004
    Messages:
    1,702
    Likes Received:
    1
    Location:
    neurosciencerecordings.co.uk
    PHPNuke Help

    Code:
    phpBB : Critical Error
    
    Error doing DB query userdata row fetch
    
    DEBUG MODE
    
    SQL Error : 1146 Table 'santiagonino_ne.SESSIONS_KEYS_TABLE' doesn't exist
    
    SELECT u.* FROM nuke_users u, SESSIONS_KEYS_TABLE k WHERE u.user_id = 2 AND u.user_active = 1 AND k.user_id = u.user_id AND k.key_id = 'f1a5b11bc35725270d6bff9cbd1d2736'
    
    Line : 93
    File : sessions.php
    Getting the above error when I try to access the forums... Not sure why either. It also happens for the member list (but I think that uses the forum stuff).

    Any ideas?
  2. 1615634792921.png
  3. Conway

    Conway helmet Staff

    Joined:
    Apr 16, 2003
    Messages:
    11,628
    Likes Received:
    521
    Location:
    Newcastle
    Do you have an SQL database up for the forum?

    If so, have you given PHPBB the right username/password/databasename/SQLhost to use?
  4. Elektro_Tek

    Elektro_Tek Registered User

    Joined:
    Feb 17, 2004
    Messages:
    1,702
    Likes Received:
    1
    Location:
    neurosciencerecordings.co.uk
    yeah.. it was all working fine

Share This Page