500 | Internal Server Error | sfConfigurationException
The route "highschools_and_advisors_sites_visits" does not exist.
stack trace
- at ()
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/routing/sfPatternRouting.class.php line 313 ...
- // named route
- if (!isset($this->routes[$name]))
- {
- throw new sfConfigurationException(sprintf('The route "%s" does not exist.', $name));
- }
- $route = $this->routes[$name];
- $this->ensureDefaultParametersAreSet();
- at sfPatternRouting->generate('highschools_and_advisors_sites_visits', array(), )
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/controller/sfWebController.class.php line 74 ...
- }
- // routing to generate path
- $url = $this->context->getRouting()->generate($route, $parameters, $absolute);
- if ($fragment)
- {
- at sfWebController->genUrl('@highschools_and_advisors_sites_visits', )
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/helper/UrlHelper.php line 100 ...
- */
- function url_for1($internal_uri, $absolute = false)
- {
- return sfContext::getInstance()->getController()->genUrl($internal_uri, $absolute);
- }
- /**
- at url_for1('@highschools_and_advisors_sites_visits')
in n/a line n/a ...
- at call_user_func_array('url_for1', array('@highschools_and_advisors_sites_visits'))
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/helper/UrlHelper.php line 127 ...
- $arguments = func_get_args();
- if (is_array($arguments[0]) || '@' == substr($arguments[0], 0, 1) || false !== strpos($arguments[0], '/'))
- {
- return call_user_func_array('url_for1', $arguments);
- }
- else
- {
- at url_for('@highschools_and_advisors_sites_visits')
in SF_ROOT_DIR/apps/frontend/modules/highschoolsandadvisors/templates/_sideNavigationList.php line 32 ...
- </a>
- </li>
- <li class="<?php echo ($selectedTab == 'sites_visits') ? 'selected' : '' ?>">
- <a href="<?php echo url_for('@highschools_and_advisors_sites_visits') ?>">
- Site Visits
- </a>
- </li>
- at require('/home/uwptaik/new.solabroad.com/apps/frontend/modules/highschoolsandadvisors/templates/_sideNavigationList.php')
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/view/sfPHPView.class.php line 75 ...
- try
- {
- require($_sfFile);
- }
- catch (Exception $e)
- {
- at sfPHPView->renderFile('/home/uwptaik/new.solabroad.com/apps/frontend/modules/highschoolsandadvisors/templates/_sideNavigationList.php')
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/view/sfPartialView.class.php line 124 ...
- $this->getAttributeHolder()->set('sf_type', 'partial');
- // render template
- $retval = $this->renderFile($this->getDirectory().'/'.$this->getTemplate());
- }
- catch (Exception $e)
- {
- at sfPartialView->render()
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/helper/PartialHelper.php line 157 ...
- // render
- $view->getAttributeHolder()->add($allVars);
- return $view->render();
- }
- }
- at get_component('highschoolsandadvisors', 'sideNavigationList', array('selectedTab' => 'recommendation'))
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/helper/PartialHelper.php line 115 ...
- */
- function include_component($moduleName, $componentName, $vars = array())
- {
- echo get_component($moduleName, $componentName, $vars);
- }
- /**
- at include_component('highschoolsandadvisors', 'sideNavigationList', array('selectedTab' => 'recommendation'))
in SF_ROOT_DIR/apps/frontend/modules/highschoolsandadvisors/templates/_sideNavigation.php line 4 ...
-
<aside class="four columns">
- <nav class="content-menu">
- <ul>
- <?php include_component('highschoolsandadvisors', 'sideNavigationList', array('selectedTab' => $selectedTab)) ?>
- </ul>
- </nav>
- </aside>
- at require('/home/uwptaik/new.solabroad.com/apps/frontend/modules/highschoolsandadvisors/templates/_sideNavigation.php')
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/view/sfPHPView.class.php line 75 ...
- try
- {
- require($_sfFile);
- }
- catch (Exception $e)
- {
- at sfPHPView->renderFile('/home/uwptaik/new.solabroad.com/apps/frontend/modules/highschoolsandadvisors/templates/_sideNavigation.php')
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/view/sfPartialView.class.php line 124 ...
- $this->getAttributeHolder()->set('sf_type', 'partial');
- // render template
- $retval = $this->renderFile($this->getDirectory().'/'.$this->getTemplate());
- }
- catch (Exception $e)
- {
- at sfPartialView->render()
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/helper/PartialHelper.php line 220 ...
- $view = new $class($context, $moduleName, $actionName, '');
- $view->setPartialVars(true === sfConfig::get('sf_escaping_strategy') ? sfOutputEscaper::unescape($vars) : $vars);
- return $view->render();
- }
- /**
- at get_partial('sideNavigation', array('selectedTab' => 'recommendation'))
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/helper/PartialHelper.php line 182 ...
- */
- function include_partial($templateName, $vars = array())
- {
- echo get_partial($templateName, $vars);
- }
- /**
- at include_partial('sideNavigation', array('selectedTab' => 'recommendation'))
in SF_ROOT_DIR/apps/frontend/modules/highschoolsandadvisors/templates/recommendationSuccess.php line 10 ...
-
-
- <div class="row">
- <?php include_partial('sideNavigation', array('selectedTab' => 'recommendation')) ?>
-
- <div class="twelve columns">
- <?php include_component('widget', 'breadcrumbs', array('links' => $breadcrumbLinks)) ?>
- at require('/home/uwptaik/new.solabroad.com/apps/frontend/modules/highschoolsandadvisors/templates/recommendationSuccess.php')
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/view/sfPHPView.class.php line 75 ...
- try
- {
- require($_sfFile);
- }
- catch (Exception $e)
- {
- at sfPHPView->renderFile('/home/uwptaik/new.solabroad.com/apps/frontend/modules/highschoolsandadvisors/templates/recommendationSuccess.php')
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/view/sfPHPView.class.php line 185 ...
- $this->attributeHolder->set('sf_type', 'action');
- // render template file
- $content = $this->renderFile($this->getDirectory().'/'.$this->getTemplate());
- if (sfConfig::get('sf_cache') && null !== $uri)
- {
- at sfPHPView->render()
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/filter/sfExecutionFilter.class.php line 155 ...
- break;
- case sfView::RENDER_CLIENT:
- $viewData = $view->render();
- $this->context->getResponse()->setContent($viewData);
- break;
- at sfExecutionFilter->executeView('highschoolsandadvisors', 'recommendation', 'Success', array('selectedMainTab' => 'highschools_and_advisors', 'breadcrumbLinks' => array(array('route' => 'highschools_and_advisors', 'label' => 'Highschools & Advisors'), array('route' => 'highschools_and_advisors_recommendation', 'label' => 'Complete a Student Recommendation')), 'content' => null, 'form' => object('StudentRecommendationForm')))
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/filter/sfExecutionFilter.class.php line 116 ...
- return;
- }
- $this->executeView($actionInstance->getModuleName(), $actionInstance->getActionName(), $viewName, $actionInstance->getVarHolder()->getAll());
- }
- /**
- at sfExecutionFilter->handleView(object('sfFilterChain'), object('highschoolsandadvisorsActions'), 'Success')
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/filter/sfExecutionFilter.class.php line 47 ...
- $timer->addTime();
- $timer = sfTimerManager::getTimer(sprintf('View "%s" for "%s/%s"', $viewName, $actionInstance->getModuleName(), $actionInstance->getActionName()));
- $this->handleView($filterChain, $actionInstance, $viewName);
- $timer->addTime();
- }
- at sfExecutionFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/filter/sfFilterChain.class.php line 53 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/apps/frontend/lib/filter/tgSslRedirectFilter.class.php line 94 ...
- }
- }
- //no redirect necessary, continue the filter chain
- $filterChain->execute();
- }
-
- /**
- at tgSslRedirectFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/filter/sfFilterChain.class.php line 53 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/filter/sfRenderingFilter.class.php line 33 ...
- public function execute($filterChain)
- {
- // execute next filter
- $filterChain->execute();
- // get response object
- $response = $this->context->getResponse();
- at sfRenderingFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/filter/sfFilterChain.class.php line 53 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/controller/sfController.class.php line 238 ...
- }
- // process the filter chain
- $filterChain->execute();
- }
- else
- {
- at sfController->forward('highschoolsandadvisors', 'recommendation')
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/controller/sfFrontWebController.class.php line 48 ...
- }
- // make the first request
- $this->forward($moduleName, $actionName);
- }
- catch (sfException $e)
- {
- at sfFrontWebController->dispatch()
in SF_ROOT_DIR/vendor/symfony-1.4.15/lib/util/sfContext.class.php line 170 ...
- */
- public function dispatch()
- {
- $this->getController()->dispatch();
- }
- /**
- at sfContext->dispatch()
in SF_ROOT_DIR/web/frontend_dev.php line 12 ...
- require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
- $configuration = ProjectConfiguration::getApplicationConfiguration('frontend', 'dev', true);
- sfContext::createInstance($configuration)->dispatch();
-
symfony settings ...
app_azul_photo_gallery_settings:
Sample: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
Director: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
Destination: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
Academic_Overview: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
Excursion: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
Cultural_Activity: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
Volunteer_Program: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
City: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
Homestay: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
Alumni: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
Homepage: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
Alumni_Profile: { temp_upload_path: uploads/temp, upload_path: uploads/assests }
Testimonial_DP: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
Announcement: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
Schools_of_Record: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
Custom_Program: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
Country_Transcript: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
Header_Photo: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
Univ_Transcript: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
Destination_RP: { temp_upload_path: uploads/temp, upload_path: uploads/assets }
app_azul_photo_gallery_sizes:
thumbnail: { width: 100, height: 100 }
profile: { width: 200, height: 200 }
app_azul_video_gallery_settings:
- Sample
- Sample
- Cultural_Activity
- Volunteer_Program
- Academic_Overview
- Excursion
- Alumni
- Homepage
- Destination
app_server_env_conf: /home/uwptaik/new.solabroad.com/config/server_env.ini
app_server_env_vars_local:
db_name_app: uwhttps://ol_high_school
db_host: localhost
db_user: uwptaik_gaplabs
db_password: 2KsjdLKsl3skIehHrKd1245
mail_host: mail.soleducation.com
mail_username: solsender@soleducation.com
mail_pass: QMT!463WV)MQ
frontend_url: 'https://www.solabroad.com'
app_server_env_vars_prod:
db_name_app: uwhttps://ol_high_school
db_host: localhost
db_user: uwptaik_gaplabs
db_password: 2KsjdLKsl3skIehHrKd1245
mail_host: mail.soleducation.com
mail_username: solsender@soleducation.com
mail_pass: QMT!463WV)MQ
frontend_url: 'https://www.solabroad.com'
app_server_env_vars_staging:
db_name_app: uwhttps://ol_high_school
db_host: localhost
db_user: uwptaik_gaplabs
db_password: 2KsjdLKsl3skIehHrKd1245
mail_host: mail.soleducation.com
mail_username: solsender@soleducation.com
mail_pass: QMT!463WV)MQ
frontend_url: 'https://www.solabroad.com'
app_tg_ssl_redirect_secure: null
app_tg_ssl_redirect_strict: true
mod_highschoolsandadvisors_enabled: true
mod_highschoolsandadvisors_view_class: sfPHP
sf_admin_module_web_dir: /sfPropelPlugin
sf_admin_web_dir: /sf/sf_admin
sf_app: frontend
sf_app_base_cache_dir: /home/uwptaik/new.solabroad.com/cache/frontend
sf_app_cache_dir: /home/uwptaik/new.solabroad.com/cache/frontend/dev
sf_app_config_dir: /home/uwptaik/new.solabroad.com/apps/frontend/config
sf_app_dir: /home/uwptaik/new.solabroad.com/apps/frontend
sf_app_i18n_dir: /home/uwptaik/new.solabroad.com/apps/frontend/i18n
sf_app_lib_dir: /home/uwptaik/new.solabroad.com/apps/frontend/lib
sf_app_module_dir: /home/uwptaik/new.solabroad.com/apps/frontend/modules
sf_app_template_dir: /home/uwptaik/new.solabroad.com/apps/frontend/templates
sf_apps_dir: /home/uwptaik/new.solabroad.com/apps
sf_cache: false
sf_cache_dir: /home/uwptaik/new.solabroad.com/cache
sf_charset: utf-8
sf_check_lock: false
sf_compressed: false
sf_config_cache_dir: /home/uwptaik/new.solabroad.com/cache/frontend/dev/config
sf_config_dir: /home/uwptaik/new.solabroad.com/config
sf_csrf_secret: 5251e083306b9a7984c8a66f59d84f7b3095efe9
sf_data_dir: /home/uwptaik/new.solabroad.com/data
sf_debug: true
sf_default_culture: en
sf_enabled_modules:
- azulphotogallery
- azulvideogallery
- gapagination
sf_environment: dev
sf_error_404_action: error404
sf_error_404_module: error
sf_error_reporting: 32767
sf_escaping_method: ESC_SPECIALCHARS
sf_escaping_strategy: true
sf_etag: false
sf_file_link_format: null
sf_i18n: false
sf_i18n_cache_dir: /home/uwptaik/new.solabroad.com/cache/frontend/dev/i18n
sf_lib_dir: /home/uwptaik/new.solabroad.com/lib
sf_log_dir: /home/uwptaik/new.solabroad.com/log
sf_logging_enabled: true
sf_login_action: login
sf_login_module: default
sf_module_cache_dir: /home/uwptaik/new.solabroad.com/cache/frontend/dev/modules
sf_module_disabled_action: disabled
sf_module_disabled_module: default
sf_no_script_name: false
sf_orm: propel
sf_plugins_dir: /home/uwptaik/new.solabroad.com/plugins
sf_root_dir: /home/uwptaik/new.solabroad.com
sf_secure_action: secure
sf_secure_module: default
sf_standard_helpers:
- Partial
- Cache
sf_symfony_lib_dir: /home/uwptaik/new.solabroad.com/vendor/symfony-1.4.15/lib
sf_template_cache_dir: /home/uwptaik/new.solabroad.com/cache/frontend/dev/template
sf_test_cache_dir: /home/uwptaik/new.solabroad.com/cache/frontend/dev/test
sf_test_dir: /home/uwptaik/new.solabroad.com/test
sf_upload_dir: /home/uwptaik/new.solabroad.com/web/uploads
sf_use_database: true
sf_web_debug: true
sf_web_debug_web_dir: /sf/sf_web_debug
sf_web_dir: /home/uwptaik/new.solabroad.com/web
symfony.view.slot_names:
- mainContent
request ...
options:
path_info_key: PATH_INFO
path_info_array: SERVER
http_port: null
https_port: null
default_format: null
logging: '1'
relative_url_root: null
formats: { txt: text/plain, js: [application/javascript, application/x-javascript, text/javascript], css: text/css, json: [application/json, application/x-json], xml: [text/xml, application/xml, application/x-xml], rdf: application/rdf+xml, atom: application/atom+xml }
no_script_name: false
parameterHolder:
action: recommendation
module: highschoolsandadvisors
attributeHolder:
sf_route: 'sfRoute Object()'
response ...
status:
code: 500
text: 'Internal Server Error'
options:
http_protocol: HTTP/1.0
logging: '1'
charset: utf-8
send_http_headers: true
content_type: 'text/html; charset=utf-8'
cookies: { }
httpHeaders:
Content-Type: 'text/html; charset=utf-8'
javascripts:
/sfFormExtraPlugin/tiny_mce/tiny_mce.js: { }
/js/text-format.js: { }
/js/jquery.maskedinput.js: { }
stylesheets:
main.css: { }
flickrbomb.css: { }
metas:
title: 'High School Study Abroad | Spanish Immersion Programs | Sol Abroad'
description: 'SOL ABROAD provides affordable high school Study Abroad & Spanish Immersion programs. Academic programs in Spain, Costa Rica, Argentina & Mexico.'
httpMetas:
Content-Type: 'text/html; charset=utf-8'
options:
auto_shutdown: false
culture: null
default_culture: en
use_flash: true
logging: '1'
timeout: 1800
attributeHolder: { }
culture: en
authenticated: false
credentials: { }
lastRequest: 1467937678
global vars ...
cookie: { }
env:
CONTEXT_DOCUMENT_ROOT: /home/uwptaik/public_html
CONTEXT_PREFIX: ''
DOCUMENT_ROOT: /home/uwptaik/public_html
GATEWAY_INTERFACE: CGI/1.1
HTTP_CONNECTION: close
HTTP_FROM: crawler@alexa.com
HTTP_HOST: www.solabroad.com
HTTP_USER_AGENT: ia_archiver
PATH: '/bin:/usr/bin'
PATH_INFO: /recommend-student
PATH_TRANSLATED: /home/uwptaik/public_html/frontend_dev.php
QUERY_STRING: ''
REDIRECT_STATUS: '200'
REMOTE_ADDR: 174.129.237.157
REMOTE_PORT: '55619'
REQUEST_METHOD: GET
REQUEST_SCHEME: http
REQUEST_URI: /frontend_dev.php/recommend-student
SCRIPT_FILENAME: /home/uwptaik/public_html/frontend_dev.php
SCRIPT_NAME: /frontend_dev.php
SERVER_ADDR: 208.76.84.124
SERVER_ADMIN: webmaster@solabroad.com
SERVER_NAME: www.solabroad.com
SERVER_PORT: '80'
SERVER_PROTOCOL: HTTP/1.0
SERVER_SIGNATURE: "<address>Apache/2.4.12 (Unix) OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 Server at www.solabroad.com Port 80</address>\n"
SERVER_SOFTWARE: 'Apache/2.4.12 (Unix) OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4'
UNIQUE_ID: V37zjtBMVHAAADjO6DcAAAAH
files: { }
get: { }
post: { }
server:
CONTEXT_DOCUMENT_ROOT: /home/uwptaik/public_html
CONTEXT_PREFIX: ''
DOCUMENT_ROOT: /home/uwptaik/public_html
GATEWAY_INTERFACE: CGI/1.1
HTTP_CONNECTION: close
HTTP_FROM: crawler@alexa.com
HTTP_HOST: www.solabroad.com
HTTP_USER_AGENT: ia_archiver
PATH: '/bin:/usr/bin'
PATH_INFO: /recommend-student
PATH_TRANSLATED: /home/uwptaik/public_html/frontend_dev.php
PHP_SELF: /frontend_dev.php/recommend-student
QUERY_STRING: ''
REDIRECT_STATUS: '200'
REMOTE_ADDR: 174.129.237.157
REMOTE_PORT: '55619'
REQUEST_METHOD: GET
REQUEST_SCHEME: http
REQUEST_TIME: 1467937678
REQUEST_URI: /frontend_dev.php/recommend-student
SCRIPT_FILENAME: /home/uwptaik/public_html/frontend_dev.php
SCRIPT_NAME: /frontend_dev.php
SERVER_ADDR: 208.76.84.124
SERVER_ADMIN: webmaster@solabroad.com
SERVER_NAME: www.solabroad.com
SERVER_PORT: '80'
SERVER_PROTOCOL: HTTP/1.0
SERVER_SIGNATURE: "<address>Apache/2.4.12 (Unix) OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 Server at www.solabroad.com Port 80</address>\n"
SERVER_SOFTWARE: 'Apache/2.4.12 (Unix) OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4'
UNIQUE_ID: V37zjtBMVHAAADjO6DcAAAAHhttps://https://
argc: 0
argv: { }
session: { }