Hi Thanks for the quick reply, you saved my day! Too bad that symfony does not give a warning if a boolean value is set to something different than "true" or "false".
bye, -christian- On Wed, 6 Jan 2010 12:07:25 +0100 Gábor Fási <[email protected]> wrote: > Change 'on' to 'true' > http://www.symfony-project.org/tutorial/1_4/en/upgrade#chapter_161aacbf11b8cc24bbdc6951ba0fb57d_yaml > > On Wed, Jan 6, 2010 at 11:41, Christian Hammers <[email protected]> wrote: > > Hello > > > > I have a Symfony 1.2 project that I tried to convert to Symfony 1.3. > > The no_script_name setting is turned off (verified with the debug console) > > yet in Symfony 1.3 it behaves like it was turned on! > > > > The same link_to('Störungsursachen', 'gu_ursache') produces > > https://example.com/proxy/fibreman/release/fibreman-web/index.php/ring_erneut_abholen > > in Symfony 1.2 and > > https://example.com/proxy/fibreman/devel/fibreman-web/ring_erneut_abholen > > in Symfony 1.3 despite the following settings: > > ... > > sf_module_disabled_action: disabled > > sf_module_disabled_module: default > > sf_no_script_name: off > > ... > > > > Any ideas? > > > > The reason I cannot use no_script_name=on is that I have a different URL > > before the > > project name (fibreman-web) in different instances of the project which is > > not > > compatible with the RewriteBase in .htaccess. Having the index.php in the > > URL does > > not hurt here anyway as it's only an internal web site. > > > > bye, > > > > -christian- > > > > > > -- > > You received this message because you are subscribed to the Google Groups > > "symfony users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > > http://groups.google.com/group/symfony-users?hl=en. > > > > > > > >
-- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en.
