i am in the routing section but currently when i run this "
http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer";
i get this:

500 | Internal Server Error | ReflectionException Class s does not exist stack
trace

   - at **()
   in *
   SF_ROOT_DIR\lib\vendor\symfony\lib\config\sfRoutingConfigHandler.class.php
   * line 37 
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>
   1.     $data = array();
         2.     foreach ($this->parse($configFiles) as $name => $routeConfig
         )
         3.     {
         4.       $r = new ReflectionClass($routeConfig[0]);
         5.       $route = $r->newInstanceArgs($routeConfig[1]);
         6.
         7.       $routes = $route instanceof sfRouteCollection ? $route
         : array($name => $route);
      - at *ReflectionClass->__construct*('s')
   in *
   SF_ROOT_DIR\lib\vendor\symfony\lib\config\sfRoutingConfigHandler.class.php
   * line 37 
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>
   1.     $data = array();
         2.     foreach ($this->parse($configFiles) as $name => $routeConfig
         )
         3.     {
         4.       $r = new ReflectionClass($routeConfig[0]);
         5.       $route = $r->newInstanceArgs($routeConfig[1]);
         6.
         7.       $routes = $route instanceof sfRouteCollection ? $route
         : array($name => $route);
      - at *sfRoutingConfigHandler->execute*(*array*
   ('C:\wamp\www\jobeet\apps\frontend/config/routing.yml'))
   in *SF_ROOT_DIR\lib\vendor\symfony\lib\config\sfConfigCache.class.php*line
108
   
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>
   1.     }
         2.
         3.     // call the handler and retrieve the cache data
         4.     $data = $handlerInstance->execute($configs);
         5.
         6.     $this->writeCacheFile($handler, $cache, $data);
         7.   }
      - at *sfConfigCache->callHandler*('config/routing.yml',
*array*('C:\wamp\www\jobeet\apps\frontend/config/routing.yml'),
   'C:\wamp\www\jobeet\cache\frontend\dev\config/config_routing.yml.php')
   in *SF_ROOT_DIR\lib\vendor\symfony\lib\config\sfConfigCache.class.php*line
197
   
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>
   1.     if (!is_readable($cache) || $mtime > filemtime($cache))
         2.     {
         3.       // configuration has changed so we need to reparse it
         4.       $this->callHandler($configPath, $files, $cache);
         5.     }
         6.
         7.     if (sfConfig::get('sf_debug') && sfConfig::get(
         'sf_logging_enabled'))
      - at *sfConfigCache->checkConfig*('config/routing.yml', 1)
   in *SF_ROOT_DIR\lib\vendor\symfony\lib\routing\sfPatternRouting.class.php
   * line 124 
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>
   1.
         2.   protected function getConfigFileName()
         3.   {
         4.     return sfContext::getInstance()->getConfigCache()->
         checkConfig('config/routing.yml', true);
         5.   }
         6.
         7.   /**
      - at *sfPatternRouting->getConfigFileName*()
   in *SF_ROOT_DIR\lib\vendor\symfony\lib\routing\sfPatternRouting.class.php
   * line 80 
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>
   1.    */
         2.   public function loadConfiguration()
         3.   {
         4.     if ($this->options['load_configuration'] && $config = $this
         ->getConfigFilename())
         5.     {
         6.       include($config);
         7.     }
      - at *sfPatternRouting->loadConfiguration*()
   in *SF_ROOT_DIR\lib\vendor\symfony\lib\routing\sfRouting.class.php* line
   94 
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>
   1.     $this->dispatcher->connect('user.change_culture', array($this,
         'listenToChangeCultureEvent'));
         2.     $this->dispatcher->connect('request.filter_parameters'
         , array($this, 'filterParametersEvent'));
         3.
         4.     $this->loadConfiguration();
         5.   }
         6.
         7.   /**
      - at *sfRouting->initialize*(*object*('sfEventDispatcher'), *null*, *
   array*('variable_prefixes' => *array*(':'), 'segment_separators' => *
   array*('/', '.'), 'variable_regex' => '[\w\d_]+', 'load_configuration' =>
   1, 'suffix' => '', 'generate_shortest_url' => 1,
   'extra_parameters_as_query_string' => 1, 'lookup_cache_dedicated_keys' => ,
   'auto_shutdown' => , 'context' => *array*('path_info' =>
   '/job/Sensio+Labs/Paris,+France/1/Web+Developer', 'prefix' =>
   '/frontend_dev.php', 'method' => 'GET', 'format' => *null*, 'host' =>
   'localhost:8080', 'is_secure' => , 'request_uri' => '
   
http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer'),
   'default_module' => 'default', 'default_action' => 'index', 'debug' => '1',
   'logging' => '1', 'cache' => *null*))
   in *SF_ROOT_DIR\lib\vendor\symfony\lib\routing\sfPatternRouting.class.php
   * line 67 
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>
   1.       $options['suffix'] = '';
         2.     }
         3.
         4.     parent::initialize($dispatcher, $cache, $options);
         5.
         6.     if (null !== $this->cache && !$options[
         'lookup_cache_dedicated_keys'] && $cacheData = $this->cache->get(
         'symfony.routing.data'))
         7.     {
      - at *sfPatternRouting->initialize*(*object*('sfEventDispatcher'), *
   null*, *array*('auto_shutdown' => , 'context' => *array*('path_info' =>
   '/job/Sensio+Labs/Paris,+France/1/Web+Developer', 'prefix' =>
   '/frontend_dev.php', 'method' => 'GET', 'format' => *null*, 'host' =>
   'localhost:8080', 'is_secure' => , 'request_uri' => '
   
http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer'),
   'load_configuration' => 1, 'suffix' => '', 'default_module' => 'default',
   'default_action' => 'index', 'debug' => '1', 'logging' => '1',
   'generate_shortest_url' => 1, 'extra_parameters_as_query_string' => 1,
   'cache' => *null*))
   in *SF_ROOT_DIR\lib\vendor\symfony\lib\routing\sfRouting.class.php* line
   34 
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>
   1.    */
         2.   public function __construct(sfEventDispatcher $dispatcher,
         sfCache $cache = null, $options = array())
         3.   {
         4.     $this->initialize($dispatcher, $cache, $options);
         5.
         6.     if (!isset($this->options['auto_shutdown']) || $this->
         options['auto_shutdown'])
         7.     {
      - at *sfRouting->__construct*(*object*('sfEventDispatcher'), *null*, *
   array*('auto_shutdown' => , 'context' => *array*('path_info' =>
   '/job/Sensio+Labs/Paris,+France/1/Web+Developer', 'prefix' =>
   '/frontend_dev.php', 'method' => 'GET', 'format' => *null*, 'host' =>
   'localhost:8080', 'is_secure' => , 'request_uri' => '
   
http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer'),
   'load_configuration' => 1, 'suffix' => '', 'default_module' => 'default',
   'default_action' => 'index', 'debug' => '1', 'logging' => '1',
   'generate_shortest_url' => 1, 'extra_parameters_as_query_string' => 1,
   'cache' => *null*))
   in *SF_ROOT_DIR\cache\frontend\dev\config\config_factories.yml.php* line
   102 
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>
   1.   'generate_shortest_url' => true,
         2.   'extra_parameters_as_query_string' => true,
         3.   'cache' => NULL,
         4. ))));
         5. if ($parameters = $this->factories['routing']->parse($this->
         factories['request']->getPathInfo()))
         6. {
         7.   $this->factories['request']->addRequestParameters($parameters
         );
      - at *require*
   ('C:\wamp\www\jobeet\cache\frontend\dev\config\config_factories.yml.php')
   in *SF_ROOT_DIR\lib\vendor\symfony\lib\util\sfContext.class.php* line 155
   
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>
   1.     }
         2.
         3.     // include the factories configuration
         4.     require($this->configuration->getConfigCache()->checkConfig(
         'config/factories.yml'));
         5.
         6.     $this->dispatcher->notify(new sfEvent($this,
         'context.load_factories'));
         7.
      - at *sfContext->loadFactories*()
   in *SF_ROOT_DIR\lib\vendor\symfony\lib\util\sfContext.class.php* line 77
   
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>
   1.
         2.     try
         3.     {
         4.       $this->loadFactories();
         5.     }
         6.     catch (sfException $e)
         7.     {
      - at *sfContext->initialize*(*object*('frontendConfiguration'))
   in *SF_ROOT_DIR\lib\vendor\symfony\lib\util\sfContext.class.php* line 60
   
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>
   1.       throw new sfFactoryException(sprintf(
         'Class "%s" is not of the type sfContext.', $class));
         2.     }
         3.
         4.     self::$instances[$name]->initialize($configuration);
         5.
         6.     return self::$instances[$name];
         7.   }
      - at *sfContext::createInstance*(*object*('frontendConfiguration'))
   in *SF_ROOT_DIR\web\frontend_dev.php* line 13
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>
   1. require_once(dirname(__FILE__).
         '/../config/ProjectConfiguration.class.php');
         2.
         3. $configuration = ProjectConfiguration::
         getApplicationConfiguration('frontend', 'dev', true);
         4. sfContext::createInstance($configuration)->dispatch();
         5.

symfony settings
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>

sf_admin_module_web_dir: /sfDoctrinePlugin
sf_admin_web_dir: /sf/sf_admin
sf_app: frontend
sf_app_base_cache_dir: 'C:\wamp\www\jobeet\cache\frontend'
sf_app_cache_dir: 'C:\wamp\www\jobeet\cache\frontend\dev'
sf_app_config_dir: 'C:\wamp\www\jobeet\apps\frontend\config'
sf_app_dir: 'C:\wamp\www\jobeet\apps\frontend'
sf_app_i18n_dir: 'C:\wamp\www\jobeet\apps\frontend\i18n'
sf_app_lib_dir: 'C:\wamp\www\jobeet\apps\frontend\lib'
sf_app_module_dir: 'C:\wamp\www\jobeet\apps\frontend\modules'
sf_app_template_dir: 'C:\wamp\www\jobeet\apps\frontend\templates'
sf_apps_dir: 'C:\wamp\www\jobeet\apps'
sf_cache: false
sf_cache_dir: 'C:\wamp\www\jobeet\cache'
sf_charset: utf-8
sf_check_lock: false
sf_compressed: false
sf_config_cache_dir: 'C:\wamp\www\jobeet\cache\frontend\dev\config'
sf_config_dir: 'C:\wamp\www\jobeet\config'
sf_csrf_secret: b76b863f0e0c3288e81d4d70d0e37152887e7401
sf_data_dir: 'C:\wamp\www\jobeet\data'
sf_debug: true
sf_default_culture: en
sf_enabled_modules:
  - default
sf_environment: dev
sf_error_404_action: error404
sf_error_404_module: default
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: 'C:\wamp\www\jobeet\cache\frontend\dev\i18n'
sf_lib_dir: 'C:\wamp\www\jobeet\lib'
sf_log_dir: 'C:\wamp\www\jobeet\log'
sf_logging_enabled: true
sf_login_action: login
sf_login_module: default
sf_module_cache_dir: 'C:\wamp\www\jobeet\cache\frontend\dev\modules'
sf_module_disabled_action: disabled
sf_module_disabled_module: default
sf_no_script_name: false
sf_orm: doctrine
sf_plugins_dir: 'C:\wamp\www\jobeet\plugins'
sf_root_dir: 'C:\wamp\www\jobeet'
sf_secure_action: secure
sf_secure_module: default
sf_standard_helpers:
  - Partial
  - Cache
sf_symfony_lib_dir: 'C:\wamp\www\jobeet\lib\vendor\symfony\lib'
sf_template_cache_dir: 'C:\wamp\www\jobeet\cache\frontend\dev\template'
sf_test_cache_dir: 'C:\wamp\www\jobeet\cache\frontend\dev\test'
sf_test_dir: 'C:\wamp\www\jobeet\test'
sf_upload_dir: 'C:\wamp\www\jobeet\web\uploads'
sf_use_database: true
sf_web_debug: true
sf_web_debug_web_dir: /sf/sf_web_debug
sf_web_dir: 'C:\wamp\www\jobeet\web'

request 
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>

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: {  }
attributeHolder: {  }

response 
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>

status:
  code: 500
  text: 'Internal Server Error'
options:
  http_protocol: HTTP/1.1
  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: {  }
stylesheets: {  }
metas: {  }
httpMetas: {  }

user 
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>

{  }

global vars 
...<http://localhost:8080/frontend_dev.php/job/Sensio+Labs/Paris%2C+France/1/Web+Developer#>
when i tried to run "php symfony app:routes frontend:" i got an error that
*class s does not exist.
plis help
*--
*Namata Winfred
IT Assistant
Natural Chemotherapeutics Research Institute, Ministry Of Health

Mobile: 0774607443
*
*Nothing worthwhile comes easily. Work, continuous work and hard work, is
the only way to accomplish results that last*.

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to