any solution ?

On 29 nov, 23:08, ashton <ahonn...@gmail.com> wrote:
> I'm struggling with aroutingissue.  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 myrouting.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.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.


Reply via email to