Did you clear cache?

On Mon, Nov 30, 2009 at 4:08 AM, ashton <ahonn...@gmail.com> wrote:

> I'm struggling with a routing issue.  New project, and I have an index
> module, and a 'list' action and 'index' action.
>
> These urls work:
> /frontend_dev.php/index/index (in dev)
> /index/index
> /frontend_dev.php/index/list
>
> this does not:
> /index/list
>
> here is my routing.yml:
> # default rules
> homepage:
>  url:   /
>  param: { module: index, action: index }
>
> default_index:
>  url:   /:module
>  param: { action: index }
>
> default:
>  url:   /:module/:action/*
>
> I don't know what is wrong with the prodcution one, because all the
> errors are suppressed.
>
> Or, alternatively, my problem is that I can't enable logging or
> web_debug for production:
>
> settings.yml:
> prod:
>  .settings:
>    error_reporting:        <?php echo (E_ALL | E_STRICT)."\n" ?>
>    no_script_name:         on
>    logging_enabled:        on
>    web_debug:              on
>
> with my settings.yml like this, the log dir still only contains
> frontend_dev.php and backend_dev.php, and the web debug toolbar
> doesn't show up in production.
>
> thanks
> ashton
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "symfony users" group.
> To post to this group, send email to symfony-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en.
>
>
>


-- 
Gareth McCumskey
http://garethmccumskey.blogspot.com
twitter: @garethmcc

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@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