gpt4 book ai didi

symfony - 如何显示自定义的 404 错误页面 - Symfony2

转载 作者:行者123 更新时间:2023-12-04 00:00:49 28 4
gpt4 key购买 nike

我的 Controller 中有这个:

if(some stuff) {
throw $this->createNotFoundException('message');
}

当我在 dev env 中测试它时,我得到了 Symfony 的页面,告诉我的文本检测到异常,但我无法在 prod env 中测试它:( 我运行这个 php app/console cache:clear --env=prod --no-debug 然后只在 URL app_dev.php 中替换为 app.php 但工具栏和Symfony 的错误页面保留。

我创建了这个文件 - app/Resources/TwigBundle/views/Exception/error.html.twig 。那么它会在 prod 中呈现吗?

这是在里面:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>An Error Occurred: {{ status_text }}</title>
</head>
<body>
<h1>Oops! An Error Occurred</h1>
<h2>The server returned a "{{ status_code }} {{ status_text }}".</h2>
</body>
</html>

我应该在哪里给出 status_codestatus _text 的值?或者它们是从异常中取出的?

所以总的来说,我想要做的是当 Controller Action 中的条件为真时,我的自定义错误页面将显示在 prod env 中。我已经成功了吗,如果没有,如何制作以及如何在 prod env 中查看结果?

最佳答案

我也尝试过,我注意到放置在 app/Resources/TwigBundle/views/Exception/error.html.twig 中的自定义错误页面只能在 prod 环境中工作。

关于symfony - 如何显示自定义的 404 错误页面 - Symfony2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12634961/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com