Error
Kaboom
			
Generated at 2025-08-06T05:11:37 EST/EDT on 79076e77abba
Docker host is yellowstone
Requestor IP is 172.18.0.1
Proxied IP is 216.73.216.187

Page is /index/index.mhtml


Error Text:

DBD::mysql::st execute failed: Table 'tabroom.tourn' doesn't exist [for Statement "
		select tourn.id, tourn.webname, tourn.name, tourn.tz, tourn.hidden,
			tourn.state, tourn.country, tourn.city,
			CONVERT_TZ(tourn.start, '+00:00', tourn.tz) start,
			CONVERT_TZ(tourn.end, '+00:00', tourn.tz) end,
			CONVERT_TZ(tourn.reg_end, '+00:00', tourn.tz) reg_end,
			CONVERT_TZ(tourn.reg_start, '+00:00', tourn.tz) reg_start,
			msnats.value as msnats,
			nats.value as nats,
			ncfl.value as ncfl,
			closed.value as closed,
			count(distinct school.id) as tourncount,
			YEAR(tourn.end) as year,
			WEEK(tourn.start) as week,
			( select GROUP_CONCAT(signup.abbr SEPARATOR ', ')
					from category signup
				where signup.tourn = tourn.id
					and signup.abbr IS NOT NULL
					and signup.abbr != ''
					and exists ( select cs.id
						from category_setting cs
						where cs.category = signup.id
						and cs.tag = 'public_signups'
					)
					and exists (
						select csd.id
						from category_setting csd
						where csd.category = signup.id
						and csd.tag = 'public_signups_deadline'
						and csd.value_date > NOW()
					)
					and not exists (
						select csd.id
						from category_setting csd
						where csd.category = signup.id
						and csd.tag = 'private_signup_link'
					)
			) as signup,

			( SELECT
				count(online.id)
				from event online, event_setting eso
				where online.tourn = tourn.id
				and online.id = eso.event
				and eso.tag = 'online_mode'
			) as online,

			( SELECT
				count(inp.id)
				from event inp
				where inp.tourn = tourn.id
				and not exists (
					select esno.id
					from event_setting esno
					where esno.event = inp.id
					and esno.tag = 'online_mode'
				)
			) as inp,

			( SELECT
				count(hybrid.id)
				from event hybrid, event_setting esh
				where hybrid.tourn = tourn.id
				and hybrid.id = esh.event
				and esh.tag = 'online_hybrid'
			) as hybrid

		from tourn

		left join school on tourn.id = school.tourn

		left join tourn_setting closed
			on closed.tourn = tourn.id
			and closed.tag = 'closed_entry'

		left join tourn_setting msnats
			on msnats.tourn = tourn.id
			and msnats.tag = 'nsda_ms_nats'

		left join tourn_setting nats
			on nats.tourn = tourn.id
			and nats.tag = 'nsda_nats'

		left join tourn_setting ncfl
			on ncfl.tourn = tourn.id
			and ncfl.tag = 'ncfl'

		where tourn.hidden = 0
		 and tourn.end > '2025-08-04 09:11:37'
		and not exists (
			select weekend.id
			from weekend
			where weekend.tourn = tourn.id
		)
		group by tourn.id
		order by tourn.start, tourncount
		 limit 256
	"] at /usr/share/perl5/DBIx/ContextualFetch.pm line 52.

Stack:
  [/usr/share/perl5/DBIx/ContextualFetch.pm:52]
  [/usr/share/perl5/DBIx/ContextualFetch.pm:32]
  [/www/tabroom/web/index/index.mhtml:198]
  [/usr/share/perl5/HTML/Mason/Component.pm:135]
  [/www/tabroom/web/index/autohandler:11]
  [/usr/share/perl5/HTML/Mason/Component.pm:135]
  [/www/tabroom/web/autohandler:943]
  [/usr/share/perl5/HTML/Mason/Component.pm:135]