Error 500

An error occured while processing this request:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dwg.tournament_list' doesn't exist

When reporting this error, please include this code: 42S02
Click here to go back

               

The error occured on line 157 in /sites/d/dwg/application/components/core/db.php.

Stacktrace:

#1 Problem in /sites/d/***/application/components/core/db.php on line 157 at PDOStatement->execute(Array ( [0] => ikeraxo [1] => published [2] => 2026-08-18 19:05:26 [3] => 2026-08-18 19:05:26 ) )
#2 Problem in /sites/d/***/application/components/core/db.php on line 224 at DBQuery->execQuery("SELECT t1.id, t1.owner, t1.uuid, t1.type, t1.status, t1.style, t1.name, t1.maxteams, t1.numteams, t1.numusers, t1.usersperteam, t1.maxlobbysize, t1.lobbyscalelimit, t1.maxteamsobs, t1.maxteamsweb, t1.starts, t1.ends, t1.checkinbegins, t1.checkincloses, t1.signupbegins, t1.signupcloses, t1.nosignuprequired, t1.hideteamnames, t1.hidelandingpoints, t1.scalescorebylobbysize, t1.currentmatchid, t1.joinkey, t1.groupkey, t1.introduction, t1.description, t1.firstseen, t1.deleted FROM `tournament_list` AS t1 WHERE t1.owner = ? AND t1.status = ? AND t1.signupbegins < ? AND t1.ends > ? AND t1.deleted IS NULL ORDER BY starts", "ikeraxo", "published", "2026-08-18 19:05:26", "2026-08-18 19:05:26")
#3 Problem in /sites/d/***/application/components/core/model.php on line 1525 at DB::query("SELECT t1.id, t1.owner, t1.uuid, t1.type, t1.status, t1.style, t1.name, t1.maxteams, t1.numteams, t1.numusers, t1.usersperteam, t1.maxlobbysize, t1.lobbyscalelimit, t1.maxteamsobs, t1.maxteamsweb, t1.starts, t1.ends, t1.checkinbegins, t1.checkincloses, t1.signupbegins, t1.signupcloses, t1.nosignuprequired, t1.hideteamnames, t1.hidelandingpoints, t1.scalescorebylobbysize, t1.currentmatchid, t1.joinkey, t1.groupkey, t1.introduction, t1.description, t1.firstseen, t1.deleted FROM `tournament_list` AS t1 WHERE t1.owner = ? AND t1.status = ? AND t1.signupbegins < ? AND t1.ends > ? AND t1.deleted IS NULL ORDER BY starts", Array ( [0] => ikeraxo [1] => published [2] => 2026-08-18 19:05:26 [3] => 2026-08-18 19:05:26 ) )
#4 Problem in /sites/d/***/application/components/core/model.php on line 1202 at Model::query(, Array ( [owner] => ikeraxo [status] => published [signupbegins] => Array ( [0] => < [1] => 2026-08-18 19:05:26 ) [ends] => Array ( [0] => > [1] => 2026-08-18 19:05:26 ) [deleted] => ) , "starts", 0, 0)
#5 Problem in /sites/d/***/sites/ikeraxo/views/default.php on line 34 at Model::filter(Array ( [owner] => ikeraxo [status] => published [signupbegins] => Array ( [0] => < [1] => 2026-08-18 19:05:26 ) [ends] => Array ( [0] => > [1] => 2026-08-18 19:05:26 ) ) , "starts")
#6 Problem in /sites/d/***/application/components/core/dispatcher.php on line 925 at TourneyFrontpage->Execute
#7 Problem in /sites/d/***/application/components/core/dispatcher.php on line 655 at Dispatcher::callObjectMethod(TourneyFrontpage, "execute", Array ( ) )
#8 Problem in /sites/d/***/application/components/core/dispatcher.php on line 461 at Dispatcher->__loadView("default.php", Array ( ) , Array ( ) )
#9 Problem in /sites/d/***/application/components/core/dispatcher.php on line 316 at Dispatcher->__findView(Array ( ) )
#10 Problem in /sites/d/***/sites/ikeraxo/webroot/index.php on line 16 at Dispatcher->Route