Hi all, I spent all afternoon without luck trying to install sfGuardPlugin. I'm up to this part:
You're done. Now, if you try to access a secure page, you will be redirected to the login page. If you have loaded the default fixture file, try to login with admin as username and admin as password. But whatever I did, I couldn't make it display the login page! I did exactly as instructed on the wiki page. http://trac.symfony-project.com/wiki/sfGuardPluginFor10 My symfony version: Installed packages, channel pear.symfony-project.com: ===================================================== Package Version State symfony 1.0.11 stable My app settings.yml all: .settings: enabled_modules: [sfGuardAuth] .actions login_module: sfGuardAuth login_action: signin secure_module: sfGuardAuth secure_action: secure error_404_module: default # To be called when a 404 error is raised error_404_action: error404 # Or when the requested URL doesn't match any route prod: .settings: no_script_name: on dev: .settings: # E_ALL | E_STRICT = 4095 error_reporting: 4095 web_debug: on cache: off no_script_name: off etag: off test: .settings: # E_ALL | E_STRICT & ~E_NOTICE = 2047 error_reporting: 2047 cache: off web_debug: off no_script_name: off etag: off Any idea what I might have missed? Sid --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---