| # |
type |
message |
| 1 | ToolkitRouting | Connect sfRoute "default/index" (/:sf_culture/) |
| 2 | ToolkitRouting | Connect sfRoute "page/static" (/:sf_culture/page/static/:id.:sf_format) |
| 3 | ToolkitRouting | Connect sfRoute "sitemap" (/sitemap.xml) |
| 4 | ToolkitRouting | Connect sfRoute "visit/track" (/visit/:type.:id.:sf_format) |
| 5 | ToolkitRouting | Connect sfRoute "homepage" (/) |
| 6 | ToolkitRouting | Connect sfRoute "slug" (/:module/:id/:slug.:action.:sf_format) |
| 7 | ToolkitRouting | Connect sfRoute "id" (/:module/:id/:action.:sf_format) |
| 8 | ToolkitRouting | Connect sfRoute "action" (/:module/:action.:sf_format) |
| 9 | ToolkitRouting | Connect sfRoute "permalink" (/:module/:id/) |
| 10 | ToolkitRouting | Connect sfRoute "index" (/:module/) |
| 11 | ToolkitRouting | Connect sfRoute "slug_i18n" (/:sf_culture/:module/:id/:slug.:action.:sf_format) |
| 12 | ToolkitRouting | Connect sfRoute "id_i18n" (/:sf_culture/:module/:id/:action.:sf_format) |
| 13 | ToolkitRouting | Connect sfRoute "action_i18n" (/:sf_culture/:module/:action.:sf_format) |
| 14 | ToolkitRouting | Connect sfRoute "permalink_i18n" (/:sf_culture/:module/:id/) |
| 15 | ToolkitRouting | Connect sfRoute "index_i18n" (/:sf_culture/:module/) |
| 16 | ToolkitRouting | Connect sfRoute "homepage_i18n" (/:sf_culture/) |
| 17 | ToolkitRouting | Connect sfRoute "default_index" (/:module) |
| 18 | ToolkitRouting | Connect sfRoute "default" (/:module/:action/*) |
| 19 | ToolkitRouting | Match route "slug_i18n" (/:sf_culture/:module/:id/:slug.:action.:sf_format) for /es/additive/1065/Lignova-Crude.view.html with parameters array ( 'module' => 'additive', 'action' => 'view', 'sf_culture' => 'es', 'id' => '1065', 'slug' => 'Lignova-Crude', 'sf_format' => 'html',) |
| 20 | sfFilterChain | Executing filter "sfRenderingFilter" |
| 21 | sfFilterChain | Executing filter "I18nFilter" |
| 22 | Doctrine_Connection_Mysql | exec : SET NAMES 'utf8mb4', SQL_MODE='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION' - () |
| 23 | Doctrine_Connection_Mysql | query : SELECT `l`.`id` AS `l__id`, `l`.`code` AS `l__code`, `l`.`name` AS `l__name`, `l`.`sort` AS `l__sort`, `l`.`created_at` AS `l__created_at`, `l`.`updated_at` AS `l__updated_at` FROM `lang` `l` ORDER BY `l`.`sort` - () |
| 24 | sfFilterChain | Executing filter "sfCacheFilter" |
| 25 | sfFilterChain | Executing filter "sfExecutionFilter" |
| 26 | additiveActions | Call "additiveActions->executeView()" |
| 27 | Doctrine_Connection_Statement | execute : SELECT DISTINCT `a2`.`id` FROM `additive` `a2` LEFT JOIN `company` `c8` ON `a2`.`manufacturer_id` = `c8`.`id` LEFT JOIN `partner_additive` `p4` ON (`a2`.`id` = `p4`.`additive_id`) LEFT JOIN `partner` `p3` ON `p3`.`id` = `p4`.`partner_id` LEFT JOIN `choice` `c9` ON `a2`.`family_id` = `c9`.`id` AND `c9`.`type` = 'additive.family' LEFT JOIN `choice_translation` `c10` ON `c9`.`id` = `c10`.`id` LEFT JOIN `choice` `c11` ON `a2`.`type_id` = `c11`.`id` AND `c11`.`type` = 'additive.type' LEFT JOIN `choice_translation` `c12` ON `c11`.`id` = `c12`.`id` LEFT JOIN `choice` `c13` ON `a2`.`category_id` = `c13`.`id` AND `c13`.`type` = 'additive.category' LEFT JOIN `choice_translation` `c14` ON `c13`.`id` = `c14`.`id` WHERE `a2`.`published_at` <= ? AND `a2`.`id` = ? ORDER BY `p3`.`weight` desc LIMIT 1 - (2026-03-26, 1065) |
| 28 | Doctrine_Connection_Statement | execute : SELECT `a`.`id` AS `a__id`, `a`.`published_at` AS `a__published_at`, `a`.`user_id` AS `a__user_id`, `a`.`family_id` AS `a__family_id`, `a`.`type_id` AS `a__type_id`, `a`.`category_id` AS `a__category_id`, `a`.`environment_id` AS `a__environment_id`, `a`.`manufacturer_id` AS `a__manufacturer_id`, `a`.`name` AS `a__name`, `a`.`logo` AS `a__logo`, `a`.`url` AS `a__url`, `a`.`year` AS `a__year`, `a`.`labels` AS `a__labels`, `a`.`infos` AS `a__infos`, `a`.`search` AS `a__search`, `a`.`draft` AS `a__draft`, `a`.`slug` AS `a__slug`, `a`.`created_at` AS `a__created_at`, `a`.`updated_at` AS `a__updated_at`, `a`.`created_by` AS `a__created_by`, `a`.`updated_by` AS `a__updated_by`, `c`.`id` AS `c__id`, `c`.`published_at` AS `c__published_at`, `c`.`user_id` AS `c__user_id`, `c`.`type` AS `c__type`, `c`.`name` AS `c__name`, `c`.`logo` AS `c__logo`, `c`.`url` AS `c__url`, `c`.`contact` AS `c__contact`, `c`.`lat` AS `c__lat`, `c`.`lng` AS `c__lng`, `c`.`address` AS `c__address`, `c`.`zip` AS `c__zip`, `c`.`city` AS `c__city`, `c`.`country_id` AS `c__country_id`, `c`.`phone` AS `c__phone`, `c`.`email` AS `c__email`, `c`.`description` AS `c__description`, `c`.`infos` AS `c__infos`, `c`.`search` AS `c__search`, `c`.`draft` AS `c__draft`, `c`.`slug` AS `c__slug`, `c`.`created_at` AS `c__created_at`, `c`.`updated_at` AS `c__updated_at`, `c`.`created_by` AS `c__created_by`, `c`.`updated_by` AS `c__updated_by`, `p`.`id` AS `p__id`, `p`.`name` AS `p__name`, `p`.`link` AS `p__link`, `p`.`image` AS `p__image`, `p`.`contract_id` AS `p__contract_id`, `p`.`weight` AS `p__weight`, `p`.`is_active` AS `p__is_active`, `p`.`date_at` AS `p__date_at`, `p`.`date_to` AS `p__date_to`, `p`.`country_list` AS `p__country_list`, `p`.`comment` AS `p__comment`, `p`.`slug` AS `p__slug`, `p`.`created_at` AS `p__created_at`, `p`.`updated_at` AS `p__updated_at`, `p`.`created_by` AS `p__created_by`, `p`.`updated_by` AS `p__updated_by`, `c2`.`id` AS `c2__id`, `c2`.`type` AS `c2__type`, `c2`.`sort` AS `c2__sort`, `c2`.`created_at` AS `c2__created_at`, `c2`.`updated_at` AS `c2__updated_at`, `c2`.`translated` AS `c2__translated`, `c3`.`id` AS `c3__id`, `c3`.`name` AS `c3__name`, `c3`.`lang` AS `c3__lang`, `c4`.`id` AS `c4__id`, `c4`.`type` AS `c4__type`, `c4`.`sort` AS `c4__sort`, `c4`.`created_at` AS `c4__created_at`, `c4`.`updated_at` AS `c4__updated_at`, `c4`.`translated` AS `c4__translated`, `c5`.`id` AS `c5__id`, `c5`.`name` AS `c5__name`, `c5`.`lang` AS `c5__lang`, `c6`.`id` AS `c6__id`, `c6`.`type` AS `c6__type`, `c6`.`sort` AS `c6__sort`, `c6`.`created_at` AS `c6__created_at`, `c6`.`updated_at` AS `c6__updated_at`, `c6`.`translated` AS `c6__translated`, `c7`.`id` AS `c7__id`, `c7`.`name` AS `c7__name`, `c7`.`lang` AS `c7__lang` FROM `additive` `a` LEFT JOIN `company` `c` ON `a`.`manufacturer_id` = `c`.`id` LEFT JOIN `partner_additive` `p2` ON (`a`.`id` = `p2`.`additive_id`) LEFT JOIN `partner` `p` ON `p`.`id` = `p2`.`partner_id` LEFT JOIN `choice` `c2` ON `a`.`family_id` = `c2`.`id` AND `c2`.`type` = 'additive.family' LEFT JOIN `choice_translation` `c3` ON `c2`.`id` = `c3`.`id` LEFT JOIN `choice` `c4` ON `a`.`type_id` = `c4`.`id` AND `c4`.`type` = 'additive.type' LEFT JOIN `choice_translation` `c5` ON `c4`.`id` = `c5`.`id` LEFT JOIN `choice` `c6` ON `a`.`category_id` = `c6`.`id` AND `c6`.`type` = 'additive.category' LEFT JOIN `choice_translation` `c7` ON `c6`.`id` = `c7`.`id` WHERE `a`.`id` IN (1065) AND (`a`.`published_at` <= ? AND `a`.`id` = ?) ORDER BY `p`.`weight` desc - (2026-03-26, 1065) |
| 29 | Doctrine_Connection_Statement | execute : SELECT `a`.`id` AS `a__id`, `a`.`additive_id` AS `a__additive_id`, `a`.`field_id` AS `a__field_id`, `a`.`created_at` AS `a__created_at`, `a`.`updated_at` AS `a__updated_at`, `a`.`translated` AS `a__translated`, `a2`.`id` AS `a2__id`, `a2`.`name` AS `a2__name`, `a2`.`lang` AS `a2__lang`, `f`.`id` AS `f__id`, `f`.`model` AS `f__model`, `f`.`type` AS `f__type`, `f`.`flags` AS `f__flags`, `f`.`sort` AS `f__sort`, `f`.`created_at` AS `f__created_at`, `f`.`updated_at` AS `f__updated_at`, `f`.`translated` AS `f__translated`, `f2`.`id` AS `f2__id`, `f2`.`name` AS `f2__name`, `f2`.`lang` AS `f2__lang` FROM `additive_info` `a` LEFT JOIN `additive_info_translation` `a2` ON `a`.`id` = `a2`.`id` LEFT JOIN `field` `f` ON `a`.`field_id` = `f`.`id` LEFT JOIN `field_translation` `f2` ON `f`.`id` = `f2`.`id` WHERE (`a`.`additive_id` = ?) ORDER BY `f`.`sort` - (1065) |
| 30 | Doctrine_Connection_Statement | execute : SELECT `p`.`id` AS `p__id`, `p`.`type_id` AS `p__type_id`, `p`.`published_at` AS `p__published_at`, `p`.`user_id` AS `p__user_id`, `p`.`partner_id` AS `p__partner_id`, `p`.`image` AS `p__image`, `p`.`size` AS `p__size`, `p`.`search` AS `p__search`, `p`.`visits` AS `p__visits`, `p`.`draft` AS `p__draft`, `p`.`created_at` AS `p__created_at`, `p`.`updated_at` AS `p__updated_at`, `p`.`created_by` AS `p__created_by`, `p`.`updated_by` AS `p__updated_by`, `p`.`translated` AS `p__translated`, `p2`.`id` AS `p2__id`, `p2`.`name` AS `p2__name`, `p2`.`file` AS `p2__file`, `p2`.`description` AS `p2__description`, `p2`.`cite` AS `p2__cite`, `p2`.`version` AS `p2__version`, `p2`.`reference` AS `p2__reference`, `p2`.`legend` AS `p2__legend`, `p2`.`content` AS `p2__content`, `p2`.`content_text` AS `p2__content_text`, `p2`.`slug` AS `p2__slug`, `p2`.`lang` AS `p2__lang` FROM `paper` `p` LEFT JOIN `paper_translation` `p2` ON `p`.`id` = `p2`.`id` LEFT JOIN `paper_additive` `p3` ON `p`.`id` = `p3`.`paper_id` WHERE (`p3`.`additive_id` = ?) ORDER BY `p`.`id` desc - (1065) |
| 31 | myViewCacheManager | Cache for "additive/view?id=1065&sf_culture=es&sf_format=html&slug=Lignova-Crude" does not exist |
| 32 | sfPHPView | Render "sf_app_dir/modules/additive/templates/viewSuccess.php" |
| 33 | main | Get slot "meta" |
| 34 | main | Set slot "meta" |
| 35 | myViewCacheManager | Generate cache key |
| 36 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_authenticate&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 37 | sfPartialView | Render "sf_app_dir/modules/default/templates/_authenticate.php" |
| 38 | myViewCacheManager | Save cache for "@sf_cache_partial?module=default&action=_authenticate&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 39 | myViewCacheManager | Generate cache key |
| 40 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=a926a0cbf51c7b10701908a569dc625c" does not exist |
| 41 | main | Call "additive->executeLogo()" |
| 42 | myViewCacheManager | Generate cache key |
| 43 | myViewCacheManager | Cache for "@sf_cache_partial?module=visit&action=_count&sf_cache_key=5f1d519263c9ba5f2d5d7dca6fd451a6" does not exist |
| 44 | main | Call "visit->executeCount()" |
| 45 | Doctrine_Connection_Statement | execute : SELECT sum(nb) as nb FROM visit WHERE code = ? - (additive.1065) |
| 46 | myViewCacheManager | Cache for "@sf_cache_partial?module=visit&action=_count&sf_cache_key=5f1d519263c9ba5f2d5d7dca6fd451a6" does not exist |
| 47 | sfPartialView | Render "sf_app_dir/modules/visit/templates/_count.php" |
| 48 | myViewCacheManager | Save cache for "@sf_cache_partial?module=visit&action=_count&sf_cache_key=5f1d519263c9ba5f2d5d7dca6fd451a6" |
| 49 | Doctrine_Connection_Statement | execute : SELECT `c`.`id` AS `c__id`, `c`.`type` AS `c__type`, `c`.`sort` AS `c__sort`, `c`.`created_at` AS `c__created_at`, `c`.`updated_at` AS `c__updated_at`, `c`.`translated` AS `c__translated` FROM `choice` `c` WHERE (`c`.`id` = ? AND (`c`.`type` = 'additive.environment')) - (551) |
| 50 | Doctrine_Connection_Statement | execute : SELECT `c`.`id` AS `c__id`, `c`.`name` AS `c__name`, `c`.`lang` AS `c__lang` FROM `choice_translation` `c` WHERE (`c`.`id` IN (?)) - (551) |
| 51 | myViewCacheManager | Generate cache key |
| 52 | myViewCacheManager | Cache for "@sf_cache_partial?module=visit&action=_tracker&sf_cache_key=5f1d519263c9ba5f2d5d7dca6fd451a6" does not exist |
| 53 | sfPartialView | Render "sf_app_dir/modules/visit/templates/_tracker.php" |
| 54 | myViewCacheManager | Save cache for "@sf_cache_partial?module=visit&action=_tracker&sf_cache_key=5f1d519263c9ba5f2d5d7dca6fd451a6" |
| 55 | myViewCacheManager | Save cache for "additive/view?id=1065&sf_culture=es&sf_format=html&slug=Lignova-Crude" |
| 56 | sfPHPView | Decorate content with "sf_app_dir/templates/layout.php" |
| 57 | sfPHPView | Render "sf_app_dir/templates/layout.php" |
| 58 | main | Get slot "meta" |
| 59 | myViewCacheManager | Generate cache key |
| 60 | myViewCacheManager | Cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 61 | sfPartialView | Render "sf_app_dir/templates/_matomo.php" |
| 62 | myViewCacheManager | Save cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 63 | main | Call "default->executeHeader()" |
| 64 | Doctrine_Connection_Statement | execute : SELECT `p`.`id` AS `p__id`, `p`.`sort` AS `p__sort`, `p`.`created_at` AS `p__created_at`, `p`.`updated_at` AS `p__updated_at`, `p`.`translated` AS `p__translated`, `p2`.`id` AS `p2__id`, `p2`.`name` AS `p2__name`, `p2`.`description` AS `p2__description`, `p2`.`lang` AS `p2__lang` FROM `paper_type` `p` LEFT JOIN `paper_type_translation` `p2` ON `p`.`id` = `p2`.`id` LEFT JOIN `paper` `p3` ON `p`.`id` = `p3`.`type_id` WHERE (`p3`.`published_at` <= ?) ORDER BY `p`.`sort` - (2026-03-26) |
| 65 | sfPartialView | Render "sf_app_dir/modules/default/templates/_header.php" |
| 66 | myViewCacheManager | Generate cache key |
| 67 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 68 | main | Call "default->executeFooter()" |
| 69 | Doctrine_Connection_Mysql | query : SELECT `p`.`id` AS `p__id`, `p`.`name` AS `p__name`, `p`.`link` AS `p__link`, `p`.`image` AS `p__image`, `p`.`contract_id` AS `p__contract_id`, `p`.`weight` AS `p__weight`, `p`.`is_active` AS `p__is_active`, `p`.`date_at` AS `p__date_at`, `p`.`date_to` AS `p__date_to`, `p`.`country_list` AS `p__country_list`, `p`.`comment` AS `p__comment`, `p`.`slug` AS `p__slug`, `p`.`created_at` AS `p__created_at`, `p`.`updated_at` AS `p__updated_at`, `p`.`created_by` AS `p__created_by`, `p`.`updated_by` AS `p__updated_by` FROM `partner` `p` ORDER BY `p`.`weight` desc, `p`.`name` - () |
| 70 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 71 | sfPartialView | Render "sf_app_dir/modules/default/templates/_footer.php" |
| 72 | main | Get slot "footer" |
| 73 | myViewCacheManager | Save cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 74 | main | Call "default->executeLang()" |
| 75 | sfPartialView | Render "sf_app_dir/modules/default/templates/_lang.php" |
| 76 | ToolkitResponse | Send status "HTTP/1.1 200 OK" |
| 77 | ToolkitResponse | Send header "Content-Type: text/html; charset=utf-8" |
| 78 | ToolkitResponse | Send header "X-Frame-Options: SAMEORIGIN" |
| 79 | ToolkitResponse | Send header "X-Xss-Protection: 1" |