I'm encountering a strange bug, where, for some reason symfony seems to think the current action name is signin, whereas it should be something else. As a result, what seems to happen is that I eventually get directed to the signin page, even though the URL still reads the same as the original page. I have included a log report, which shows the code path somehow. It is an intermittent bug and I am trying to determine what causes this.
Thanks for anyone who can offer help. Steve Sep 26 00:49:04 symfony [info] {sfPatternRouting} Match route "providerManageZones" (/goalies/manage-zones) for /goalies/manage- zones.html with parameters array ( 'module' => 'provider', 'action' => 'manageZones',) Sep 26 00:49:04 symfony [info] {sfFilterChain} Executing filter "sfRenderingFilter" Sep 26 00:49:04 symfony [info] {sfFilterChain} Executing filter "sfBasicSecurityFilter" Sep 26 00:49:04 symfony [info] {sfFilterChain} Executing filter "sfRenderingFilter" Sep 26 00:49:04 symfony [info] {sfFilterChain} Executing filter "sfSslRequirementFilter" Sep 26 00:49:04 symfony [debug] ***** SSL Filter - first call and SSL filter not disabled Sep 26 00:49:04 symfony [debug] ***** SSL Required: signin Sep 26 00:49:04 symfony [debug] ***** require_ssl for signin: 1 Sep 26 00:49:04 symfony [debug] ***** SSL Filter - this request should be redirected to HTTPS Sep 26 00:49:04 symfony [debug] ***** SSL Filter - SSL Required Sep 26 00:49:04 symfony [debug] ***** SSL URL: signin Sep 26 00:49:04 symfony [debug] ***** NO SSL URL Domain setting: https://staging.goaliegigs.com/goalies/manage-zones.html Sep 26 00:49:04 symfony [info] {sfFrontWebController} Redirect to "https://staging.goaliegigs.com/goalies/manage-zones.html" Sep 26 00:49:04 symfony [info] {sfWebResponse} Send status "HTTP/1.1 302 Found" Sep 26 00:49:04 symfony [info] {sfWebResponse} Send header "Location: https://staging.goaliegigs.com/goalies/manage-zones.html" Sep 26 00:49:04 symfony [info] {sfWebResponse} Send header "Content- Type: text/html; charset=utf-8" Sep 26 00:49:04 symfony [info] {sfWebResponse} Send content (127 o) Sep 26 00:49:04 symfony [info] {sfPatternRouting} Match route "providerManageZones" (/goalies/manage-zones) for /goalies/manage- zones.html with parameters array ( 'module' => 'provider', 'action' => 'manageZones',) Sep 26 00:49:04 symfony [info] {sfFilterChain} Executing filter "sfRenderingFilter" Sep 26 00:49:04 symfony [info] {sfFilterChain} Executing filter "sfBasicSecurityFilter" Sep 26 00:49:04 symfony [info] {sfFilterChain} Executing filter "sfRenderingFilter" Sep 26 00:49:04 symfony [info] {sfFilterChain} Executing filter "sfSslRequirementFilter" Sep 26 00:49:04 symfony [debug] ***** SSL Filter - first call and SSL filter not disabled Sep 26 00:49:04 symfony [debug] ***** SSL Required: signin Sep 26 00:49:04 symfony [debug] ***** require_ssl for signin: 1 Sep 26 00:49:04 symfony [debug] ***** SSL Filter - this request should be redirected to HTTPS Sep 26 00:49:04 symfony [debug] ***** SSL Filter - SSL Required Sep 26 00:49:04 symfony [debug] ***** SSL URL: signin Sep 26 00:49:04 symfony [debug] ***** NO SSL URL Domain setting: https://staging.goaliegigs.com/goalies/manage-zones.html Sep 26 00:49:04 symfony [info] {sfFrontWebController} Redirect to "https://staging.goaliegigs.com/goalies/manage-zones.html" Sep 26 00:49:04 symfony [info] {sfWebResponse} Send status "HTTP/1.1 302 Found" Sep 26 00:49:04 symfony [info] {sfWebResponse} Send header "Location: https://staging.goaliegigs.com/goalies/manage-zones.html" Sep 26 00:49:04 symfony [info] {sfWebResponse} Send header "Content- Type: text/html; charset=utf-8" Sep 26 00:49:04 symfony [info] {sfWebResponse} Send content (127 o) Sep 26 00:49:05 symfony [info] {sfPatternRouting} Match route "providerManageZones" (/goalies/manage-zones) for /goalies/manage- zones.html with parameters array ( 'module' => 'provider', 'action' => 'manageZones',) Sep 26 00:49:05 symfony [info] {sfFilterChain} Executing filter "sfRenderingFilter" Sep 26 00:49:05 symfony [info] {sfFilterChain} Executing filter "sfBasicSecurityFilter" Sep 26 00:49:05 symfony [info] {sfFilterChain} Executing filter "sfRenderingFilter" Sep 26 00:49:05 symfony [info] {sfFilterChain} Executing filter "sfSslRequirementFilter" Sep 26 00:49:05 symfony [debug] ***** SSL Filter - first call and SSL filter not disabled Sep 26 00:49:05 symfony [debug] ***** SSL Filter - request is secure Sep 26 00:49:05 symfony [debug] ***** SSL Allowed: signin Sep 26 00:49:05 symfony [debug] ***** SSL Required: signin Sep 26 00:49:05 symfony [debug] ***** require_ssl for signin: 1 Sep 26 00:49:05 symfony [info] {sfFilterChain} Executing filter "commonSessionVariablesFilter" Sep 26 00:49:05 symfony [info] {sfFilterChain} Executing filter "languageChangeFilter" Sep 26 00:49:05 symfony [info] Executing languageChangeFilter. Set user language to: en_CA Sep 26 00:49:05 symfony [info] {sfFilterChain} Executing filter "sfCacheFilter" Sep 26 00:49:05 symfony [info] {sfFilterChain} Executing filter "sfCommonFilter" Sep 26 00:49:05 symfony [info] {sfFilterChain} Executing filter "sfValidationExecutionFilter" Sep 26 00:49:05 symfony [info] {sfGuardAuthActions} Call "sfGuardAuthActions->executeSignin()" Sep 26 00:49:05 symfony [debug] sfGuardAuth: not a post request. show signin page. Sep 26 00:49:05 symfony [info] {sfPHPView} Render "/home/ggtest/deploy/ staging/ggapps/apps/frontend/modules/sfGuardAuth/templates/ signinSuccess.php" --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---