Edit Forum Error

Silentflesh

Paragon
Joined
Jun 17, 2009
Messages
1,038
Reaction score
0
FP$
6
I got this error when I install the topic prefix mod...

Code:
SQL ERROR [ mysqli ]

Table 'traffic_2I80aphp.kgs5_topics_prefix' doesn't exist [1146]

SQL

SELECT id, prefix FROM kgs5_topics_prefix

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: includes/acp/acp_forums.php
LINE: 1973
CALL: dbal_mysqli->sql_query()

FILE: includes/acp/acp_forums.php
LINE: 715
CALL: acp_forums->make_prefixlist()

FILE: includes/functions_module.php
LINE: 507
CALL: acp_forums->main()

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()

Any ideas?
 
spiker said:
Did you do the sql edit?

...or run the install script?

Either way the system is looking for a database table that doesn't exist. Doing the SQL edit or running the installer will create the table.
 
Back
Top Bottom