cakephp flash消息在apache服务器上消失

时间:2015-08-19 14:01:56

标签: php apache cakephp nginx

在这里被困了几个小时!

我正在使用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'));

1 个答案:

答案 0 :(得分:0)

这一定是因为你有调试级别。检查core.php文件。

e

这是复制from github cakephp