this is what I get:MartectX wrote:It's automatically created once you install and open the Admin Control Panel module. I code for the lazy!Capion wrote:Where the SQL to create the table "milestones" ?
Code: Select all
SQL ERROR [ mysqli ]
Table 'myforum.phpbb_3milestones' doesn't exist [1146]
SQL
SELECT u.user_id, u.username, u.user_colour, m.user_id, m.milestone, m.type FROM (phpbb_3users u, phpbb_3milestones m) WHERE u.user_id = m.user_id ORDER BY m.type ASC, m.milestone ASC
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()
FILE: milestones.php
LINE: 81
CALL