hi friends,
i am using xampp and my project is in C:\Program Files\xampp\htdocs
\smt
i've created a few modules and configured routing.yml as

employeerecord:
  URL:   /
  param: { module: default, action: index }

addnewemployee:
  URL:   /addnewemployee
  param: { module: addnewemployee, action: index }

default_index:
  URL:   /:module
  param: {action: index}

default:
  URL:   /:module/:action/*

the problem is when i try to use link_to from layout.yml its giving an
error.  505....
see the message from http://localhost/smt/web/frontend_dev.php/employeerecord




Notice: Undefined index: url in C:\sfproject\symfony-1.3.11\lib\config
\sfRoutingConfigHandler.class.php on line 98

Notice: Undefined index: url in C:\sfproject\symfony-1.3.11\lib\config
\sfRoutingConfigHandler.class.php on line 98

Notice: Undefined index: url in C:\sfproject\symfony-1.3.11\lib\config
\sfRoutingConfigHandler.class.php on line 98

Notice: Undefined index: url in C:\sfproject\symfony-1.3.11\lib\config
\sfRoutingConfigHandler.class.php on line 98

Notice: Undefined index: url in C:\sfproject\symfony-1.3.11\lib\config
\sfRoutingConfigHandler.class.php on line 98

Notice: Undefined index: url in C:\sfproject\symfony-1.3.11\lib\config
\sfRoutingConfigHandler.class.php on line 98

Notice: Undefined index: url in C:\sfproject\symfony-1.3.11\lib\config
\sfRoutingConfigHandler.class.php on line 98

Notice: Undefined index: url in C:\sfproject\symfony-1.3.11\lib\config
\sfRoutingConfigHandler.class.php on line 98

Warning: session_start() [function.session-start]: Cannot send session
cache limiter - headers already sent (output started at C:\sfproject
\symfony-1.3.11\lib\config\sfRoutingConfigHandler.class.php:98) in C:
\sfproject\symfony-1.3.11\lib\storage\sfSessionStorage.class.php on
line 93

Warning: Cannot modify header information - headers already sent by
(output started at C:\sfproject\symfony-1.3.11\lib\config
\sfRoutingConfigHandler.class.php:98) in C:\sfproject
\symfony-1.3.11\lib\exception\sfException.class.php on line 105

Warning: Cannot modify header information - headers already sent by
(output started at C:\sfproject\symfony-1.3.11\lib\config
\sfRoutingConfigHandler.class.php:98) in C:\sfproject
\symfony-1.3.11\lib\exception\sfException.class.php on line 159

Warning: Cannot modify header information - headers already sent by
(output started at C:\sfproject\symfony-1.3.11\lib\config
\sfRoutingConfigHandler.class.php:98) in C:\sfproject
\symfony-1.3.11\lib\response\sfWebResponse.class.php on line 336

Warning: Cannot modify header information - headers already sent by
(output started at C:\sfproject\symfony-1.3.11\lib\config
\sfRoutingConfigHandler.class.php:98) in C:\sfproject
\symfony-1.3.11\lib\response\sfWebResponse.class.php on line 357
404 | Not Found | sfError404Exception
Empty module and/or action after parsing the URL "/
employeerecord" (/).
stack trace

    at ()
    in SF_SYMFONY_LIB_DIR\controller\sfFrontWebController.class.php
line 44 ...
                  if (empty($moduleName) || empty($actionName))
                  {
                    throw new sfError404Exception(sprintf('Empty
module and/or action after parsing the URL "%s" (%s/%s).', $request-
>getPathInfo(), $moduleName, $actionName));
                  }
                  // make the first request
    at sfFrontWebController->dispatch()
    in SF_SYMFONY_LIB_DIR\util\sfContext.class.php line 170 ...
    at sfContext->dispatch()
    in SF_ROOT_DIR\web\frontend_dev.php line 13 ...

symfony settings ...
request ...
response ...
user ...
global vars ...

symfony v.1.3.11 - php 5.2.8
for help resolving this issue, please visit http://www.symfony-project.org/.




Please help ASAP....

-- 
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