Hey Sid, just to get an idea, what's being displayed instead of the login page? What happens if you directly access the login page (there should be a special route /login or just use /sfGuardAuth/signin )?
Could you probably upload the symfony log somewhere? Cheers, Georg Sid Bachtiar schrieb: > 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 -~----------~----~----~----~------~----~------~--~---