| # |
type |
message |
| 1 | PhpConfigHandler | php.ini "register_globals" key is better set to "false" (current value is "'1'" - php.ini location: "/usr/local/lib/php.ini") |
| 2 | Context | initialization |
| 3 | Controller | initialization |
| 4 | Routing | match route [lead-form-campus-slug] "/info/campus/:slug" |
| 5 | Request | request parameters array ( 'slug' => 'strayer-university', 'module' => 'info', 'action' => 'perma_campus',) |
| 6 | Controller | dispatch request |
| 7 | Filter | executing filter "sfRenderingFilter" |
| 8 | Filter | executing filter "sfWebDebugFilter" |
| 9 | Filter | executing filter "sfCommonFilter" |
| 10 | Filter | executing filter "sfFlashFilter" |
| 11 | Filter | flag old flash messages ("zipCode", "degree_id", "program_id") |
| 12 | Filter | executing filter "sfExecutionFilter" |
| 13 | Creole | connect(): DSN: array ( 'database' => '****', 'encoding' => '****', 'hostspec' => '****', 'password' => '****', 'persistent' => '****', 'phptype' => '****', 'port' => '****', 'protocol' => '****', 'username' => '****', ), FLAGS: 0 |
| 14 | Creole | prepareStatement(): SELECT content_page.ID, content_page.NAME, content_page.SITE_ID, content_page.MODULE_NAME, content_page.ACTION_NAME, content_page.TITLETAG, content_page.KEYWORDS, content_page.DESCRIPTION FROM content_page WHERE content_page.MODULE_NAME=? AND content_page.ACTION_NAME=? AND content_page.SITE_ID=? |
| 15 | Creole | applyLimit(): SELECT content_page.ID, content_page.NAME, content_page.SITE_ID, content_page.MODULE_NAME, content_page.ACTION_NAME, content_page.TITLETAG, content_page.KEYWORDS, content_page.DESCRIPTION FROM content_page WHERE content_page.MODULE_NAME='info' AND content_page.ACTION_NAME='perma_campus' AND content_page.SITE_ID=6, offset: 0, limit: 1 |
| 16 | Creole | executeQuery(): [0.42 ms] SELECT content_page.ID, content_page.NAME, content_page.SITE_ID, content_page.MODULE_NAME, content_page.ACTION_NAME, content_page.TITLETAG, content_page.KEYWORDS, content_page.DESCRIPTION FROM content_page WHERE content_page.MODULE_NAME='info' AND content_page.ACTION_NAME='perma_campus' AND content_page.SITE_ID=6 LIMIT 1 |
| 17 | Action | call "infoActions->executePerma_campus()" |
| 18 | Creole | prepareStatement(): SELECT college.ID, college.COLLEGE_TYPE, college.NAME, college.SEO_NAME, college.SEO_URL, college.COLLEGE_MAIN_ID, college.ACCREDIDATION, college.STATUS, college.SHOW_LEAD_FORM, college.LEAD_FORM_URL FROM college WHERE college.SEO_URL=? |
| 19 | Creole | applyLimit(): SELECT college.ID, college.COLLEGE_TYPE, college.NAME, college.SEO_NAME, college.SEO_URL, college.COLLEGE_MAIN_ID, college.ACCREDIDATION, college.STATUS, college.SHOW_LEAD_FORM, college.LEAD_FORM_URL FROM college WHERE college.SEO_URL='strayer-university', offset: 0, limit: 1 |
| 20 | Creole | executeQuery(): [0.55 ms] SELECT college.ID, college.COLLEGE_TYPE, college.NAME, college.SEO_NAME, college.SEO_URL, college.COLLEGE_MAIN_ID, college.ACCREDIDATION, college.STATUS, college.SHOW_LEAD_FORM, college.LEAD_FORM_URL FROM college WHERE college.SEO_URL='strayer-university' LIMIT 1 |
| 21 | Creole | prepareStatement(): SELECT college_form.ID, college_form.COLLEGE_ID, college_form.POSTING, college_form.DESCRIPTION, college_form.PRE_TEXT, college_form.POST_TEXT, college_form.EMAIL FROM college_form WHERE college_form.COLLEGE_ID=? |
| 22 | Creole | executeQuery(): [0.48 ms] SELECT college_form.ID, college_form.COLLEGE_ID, college_form.POSTING, college_form.DESCRIPTION, college_form.PRE_TEXT, college_form.POST_TEXT, college_form.EMAIL FROM college_form WHERE college_form.COLLEGE_ID=2267 |
| 23 | Creole | prepareStatement(): SELECT DISTINCT college.ID, college.COLLEGE_TYPE, college.NAME, college.SEO_NAME, college.SEO_URL, college.COLLEGE_MAIN_ID, college.ACCREDIDATION, college.STATUS, college.SHOW_LEAD_FORM, college.LEAD_FORM_URL, UPPER(college.NAME) FROM college WHERE (college.COLLEGE_MAIN_ID<>? AND college.COLLEGE_MAIN_ID=?) AND college.ID<>? ORDER BY UPPER(college.NAME) ASC |
| 24 | Creole | executeQuery(): [0.50 ms] SELECT DISTINCT college.ID, college.COLLEGE_TYPE, college.NAME, college.SEO_NAME, college.SEO_URL, college.COLLEGE_MAIN_ID, college.ACCREDIDATION, college.STATUS, college.SHOW_LEAD_FORM, college.LEAD_FORM_URL, UPPER(college.NAME) FROM college WHERE (college.COLLEGE_MAIN_ID<>0 AND college.COLLEGE_MAIN_ID=2267) AND college.ID<>2267 ORDER BY UPPER(college.NAME) ASC |
| 25 | Creole | prepareStatement(): SELECT college_form.ID, college_form.COLLEGE_ID, college_form.POSTING, college_form.DESCRIPTION, college_form.PRE_TEXT, college_form.POST_TEXT, college_form.EMAIL FROM college_form WHERE college_form.COLLEGE_ID=? |
| 26 | Creole | executeQuery(): [0.34 ms] SELECT college_form.ID, college_form.COLLEGE_ID, college_form.POSTING, college_form.DESCRIPTION, college_form.PRE_TEXT, college_form.POST_TEXT, college_form.EMAIL FROM college_form WHERE college_form.COLLEGE_ID=2267 |
| 27 | Action | change template to "campus" |
| 28 | View | initialize view for "info/perma_campus" |
| 29 | View | render "sf_app_dir/modules/info/templates/campusSuccess.php" |
| 30 | PartialHelper | call "info->executeCampuses()" |
| 31 | View | initialize view for "info/_campuses" |
| 32 | View | render "sf_app_dir/modules/info/templates/_campuses.php" |
| 33 | View | decorate content with "sf_app_dir/templates/leadFormLayout.php" |
| 34 | View | render "sf_app_dir/templates/leadFormLayout.php" |
| 35 | View | initialize view for "global/_vista" |
| 36 | View | render "sf_app_dir/templates/_vista.php" |
| 37 | PartialHelper | call "info->executeCollege_header()" |
| 38 | View | initialize view for "info/_college_header" |
| 39 | View | render "sf_app_dir/modules/info/templates/_college_header.php" |
| 40 | View | initialize view for "global/_footerlead" |
| 41 | View | render "sf_app_dir/templates/_footerlead.php" |
| 42 | Filter | remove old flash messages ("zipCode", "degree_id", "program_id") |