Regards,
Ang Way Chuang
On 14/07/11 10:47, David Hoese wrote:
> Another issue...
> If you check the change log I linked to in my previous message the
> newest message for 1.12.3 talks about another bug with SCRIPT_NAME and
> the singleton keyword. That was the solution to another problem I had
> a while ago...if I remember right.
>
> -Dave
>
> On Jul 13, 8:36 pm, David Hoese<dho...@gmail.com> wrote:
>> I had a similar problem earlier this year. What exact version of
>> Routes do you have? Routes 1.12.2 fixed this issue (newest release is
>> 1.12.3).
>>
>> From change log athttp://routes.groovie.org/changes.html:
>> Fix bug with routes URLGenerator not properly including SCRIPT_NAME
>> when generating qualified URL�s.
On 15/07/11 00:56, Wyatt Baldwin wrote:
> I don't know if this will help, but the preferred way to generate URLs is to use `pylons.url()`. It's available automatically in templates, so you can replace `${h.url_for('xyz')}` with `${url('xyz')}`.
>
> --
> You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/WRC01-s37MUJ.
> To post to this group, send email to pylons-...@googlegroups.com.
> To unsubscribe from this group, send email to pylons-discus...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.