#0 /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php(182): Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException() #1 /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php(159): Doctrine\DBAL\DBALException::wrapException() #2 /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(2226): Doctrine\DBAL\DBALException::driverExceptionDuringQuery() #3 /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(1313): Doctrine\DBAL\Connection->handleExceptionDuringQuery() #4 /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php(31): Doctrine\DBAL\Connection->executeQuery() #5 /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php(325): Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute() #6 /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(1212): Doctrine\ORM\Query->_doExecute() #7 /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(1166): Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache() #8 /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(901): Doctrine\ORM\AbstractQuery->execute() #9 /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php(251): Doctrine\ORM\AbstractQuery->getResult() #10 /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php(215): F1T\Repository\Article->findByKeywordForType() #11 /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Team.php(119): F1T\Repository\Article->findByKeyword() #12 /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Team.php(26): F1T\Controllers\Team->action_listSpecificTeam() #13 /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/BaseController.php(39): F1T\Controllers\Team->action_Index() #14 /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php(269): F1T\Controllers\BaseController->dispatch() #15 /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php(195): F1T\Router::_load() #16 /var/www/dev-priyantha.gptoday.net/public_html/app/website.php(260): F1T\Router::execute() #17 /var/www/dev-priyantha.gptoday.net/public_html/index.php(11): require_once('...') #18 {main}
An exception occurred while executing 'SELECT a0_.ArticleId AS ArticleId_0, a0_.RewriteUrl AS RewriteUrl_1, a0_.Title AS Title_2, a0_.SeoDescription AS SeoDescription_3, a0_.SeoTitle AS SeoTitle_4, a0_.coAuthor AS coAuthor_5, a0_.Icon AS Icon_6, a0_.Category AS Category_7, a0_.Content AS Content_8, a0_.PublishDate AS PublishDate_9, a0_.CreateDate AS CreateDate_10, a0_.CreateTime AS CreateTime_11, a0_.CommentType AS CommentType_12, a0_.AllowNewComments AS AllowNewComments_13, a0_.cntnlang AS cntnlang_14, a0_.LastUpdateDate AS LastUpdateDate_15, a0_.ArticleType AS ArticleType_16, a0_.CommentCount AS CommentCount_17, a0_.Activated AS Activated_18, a0_.StickyUntil AS StickyUntil_19, a0_.ViewCount AS ViewCount_20, a0_.PushEnabled AS PushEnabled_21, a0_.PushTitle AS PushTitle_22, a0_.PushMessage AS PushMessage_23, a0_.breaking AS breaking_24, a0_.breaking_title AS breaking_title_25, a0_.TestMode AS TestMode_26, r1_.RacingSerieId AS RacingSerieId_27, r1_.RewriteUrl AS RewriteUrl_28, r1_.IsDefault AS IsDefault_29, r2_.RacingSeriesTranslationId AS RacingSeriesTranslationId_30, r2_.LanguageCode AS LanguageCode_31, r2_.ShortName AS ShortName_32, r2_.LongName AS LongName_33, a0_.SiteId AS SiteId_34, a0_.RaceTrackHistoryId AS RaceTrackHistoryId_35, a0_.RacingSerieId AS RacingSerieId_36, a0_.PhotoAlbumId AS PhotoAlbumId_37, a0_.CmsAccountId AS CmsAccountId_38, a0_.PollId AS PollId_39, a0_.RaceSessionId AS RaceSessionId_40, r1_.SiteId AS SiteId_41, r1_.CountryIso AS CountryIso_42, r2_.RacingSerieId AS RacingSerieId_43 FROM Articles a0_ INNER JOIN RacingSeries r1_ ON a0_.RacingSerieId = r1_.RacingSerieId AND (r1_.SiteId IN ('1')) INNER JOIN RacingSeriesTranslations r2_ ON r1_.RacingSerieId = r2_.RacingSerieId AND (r2_.LanguageCode = 'en') INNER JOIN keyword_combinations k3_ ON (k3_.nieuwsID = a0_.ArticleId) WHERE (((((a0_.cntnlang IN (?) AND a0_.SiteId IN (?)) AND a0_.Activated = ?) AND a0_.PublishDate < ?) AND a0_.ArticleType IN (?, ?, ?)) AND k3_.keywordID IN (?)) AND (a0_.SiteId IN ('1')) ORDER BY a0_.PublishDate DESC LIMIT 70' with params ["en", "1", 1, "2025-08-06 21:00:00", "Nieuws", "LiveRaceReport", "Liveblog", 1587]: SQLSTATE[HY000]: General error: 1021 Disk full (/tmp/#sql_426_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
object(stdClass)#111 (9) { ["__CLASS__"]=> string(39) "Doctrine\DBAL\Exception\DriverException" ["driverException:Doctrine\DBAL\Exception\DriverException:private"]=> object(stdClass)#113 (11) { ["__CLASS__"]=> string(34) "Doctrine\DBAL\Driver\PDO\Exception" ["errorCode:Doctrine\DBAL\Driver\PDOException:private"]=> int(1021) ["sqlState:Doctrine\DBAL\Driver\PDOException:private"]=> string(5) "HY000" ["message:protected"]=> string(149) "SQLSTATE[HY000]: General error: 1021 Disk full (/tmp/#sql_426_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")" ["string:Exception:private"]=> string(0) "" ["code:protected"]=> string(5) "HY000" ["file:protected"]=> string(110) "/var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php" ["line:protected"]=> int(18) ["trace:Exception:private"]=> string(9) "Array(16)" ["previous:Exception:private"]=> string(12) "PDOException" ["errorInfo"]=> string(8) "Array(3)" } ["message:protected"]=> string(2298) "An exception occurred while executing 'SELECT a0_.ArticleId AS ArticleId_0, a0_.RewriteUrl AS RewriteUrl_1, a0_.Title AS Title_2, a0_.SeoDescription AS SeoDescription_3, a0_.SeoTitle AS SeoTitle_4, a0_.coAuthor AS coAuthor_5, a0_.Icon AS Icon_6, a0_.Category AS Category_7, a0_.Content AS Content_8, a0_.PublishDate AS PublishDate_9, a0_.CreateDate AS CreateDate_10, a0_.CreateTime AS CreateTime_11, a0_.CommentType AS CommentType_12, a0_.AllowNewComments AS AllowNewComments_13, a0_.cntnlang AS cntnlang_14, a0_.LastUpdateDate AS LastUpdateDate_15, a0_.ArticleType AS ArticleType_16, a0_.CommentCount AS CommentCount_17, a0_.Activated AS Activated_18, a0_.StickyUntil AS StickyUntil_19, a0_.ViewCount AS ViewCount_20, a0_.PushEnabled AS PushEnabled_21, a0_.PushTitle AS PushTitle_22, a0_.PushMessage AS PushMessage_23, a0_.breaking AS breaking_24, a0_.breaking_title AS breaking_title_25, a0_.TestMode AS TestMode_26, r1_.RacingSerieId AS RacingSerieId_27, r1_.RewriteUrl AS RewriteUrl_28, r1_.IsDefault AS IsDefault_29, r2_.RacingSeriesTranslationId AS RacingSeriesTranslationId_30, r2_.LanguageCode AS LanguageCode_31, r2_.ShortName AS ShortName_32, r2_.LongName AS LongName_33, a0_.SiteId AS SiteId_34, a0_.RaceTrackHistoryId AS RaceTrackHistoryId_35, a0_.RacingSerieId AS RacingSerieId_36, a0_.PhotoAlbumId AS PhotoAlbumId_37, a0_.CmsAccountId AS CmsAccountId_38, a0_.PollId AS PollId_39, a0_.RaceSessionId AS RaceSessionId_40, r1_.SiteId AS SiteId_41, r1_.CountryIso AS CountryIso_42, r2_.RacingSerieId AS RacingSerieId_43 FROM Articles a0_ INNER JOIN RacingSeries r1_ ON a0_.RacingSerieId = r1_.RacingSerieId AND (r1_.SiteId IN ('1')) INNER JOIN RacingSeriesTranslations r2_ ON r1_.RacingSerieId = r2_.RacingSerieId AND (r2_.LanguageCode = 'en') INNER JOIN keyword_combinations k3_ ON (k3_.nieuwsID = a0_.ArticleId) WHERE (((((a0_.cntnlang IN (?) AND a0_.SiteId IN (?)) AND a0_.Activated = ?) AND a0_.PublishDate < ?) AND a0_.ArticleType IN (?, ?, ?)) AND k3_.keywordID IN (?)) AND (a0_.SiteId IN ('1')) ORDER BY a0_.PublishDate DESC LIMIT 70' with params ["en", "1", 1, "2025-08-06 21:00:00", "Nieuws", "LiveRaceReport", "Liveblog", 1587]: SQLSTATE[HY000]: General error: 1021 Disk full (/tmp/#sql_426_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")" ["string:Exception:private"]=> string(0) "" ["code:protected"]=> int(0) ["file:protected"]=> string(116) "/var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php" ["line:protected"]=> int(128) ["trace:Exception:private"]=> array(18) { [0]=> string(8) "Array(5)" [1]=> string(8) "Array(5)" [2]=> string(8) "Array(5)" [3]=> string(8) "Array(5)" [4]=> string(8) "Array(5)" [5]=> string(8) "Array(5)" [6]=> string(8) "Array(5)" [7]=> string(8) "Array(5)" [8]=> string(8) "Array(5)" [9]=> string(8) "Array(5)" [10]=> string(8) "Array(5)" [11]=> string(8) "Array(5)" [12]=> string(8) "Array(5)" [13]=> string(8) "Array(5)" [14]=> string(8) "Array(5)" [15]=> string(8) "Array(5)" [16]=> string(8) "Array(5)" [17]=> string(8) "Array(4)" } ["previous:Exception:private"]=> object(stdClass)#364 (11) { ["__CLASS__"]=> string(34) "Doctrine\DBAL\Driver\PDO\Exception" ["errorCode:Doctrine\DBAL\Driver\PDOException:private"]=> int(1021) ["sqlState:Doctrine\DBAL\Driver\PDOException:private"]=> string(5) "HY000" ["message:protected"]=> string(149) "SQLSTATE[HY000]: General error: 1021 Disk full (/tmp/#sql_426_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")" ["string:Exception:private"]=> string(0) "" ["code:protected"]=> string(5) "HY000" ["file:protected"]=> string(110) "/var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php" ["line:protected"]=> int(18) ["trace:Exception:private"]=> string(9) "Array(16)" ["previous:Exception:private"]=> string(12) "PDOException" ["errorInfo"]=> string(8) "Array(3)" } }
Total queries: 4 | ||||||
Total time: 0.019864082336426 | ||||||
time | sincestart | caller | annotate | bt | desc | |
0.000625 | instantiate query log (0Q - total module time: 0.00074410s) | "" | ||||
0.001377 | boot (0Q - total module time: 0.00012898s) | "" | ||||
0.001510 | translation-init (1Q - total module time: 0.00127101s) | "" | ||||
0.00038195 | 0.002384 | /var/www/dev-priyantha.gptoday.net/public_html/index.php | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Statement.php:189(stopQuery) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Redirect.php:105(execute) /var/www/dev-priyantha.gptoday.net/public_html/app/Entities/Redirect.php:112(findByOrigin) /var/www/dev-priyantha.gptoday.net/public_html/app/Services/Redirects.php:108(getRedirectOrFalse) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:115(checkForDBRedirects) /var/www/dev-priyantha.gptoday.net/public_html/app/website.php:260(execute) /var/www/dev-priyantha.gptoday.net/public_html/index.php:11(require_once) |
SELECT
redirects.id,
redirects.origin,
redirects.referer
FROM
redirects
WHERE
redirects.origin = :origin
ORDER BY
id
| {"origin":"\/en\/amp\/teams\/alfa-romeo"} | |
0.002784 | controller::teams/alfa-romeo (3Q - total module time: 0.01706886s) | "" | ||||
0.00125003 | 0.003419 | /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Organisation.php | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1323(stopQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:31(executeQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:325(execute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1212(_doExecute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1166(executeIgnoreQueryCache) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:953(execute) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Organisation.php:120(getOneOrNullResult) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Team.php:106(findByUrl) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Team.php:26(action_listSpecificTeam) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/BaseController.php:39(action_Index) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:269(dispatch) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:195(_load) /var/www/dev-priyantha.gptoday.net/public_html/app/website.php:260(execute) /var/www/dev-priyantha.gptoday.net/public_html/index.php:11(require_once) | SELECT o0_.OrganisationId AS OrganisationId_0, o0_.Name AS Name_1, o0_.FoundingDate AS FoundingDate_2, o0_.Photo AS Photo_3, o0_.OrganisationId AS OrganisationId_4, o0_.Name AS Name_5, o0_.FoundingDate AS FoundingDate_6, o0_.Photo AS Photo_7, k1_.KeywordId AS KeywordId_8, k1_.Keyword AS Keyword_9, k1_.RewriteUrl AS RewriteUrl_10, k1_.Category AS Category_11, k1_.CommentCount AS CommentCount_12, o2_.OrganisationHistoryId AS OrganisationHistoryId_13, o2_.Name AS Name_14, o2_.StartDate AS StartDate_15, o2_.EndDate AS EndDate_16, o2_.Photo AS Photo_17, o2_.SmallLogo AS SmallLogo_18, o2_.City AS City_19, o2_.Website AS Website_20, d3_.iso AS iso_21, d3_.iso3 AS iso3_22, d3_.numcode AS numcode_23, d4_.cntnlang AS cntnlang_24, d4_.printable_name AS printable_name_25, o0_.KeywordId AS KeywordId_26, o0_.Nationality AS Nationality_27, k1_.ParentId AS ParentId_28, o2_.OrganisationRoleId AS OrganisationRoleId_29, o2_.PrimaryOrganisationId AS PrimaryOrganisationId_30, o2_.RacingSerieId AS RacingSerieId_31, d4_.ISO AS ISO_32 FROM Organisations o0_ INNER JOIN Keywords k1_ ON o0_.KeywordId = k1_.KeywordId INNER JOIN OrganisationOrganisationHistory o5_ ON o0_.OrganisationId = o5_.OrganisationId INNER JOIN OrganisationHistory o2_ ON o2_.OrganisationHistoryId = o5_.OrganisationHistoryId INNER JOIN db_countries d3_ ON o0_.Nationality = d3_.iso INNER JOIN db_countries_trnsl d4_ ON d3_.iso = d4_.ISO WHERE k1_.RewriteUrl = ? AND d4_.cntnlang = ? ORDER BY o2_.EndDate DESC | ["alfa-romeo","en"] | |
0.00017905 | 0.005606 | /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Keyword.php | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1323(stopQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:31(executeQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:325(execute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1212(_doExecute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1166(executeIgnoreQueryCache) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:901(execute) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Keyword.php:40(getResult) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php:239(getKeywordIdListForParent) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php:215(findByKeywordForType) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Team.php:119(findByKeyword) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Team.php:26(action_listSpecificTeam) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/BaseController.php:39(action_Index) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:269(dispatch) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:195(_load) /var/www/dev-priyantha.gptoday.net/public_html/app/website.php:260(execute) /var/www/dev-priyantha.gptoday.net/public_html/index.php:11(require_once) | SELECT k0_.KeywordId AS KeywordId_0, k0_.Keyword AS Keyword_1, k0_.RewriteUrl AS RewriteUrl_2, k0_.Category AS Category_3, k0_.CommentCount AS CommentCount_4, k0_.ParentId AS ParentId_5 FROM Keywords k0_ WHERE k0_.KeywordId IN (?) | [[1587]] | |
0.00007200 | 0.005900 | /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php | /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1323(stopQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:31(executeQuery) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:325(execute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1212(_doExecute) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1166(executeIgnoreQueryCache) /var/www/dev-priyantha.gptoday.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:937(execute) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php:124(getScalarResult) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php:247(commonCriteria) /var/www/dev-priyantha.gptoday.net/public_html/app/Repository/Article.php:215(findByKeywordForType) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Team.php:119(findByKeyword) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/Team.php:26(action_listSpecificTeam) /var/www/dev-priyantha.gptoday.net/public_html/app/Controllers/BaseController.php:39(action_Index) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:269(dispatch) /var/www/dev-priyantha.gptoday.net/public_html/app/Router.php:195(_load) /var/www/dev-priyantha.gptoday.net/public_html/app/website.php:260(execute) /var/www/dev-priyantha.gptoday.net/public_html/index.php:11(require_once) | SELECT c0_.ContentLanguage AS ContentLanguage_0 FROM ContentLanguageMapping c0_ WHERE (c0_.ContentType = ? AND c0_.ContentSubType IN (?) AND c0_.SiteLanguage = ?) AND (c0_.SiteId IN ('1')) | ["Articles",["Nieuws","LiveRaceReport","Liveblog"],"en"] | |
0.00000000 | -1,754,506,800.459679 | x | x | SELECT a0_.ArticleId AS ArticleId_0, a0_.RewriteUrl AS RewriteUrl_1, a0_.Title AS Title_2, a0_.SeoDescription AS SeoDescription_3, a0_.SeoTitle AS SeoTitle_4, a0_.coAuthor AS coAuthor_5, a0_.Icon AS Icon_6, a0_.Category AS Category_7, a0_.Content AS Content_8, a0_.PublishDate AS PublishDate_9, a0_.CreateDate AS CreateDate_10, a0_.CreateTime AS CreateTime_11, a0_.CommentType AS CommentType_12, a0_.AllowNewComments AS AllowNewComments_13, a0_.cntnlang AS cntnlang_14, a0_.LastUpdateDate AS LastUpdateDate_15, a0_.ArticleType AS ArticleType_16, a0_.CommentCount AS CommentCount_17, a0_.Activated AS Activated_18, a0_.StickyUntil AS StickyUntil_19, a0_.ViewCount AS ViewCount_20, a0_.PushEnabled AS PushEnabled_21, a0_.PushTitle AS PushTitle_22, a0_.PushMessage AS PushMessage_23, a0_.breaking AS breaking_24, a0_.breaking_title AS breaking_title_25, a0_.TestMode AS TestMode_26, r1_.RacingSerieId AS RacingSerieId_27, r1_.RewriteUrl AS RewriteUrl_28, r1_.IsDefault AS IsDefault_29, r2_.RacingSeriesTranslationId AS RacingSeriesTranslationId_30, r2_.LanguageCode AS LanguageCode_31, r2_.ShortName AS ShortName_32, r2_.LongName AS LongName_33, a0_.SiteId AS SiteId_34, a0_.RaceTrackHistoryId AS RaceTrackHistoryId_35, a0_.RacingSerieId AS RacingSerieId_36, a0_.PhotoAlbumId AS PhotoAlbumId_37, a0_.CmsAccountId AS CmsAccountId_38, a0_.PollId AS PollId_39, a0_.RaceSessionId AS RaceSessionId_40, r1_.SiteId AS SiteId_41, r1_.CountryIso AS CountryIso_42, r2_.RacingSerieId AS RacingSerieId_43 FROM Articles a0_ INNER JOIN RacingSeries r1_ ON a0_.RacingSerieId = r1_.RacingSerieId AND (r1_.SiteId IN ('1')) INNER JOIN RacingSeriesTranslations r2_ ON r1_.RacingSerieId = r2_.RacingSerieId AND (r2_.LanguageCode = 'en') INNER JOIN keyword_combinations k3_ ON (k3_.nieuwsID = a0_.ArticleId) WHERE (((((a0_.cntnlang IN (?) AND a0_.SiteId IN (?)) AND a0_.Activated = ?) AND a0_.PublishDate < ?) AND a0_.ArticleType IN (?)) AND k3_.keywordID IN (?)) AND (a0_.SiteId IN ('1')) ORDER BY a0_.PublishDate DESC LIMIT 70 | [["en"],["1"],true,{"date":"2025-08-06 21:00:00.000000","timezone_type":3,"timezone":"Europe\/Amsterdam"},["Nieuws","LiveRaceReport","Liveblog"],[1587]] | |
0.019861 | done | "" |