# |
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 "school/index-profile" (/recherche-etablissement-prive/:m/:slug.html) for /recherche-etablissement-prive/160/Jardinerie-Fleuristerie.html with parameters array ( 'module' => 'school', 'action' => 'index', 'm' => '160', 'slug' => 'Jardinerie-Fleuristerie',) |
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 > ? - (76e56842bf588905797e73bce71df56d, 2024-12-22 05:05:06) |
63 | sfCacheSessionStorage | Restored previous session |
64 | sfFilterChain | Executing filter "sfRenderingFilter" |
65 | sfFilterChain | Executing filter "ToolkitFilter" |
66 | sfFilterChain | Executing filter "myFilter" |
67 | sfFilterChain | Executing filter "sfCacheFilter" |
68 | sfFilterChain | Executing filter "sfExecutionFilter" |
69 | schoolActions | Call "schoolActions->executeIndex()" |
70 | Doctrine_Connection_Mysql | query : CREATE TABLE IF NOT EXISTS my_cache ( code VARCHAR(255) PRIMARY KEY, data LONGTEXT, timeout TIMESTAMP, last_modified TIMESTAMP ) - () |
71 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (school/country, 2024-12-22 05:05:06) |
72 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (school/country, 2024-12-22 05:05:06) |
73 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (school/country, 2024-12-22 05:05:06) |
74 | Doctrine_Connection_Statement | execute : SELECT COUNT(*) AS num_results FROM fabert_ng.classification_rubriquage c WHERE c.id = ? - (160) |
75 | Doctrine_Connection_Statement | execute : SELECT c.id AS c__id, c.libelle_fr AS c__libelle_fr, c.bord_gauche AS c__bord_gauche, c.bord_droit AS c__bord_droit, c.niveau AS c__niveau FROM fabert_ng.classification_rubriquage c WHERE (c.id = ?) LIMIT 1 - (160) |
76 | Doctrine_Connection_Statement | execute : SELECT COUNT(*) AS num_results FROM (SELECT s.id FROM fabert_cms.school s LEFT JOIN fabert_ng.rubriquage r ON s.id = r.id_tiers_moral LEFT JOIN fabert_ng.classification_rubriquage c ON r.id_classification_rubriquage = c.id WHERE c.bord_gauche >= ? AND c.bord_droit <= ? GROUP BY s.id) dctrn_count_query - (310, 311) |
77 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (search_list, 2024-12-22 05:05:06) |
78 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (search_list, 2024-12-22 05:05:06) |
79 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (search_list, 2024-12-22 05:05:06) |
80 | Doctrine_Connection_Statement | execute : SELECT COUNT(*) AS num_results FROM (SELECT s.id FROM fabert_cms.school s LEFT JOIN fabert_ng.rubriquage r ON s.id = r.id_tiers_moral LEFT JOIN fabert_ng.classification_rubriquage c ON r.id_classification_rubriquage = c.id WHERE c.bord_gauche >= ? AND c.bord_droit <= ? GROUP BY s.id) dctrn_count_query - (310, 311) |
81 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (school/nb, 2024-12-22 05:05:06) |
82 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (school/nb, 2024-12-22 05:05:06) |
83 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (school/nb, 2024-12-22 05:05:06) |
84 | sfPHPView | Render "sf_app_dir/modules/school/templates/indexSuccess.php" |
85 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/school.intro.634af253b32f0a2b22650327cd1c9589, 2024-12-22 05:05:06) |
86 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/school.intro.634af253b32f0a2b22650327cd1c9589, 2024-12-22 05:05:06) |
87 | sfPartialView | Render "sf_app_dir/templates/_paginate.php" |
88 | sfPartialView | Render "sf_app_dir/modules/school/templates/_list.php" |
89 | Doctrine_Connection_Statement | execute : SELECT DISTINCT s2.id FROM fabert_cms.school s2 LEFT JOIN fabert_ng.rubriquage r2 ON s2.id = r2.id_tiers_moral LEFT JOIN fabert_ng.classification_rubriquage c2 ON r2.id_classification_rubriquage = c2.id WHERE c2.bord_gauche >= ? AND c2.bord_droit <= ? ORDER BY s2.product_id is null, s2.product_id = 3247, s2.description is null, s2.logo is null, s2.country != "France", s2.expires_at desc, s2.updated_at desc, s2.id desc LIMIT 10 - (310, 311) |
90 | 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 LEFT JOIN fabert_ng.rubriquage r ON s.id = r.id_tiers_moral LEFT JOIN fabert_ng.classification_rubriquage c ON r.id_classification_rubriquage = c.id WHERE s.id IN ('4954', '14053', '13326', '13252', '12966', '12120', '10516', '8787', '6838', '6714') AND (c.bord_gauche >= ? AND c.bord_droit <= ?) ORDER BY s.product_id is null, s.product_id = 3247, s.description is null, s.logo is null, s.country != "France", s.expires_at desc, s.updated_at desc, s.id desc - (310, 311) |
91 | sfPartialView | Render "sf_app_dir/templates/_paginate.php" |
92 | main | Call "default->executeLogo()" |
93 | 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 8 - (2024-12-22) |
94 | sfPartialView | Render "sf_app_dir/modules/default/templates/_logo.php" |
95 | sfPHPView | Decorate content with "sf_app_dir/templates/layout.php" |
96 | sfPHPView | Render "sf_app_dir/templates/layout.php" |
97 | main | Get slot "meta" |
98 | sfPartialView | Render "sf_app_dir/templates/_analytics.php" |
99 | sfPartialView | Render "sf_app_dir/templates/_analytics_noscript.php" |
100 | sfPartialView | Render "sf_app_dir/templates/_header.php" |
101 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (page_entries, 2024-12-22 05:05:06) |
102 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (page_entries, 2024-12-22 05:05:06) |
103 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (page_entries, 2024-12-22 05:05:06) |
104 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/partner.dialog.40cd750bba9870f18aada2478b24840a, 2024-12-22 05:05:06) |
105 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/partner.dialog.40cd750bba9870f18aada2478b24840a, 2024-12-22 05:05:06) |
106 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/partner.dialog.40cd750bba9870f18aada2478b24840a, 2024-12-22 05:05:06) |
107 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/partner.dialog.40cd750bba9870f18aada2478b24840a, 2024-12-22 05:05:06) |
108 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (config, 2024-12-22 05:05:06) |
109 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (config, 2024-12-22 05:05:06) |
110 | sfPartialView | Render "sf_app_dir/templates/_footer.php" |
111 | sfPartialView | Render "sf_app_dir/templates/_social-c.php" |
112 | main | Call "default->executeCallback()" |
113 | sfPartialView | Render "sf_app_dir/modules/default/templates/_callback.php" |
114 | sfPartialView | Render "sf_app_dir/modules/captcha/templates/_field.php" |
115 | main | Call "default->executeSend()" |
116 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/send.friend.8f256f431a77ec35d6c018883962cebf, 2024-12-22 05:05:06) |
117 | Doctrine_Connection_Statement | execute : SELECT t.id AS t__id, t.uid AS t__uid, t.type AS t__type, t.name AS t__name, t.subject AS t__subject, t.content AS t__content, t.error AS t__error, t.disabled AS t__disabled, t.context AS t__context, t.created_at AS t__created_at, t.updated_at AS t__updated_at FROM fabert_cms.template t WHERE (t.uid = ?) LIMIT 1 - (send.friend) |
118 | Doctrine_Connection_Statement | execute : REPLACE INTO my_cache (code, data, timeout, last_modified) VALUES (?,?,?,?) - (template/send.friend.8f256f431a77ec35d6c018883962cebf, [0.64Kb], 2024-12-23 05:05:06, 2024-12-22 05:05:06) |
119 | sfPartialView | Render "sf_app_dir/modules/default/templates/_send.php" |
120 | ToolkitResponse | Send status "HTTP/1.1 200 OK" |
121 | ToolkitResponse | Send header "Cache-Control: private" |
122 | ToolkitResponse | Send header "Content-Type: text/html; charset=utf-8" |
123 | ToolkitResponse | Send header "X-Xss-Protection: 1" |
124 | ToolkitResponse | Send header "X-Frame-Options: SAMEORIGIN" |
Nous suivre sur nos espaces sociaux