Type	: E_USER_ERRORError	: MySQL (1146) Error: Table 'kt.cms_sites' doesn't exist
Query: SELECT	DISTINCT s.site_id, IF(level = 0, 1, level) level, IF(parent_id = 0, 1, parent_id) parent_id,
		# obj = {'zz':'zz', 'aa':'aa', '11':'11'} -> wird durch JS umsortiert. immer zuerst numbers
		# wg JS-Sorting nicht numerisch verwenden, sondern cms+site_id (bis auf site/parent=1)
		# auch in SCIP_GetNavigation() anpassen
		IF(parent_id <= 1, 1, CONCAT('cms_',parent_id)) AS parent,
		CONCAT('cms_',site_id) AS site,
		s.site_id AS cms_site_id,
		class, link_name, url_name, headline, s.pos, IF(s.status = 'public', NULL, 1) as intern,
		site_name, IF(script = 'leaguemanager', 1, 0) AS nav_leaguemanager
	FROM	cms_sites AS s
	WHERE	s.status IN('public')
	ORDER BY s.level, s.class ASC, s.pos
File	: /crypt/www/cms/script/index.inc.php
Line	: 37 
Stacktrace
	MySQL->query()        called at [/crypt/www/cms/script/index.inc.php:37]
	include()             called at [/crypt/www/cms/portale/inio.de/index.php:13]

Url	: https://www.inio.de/ 
MySQL	: ktgate-int.kt-helper
Memory	: 0.41 MB
Agent	: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Referer	: 
Client	: 10.244.2.135
_REQUEST: []