



| # | 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 [search-results-state-program-slug] "/campus-schools/state/:state/program/:slug" |
| 5 | Request | request parameters array ( 'state' => 'alaska-colleges', 'slug' => 'massage-healing-and-health', 'module' => 'search', 'action' => 'perma_state_program',) |
| 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", "state_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='search' AND content_page.ACTION_NAME='perma_state_program' AND content_page.SITE_ID=6, offset: 0, limit: 1 |
| 16 | Creole | executeQuery(): [0.32 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='search' AND content_page.ACTION_NAME='perma_state_program' AND content_page.SITE_ID=6 LIMIT 1 |
| 17 | Action | call "searchActions->executePerma_state_program()" |
| 18 | Creole | prepareStatement(): SELECT state.ID, state.NAME FROM state WHERE state.NAME=? |
| 19 | Creole | applyLimit(): SELECT state.ID, state.NAME FROM state WHERE state.NAME='Alaska', offset: 0, limit: 1 |
| 20 | Creole | executeQuery(): [0.54 ms] SELECT state.ID, state.NAME FROM state WHERE state.NAME='Alaska' LIMIT 1 |
| 21 | Creole | prepareStatement(): SELECT program.ID, program.NAME, program.SEO_NAME, program.SEO_URL FROM program WHERE program.SEO_URL=? |
| 22 | Creole | applyLimit(): SELECT program.ID, program.NAME, program.SEO_NAME, program.SEO_URL FROM program WHERE program.SEO_URL='massage-healing-and-health', offset: 0, limit: 1 |
| 23 | Creole | executeQuery(): [0.32 ms] SELECT program.ID, program.NAME, program.SEO_NAME, program.SEO_URL FROM program WHERE program.SEO_URL='massage-healing-and-health' LIMIT 1 |
| 24 | Creole | prepareStatement(): SELECT DISTINCT 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), UPPER(college.NAME) FROM college, college_state, college_program WHERE college.COLLEGE_TYPE=? AND college.STATUS=? AND college_state.STATE_ID=? AND college_program.PROGRAM_ID=? AND college.ID=college_state.COLLEGE_ID AND college.ID=college_program.COLLEGE_ID ORDER BY UPPER(college.NAME) ASC,UPPER(college.NAME) ASC |
| 25 | Creole | executeQuery(): [3.58 ms] SELECT DISTINCT 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), UPPER(college.NAME) FROM college, college_state, college_program WHERE college.COLLEGE_TYPE='Campus' AND college.STATUS=1 AND college_state.STATE_ID=5 AND college_program.PROGRAM_ID=113 AND college.ID=college_state.COLLEGE_ID AND college.ID=college_program.COLLEGE_ID ORDER BY UPPER(college.NAME) ASC,UPPER(college.NAME) ASC |
| 26 | Action | change template to "myCampusSearchResults" |
| 27 | View | initialize view for "search/perma_state_program" |
| 28 | View | render "sf_app_dir/modules/search/templates/myCampusSearchResultsSuccess.php" |
| 29 | PartialHelper | set slot "side" |
| 30 | PartialHelper | call "search->executeCampusSearchRightNav()" |
| 31 | Creole | prepareStatement(): SELECT DISTINCT degree.ID, degree.NAME, degree.SEO_NAME, degree.SEO_URL, UPPER(degree.NAME) FROM degree, college, college_state, college_program WHERE college.COLLEGE_TYPE=? AND college.STATUS=? AND college_state.STATE_ID=? AND college_program.PROGRAM_ID=? AND college_state.COLLEGE_ID=college.ID AND college_program.DEGREE_ID=degree.ID AND college.ID=college_program.COLLEGE_ID ORDER BY UPPER(degree.NAME) ASC |
| 32 | Creole | executeQuery(): [0.86 ms] SELECT DISTINCT degree.ID, degree.NAME, degree.SEO_NAME, degree.SEO_URL, UPPER(degree.NAME) FROM degree, college, college_state, college_program WHERE college.COLLEGE_TYPE='Campus' AND college.STATUS=1 AND college_state.STATE_ID=5 AND college_program.PROGRAM_ID=113 AND college_state.COLLEGE_ID=college.ID AND college_program.DEGREE_ID=degree.ID AND college.ID=college_program.COLLEGE_ID ORDER BY UPPER(degree.NAME) ASC |
| 33 | View | initialize view for "search/_campusSearchRightNav" |
| 34 | View | render "sf_app_dir/modules/search/templates/_campusSearchRightNav.php" |
| 35 | PartialHelper | call "featured->executeFeaturedSchools()" |
| 36 | Creole | prepareStatement(): SELECT content_module.ID, content_module.NAME, content_module.SEO_HEADING, content_module.SEO_HEADING2, content_module.DESCRIPTION, content_module.MODULE_TYPE, content_module.ISACTIVE, content_module.CONTENT_PAGE_ID, content_module.CONTENT_GROUP_ID FROM content_module, content_page WHERE content_module.MODULE_TYPE=? AND content_module.NAME=? AND content_page.MODULE_NAME=? AND content_page.ACTION_NAME=? AND content_page.SITE_ID=? AND content_page.ID=content_module.CONTENT_PAGE_ID |
| 37 | Creole | executeQuery(): [0.29 ms] SELECT content_module.ID, content_module.NAME, content_module.SEO_HEADING, content_module.SEO_HEADING2, content_module.DESCRIPTION, content_module.MODULE_TYPE, content_module.ISACTIVE, content_module.CONTENT_PAGE_ID, content_module.CONTENT_GROUP_ID FROM content_module, content_page WHERE content_module.MODULE_TYPE='online_school' AND content_module.NAME='layout' AND content_page.MODULE_NAME='search' AND content_page.ACTION_NAME='perma_state_program' AND content_page.SITE_ID=6 AND content_page.ID=content_module.CONTENT_PAGE_ID |
| 38 | 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, content_item WHERE content_item.CONTENT_GROUP_ID=? AND college.ID=content_item.ITEM_ID ORDER BY content_item.RANK ASC |
| 39 | Creole | executeQuery(): [0.29 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, content_item WHERE content_item.CONTENT_GROUP_ID=3 AND college.ID=content_item.ITEM_ID ORDER BY content_item.RANK ASC |
| 40 | View | initialize view for "featured/_featuredSchools" |
| 41 | View | render "sf_app_dir/modules/featured/templates/_featuredSchools.php" |
| 42 | PartialHelper | call "featured->executeFeaturedSites()" |
| 43 | Creole | prepareStatement(): SELECT content_module.ID, content_module.NAME, content_module.SEO_HEADING, content_module.SEO_HEADING2, content_module.DESCRIPTION, content_module.MODULE_TYPE, content_module.ISACTIVE, content_module.CONTENT_PAGE_ID, content_module.CONTENT_GROUP_ID FROM content_module, content_page WHERE content_module.MODULE_TYPE=? AND content_module.NAME=? AND content_page.MODULE_NAME=? AND content_page.ACTION_NAME=? AND content_page.SITE_ID=? AND content_page.ID=content_module.CONTENT_PAGE_ID |
| 44 | Creole | executeQuery(): [0.31 ms] SELECT content_module.ID, content_module.NAME, content_module.SEO_HEADING, content_module.SEO_HEADING2, content_module.DESCRIPTION, content_module.MODULE_TYPE, content_module.ISACTIVE, content_module.CONTENT_PAGE_ID, content_module.CONTENT_GROUP_ID FROM content_module, content_page WHERE content_module.MODULE_TYPE='site' AND content_module.NAME='layout' AND content_page.MODULE_NAME='search' AND content_page.ACTION_NAME='perma_state_program' AND content_page.SITE_ID=6 AND content_page.ID=content_module.CONTENT_PAGE_ID |
| 45 | Creole | prepareStatement(): SELECT site.ID, site.NAME, site.URL, site.DESCRIPTION FROM site, content_item WHERE content_item.CONTENT_GROUP_ID=? AND site.ID=content_item.ITEM_ID ORDER BY content_item.RANK ASC |
| 46 | Creole | executeQuery(): [0.50 ms] SELECT site.ID, site.NAME, site.URL, site.DESCRIPTION FROM site, content_item WHERE content_item.CONTENT_GROUP_ID=6 AND site.ID=content_item.ITEM_ID ORDER BY content_item.RANK ASC |
| 47 | View | initialize view for "featured/_featuredSites" |
| 48 | View | render "sf_app_dir/modules/featured/templates/_featuredSites.php" |
| 49 | PartialHelper | call "search->executeSearchBoxSmall()" |
| 50 | Creole | prepareStatement(): SELECT DISTINCT degree.ID, degree.NAME, degree.SEO_NAME, degree.SEO_URL, UPPER(degree.NAME) FROM degree, college, college_state, college_program WHERE college.COLLEGE_TYPE=? AND college_state.STATE_ID=? AND college_program.PROGRAM_ID=? AND college_state.COLLEGE_ID=college.ID AND college_program.DEGREE_ID=degree.ID AND college.ID=college_program.COLLEGE_ID ORDER BY UPPER(degree.NAME) ASC |
| 51 | Creole | executeQuery(): [0.75 ms] SELECT DISTINCT degree.ID, degree.NAME, degree.SEO_NAME, degree.SEO_URL, UPPER(degree.NAME) FROM degree, college, college_state, college_program WHERE college.COLLEGE_TYPE='campus' AND college_state.STATE_ID=5 AND college_program.PROGRAM_ID=103 AND college_state.COLLEGE_ID=college.ID AND college_program.DEGREE_ID=degree.ID AND college.ID=college_program.COLLEGE_ID ORDER BY UPPER(degree.NAME) ASC |
| 52 | Creole | prepareStatement(): SELECT DISTINCT program.ID, program.NAME, program.SEO_NAME, program.SEO_URL, UPPER(program.NAME) FROM program, college, college_state, college_program WHERE college.COLLEGE_TYPE=? AND college_state.STATE_ID=? AND college_state.COLLEGE_ID=college.ID AND college_program.PROGRAM_ID=program.ID AND college.ID=college_program.COLLEGE_ID ORDER BY UPPER(program.NAME) ASC |
| 53 | Creole | executeQuery(): [2.97 ms] SELECT DISTINCT program.ID, program.NAME, program.SEO_NAME, program.SEO_URL, UPPER(program.NAME) FROM program, college, college_state, college_program WHERE college.COLLEGE_TYPE='campus' AND college_state.STATE_ID=5 AND college_state.COLLEGE_ID=college.ID AND college_program.PROGRAM_ID=program.ID AND college.ID=college_program.COLLEGE_ID ORDER BY UPPER(program.NAME) ASC |
| 54 | View | initialize view for "search/_searchBoxSmall" |
| 55 | View | render "sf_app_dir/modules/search/templates/_searchBoxSmall.php" |
| 56 | View | decorate content with "sf_app_dir/templates/mySearchResultsLayout.php" |
| 57 | View | render "sf_app_dir/templates/mySearchResultsLayout.php" |
| 58 | View | initialize view for "global/_vista" |
| 59 | View | render "sf_app_dir/templates/_vista.php" |
| 60 | View | initialize view for "global/_header" |
| 61 | View | render "sf_app_dir/templates/_header.php" |
| 62 | View | initialize view for "global/_footer" |
| 63 | View | render "sf_app_dir/templates/_footer.php" |

---
parameterHolder:
symfony/default:
action: perma_state_program
module: search
slug: massage-healing-and-health
state: alaska-colleges
attributeHolder:
symfony/default:

---
cookies:
httpHeaders:
parameterHolder:
helper/asset/auto/javascript:
/sf/sf_web_debug/js/main: /sf/sf_web_debug/js/main
helper/asset/auto/meta:
description: >
Online Business College degrees and
accredited college recommendations
through MyBusinessColleges.com. Online
college programs for continuing buniness
education.
keywords: >
business schools, business degrees,
online business degrees
robots: no index, no follow
title: >
Online Business Schools and Business
Programs : myBusinessCollege.com
helper/asset/auto/stylesheet:
/sf/sf_web_debug/css/main:
helper/asset/auto/stylesheet/first:
global:
helper/asset/auto/stylesheet/last:
layoutMySearchResults:
modules:
mySearchResults:
symfony/action/view:
search_perma_state_program_template: myCampusSearchResults
symfony/view/asset:
javascripts_included:
stylesheets_included:
symfony/view/sfView/slot:
slot_names:
slots:
side: |
<div id="contnets_right">
<div class="featured_schools">
<h3>Featured Online Schools</h3>
<img src="/images/global/right_menuimg1.gif" alt="Right_menuimg1" /> <ul>
<li>
<a target="_new" onclick="VSLT('American InterContinental University Online')" href="http://www.mycsnetwork.elearners.com/aiu.html?tsource=mcsn&tid=1248"><img alt="American InterContinental University Online" border="0" src="http://mycollegesolution.com/images/college_logos/1043.gif" /></a> </li>
<li>
<a target="_new" onclick="VSLT('South University Online')" href="/index.php/"><img alt="South University Online" border="0" src="http://mycollegesolution.com/images/college_logos/3013.gif" /></a> </li>
<li>
<a target="_new" onclick="VSLT('Kaplan University - Online')" href="/index.php/info/college/kaplan-university.html"><img alt="Kaplan University - Online" border="0" src="http://mycollegesolution.com/images/college_logos/24.gif" /></a> </li>
<li>
<a target="_new" onclick="VSLT('Keiser University eCampus')" href="/index.php/info/college/keiser-university.html"><img alt="Keiser University eCampus" border="0" src="http://mycollegesolution.com/images/college_logos/120.gif" /></a> </li>
<li>
<a target="_new" onclick="VSLT('University of Phoenix - Online')" href="http://www.collegeanduniversity.net/?event=l.lp&CID=1224&SID=380&csrc="><img alt="University of Phoenix - Online" border="0" src="http://mycollegesolution.com/images/college_logos/5.gif" /></a> </li>
<li>
<a target="_new" onclick="VSLT('Strayer University Online')" href="/index.php/info/college/strayer-university-online.html"><img alt="Strayer University Online" border="0" src="http://mycollegesolution.com/images/college_logos/2679.gif" /></a> </li>
</ul>
</div>
</div>

--- app_cid: 1248 app_college_logo: > http://mycollegesolution.com/images/college_logos/ app_description: > Online Business College degrees and accredited college recommendations through MyBusinessColleges.com. Online college programs for continuing buniness education. app_keywords: > business schools, business degrees, online business degrees app_program_id: 103 app_site_fullname: myBusinessColleges.com app_site_id: 6 app_site_type: program app_title: > Online Business Schools and Business Programs : myBusinessCollege.com mod_featured_enabled: 1 mod_featured_is_internal: mod_featured_view_class: sfPHP mod_search_enabled: 1 mod_search_is_internal: mod_search_view_class: sfPHP sf_admin_web_dir: /sf/sf_admin sf_app: frontend sf_app_config_dir: > /home/mybiznes/mybusinesscolleges/trunk/apps/frontend/config sf_app_config_dir_name: config sf_app_dir: > /home/mybiznes/mybusinesscolleges/trunk/apps/frontend sf_app_i18n_dir: > /home/mybiznes/mybusinesscolleges/trunk/apps/frontend/i18n sf_app_i18n_dir_name: i18n sf_app_lib_dir: > /home/mybiznes/mybusinesscolleges/trunk/apps/frontend/lib sf_app_lib_dir_name: lib sf_app_module_action_dir_name: actions sf_app_module_config_dir_name: config sf_app_module_dir: > /home/mybiznes/mybusinesscolleges/trunk/apps/frontend/modules sf_app_module_dir_name: modules sf_app_module_i18n_dir_name: i18n sf_app_module_lib_dir_name: lib sf_app_module_template_dir_name: templates sf_app_module_validate_dir_name: validate sf_app_module_view_dir_name: views sf_app_template_dir: > /home/mybiznes/mybusinesscolleges/trunk/apps/frontend/templates sf_app_template_dir_name: templates sf_apps_dir_name: apps sf_autoloading_functions: sf_available: 1 sf_base_cache_dir: > /home/mybiznes/mybusinesscolleges/trunk/cache/frontend sf_bin_dir: > /home/mybiznes/mybusinesscolleges/trunk/batch sf_bin_dir_name: batch sf_cache: sf_cache_dir: > /home/mybiznes/mybusinesscolleges/trunk/cache/frontend/dev sf_cache_dir_name: cache sf_calendar_web_dir: /sf/calendar sf_charset: utf-8 sf_check_lock: sf_check_symfony_version: sf_compressed: sf_config_cache_dir: > /home/mybiznes/mybusinesscolleges/trunk/cache/frontend/dev/config sf_config_dir: > /home/mybiznes/mybusinesscolleges/trunk/config sf_config_dir_name: config sf_data_dir: > /home/mybiznes/mybusinesscolleges/trunk/data sf_data_dir_name: data sf_debug: 1 sf_default_action: index sf_default_module: content sf_doc_dir: > /home/mybiznes/mybusinesscolleges/trunk/data/doc sf_doc_dir_name: doc sf_enabled_modules: - default sf_environment: dev sf_error_404_action: error sf_error_404_module: site sf_error_reporting: 2047 sf_escaping_method: ESC_ENTITIES sf_escaping_strategy: bc sf_etag: sf_i18n: sf_i18n_cache_dir: > /home/mybiznes/mybusinesscolleges/trunk/cache/frontend/dev/i18n sf_lib_dir: > /home/mybiznes/mybusinesscolleges/trunk/lib sf_lib_dir_name: lib sf_log_dir: > /home/mybiznes/mybusinesscolleges/trunk/log sf_log_dir_name: log sf_logging_enabled: 1 sf_logging_history: 10 sf_logging_level: debug sf_logging_period: 7 sf_logging_purge: 1 sf_logging_rotate: sf_login_action: login sf_login_module: default sf_max_forwards: 5 sf_model_dir_name: model sf_model_lib_dir: > /home/mybiznes/mybusinesscolleges/trunk/lib/model sf_module_cache_dir: > /home/mybiznes/mybusinesscolleges/trunk/cache/frontend/dev/modules sf_module_disabled_action: disabled sf_module_disabled_module: default sf_no_script_name: sf_orm: propel sf_path_info_array: SERVER sf_path_info_key: PATH_INFO sf_plugins_dir: > /home/mybiznes/mybusinesscolleges/trunk/plugins sf_plugins_dir_name: plugins sf_prototype_web_dir: /sf/prototype sf_rich_text_js_dir: js/tiny_mce sf_root_cache_dir: > /home/mybiznes/mybusinesscolleges/trunk/cache sf_root_dir: /home/mybiznes/mybusinesscolleges/trunk sf_routing_defaults: sf_culture: en sf_secure_action: secure sf_secure_module: default sf_standard_helpers: - Partial - Cache - Form sf_strip_comments: 1 sf_suffix: . sf_symfony_data_dir: /home/mybiznes/mysymfony/data sf_symfony_lib_dir: /home/mybiznes/mysymfony/lib sf_template_cache_dir: > /home/mybiznes/mybusinesscolleges/trunk/cache/frontend/dev/template sf_test: sf_test_cache_dir: > /home/mybiznes/mybusinesscolleges/trunk/cache/frontend/dev/test sf_test_dir: > /home/mybiznes/mybusinesscolleges/trunk/test sf_test_dir_name: test sf_timeout: 1800 sf_timer_start: 1284136816.74 sf_unavailable_action: unavailable sf_unavailable_module: default sf_upload_dir: > /home/mybiznes/mybusinesscolleges/trunk/web/uploads sf_upload_dir_name: uploads sf_url_format: PATH sf_use_database: 1 sf_use_flash: 1 sf_use_process_cache: 1 sf_use_security: 1 sf_validation_error_class: form_error sf_validation_error_id_prefix: error_for_ sf_validation_error_prefix: ↓ sf_validation_error_suffix: ↓ sf_web_debug: 1 sf_web_debug_web_dir: /sf/sf_web_debug sf_web_dir: > /home/mybiznes/mybusinesscolleges/trunk/web sf_web_dir_name: web

---
cookie:
symfony: c8c94c8052654bbcbeb35ce540d9db2d
env:
DOCUMENT_ROOT: /home/mybiznes/public_html
GATEWAY_INTERFACE: CGI/1.1
HTTP_ACCEPT: >
text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
HTTP_ACCEPT_CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_ACCEPT_ENCODING: gzip
HTTP_ACCEPT_LANGUAGE: en-us,en;q=0.5
HTTP_CACHE_CONTROL: no-cache
HTTP_CONNECTION: close
HTTP_COOKIE: symfony=c8c94c8052654bbcbeb35ce540d9db2d
HTTP_HOST: www.mybusinesscolleges.com
HTTP_PRAGMA: no-cache
HTTP_USER_AGENT: >
CCBot/1.0
(+http://www.commoncrawl.org/bot.html)
HTTP_X_CC_ID: ccc03-02
PATH: /bin:/usr/bin
PATH_INFO: >
/campus-schools/state/alaska-colleges/program/massage-healing-and-health.html
PATH_TRANSLATED: /home/mybiznes/public_html/index.php
QUERY_STRING:
REDIRECT_STATUS: 200
REMOTE_ADDR: 38.107.191.107
REMOTE_PORT: 48559
REQUEST_METHOD: GET
REQUEST_URI: >
/index.php/campus-schools/state/alaska-colleges/program/massage-healing-and-health.html
SCRIPT_FILENAME: /home/mybiznes/public_html/index.php
SCRIPT_NAME: /index.php
SERVER_ADDR: 67.18.127.7
SERVER_ADMIN: webmaster@mybusinesscolleges.com
SERVER_NAME: www.mybusinesscolleges.com
SERVER_PORT: 80
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE: |
<address>Apache mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.mybusinesscolleges.com Port 80</address>
SERVER_SOFTWARE: >
Apache mod_auth_passthrough/2.1
mod_bwlimited/1.4 FrontPage/5.0.2.2635
UNIQUE_ID: TIpfcEUp5gcAAGHbLZMAAABD
files:
get:
post:
server:
DOCUMENT_ROOT: /home/mybiznes/public_html
GATEWAY_INTERFACE: CGI/1.1
HTTP_ACCEPT: >
text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
HTTP_ACCEPT_CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_ACCEPT_ENCODING: gzip
HTTP_ACCEPT_LANGUAGE: en-us,en;q=0.5
HTTP_CACHE_CONTROL: no-cache
HTTP_CONNECTION: close
HTTP_COOKIE: symfony=c8c94c8052654bbcbeb35ce540d9db2d
HTTP_HOST: www.mybusinesscolleges.com
HTTP_PRAGMA: no-cache
HTTP_USER_AGENT: >
CCBot/1.0
(+http://www.commoncrawl.org/bot.html)
HTTP_X_CC_ID: ccc03-02
PATH: /bin:/usr/bin
PATH_INFO: >
/campus-schools/state/alaska-colleges/program/massage-healing-and-health.html
PATH_TRANSLATED: /home/mybiznes/public_html/index.php
PHP_SELF: >
/index.php/campus-schools/state/alaska-colleges/program/massage-healing-and-health.html
QUERY_STRING:
REDIRECT_STATUS: 200
REMOTE_ADDR: 38.107.191.107
REMOTE_PORT: 48559
REQUEST_METHOD: GET
REQUEST_TIME: 1284136816
REQUEST_URI: >
/index.php/campus-schools/state/alaska-colleges/program/massage-healing-and-health.html
SCRIPT_FILENAME: /home/mybiznes/public_html/index.php
SCRIPT_NAME: /index.php
SERVER_ADDR: 67.18.127.7
SERVER_ADMIN: webmaster@mybusinesscolleges.com
SERVER_NAME: www.mybusinesscolleges.com
SERVER_PORT: 80
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE: |
<address>Apache mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.mybusinesscolleges.com Port 80</address>
SERVER_SOFTWARE: >
Apache mod_auth_passthrough/2.1
mod_bwlimited/1.4 FrontPage/5.0.2.2635
UNIQUE_ID: TIpfcEUp5gcAAGHbLZMAAABD
argc: 0
argv:
session:
symfony/user/sfUser/attributes:
symfony/flash:
zipCode:
degree_id:
program_id: 113
state_id: 52
symfony/flash/remove:
symfony/user/sfUser/authenticated:
symfony/user/sfUser/credentials:
symfony/user/sfUser/culture: en
symfony/user/sfUser/lastRequest: 1284135688

--- php: 5.2.9 os: > Linux newyork.websitewelcome.com 2.6.34.6 #1 SMP Fri Aug 27 18:43:47 CDT 2010 i686 extensions: - zip - libxml - xsl - xmlwriter - xmlrpc - dom - xmlreader - xml - wddx - tokenizer - tidy - session - pcre - SimpleXML - sockets - soap - SPL - standard - Reflection - pspell - posix - mysqli - mysql - mime_magic - mhash - mcrypt - mbstring - json - imap - iconv - hash - gettext - gd - ftp - filter - exif - date - curl - ctype - calendar - bcmath - zlib - openssl - cgi-fcgi - PDO - pdo_sqlite - SQLite - pdo_mysql - uploadprogress - ionCube Loader - Zend Optimizer
| type | calls | time (ms) |
|---|---|---|
| Configuration | 15 | 4.31 |
| Action "search/perma_state_program" | 1 | 70.31 |
| Database | 11 | 10.69 |
| View "Success" for "search/perma_state_program" | 1 | 51.09 |
| Component "search/campusSearchRightNav" | 1 | 5.33 |
| Partial "search/_campusSearchRightNav" | 1 | 22.76 |
| Component "featured/featuredSchools" | 1 | 9.67 |
| Partial "featured/_featuredSchools" | 1 | 2.38 |
| Component "featured/featuredSites" | 1 | 6.81 |
| Partial "featured/_featuredSites" | 1 | 0.54 |
| Component "search/searchBoxSmall" | 1 | 5.88 |
| Partial "search/_searchBoxSmall" | 1 | 0.86 |
| Partial "global/_vista" | 1 | 0.27 |
| Partial "global/_header" | 1 | 0.53 |
| Partial "global/_footer" | 1 | 0.27 |


