Ive trying to install Latest loot, but every time i do i get errors....
OK Ive followed the instructions, but when i insert this line
include($phpbb_root_path . 'latestloot.'.$phpEx);
to the portal.php i get
- Code: Select all
phpBB : Critical Error
Error doing DB query userdata row fetch
DEBUG MODE
SQL Error : 1146 Table 'databasename.phpbb_users' 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 = '0556e6f2b58d5e1205dbbe5ae026f78d'
Line : 89
File : sessions.php
any thoughts?
I understand that "SQL Error : 1146 Table 'databasename.phpbb_users' doesn't exist" will not exist cos it doesnt, but i dont understand why it is reaching there.
Whats happening?