ErrorController
Request
GET Parameters
No GET parameters
POST Parameters
No POST parameters
Uploaded Files
No files were uploaded
Request Attributes
| Key | Value |
|---|---|
| _controller | "error_controller" |
| _stopwatch_token | "16e9b7" |
| exception | Twig\Error\RuntimeError {#693 #message: "An exception has been thrown during the rendering of a template ("Unable to format message (error #-1): Message pattern is invalid.")." #code: 0 #file: "/home/sysmarine/sysmarine/templates/blog/post_show.html.twig" #line: 37 -previous: Symfony\Component\Translation\Exception\InvalidArgumentException {#1083 …} -lineno: 37 -name: "blog/post_show.html.twig" -rawMessage: "An exception has been thrown during the rendering of a template ("Unable to format message (error #-1): Message pattern is invalid.")." -sourcePath: "/home/sysmarine/sysmarine/templates/blog/post_show.html.twig" -sourceCode: """ {% extends 'base.html.twig' %}\n \n {% block body_id 'blog_post_show' %}\n \n {% block main %}\n <h1>{{ post.title }}</h1>\n \n <p class="post-metadata">\n <span class="metadata"><i class="fa fa-calendar"></i> {{ post.publishedAt|format_datetime('long', 'medium', '', 'UTC') }}</span>\n <span class="metadata"><i class="fa fa-user"></i> {{ post.author.fullName }}</span>\n </p>\n \n {{ post.content|markdown_to_html|sanitize_html }}\n \n {{ include('blog/_post_tags.html.twig') }}\n \n <div id="post-add-comment" class="well">\n {# The 'IS_AUTHENTICATED_FULLY' role ensures that the user has entered\n their credentials (login + password) during this session. If they\n are automatically logged via the 'Remember Me' functionality, they won't\n be able to add a comment.\n See https://symfony.com/doc/current/security/remember_me.html#forcing-the-user-to-re-authenticate-before-accessing-certain-resources\n #}\n {% if is_granted('IS_AUTHENTICATED_FULLY') %}\n {{ render(controller('App\\Controller\\BlogController::commentForm', {'id': post.id})) }}\n {% else %}\n <p>\n <a class="btn btn-success" href="{{ path('security_login', {'redirect_to': app.request.pathInfo}) }}">\n <i class="fa fa-sign-in" aria-hidden="true"></i> {{ 'action.sign_in'|trans }}\n </a>\n {{ 'post.to_publish_a_comment'|trans }}\n </p>\n {% endif %}\n </div>\n \n <h3>\n <i class="fa fa-comments" aria-hidden="true"></i> {{ 'post.num_comments'|trans({ 'count': post.comments|length }) }}\n </h3>\n \n {% for comment in post.comments %}\n <div class="row post-comment">\n <a name="comment_{{ comment.id }}"></a>\n <h4 class="col-sm-3">\n <strong>{{ comment.author.fullName }}</strong> {{ 'post.commented_on'|trans }}\n {# it's not mandatory to set the timezone in localizeddate(). This is done to\n avoid errors when the 'intl' PHP extension is not available and the application\n is forced to use the limited "intl polyfill", which only supports UTC and GMT #}\n <strong>{{ comment.publishedAt|format_datetime('medium', 'short', '', 'UTC') }}</strong>\n </h4>\n <div class="col-sm-9">\n {{ comment.content|markdown_to_html|sanitize_html }}\n </div>\n </div>\n {% else %}\n <div class="post-comment">\n <p>{{ 'post.no_comments'|trans }}</p>\n </div>\n {% endfor %}\n {% endblock %}\n \n {% block sidebar %}\n {% if is_granted('edit', post) %}\n <div class="section">\n <a class="btn btn-lg btn-block btn-success" href="{{ path('admin_post_edit', {id: post.id}) }}">\n <i class="fa fa-edit" aria-hidden="true"></i> {{ 'action.edit_post'|trans }}\n </a>\n </div>\n {% endif %}\n \n {# the parent() function includes the contents defined by the parent template\n ('base.html.twig') for this block ('sidebar'). This is a very convenient way\n to share common contents in different templates #}\n {{ parent() }}\n \n {{ show_source_code(_self) }}\n {{ include('blog/_rss.html.twig') }}\n {% endblock %}\n """ : { { Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) … › |
| logger | Symfony\Bridge\Monolog\Logger {#38 …8} |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, deflate" |
| cookie | "PHPSESSID=df211907843d853a590f4fabd9a3da3e" |
| from | "gptbot(at)openai.com" |
| host | "sysmarine.nutriaco.com.br" |
| user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)" |
| x-https | "1" |
| x-openai-host-hash | "442235201" |
| x-php-ob-level | "0" |
Request Content
Request content not available (it was retrieved as a resource).
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "no-cache, private" |
| content-type | "text/html; charset=UTF-8" |
| date | "Sun, 26 Oct 2025 02:07:45 GMT" |
| x-debug-exception | "An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Unable%20to%20format%20message%20%28error%20%23-1%29%3A%20Message%20pattern%20is%20invalid.%22%29." |
| x-debug-exception-file | "%2Fhome%2Fsysmarine%2Fsysmarine%2Ftemplates%2Fblog%2Fpost_show.html.twig:37" |
| x-debug-token | "583ca0" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| PHPSESSID | "df211907843d853a590f4fabd9a3da3e" |
Response Cookies
No response cookies
Session 7
Session Metadata
| Key | Value |
|---|---|
| Created | "Sun, 26 Oct 25 02:00:08 +0000" |
| Last used | "Sun, 26 Oct 25 02:07:44 +0000" |
| Lifetime | 0 |
Session Attributes
No session attributes
Session Usage
7
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 44
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/twig-bridge/AppVariable.php"
"line" => 78
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1607
"function" => "getUser"
"class" => "Symfony\Bridge\Twig\AppVariable"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/var/cache/dev/twig/c9/c915c828e1488a4e107775385ef56fb2.php"
"line" => 263
"function" => "twig_get_attribute"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Template.php"
"line" => 171
"function" => "block_header"
"class" => "__TwigTemplate_7b4b6aa2e819153161845e0636429571"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/var/cache/dev/twig/c9/c915c828e1488a4e107775385ef56fb2.php"
"line" => 96
"function" => "displayBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_7b4b6aa2e819153161845e0636429571"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/var/cache/dev/twig/b5/b5ff5f7a3ec3c6b80c6f67a7481e7f60.php"
"line" => 50
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_7ca96ed4b643332d7f066e2eff2776b6"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Template.php"
"line" => 379
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 40
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Environment.php"
"line" => 277
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 222
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 230
"function" => "renderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/src/Controller/BlogController.php"
"line" => 90
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 152
"function" => "postShow"
"class" => "App\Controller\BlogController"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 74
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/public/index.php"
"line" => 5
"args" => [
"/home/sysmarine/sysmarine/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Bridge\Twig\AppVariable:147
[
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/twig-bridge/AppVariable.php"
"line" => 147
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1607
"function" => "getFlashes"
"class" => "Symfony\Bridge\Twig\AppVariable"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/var/cache/dev/twig/f5/f5b1126c4878a210de0e61daf5220623.php"
"line" => 52
"function" => "twig_get_attribute"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_c08907ecf2e5eb30578816f7e4b0c127"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Template.php"
"line" => 379
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 40
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1323
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/var/cache/dev/twig/c9/c915c828e1488a4e107775385ef56fb2.php"
"line" => 420
"function" => "twig_include"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Template.php"
"line" => 171
"function" => "block_body"
"class" => "__TwigTemplate_7b4b6aa2e819153161845e0636429571"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/var/cache/dev/twig/c9/c915c828e1488a4e107775385ef56fb2.php"
"line" => 102
"function" => "displayBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_7b4b6aa2e819153161845e0636429571"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/var/cache/dev/twig/b5/b5ff5f7a3ec3c6b80c6f67a7481e7f60.php"
"line" => 50
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_7ca96ed4b643332d7f066e2eff2776b6"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Template.php"
"line" => 379
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 40
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/twig/twig/src/Environment.php"
"line" => 277
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 222
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 230
"function" => "renderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/src/Controller/BlogController.php"
"line" => 90
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 152
"function" => "postShow"
"class" => "App\Controller\BlogController"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 74
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/public/index.php"
"line" => 5
"args" => [
"/home/sysmarine/sysmarine/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 72
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 156
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 99
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 153
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 185
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 173
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 74
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 85
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 153
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 213
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 85
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/public/index.php"
"line" => 5
"args" => [
"/home/sysmarine/sysmarine/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 73
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 156
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 99
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 153
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 185
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 173
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 74
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 85
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 153
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 213
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 85
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/public/index.php"
"line" => 5
"args" => [
"/home/sysmarine/sysmarine/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 74
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 156
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 99
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 153
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 185
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 173
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 74
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 85
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 153
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 213
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 85
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/public/index.php"
"line" => 5
"args" => [
"/home/sysmarine/sysmarine/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 75
"function" => "all"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 156
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 99
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 153
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 185
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 173
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 74
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 85
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 153
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 213
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 85
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/public/index.php"
"line" => 5
"args" => [
"/home/sysmarine/sysmarine/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 76
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 156
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 99
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 153
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 185
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 173
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 74
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 85
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 153
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 213
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 85
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/sysmarine/sysmarine/public/index.php"
"line" => 5
"args" => [
"/home/sysmarine/sysmarine/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_ENV | "dev" |
| APP_SECRET | "2ca64f8d83b9e89f5f19d672841d6bb8" |
| DATABASE_URL | "mysql://root:veRC8hXZDjzkdp3j@127.0.0.1/sysmarine_bd_new" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| CONTEXT_DOCUMENT_ROOT | "/home/sysmarine/public_html" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/home/sysmarine/public_html" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HTTPS | "on" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, br, deflate" |
| HTTP_COOKIE | "PHPSESSID=df211907843d853a590f4fabd9a3da3e" |
| HTTP_FROM | "gptbot(at)openai.com" |
| HTTP_HOST | "sysmarine.nutriaco.com.br" |
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)" |
| HTTP_X_HTTPS | "1" |
| HTTP_X_OPENAI_HOST_HASH | "442235201" |
| PATH | "/bin:/usr/bin" |
| PHP_INI_SCAN_DIR | "/opt/cpanel/ea-php81/root/etc:/opt/cpanel/ea-php81/root/etc/php.d:." |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_SCRIPT_URI | "https://sysmarine.nutriaco.com.br/ar/blog/posts/era-brevis-ratione-est" |
| REDIRECT_SCRIPT_URL | "/ar/blog/posts/era-brevis-ratione-est" |
| REDIRECT_SSL_TLS_SNI | "sysmarine.nutriaco.com.br" |
| REDIRECT_STATUS | "200" |
| REDIRECT_UNIQUE_ID | "aP2CcdaGCtZ3PmnJzPHypgAAAIw" |
| REDIRECT_URL | "/ar/blog/posts/era-brevis-ratione-est" |
| REMOTE_ADDR | "20.171.207.168" |
| REMOTE_PORT | "48128" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1761444465 |
| REQUEST_TIME_FLOAT | 1761444465.4718 |
| REQUEST_URI | "/ar/blog/posts/era-brevis-ratione-est" |
| SCRIPT_FILENAME | "/home/sysmarine/public_html/index.php" |
| SCRIPT_NAME | "/index.php" |
| SCRIPT_URI | "https://sysmarine.nutriaco.com.br/ar/blog/posts/era-brevis-ratione-est" |
| SCRIPT_URL | "/ar/blog/posts/era-brevis-ratione-est" |
| SERVER_ADDR | "162.241.104.114" |
| SERVER_ADMIN | "webmaster@sysmarine.nutriaco.com.br" |
| SERVER_NAME | "sysmarine.nutriaco.com.br" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache" |
| SSL_TLS_SNI | "sysmarine.nutriaco.com.br" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,DATABASE_URL" |
| TZ | "America/Sao_Paulo" |
| UNIQUE_ID | "aP2CcdaGCtZ3PmnJzPHypgAAAIw" |
| argc | 0 |
| argv | [] |
Parent Request
Return to parent request (token = 2de8a2)
| Key | Value |
|---|---|
| _controller | "App\Controller\BlogController::postShow" |
| _firewall_context | "security.firewall.map.context.main" |
| _locale | "ar" |
| _remove_csp_headers | true |
| _route | "blog_post" |
| _route_params | [ "_locale" => "ar" "slug" => "era-brevis-ratione-est" ] |
| _security_firewall_run | "_security_main" |
| _stopwatch_token | "57909d" |
| post | App\Entity\Post {#427 -id: 27 -title: "Era brevis ratione est" -slug: "era-brevis-ratione-est" -summary: "Teres talis saepe tractare de camerarius flavum sensorem. Vae humani generis. Potus sensim ad ferox abnoba. Sunt seculaes transferre talis camerarius fluctuies. Ubi est barbatus nix. Sunt torquises imitari velox mirabilis medicinaes." -content: """ Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod tempor\n incididunt ut labore et **dolore magna aliqua**: Duis aute irure dolor in\n reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\n Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia\n deserunt mollit anim id est laborum.\n \n * Ut enim ad minim veniam\n * Quis nostrud exercitation *ullamco laboris*\n * Nisi ut aliquip ex ea commodo consequat\n \n Praesent id fermentum lorem. Ut est lorem, fringilla at accumsan nec, euismod at\n nunc. Aenean mattis sollicitudin mattis. Nullam pulvinar vestibulum bibendum.\n Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos\n himenaeos. Fusce nulla purus, gravida ac interdum ut, blandit eget ex. Duis a\n luctus dolor.\n \n Integer auctor massa maximus nulla scelerisque accumsan. *Aliquam ac malesuada*\n ex. Pellentesque tortor magna, vulputate eu vulputate ut, venenatis ac lectus.\n Praesent ut lacinia sem. Mauris a lectus eget felis mollis feugiat. Quisque\n efficitur, mi ut semper pulvinar, urna urna blandit massa, eget tincidunt augue\n nulla vitae est.\n \n Ut posuere aliquet tincidunt. Aliquam erat volutpat. **Class aptent taciti**\n sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Morbi\n arcu orci, gravida eget aliquam eu, suscipit et ante. Morbi vulputate metus vel\n ipsum finibus, ut dapibus massa feugiat. Vestibulum vel lobortis libero. Sed\n tincidunt tellus et viverra scelerisque. Pellentesque tincidunt cursus felis.\n Sed in egestas erat.\n \n Aliquam pulvinar interdum massa, vel ullamcorper ante consectetur eu. Vestibulum\n lacinia ac enim vel placerat. Integer pulvinar magna nec dui malesuada, nec\n congue nisl dictum. Donec mollis nisl tortor, at congue erat consequat a. Nam\n tempus elit porta, blandit elit vel, viverra lorem. Sed sit amet tellus\n tincidunt, faucibus nisl in, aliquet libero. """ -publishedAt: DateTime @1655322932 {#425 : 2022-06-15 19:55:32.0 UTC (+00:00) } -author: Proxies\__CG__\App\Entity\User {#595 …} -comments: Doctrine\ORM\PersistentCollection {#627 …} -tags: Doctrine\ORM\PersistentCollection {#630 …} } |
| slug | "era-brevis-ratione-est" |