then open the [B]TC-Quest-Tracker[/B] folder, copy the file [B]config.php.dist[/B], rename the copy to [B]config.php[/B] and edit it properly (it's quite commented).
Error querying: SELECT t1.id, t2.title, COUNT(t1.quest_abandon_time) AS abandoned_times, COUNT(t1.quest_complete_time) AS completed_times, MAX(t1.quest_abandon_time) AS last_abandoned, MAX(t1.quest_complete_time) AS last_completed FROM (SELECT id, quest_abandon_time, quest_complete_time, core_hash, core_revision FROM characters.quest_tracker) AS t1 JOIN (SELECT id, title FROM world.quest_template) AS t2 ON t1.id = t2.id GROUP BY t1.id HAVING abandoned_times > 0 ORDER BY abandoned_times DESC LIMIT 0, 20
Error querying: SELECT t1.id, t2.title, COUNT(t1.quest_abandon_time) AS abandoned_times, COUNT(t1.quest_complete_time) AS completed_times, MAX(t1.quest_abandon_time) AS last_abandoned, MAX(t1.quest_complete_time) AS last_completed FROM (SELECT id, quest_abandon_time, quest_complete_time, core_hash, core_revision FROM characters.quest_tracker) AS t1 JOIN (SELECT id, title FROM world.quest_template) AS t2 ON t1.id = t2.id GROUP BY t1.id HAVING abandoned_times > 0 ORDER BY abandoned_times DESC LIMIT 0, 20