在这里被困了几个小时!
我正在使用cakephp 2.4.4,我有非常标准的重定向闪存消息。出于某种原因,我的生产服务器上没有出现flash消息(运行apache)?!如果我注释掉重定向,则会显示Flash消息。
我的应用似乎在我的开发服务器(运行nginx)上完美运行。
有没有人有任何想法?
$this->Session->setFlash(__('The User -'.$e["User"]['name'].'('.$e["User"]['resource_payroll_number'].') - Has been Activated'), 'alert', array('class' => 'alert-success'));
$this->redirect(array('action' => 'index'));