What happens is that I installed on my forum icy phoenix test and import the database I get the following error:
Code: [Download] [Hide] [Select]
Critical Error
Error doing DB query userdata row fetch
DEBUG MODE
SQL Error : 1054 Unknown column 'u.user_active' in 'where clause'
SELECT u.* FROM sdka_users u, sdka_sessions_keys k WHERE u.user_id = 2 AND u.user_active = 1 AND k.user_id = u.user_id AND k.key_id = '1eef8cd104be4d1005a7956638ef4e35'
Line : 102
File : sessions.php
Error doing DB query userdata row fetch
DEBUG MODE
SQL Error : 1054 Unknown column 'u.user_active' in 'where clause'
SELECT u.* FROM sdka_users u, sdka_sessions_keys k WHERE u.user_id = 2 AND u.user_active = 1 AND k.user_id = u.user_id AND k.key_id = '1eef8cd104be4d1005a7956638ef4e35'
Line : 102
File : sessions.php
I hope you can say that there is bug, thanks.
PD: My previous forum was SDKA project based on phpBB3, this download BD.