[symfony-users] routing error

2010-06-15 Thread yongSymfo


Anyone getting this error?
500 | Internal Server Error | sfConfigurationException
The route "ModuleName_collection" does not exist.

If I go to ModuleName/new it works but not the lists?

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


[symfony-users] Routing Error

2008-11-18 Thread ken

Im getting this errors in prod admin generated module for symfony 1.2

500 | Internal Server Error | InvalidArgumentException
The "/lead/:id/edit.:sf_format" route has some missing mandatory
parameters (:id).
stack trace

* at ()
  in SF_SYMFONY_LIB_DIR/routing/sfRoute.class.php line 212 ...
 209. if ($diff = array_diff_key($this->variables,
$tparams))
 210.
 211. {
 212.   throw new InvalidArgumentException(sprintf
('The "%s" route has some missing mandatory parameters (%s).', $this-
>pattern, implode(', ', $diff)));
 213. }
 214.
 215. if ($this->options['generate_shortest_url'])
* at sfRoute->generate(array(), '', '')
  in SF_SYMFONY_LIB_DIR/routing/sfRequestRoute.class.php line
98 ...

I dont have that error if the code is running in dev box
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---