| # |
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-slug] "/info/college/:slug" |
| 5 | Request | request parameters array ( 'slug' => 'new-england-college-online', 'module' => 'info', 'action' => 'perma_college',) |
| 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 | executing filter "sfExecutionFilter" |
| 12 | Creole | connect(): DSN: array ( 'database' => '****', 'encoding' => '****', 'hostspec' => '****', 'password' => '****', 'persistent' => '****', 'phptype' => '****', 'port' => '****', 'protocol' => '****', 'username' => '****', ), FLAGS: 0 |
| 13 | 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=? |
| 14 | 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_college' AND content_page.SITE_ID=6, offset: 0, limit: 1 |
| 15 | Creole | executeQuery(): [0.68 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_college' AND content_page.SITE_ID=6 LIMIT 1 |
| 16 | Action | call "infoActions->executePerma_college()" |
| 17 | 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=? |
| 18 | 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='new-england-college-online', offset: 0, limit: 1 |
| 19 | Creole | executeQuery(): [0.74 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='new-england-college-online' LIMIT 1 |
| 20 | 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=? |
| 21 | Creole | executeQuery(): [17.84 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=3049 |
| 22 | Creole | prepareStatement(): SELECT college_form_field.ID, college_form_field.COLLEGE_FORM_ID, college_form_field.FIELD, college_form_field.FIELD_LABEL, college_form_field.MAX_SIZE, college_form_field.TYPE, college_form_field.REQUIRED, college_form_field.NOTES, college_form_field.VALUE, college_form_field.PARENT_ID, college_form_field.FORM_SELECTS_ID FROM college_form_field WHERE college_form_field.COLLEGE_FORM_ID=? |
| 23 | Creole | executeQuery(): [36.59 ms] SELECT college_form_field.ID, college_form_field.COLLEGE_FORM_ID, college_form_field.FIELD, college_form_field.FIELD_LABEL, college_form_field.MAX_SIZE, college_form_field.TYPE, college_form_field.REQUIRED, college_form_field.NOTES, college_form_field.VALUE, college_form_field.PARENT_ID, college_form_field.FORM_SELECTS_ID FROM college_form_field WHERE college_form_field.COLLEGE_FORM_ID=197 |
| 24 | Action | change template to "leadForm" |
| 25 | View | initialize view for "info/perma_college" |
| 26 | View | render "sf_app_dir/modules/info/templates/leadFormSuccess.php" |
| 27 | PartialHelper | call "info->executePrograms()" |
| 28 | Creole | prepareStatement(): SELECT DISTINCT college_program.ID, college_program.COLLEGE_ID, college_program.PROGRAM_ID, college_program.DEGREE_ID, college_program.SCHOOL_PROGRAM_NAME, college_program.DESCRIPTION, UPPER(college_program.SCHOOL_PROGRAM_NAME) FROM college_program WHERE college_program.DESCRIPTION IS NOT NULL AND college_program.COLLEGE_ID=? ORDER BY UPPER(college_program.SCHOOL_PROGRAM_NAME) ASC |
| 29 | Creole | executeQuery(): [1.21 ms] SELECT DISTINCT college_program.ID, college_program.COLLEGE_ID, college_program.PROGRAM_ID, college_program.DEGREE_ID, college_program.SCHOOL_PROGRAM_NAME, college_program.DESCRIPTION, UPPER(college_program.SCHOOL_PROGRAM_NAME) FROM college_program WHERE college_program.DESCRIPTION IS NOT NULL AND college_program.COLLEGE_ID=3049 ORDER BY UPPER(college_program.SCHOOL_PROGRAM_NAME) ASC |
| 30 | Creole | prepareStatement(): SELECT DISTINCT degree.ID, degree.NAME, degree.SEO_NAME, degree.SEO_URL FROM degree WHERE degree.ID IN (?,?,?,?,?,?,?,?,?) |
| 31 | Creole | executeQuery(): [1.24 ms] SELECT DISTINCT degree.ID, degree.NAME, degree.SEO_NAME, degree.SEO_URL FROM degree WHERE degree.ID IN (42,42,42,42,42,42,42,42,42) |
| 32 | View | initialize view for "info/_programs" |
| 33 | View | render "sf_app_dir/modules/info/templates/_programs.php" |
| 34 | PartialHelper | call "info->executeLeadForm()" |
| 35 | Creole | prepareStatement(): SELECT college_form_field.ID, college_form_field.COLLEGE_FORM_ID, college_form_field.FIELD, college_form_field.FIELD_LABEL, college_form_field.MAX_SIZE, college_form_field.TYPE, college_form_field.REQUIRED, college_form_field.NOTES, college_form_field.VALUE, college_form_field.PARENT_ID, college_form_field.FORM_SELECTS_ID FROM college_form_field WHERE college_form_field.COLLEGE_FORM_ID=? ORDER BY college_form_field.ID DESC |
| 36 | Creole | executeQuery(): [1.51 ms] SELECT college_form_field.ID, college_form_field.COLLEGE_FORM_ID, college_form_field.FIELD, college_form_field.FIELD_LABEL, college_form_field.MAX_SIZE, college_form_field.TYPE, college_form_field.REQUIRED, college_form_field.NOTES, college_form_field.VALUE, college_form_field.PARENT_ID, college_form_field.FORM_SELECTS_ID FROM college_form_field WHERE college_form_field.COLLEGE_FORM_ID=197 ORDER BY college_form_field.ID DESC |
| 37 | Creole | prepareStatement(): SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=? ORDER BY college_form_select.ID ASC |
| 38 | Creole | executeQuery(): [18.07 ms] SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=4112767 ORDER BY college_form_select.ID ASC |
| 39 | Creole | prepareStatement(): SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=? ORDER BY college_form_select.ID ASC |
| 40 | Creole | executeQuery(): [0.79 ms] SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=4112766 ORDER BY college_form_select.ID ASC |
| 41 | Creole | prepareStatement(): SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=? ORDER BY college_form_select.ID ASC |
| 42 | Creole | executeQuery(): [0.98 ms] SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=4112763 ORDER BY college_form_select.ID ASC |
| 43 | Creole | prepareStatement(): SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=? ORDER BY college_form_select.ID ASC |
| 44 | Creole | executeQuery(): [0.84 ms] SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=4112761 ORDER BY college_form_select.ID ASC |
| 45 | Creole | prepareStatement(): SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=? ORDER BY college_form_select.ID ASC |
| 46 | Creole | executeQuery(): [0.52 ms] SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=4112755 ORDER BY college_form_select.ID ASC |
| 47 | Creole | prepareStatement(): SELECT college_form_field.ID, college_form_field.COLLEGE_FORM_ID, college_form_field.FIELD, college_form_field.FIELD_LABEL, college_form_field.MAX_SIZE, college_form_field.TYPE, college_form_field.REQUIRED, college_form_field.NOTES, college_form_field.VALUE, college_form_field.PARENT_ID, college_form_field.FORM_SELECTS_ID FROM college_form_field WHERE college_form_field.COLLEGE_FORM_ID=? ORDER BY college_form_field.ID DESC |
| 48 | Creole | executeQuery(): [0.30 ms] SELECT college_form_field.ID, college_form_field.COLLEGE_FORM_ID, college_form_field.FIELD, college_form_field.FIELD_LABEL, college_form_field.MAX_SIZE, college_form_field.TYPE, college_form_field.REQUIRED, college_form_field.NOTES, college_form_field.VALUE, college_form_field.PARENT_ID, college_form_field.FORM_SELECTS_ID FROM college_form_field WHERE college_form_field.COLLEGE_FORM_ID=197 ORDER BY college_form_field.ID DESC |
| 49 | Creole | prepareStatement(): SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=? |
| 50 | Creole | executeQuery(): [0.48 ms] SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=4112767 |
| 51 | Creole | prepareStatement(): SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=? |
| 52 | Creole | executeQuery(): [0.66 ms] SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=4112766 |
| 53 | Creole | prepareStatement(): SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=? |
| 54 | Creole | executeQuery(): [0.45 ms] SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=4112763 |
| 55 | Creole | prepareStatement(): SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=? |
| 56 | Creole | executeQuery(): [0.54 ms] SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=4112761 |
| 57 | Creole | prepareStatement(): SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=? |
| 58 | Creole | executeQuery(): [0.43 ms] SELECT college_form_select.ID, college_form_select.COLLEGE_FORM_FIELD_ID, college_form_select.DISPLAY, college_form_select.VALUE, college_form_select.PROGRAM_GROUP, college_form_select.EDUCATION_MINLEVEL, college_form_select.INVALIDZIP FROM college_form_select WHERE college_form_select.COLLEGE_FORM_FIELD_ID=4112755 |
| 59 | Creole | prepareStatement(): SELECT college_form_field.ID, college_form_field.COLLEGE_FORM_ID, college_form_field.FIELD, college_form_field.FIELD_LABEL, college_form_field.MAX_SIZE, college_form_field.TYPE, college_form_field.REQUIRED, college_form_field.NOTES, college_form_field.VALUE, college_form_field.PARENT_ID, college_form_field.FORM_SELECTS_ID FROM college_form_field WHERE college_form_field.COLLEGE_FORM_ID=? ORDER BY college_form_field.ID DESC |
| 60 | Creole | executeQuery(): [0.29 ms] SELECT college_form_field.ID, college_form_field.COLLEGE_FORM_ID, college_form_field.FIELD, college_form_field.FIELD_LABEL, college_form_field.MAX_SIZE, college_form_field.TYPE, college_form_field.REQUIRED, college_form_field.NOTES, college_form_field.VALUE, college_form_field.PARENT_ID, college_form_field.FORM_SELECTS_ID FROM college_form_field WHERE college_form_field.COLLEGE_FORM_ID=197 ORDER BY college_form_field.ID DESC |
| 61 | View | initialize view for "info/_leadForm" |
| 62 | View | render "sf_app_dir/modules/info/templates/_leadForm.php" |
| 63 | PartialHelper | call "info->executeValidate()" |
| 64 | View | initialize view for "info/_validate" |
| 65 | View | render "sf_app_dir/modules/info/templates/_validate.php" |
| 66 | View | decorate content with "sf_app_dir/templates/leadFormLayout.php" |
| 67 | View | render "sf_app_dir/templates/leadFormLayout.php" |
| 68 | View | initialize view for "global/_vista" |
| 69 | View | render "sf_app_dir/templates/_vista.php" |
| 70 | PartialHelper | call "info->executeCollege_header()" |
| 71 | View | initialize view for "info/_college_header" |
| 72 | View | render "sf_app_dir/modules/info/templates/_college_header.php" |
| 73 | View | initialize view for "global/_footerlead" |
| 74 | View | render "sf_app_dir/templates/_footerlead.php" |