phpbb3 clubs mod

Chadook

Seasoned Veteran
Joined
Jan 30, 2011
Messages
4,331
Reaction score
10
FP$
909
i have recently tried to install this mod, but it keep saying:
Code:
SQL ERROR [ mysqli ]

Table 'u574292278_phpbb.phpbb_clubs' doesn't exist [1146]

SQL

SELECT c.club_id, c.club_name, c.club_desc, c.club_desc_short, c.club_avatar, c.club_members, c.club_founder, u.username, u.user_colour FROM phpbb_clubs c, phpbb_users u WHERE pclub = 0 AND u.user_id = c.club_founder ORDER BY c.club_creation_time DESC LIMIT 6

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()

FILE: [ROOT]/includes/db/mysqli.php
LINE: 189
CALL: dbal->sql_error()

FILE: [ROOT]/includes/db/mysqli.php
LINE: 231
CALL: dbal_mysqli->sql_query()

FILE: [ROOT]/includes/db/dbal.php
LINE: 170
CALL: dbal_mysqli->_sql_query_limit()

FILE: [ROOT]/includes/functions_clubs.php
LINE: 1274
CALL: dbal->sql_query_limit()

FILE: [ROOT]/includes/functions_clubs.php
LINE: 1253
CALL: board_clubs->get_tabitems_order()

FILE: [ROOT]/index.php
LINE: 147
CALL: board_clubs->make_tabs()
 
Back
Top Bottom