Hello,

i was following 

http://www.symfony-project.org/book/1_0/16-Application-Management-Tools


And , followed commands.

My project was working fine. But know it gives me this error :



stack trace
  at ()
in SF_ROOT_DIR/lib/symfony/controller/sfController.class.php
 line 172 ...
      $error = 'Too many forwards have been detected for this request (> %d)';      $error = sprintf($error, $this->maxForwards);
      throw new sfForwardException($error);    }
    $rootDir = sfConfig::get('sf_root_dir');at 
sfController->forward('sfGuardAuth',
 'signin')

SF_ROOT_DIR/lib/symfony/controller/sfController.class.php
 line 163 i entered this code :


echo $moduleName." / ". $actionName. "/". 
$this->getActionStack()->getSize()."<br>";

Result is :

first / index/0
sfGuardAuth / signin/1
sfGuardAuth / signin/2
sfGuardAuth
 / signin/3
sfGuardAuth / signin/4
sfGuardAuth / signin/5


My index.php (prod) is working fine. But it gives this error on, when i run 
with frontend_dev.php.

I did not change routing.yml or any other settings. 

After i run : ./symfony log-rotate 

it moved my log/frontend_dev.log to log/history/frontend_dev_20100504.log

What i am missing. 

Thanks in advance. 



-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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

Reply via email to