Check out the error that I'm getting here:

http://lawrence.sds5.com/bocahoops/web/frontend_dev.php

"Catchable fatal error: Argument 1 passed to
sfPatternRouting::configureRoute() must be an instance of sfRoute,
string given, called in /home/lawrence/symfony/lib/routing/
sfPatternRouting.class.php on line 245 and defined in /home/lawrence/
symfony/lib/routing/sfPatternRouting.class.php on line 256"


What would cause this error?

This is what I have in routing.yml:


# default rules
homepage:
  url:   /
  param: { module: content, action: newsList }

default_symfony:
  url:   /symfony/:action/*
  param: { module: default }

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

default:
  url:   /:module/:action/*

login_redirect:
  url:   /dashboard/login/originalUri/:redirectUrl
  param: { module: dashboard, action: redirectAfterLogin }


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