# |
type |
message |
1 | ToolkitRouting | Connect sfRoute "homepage" (/) |
2 | ToolkitRouting | Connect sfRoute "default/vcard" (/vcard.php) |
3 | ToolkitRouting | Connect sfRoute "default/sitemap" (/sitemap.:sf_format) |
4 | ToolkitRouting | Connect sfRoute "default/schoolmap" (/schoolmap.:p.:sf_format) |
5 | ToolkitRouting | Connect sfRoute "default/pagemap" (/pagemap.:sf_format) |
6 | ToolkitRouting | Connect sfRoute "default/searchmap" (/searchmap.:sf_format) |
7 | ToolkitRouting | Connect sfRoute "default/redirect1" (/pages/:slug.php) |
8 | ToolkitRouting | Connect sfRoute "default/redirect2" (/:slug.php) |
9 | ToolkitRouting | Connect sfRoute "default/login" (/connexion.:sf_format) |
10 | ToolkitRouting | Connect sfRoute "default/logout" (/deconnexion.:sf_format) |
11 | ToolkitRouting | Connect sfRoute "default/password" (/mot-de-passe-oublie.:sf_format) |
12 | ToolkitRouting | Connect sfRoute "default/subscribe" (/acceder-a-notre-service/:slug.:id.:sf_format) |
13 | ToolkitRouting | Connect sfRoute "user/create" (/compte-utilisateur/creer.:sf_format) |
14 | ToolkitRouting | Connect sfRoute "user/manage" (/compte-utilisateur/modifier.:sf_format) |
15 | ToolkitRouting | Connect sfRoute "user/update" (/compte-utilisateur/mettre-a-jour.:sf_format) |
16 | ToolkitRouting | Connect sfRoute "user/favorite" (/mes-favoris.:sf_format) |
17 | ToolkitRouting | Connect sfRoute "school/index" (/etablissement-prive/) |
18 | ToolkitRouting | Connect sfRoute "school/marker" (/etablissement-prive/marker.:sf_format) |
19 | ToolkitRouting | Connect sfRoute "school/view" (/etablissement-prive/:id/:slug.:sf_format) |
20 | ToolkitRouting | Connect sfRoute "school/google" (/etablissement-prive/:id/:slug.:sf_format) |
21 | ToolkitRouting | Connect sfRoute "school/permalink" (/etablissement-prive/:id/) |
22 | ToolkitRouting | Connect sfRoute "_school/view" (/etablissement-prive/:slug.:id.:sf_format) |
23 | ToolkitRouting | Connect sfRoute "school/index-diploma" (/diplome-enseignement-prive/:d/:slug.html) |
24 | ToolkitRouting | Connect sfRoute "school/index-profile" (/recherche-etablissement-prive/:m/:slug.html) |
25 | ToolkitRouting | Connect sfRoute "orientation/index" (/orientation-bilans/) |
26 | ToolkitRouting | Connect sfRoute "orientation/view" (/orientation-bilans/:slug.:id.:sf_format) |
27 | ToolkitRouting | Connect sfRoute "orientation/product" (/orientation-bilans/:slug.:id.produit.:sf_format) |
28 | ToolkitRouting | Connect sfRoute "studies/index" (/etudes-etranger/) |
29 | ToolkitRouting | Connect sfRoute "studies/view" (/etudes-etranger/:slug.:id.:sf_format) |
30 | ToolkitRouting | Connect sfRoute "studies/product" (/etudes-etranger/:slug.:id.produit.:sf_format) |
31 | ToolkitRouting | Connect sfRoute "edition/index" (/editions-fabert/) |
32 | ToolkitRouting | Connect sfRoute "edition/author" (/editions-fabert/les-auteurs.:sf_format) |
33 | ToolkitRouting | Connect sfRoute "edition/detail" (/editions-fabert/les-auteurs/:slug.:id.:sf_format) |
34 | ToolkitRouting | Connect sfRoute "edition/view" (/editions-fabert-etranger/:slug.:id.:sf_format) |
35 | ToolkitRouting | Connect sfRoute "edition/product" (/editions-fabert/:slug.:id.produit.:sf_format) |
36 | ToolkitRouting | Connect sfRoute "page/event" (/evenements/) |
37 | ToolkitRouting | Connect sfRoute "page/event.rss" (/evenements/flux.:sf_format) |
38 | ToolkitRouting | Connect sfRoute "news/index" (/actualites/) |
39 | ToolkitRouting | Connect sfRoute "news/view" (/actualites/:slug.:id.:sf_format) |
40 | ToolkitRouting | Connect sfRoute "news/index.rss" (/actualites/flux.:sf_format) |
41 | ToolkitRouting | Connect sfRoute "job/index" (/emplois-carrieres/) |
42 | ToolkitRouting | Connect sfRoute "job/view" (/emplois-carrieres/:slug.:id.:sf_format) |
43 | ToolkitRouting | Connect sfRoute "job/product" (/emplois-carrieres/:slug.:id.product.:sf_format) |
44 | ToolkitRouting | Connect sfRoute "job/offer" (/emplois-carrieres/offre-d-emploi.:sf_format) |
45 | ToolkitRouting | Connect sfRoute "page/view" (/page/:slug.:id.:sf_format) |
46 | ToolkitRouting | Connect sfRoute "track/media" (/media/:id/:file) |
47 | ToolkitRouting | Connect sfRoute "slug" (/:module/:id/:slug.:action.:sf_format) |
48 | ToolkitRouting | Connect sfRoute "id" (/:module/:id/:action.:sf_format) |
49 | ToolkitRouting | Connect sfRoute "action" (/:module/:action.:sf_format) |
50 | ToolkitRouting | Connect sfRoute "permalink" (/:module/:id/) |
51 | ToolkitRouting | Connect sfRoute "index" (/:module/) |
52 | ToolkitRouting | Connect sfRoute "slug_i18n" (/:sf_culture/:module/:id/:slug.:action.:sf_format) |
53 | ToolkitRouting | Connect sfRoute "id_i18n" (/:sf_culture/:module/:id/:action.:sf_format) |
54 | ToolkitRouting | Connect sfRoute "action_i18n" (/:sf_culture/:module/:action.:sf_format) |
55 | ToolkitRouting | Connect sfRoute "permalink_i18n" (/:sf_culture/:module/:id/) |
56 | ToolkitRouting | Connect sfRoute "index_i18n" (/:sf_culture/:module/) |
57 | ToolkitRouting | Connect sfRoute "homepage_i18n" (/:sf_culture/) |
58 | ToolkitRouting | Connect sfRoute "default_index" (/:module) |
59 | ToolkitRouting | Connect sfRoute "default" (/:module/:action/*) |
60 | ToolkitRouting | Match route "homepage" (/) for / with parameters array ( 'module' => 'default', 'action' => 'index', 'sf_format' => 'html',) |
61 | Doctrine_Connection_Mysql | query : CREATE TABLE IF NOT EXISTS public_sessions ( code VARCHAR(255) PRIMARY KEY, data LONGTEXT, timeout TIMESTAMP, last_modified TIMESTAMP ) - () |
62 | Doctrine_Connection_Statement | execute : SELECT data FROM public_sessions WHERE code = ? AND timeout > ? - (31b20763fe7f8b79ee6381b7351fa031, 2024-12-21 18:04:12) |
63 | sfCacheSessionStorage | Restored previous session |
64 | myUser | Flag old flash messages ("error") |
65 | sfFilterChain | Executing filter "sfRenderingFilter" |
66 | sfFilterChain | Executing filter "ToolkitFilter" |
67 | sfFilterChain | Executing filter "myFilter" |
68 | sfFilterChain | Executing filter "sfCacheFilter" |
69 | sfFilterChain | Executing filter "sfExecutionFilter" |
70 | defaultActions | Call "defaultActions->executeIndex()" |
71 | Doctrine_Connection_Statement | execute : SELECT DISTINCT p5.id FROM fabert_ng.produit p5 LEFT JOIN fabert_cms.page_product p7 ON (p5.id = p7.product_id) LEFT JOIN fabert_cms.page p6 ON p6.id = p7.page_id LEFT JOIN fabert_cms.page_menu p8 ON p6.menu_id = p8.id WHERE (date(p5.date_debut) <= curdate() AND date(p5.date_debut) != '0000-00-00' AND (date(p5.date_fin) >= curdate() OR date(p5.date_fin) is null)) AND (date(p6.published_at) <= curdate() AND date(p6.published_at) != '0000-00-00' AND (date(p6.published_to) >= curdate() OR date(p6.published_to) is null)) AND p8.type = ? AND p8.hook = ? AND (p5.image_name is not null AND p5.image_name != ?) ORDER BY p5.date_parution desc LIMIT 4 - (edition, collection, ) |
72 | Doctrine_Connection_Statement | execute : SELECT p.id AS p__id, p.id_famille AS p__id_famille, p.tri AS p__tri, p.date_debut AS p__date_debut, p.date_fin AS p__date_fin, p.libelle_fr AS p__libelle_fr, p.keywords_tag AS p__keywords_tag, p.image_name AS p__image_name, p.texte_presentation AS p__texte_presentation, p.description AS p__description, p.video AS p__video, p.code_produit AS p__code_produit, p.code_ean AS p__code_ean, p.code_isbn AS p__code_isbn, p.tva AS p__tva, p.prix_public AS p__prix_public, p.port_unitaire AS p__port_unitaire, p.prix_promo AS p__prix_promo, p.date_debut_promo AS p__date_debut_promo, p.date_fin_promo AS p__date_fin_promo, p.disponibilite AS p__disponibilite, p.poids_net AS p__poids_net, p.hauteur AS p__hauteur, p.largeur AS p__largeur, p.profondeur AS p__profondeur, p.genre AS p__genre, p.editeur AS p__editeur, p.date_parution AS p__date_parution, p.auteur AS p__auteur, p.preface AS p__preface, p.presentation AS p__presentation, p.nb_pages AS p__nb_pages, p.date_creation AS p__date_creation, p.date_maj AS p__date_maj, p2.id AS p2__id, p2.menu_id AS p2__menu_id, p2.sort AS p2__sort, p2.hook AS p2__hook, p2.name AS p2__name, p2.menu AS p2__menu, p2.description AS p2__description, p2.keywords AS p2__keywords, p2.content AS p2__content, p2.search AS p2__search, p2.published_at AS p2__published_at, p2.published_to AS p2__published_to, p2.old_id AS p2__old_id, p2.old_slug AS p2__old_slug, p2.created_at AS p2__created_at, p2.updated_at AS p2__updated_at, p2.slug AS p2__slug, p4.id AS p4__id, p4.type AS p4__type, p4.name AS p4__name, p4.sort AS p4__sort, p4.hook AS p4__hook, p4.created_at AS p4__created_at, p4.updated_at AS p4__updated_at, p4.slug AS p4__slug FROM fabert_ng.produit p LEFT JOIN fabert_cms.page_product p3 ON (p.id = p3.product_id) LEFT JOIN fabert_cms.page p2 ON p2.id = p3.page_id LEFT JOIN fabert_cms.page_menu p4 ON p2.menu_id = p4.id WHERE p.id IN ('3414', '3413', '3410', '3412') AND (date(p.date_debut) <= curdate() AND date(p.date_debut) != '0000-00-00' AND (date(p.date_fin) >= curdate() OR date(p.date_fin) is null)) AND (date(p2.published_at) <= curdate() AND date(p2.published_at) != '0000-00-00' AND (date(p2.published_to) >= curdate() OR date(p2.published_to) is null)) AND p4.type = ? AND p4.hook = ? AND (p.image_name is not null AND p.image_name != ?) ORDER BY p.date_parution desc - (edition, collection, ) |
73 | Doctrine_Connection_Statement | execute : SELECT p.id AS p__id, p.menu_id AS p__menu_id, p.sort AS p__sort, p.hook AS p__hook, p.name AS p__name, p.menu AS p__menu, p.description AS p__description, p.keywords AS p__keywords, p.content AS p__content, p.search AS p__search, p.published_at AS p__published_at, p.published_to AS p__published_to, p.old_id AS p__old_id, p.old_slug AS p__old_slug, p.created_at AS p__created_at, p.updated_at AS p__updated_at, p.slug AS p__slug, p2.id AS p2__id, p2.type AS p2__type, p2.name AS p2__name, p2.sort AS p2__sort, p2.hook AS p2__hook, p2.created_at AS p2__created_at, p2.updated_at AS p2__updated_at, p2.slug AS p2__slug FROM fabert_cms.page p LEFT JOIN fabert_cms.page_menu p2 ON p.menu_id = p2.id WHERE ((date(p.published_at) <= curdate() AND date(p.published_at) != '0000-00-00' AND (date(p.published_to) >= curdate() OR date(p.published_to) is null)) AND p2.type = ?) ORDER BY p.published_at desc LIMIT 3 - (news) |
74 | Doctrine_Connection_Statement | execute : SELECT s.id AS s__id, s.parent_id AS s__parent_id, s.name AS s__name, s.logo AS s__logo, s.expires_at AS s__expires_at, s.product_id AS s__product_id, s.display_id AS s__display_id, s.description AS s__description, s.keywords AS s__keywords, s.phone AS s__phone, s.fax AS s__fax, s.email AS s__email, s.url AS s__url, s.street AS s__street, s.zip AS s__zip, s.city AS s__city, s.country AS s__country, s.country_extension AS s__country_extension, s.latitude AS s__latitude, s.longitude AS s__longitude, s.comment AS s__comment, s.search AS s__search, s.created_at AS s__created_at, s.updated_at AS s__updated_at, s.slug AS s__slug FROM fabert_cms.school s WHERE (s.logo is not null AND s.expires_at >= ?) ORDER BY rand() LIMIT 20 - (2024-12-21) |
75 | sfPHPView | Render "sf_app_dir/modules/default/templates/indexSuccess.php" |
76 | main | Call "school->executeSearch()" |
77 | Doctrine_Connection_Mysql | query : SELECT COUNT(*) AS num_results FROM fabert_cms.school s - () |
78 | sfPartialView | Render "sf_app_dir/modules/school/templates/_search.php" |
79 | Doctrine_Connection_Mysql | query : CREATE TABLE IF NOT EXISTS my_cache ( code VARCHAR(255) PRIMARY KEY, data LONGTEXT, timeout TIMESTAMP, last_modified TIMESTAMP ) - () |
80 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (page_entries, 2024-12-21 18:04:12) |
81 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (page_entries, 2024-12-21 18:04:12) |
82 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (page_entries, 2024-12-21 18:04:12) |
83 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (config, 2024-12-21 18:04:12) |
84 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (config, 2024-12-21 18:04:12) |
85 | main | Call "default->executePartner()" |
86 | Doctrine_Connection_Statement | execute : SELECT m.id AS m__id, m.id_parent AS m__id_parent, m.libelle_fr AS m__libelle_fr, m.nom_fichier AS m__nom_fichier, m.extension AS m__extension, m.type_media AS m__type_media, m.width AS m__width, m.height AS m__height, m.ext_link AS m__ext_link, m.date_debut AS m__date_debut, m.date_fin AS m__date_fin, m.video AS m__video FROM fabert_ng.media_fabert m WHERE (m.type_media IN (?, ?, ?) AND (date(m.date_debut) <= curdate() AND date(m.date_debut) != '0000-00-00' AND (date(m.date_fin) >= curdate() OR date(m.date_fin) is null))) ORDER BY rand() LIMIT 1 - (105, 1091, 1248) |
87 | sfPartialView | Render "sf_app_dir/modules/default/templates/_partner.php" |
88 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/orientation.intro.40cd750bba9870f18aada2478b24840a, 2024-12-21 18:04:12) |
89 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/orientation.intro.40cd750bba9870f18aada2478b24840a, 2024-12-21 18:04:12) |
90 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/studies.intro.40cd750bba9870f18aada2478b24840a, 2024-12-21 18:04:12) |
91 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/studies.intro.40cd750bba9870f18aada2478b24840a, 2024-12-21 18:04:12) |
92 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/edition.intro.40cd750bba9870f18aada2478b24840a, 2024-12-21 18:04:12) |
93 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/edition.intro.40cd750bba9870f18aada2478b24840a, 2024-12-21 18:04:12) |
94 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (reference_list, 2024-12-21 18:04:12) |
95 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (reference_list, 2024-12-21 18:04:12) |
96 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (reference_list, 2024-12-21 18:04:12) |
97 | sfPHPView | Decorate content with "sf_app_dir/templates/layout.php" |
98 | sfPHPView | Render "sf_app_dir/templates/layout.php" |
99 | main | Get slot "meta" |
100 | sfPartialView | Render "sf_app_dir/templates/_analytics.php" |
101 | sfPartialView | Render "sf_app_dir/templates/_analytics_noscript.php" |
102 | sfPartialView | Render "sf_app_dir/templates/_header.php" |
103 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/partner.dialog.40cd750bba9870f18aada2478b24840a, 2024-12-21 18:04:13) |
104 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/partner.dialog.40cd750bba9870f18aada2478b24840a, 2024-12-21 18:04:13) |
105 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/partner.dialog.40cd750bba9870f18aada2478b24840a, 2024-12-21 18:04:13) |
106 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/partner.dialog.40cd750bba9870f18aada2478b24840a, 2024-12-21 18:04:13) |
107 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (config, 2024-12-21 18:04:13) |
108 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (config, 2024-12-21 18:04:13) |
109 | sfPartialView | Render "sf_app_dir/templates/_footer.php" |
110 | sfPartialView | Render "sf_app_dir/templates/_social-a.php" |
111 | main | Call "default->executeCallback()" |
112 | sfPartialView | Render "sf_app_dir/modules/default/templates/_callback.php" |
113 | sfPartialView | Render "sf_app_dir/modules/captcha/templates/_field.php" |
114 | main | Call "default->executeSend()" |
115 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/send.friend.9ccd95bab0bfa3abb51a1b2d9576cef8, 2024-12-21 18:04:13) |
116 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/send.friend.9ccd95bab0bfa3abb51a1b2d9576cef8, 2024-12-21 18:04:13) |
117 | sfPartialView | Render "sf_app_dir/modules/default/templates/_send.php" |
118 | ToolkitResponse | Send status "HTTP/1.1 200 OK" |
119 | ToolkitResponse | Send header "Cache-Control: private" |
120 | ToolkitResponse | Send header "Content-Type: text/html; charset=utf-8" |
121 | ToolkitResponse | Send header "X-Xss-Protection: 1" |
122 | ToolkitResponse | Send header "X-Frame-Options: SAMEORIGIN" |
Nous suivre sur nos espaces sociaux