我将我的服务器从 PHP 5.5 更新到 PHP 7。现在 Orange HRM 无法正常工作。生产在hr.oyasys.com上。错误仅在登录后发生(http://hr.oyasys.com/index.php/dashboard)
stack trace
at ()
in SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 182 ...
if ($this->getActionStack()->getSize() >= $this->maxForwards)
{
// let's kill this party before it turns into cpu cycle hell
throw new sfForwardException('Too many forwards have been detected for this request.');
}