Sql error please help !

sumi_7

Familiar Face
Joined
Nov 29, 2007
Messages
81
Reaction score
0
FP$
578
Hey guys i recently installed Ultimate points and when i tried to open the .mod file in admin control panel it showed this error
Code:
SQL ERROR [ mysql4 ]

Table 'knowstuf_phpbb.POINTS_CONFIG_TABLE' doesn't exist [1146]

SQL

SELECT config_name, config_value FROM (POINTS_CONFIG_TABLE c)

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: includes/acp/acp_points.php
LINE: 38
CALL: dbal_mysql->sql_query()

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

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
How to solve this problem ?
 
You didn't run the installer, run it and it will make the SQL table. It just means that the SQL table called "knowstuf_phpbb.POINTS_CONFIG_TABLE" doesn't exist in your database, therefore it is trying to find something that doesn't exist and won't function correctly. If you've already ran the installer (i can't see how you could have otherwise it would have made the SQL table) then re-run it, ensuring that this time it does it's job 😉. Good luck.
 
Yep same as Nathan said.
You just need to run the install file then ut will be fixed.
 
Are you sure? That's the only problem and if it doesn't work then i don't see anything else that would.
 
Strange... I installed this a mod a few days ago for someone and had no problems with it. If you have run the installation file then i haven't got a clue really.
 
Same, i previously installed it twice, once on a subsilver and once on a prosilver based style, so it should work.
 
Back
Top Bottom