# |
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 "id" (/:module/:id/:action.:sf_format) for /job/149/demand.html with parameters array ( 'module' => 'job', 'action' => 'demand', 'id' => '149', '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 | sfCacheSessionStorage | New session created |
63 | sfFilterChain | Executing filter "sfRenderingFilter" |
64 | sfFilterChain | Executing filter "ToolkitFilter" |
65 | sfFilterChain | Executing filter "myFilter" |
66 | sfFilterChain | Executing filter "sfCacheFilter" |
67 | sfFilterChain | Executing filter "sfExecutionFilter" |
68 | jobActions | Call "jobActions->executeDemand()" |
69 | 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_profil c WHERE (c.id = ?) LIMIT 1 - (334) |
70 | 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_profil c WHERE (c.bord_gauche > ? AND c.bord_droit < ? AND c.id = ?) LIMIT 1 - (468, 793, 149) |
71 | Doctrine_Connection_Statement | execute : SELECT COUNT(*) AS num_results FROM (SELECT c.id FROM fabert_ng.curriculum_vitae c LEFT JOIN fabert_ng.tiers_physique t ON c.id_tiers_physique = t.id LEFT JOIN fabert_ng.commande c2 ON t.id = c2.id_client LEFT JOIN fabert_ng.ligne_commande l ON c2.id = l.id_commande LEFT JOIN fabert_ng.classification_profil c3 ON l.emplacement = c3.id WHERE c2.etat_suivi_emploi = ? AND l.id_produit IN (?, ?) AND (l.date_activation <= curdate() AND l.date_expiration >= curdate()) AND c3.bord_gauche >= ? AND c3.bord_droit <= ? GROUP BY c.id) dctrn_count_query - (1413, 60, 3092, 765, 792) |
72 | 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, COUNT(distinct c3.id) AS c3__0, (c.bord_gauche <= 765 and c.bord_droit >= 792) AS c__1 FROM fabert_ng.classification_profil c LEFT JOIN fabert_ng.ligne_commande l ON c.id = l.emplacement AND (l.id_produit in (60, 3092)) AND ((l.date_activation <= curdate() AND l.date_expiration >= curdate())) LEFT JOIN fabert_ng.commande c2 ON l.id_commande = c2.id AND (c2.etat_suivi_emploi = 1413) LEFT JOIN fabert_ng.tiers_physique t ON c2.id_client = t.id LEFT JOIN fabert_ng.curriculum_vitae c3 ON t.id = c3.id_tiers_physique WHERE (c.bord_gauche >= ? AND c.bord_droit <= ?) GROUP BY c.id ORDER BY c.bord_gauche - (468, 793) |
73 | Doctrine_Connection_Statement | execute : SELECT p.id AS p__id, p.type AS p__type, p.name AS p__name, p.sort AS p__sort, p.hook AS p__hook, 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.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 FROM fabert_cms.page_menu p LEFT JOIN fabert_cms.page p2 ON p.id = p2.menu_id WHERE (p.type = ? 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))) ORDER BY p.sort, p.name, p2.sort, p2.menu - (job) |
74 | sfPHPView | Render "sf_app_dir/modules/job/templates/demandSuccess.php" |
75 | sfPartialView | Render "sf_app_dir/templates/_paginate.php" |
76 | Doctrine_Connection_Statement | execute : SELECT DISTINCT c4.id FROM fabert_ng.curriculum_vitae c4 LEFT JOIN fabert_ng.tiers_physique t2 ON c4.id_tiers_physique = t2.id LEFT JOIN fabert_ng.commande c5 ON t2.id = c5.id_client LEFT JOIN fabert_ng.ligne_commande l2 ON c5.id = l2.id_commande LEFT JOIN fabert_ng.classification_profil c6 ON l2.emplacement = c6.id WHERE c5.etat_suivi_emploi = ? AND l2.id_produit IN (?, ?) AND (l2.date_activation <= curdate() AND l2.date_expiration >= curdate()) AND c6.bord_gauche >= ? AND c6.bord_droit <= ? ORDER BY c4.last_modified desc LIMIT 10 - (1413, 60, 3092, 765, 792) |
77 | Doctrine_Connection_Statement | execute : SELECT c.id AS c__id, c.id_tiers_physique AS c__id_tiers_physique, c.nationalite AS c__nationalite, c.dip1 AS c__dip1, c.dip2 AS c__dip2, c.dip3 AS c__dip3, c.dip4 AS c__dip4, c.dip5 AS c__dip5, c.exp1 AS c__exp1, c.exp2 AS c__exp2, c.exp3 AS c__exp3, c.exp4 AS c__exp4, c.exp5 AS c__exp5, c.region1 AS c__region1, c.region2 AS c__region2, c.cv_pdf AS c__cv_pdf, c.origine AS c__origine, c.dip_valid AS c__dip_valid, c.dip_commentaires AS c__dip_commentaires, c.last_modified AS c__last_modified, t.id AS t__id, t.prenom AS t__prenom, t.nom AS t__nom, t.id_civilite AS t__id_civilite, t.date_naissance AS t__date_naissance, t.telephone AS t__telephone, t.telephone_portable AS t__telephone_portable, t.fax AS t__fax, t.email AS t__email, t.password AS t__password, t.adresse AS t__adresse, t.code_postal AS t__code_postal, t.ville AS t__ville, t.id_pays AS t__id_pays, t.adresse_livraison AS t__adresse_livraison, t.code_postal_livraison AS t__code_postal_livraison, t.ville_livraison AS t__ville_livraison, t.pays_livraison AS t__pays_livraison, t.utiliser_adr_livraison AS t__utiliser_adr_livraison, t.id_profil_client AS t__id_profil_client, t.profil_autre AS t__profil_autre, t.ok_newsletter AS t__ok_newsletter, t.organe AS t__organe, t.date_creation AS t__date_creation, t.date_maj AS t__date_maj FROM fabert_ng.curriculum_vitae c LEFT JOIN fabert_ng.tiers_physique t ON c.id_tiers_physique = t.id LEFT JOIN fabert_ng.commande c2 ON t.id = c2.id_client LEFT JOIN fabert_ng.ligne_commande l ON c2.id = l.id_commande LEFT JOIN fabert_ng.classification_profil c3 ON l.emplacement = c3.id WHERE c.id IN ('16376') AND (c2.etat_suivi_emploi = ? AND l.id_produit IN (?, ?) AND (l.date_activation <= curdate() AND l.date_expiration >= curdate()) AND c3.bord_gauche >= ? AND c3.bord_droit <= ?) ORDER BY c.last_modified desc - (1413, 60, 3092, 765, 792) |
78 | sfPartialView | Render "sf_app_dir/templates/_paginate.php" |
79 | main | Call "default->executeSkyscraper()" |
80 | 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, 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_ng.media_fabert m LEFT JOIN fabert_cms.school s ON m.id_parent = s.id WHERE (m.type_media = ? AND (m.nom_fichier is not null AND LENGTH(m.nom_fichier) > 0) 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 - (108) |
81 | sfPartialView | Render "sf_app_dir/modules/default/templates/_skyscraper.php" |
82 | sfPartialView | Render "sf_app_dir/modules/job/templates/_menu.php" |
83 | Doctrine_Connection_Mysql | query : CREATE TABLE IF NOT EXISTS my_cache ( code VARCHAR(255) PRIMARY KEY, data LONGTEXT, timeout TIMESTAMP, last_modified TIMESTAMP ) - () |
84 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/job.create.40cd750bba9870f18aada2478b24840a, 2024-12-22 09:18:13) |
85 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/job.create.40cd750bba9870f18aada2478b24840a, 2024-12-22 09:18:13) |
86 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/job.create.40cd750bba9870f18aada2478b24840a, 2024-12-22 09:18:13) |
87 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/job.create.40cd750bba9870f18aada2478b24840a, 2024-12-22 09:18:13) |
88 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/job.update.40cd750bba9870f18aada2478b24840a, 2024-12-22 09:18:13) |
89 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/job.update.40cd750bba9870f18aada2478b24840a, 2024-12-22 09:18:13) |
90 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/job.update.40cd750bba9870f18aada2478b24840a, 2024-12-22 09:18:13) |
91 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/job.update.40cd750bba9870f18aada2478b24840a, 2024-12-22 09:18:13) |
92 | sfPHPView | Decorate content with "sf_app_dir/templates/layout.php" |
93 | sfPHPView | Render "sf_app_dir/templates/layout.php" |
94 | main | Get slot "meta" |
95 | sfPartialView | Render "sf_app_dir/templates/_analytics.php" |
96 | sfPartialView | Render "sf_app_dir/templates/_analytics_noscript.php" |
97 | sfPartialView | Render "sf_app_dir/templates/_header.php" |
98 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (page_entries, 2024-12-22 09:18:13) |
99 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (page_entries, 2024-12-22 09:18:13) |
100 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (page_entries, 2024-12-22 09:18:13) |
101 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/partner.dialog.40cd750bba9870f18aada2478b24840a, 2024-12-22 09:18:13) |
102 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/partner.dialog.40cd750bba9870f18aada2478b24840a, 2024-12-22 09:18:13) |
103 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/partner.dialog.40cd750bba9870f18aada2478b24840a, 2024-12-22 09:18:13) |
104 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/partner.dialog.40cd750bba9870f18aada2478b24840a, 2024-12-22 09:18:13) |
105 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (config, 2024-12-22 09:18:13) |
106 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (config, 2024-12-22 09:18:13) |
107 | sfPartialView | Render "sf_app_dir/templates/_footer.php" |
108 | sfPartialView | Render "sf_app_dir/templates/_social-c.php" |
109 | main | Call "default->executeCallback()" |
110 | sfPartialView | Render "sf_app_dir/modules/default/templates/_callback.php" |
111 | sfPartialView | Render "sf_app_dir/modules/captcha/templates/_field.php" |
112 | main | Call "default->executeSend()" |
113 | Doctrine_Connection_Statement | execute : SELECT data FROM my_cache WHERE code = ? AND timeout > ? - (template/send.friend.e1e355502d02ade1eeadb346aff49abe, 2024-12-22 09:18:13) |
114 | 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) |
115 | Doctrine_Connection_Statement | execute : REPLACE INTO my_cache (code, data, timeout, last_modified) VALUES (?,?,?,?) - (template/send.friend.e1e355502d02ade1eeadb346aff49abe, [0.77Kb], 2024-12-23 09:18:13, 2024-12-22 09:18:13) |
116 | sfPartialView | Render "sf_app_dir/modules/default/templates/_send.php" |
117 | ToolkitResponse | Send status "HTTP/1.1 200 OK" |
118 | ToolkitResponse | Send header "Cache-Control: private" |
119 | ToolkitResponse | Send header "Content-Type: text/html; charset=utf-8" |
120 | ToolkitResponse | Send header "X-Xss-Protection: 1" |
121 | ToolkitResponse | Send header "X-Frame-Options: SAMEORIGIN" |
122 | ToolkitResponse | Send cookie "GowID": "6e517ee4396d9d7f50950136b269b039:a5665c0cab63be9577e4f74f7205958bb2f9bbbe" |
Nous suivre sur nos espaces sociaux