注意(1024):找不到元素:Elements \ default.ctp [CORE \ Cake \ View \ View.php,第425行]

时间:2015-12-03 10:41:27

标签: cakephp

帮我展示自己的信息。 我正在使用

    $this->Session->setFlash(_('My Custom message Here'));

我尝试过很多东西,但无法克服这个错误。

1 个答案:

答案 0 :(得分:0)

default.ctp文件夹

中创建名为View/Elements的文件

在该文件中写下以下代码

<?php echo $message; ?>

并在您要显示消息的位置写下以下代码

<?php echo $this->Session->flash(); ?>