Mmmh, no one (again) ?
Does nobody else have a problem with the no_script_name settings and  
the url_for function in 1.2?


Am 05.12.2008 um 10:19 schrieb Frank Stelzer:

>
> Hello,
> i currently try(!) to upgrade my current 1.1 project to 1.2 (stable).
> I read the changelog, the what's new and the upgrade tutorial, but i
> can not fix my url_for problem.
>
> Currently i have this setting (standard one):
>
> ---
> dev:
>   .settings:
>     error_reporting:        <?php echo (E_ALL | E_STRICT)."\n" ?>
>     web_debug:              off
>     cache:                  off
>     no_script_name:         off
> ---
>
> and when i call this
>
> ---
> url_for('/help/index');
> // or
> url_for('/help/index', true);
> ---
>
>
> only
> ---
> /help/index
> ---
>
> is generated and not
> ---
> backend_dev.php/help/index
> ---
>
> Is this problem already known or am i missing something?
>
>
> Another routing break was this usage
> ---
> link_to('foo', '#', /*do some js stuff here*/);
> ---
>
> i had to change it to:
> ---
> link_to('foo', '/', /*do some js stuff here*/);
> ---
>
> I did not see this hint in the changelog, too.
>
>
> Frank
>
> >


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