Error 500 Internal Server Error

GET http://rawafedtech.info/new

Exceptions

An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable: Expected method "entriesBlock" on class "App\Controller\BlocksController", did you mean "entriesBlockAction"?") in @ContentManagement/Entry/new.html.twig at line 26.

Exceptions 3

Twig\Error\ RuntimeError

Show exception properties
Twig\Error\RuntimeError {#11862
  -lineno: 26
  -rawMessage: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable: Expected method "entriesBlock" on class "App\Controller\BlocksController", did you mean "entriesBlockAction"?")."
  -source: Twig\Source {#11963
    -code: """
      {% extends "@ContentManagement/layout.html.twig" %}\n
      \n
      {% use '@ContentManagement/list.html.twig' %}\n
      \n
      {% set show_author = false %}\n
      \n
      {% block page_title %}{{ title|trans }} - {{ parent() }}{% endblock %}\n
      {% block content_title %}{{ title|trans }}{% endblock %}\n
      \n
      {% block cms_content %}\n
          {% if not app.request.xmlHttpRequest %}\n
              <div class="row">\n
                  <div class="col-md-12 border-t p-all-0">\n
                      <div class="entries-list">\n
          {% endif %}\n
          {{ block('list_page') }}\n
          {% if not app.request.xmlHttpRequest %}\n
                      </div>\n
                  </div>\n
              </div>\n
          {% endif %}\n
      {% endblock %}\n
      \n
      {% block aside %}\n
          {% include 'Blocks/ads_block.html.twig' %}\n
          {{ render(controller('App\\Controller\\BlocksController::entriesBlock', {'view': 'popular'})) }}\n
      {% endblock %}\n
      \n
      {% block js_document_ready %}\n
          {{ parent() }}\n
          {{ block('list_loader') }}\n
      {% endblock %}
      """
    -name: "@ContentManagement/Entry/new.html.twig"
    -path: "/var/www/html/tafsir/templates/bundles/ContentManagementBundle/Entry/new.html.twig"
  }
  -phpFile: "/var/www/html/tafsir/vendor/twig/twig/src/Template.php"
  -phpLine: 460
}
  1. {% endif %}
  2. {% endblock %}
  3. {% block aside %}
  4. {% include 'Blocks/ads_block.html.twig' %}
  5. {{ render(controller('App\\Controller\\BlocksController::entriesBlock', {'view': 'popular'})) }}
  6. {% endblock %}
  7. {% block js_document_ready %}
  8. {{ parent() }}
  9. {{ block('list_loader') }}
  1. <div class=\"col-md-3\">
  2. <div class=\"sidebar\">
  3. <aside class=\"sidebar__inner\">
  4. ";
  5. // line 180
  6. yield from $this->unwrap()->yieldBlock('aside', $context, $blocks);
  7. // line 181
  8. yield " </aside>
  9. </div>
  10. </div>
  11. </div>
in vendor/twig/twig/src/Template.php -> block_page_content (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. </header>
  2. ";
  3. // line 156
  4. yield from $this->unwrap()->yieldBlock('page_content', $context, $blocks);
  5. // line 188
  6. yield "
  7. <footer>
  8. <div class=\"container\">
  9. <div class=\"row\">
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "commons/base.html.twig"));
  3. // line 3
  4. yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@ContentManagement/layout.html.twig"));
  3. $this->parent = $this->load("commons/base.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. // line 5
  2. $context["show_author"] = false;
  3. // line 1
  4. $this->parent = $this->load("@ContentManagement/layout.html.twig", 1);
  5. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  6. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. if (null !== $block) {
  2. return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
  3. }
  4. return $this->container->get('twig')->render($view, $parameters);
  5. }
  6. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  7. {
  8. $content = $this->doRenderView($view, $block, $parameters, $method);
  1. return $this->container->get('twig')->render($view, $parameters);
  2. }
  3. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  4. {
  5. $content = $this->doRenderView($view, $block, $parameters, $method);
  6. $response ??= new Response();
  7. if (200 === $response->getStatusCode()) {
  8. foreach ($parameters as $v) {
  9. if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1. * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2. * Forms found in parameters are auto-cast to form views.
  3. */
  4. protected function render(string $view, array $parameters = [], ?Response $response = null): Response
  5. {
  6. return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
  7. }
  8. /**
  9. * Renders a block in a view.
  10. *
  1. if ($request->isXmlHttpRequest() && $request->query->get('json')) {
  2. return $this->getJsonResponse($mergedList);
  3. }
  4. return $this->render('@ContentManagement/Entry/new.html.twig', [
  5. 'title' => $pageTitle,
  6. 'content_type' => $contentType,
  7. 'list' => $mergedList,
  8. 'isLastPage' => $this->isLastPage($mergedList, $count),
  9. ]);
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. $this->boot();
  2. ++$this->requestStackSize;
  3. $this->resetServices = true;
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/var/www/html/tafsir/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

InvalidArgumentException

The controller for URI "/_fragment" is not callable: Expected method "entriesBlock" on class "App\Controller\BlocksController", did you mean "entriesBlockAction"?

  1. }
  2. try {
  3. $callable = $this->createController($controller);
  4. } catch (\InvalidArgumentException $e) {
  5. throw new \InvalidArgumentException(sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo()).$e->getMessage(), 0, $e);
  6. }
  7. if (!\is_callable($callable)) {
  8. throw new \InvalidArgumentException(sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo()).$this->getControllerError($callable));
  9. }
  1. public function getController(Request $request): callable|false
  2. {
  3. $e = $this->stopwatch->start('controller.get_callable');
  4. try {
  5. return $this->resolver->getController($request);
  6. } finally {
  7. $e->stop();
  8. }
  9. }
  10. }
in vendor/symfony/http-kernel/HttpKernel.php -> getController (line 164)
  1. if ($event->hasResponse()) {
  2. return $this->filterResponse($event->getResponse(), $request, $type);
  3. }
  4. // load controller
  5. if (false === $controller = $this->resolver->getController($request)) {
  6. throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
  7. }
  8. $event = new ControllerEvent($this, $controller, $request, $type);
  9. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. if (!IpUtils::checkIp('127.0.0.1', $trustedProxies)) {
  2. Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet());
  3. }
  4. try {
  5. return $kernel->handle($request, $type, $catch);
  6. } finally {
  7. // restore global state
  8. Request::setTrustedProxies($trustedProxies, $trustedHeaderSet);
  9. }
  10. }
  1. $subRequest->attributes->add($reference->attributes);
  2. }
  3. $level = ob_get_level();
  4. try {
  5. return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
  6. } catch (\Exception $e) {
  7. // we dispatch the exception event to trigger the logging
  8. // the response that comes back is ignored
  9. if (isset($options['ignore_errors']) && $options['ignore_errors'] && $this->dispatcher) {
  10. $event = new ExceptionEvent($this->kernel, $request, HttpKernelInterface::SUB_REQUEST, $e);
  1. if (!$request = $this->requestStack->getCurrentRequest()) {
  2. throw new \LogicException('Rendering a fragment can only be done when handling a Request.');
  3. }
  4. return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
  5. }
  6. /**
  7. * Delivers the Response as a string.
  8. *
  1. if (!isset($this->initialized[$renderer]) && $this->container->has($renderer)) {
  2. $this->addRenderer($this->container->get($renderer));
  3. $this->initialized[$renderer] = true;
  4. }
  5. return parent::render($uri, $renderer, $options);
  6. }
  7. }
  1. public function renderFragment(string|ControllerReference $uri, array $options = []): string
  2. {
  3. $strategy = $options['strategy'] ?? 'inline';
  4. unset($options['strategy']);
  5. return $this->handler->render($uri, $strategy, $options);
  6. }
  7. /**
  8. * Renders a fragment.
  9. *
  1. // line 25
  2. yield " ";
  3. yield from $this->load("Blocks/ads_block.html.twig", 25)->unwrap()->yield($context);
  4. // line 26
  5. yield " ";
  6. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\BlocksController::entriesBlock", ["view" => "popular"]));
  7. yield "
  8. ";
  9. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_aside (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. <div class=\"col-md-3\">
  2. <div class=\"sidebar\">
  3. <aside class=\"sidebar__inner\">
  4. ";
  5. // line 180
  6. yield from $this->unwrap()->yieldBlock('aside', $context, $blocks);
  7. // line 181
  8. yield " </aside>
  9. </div>
  10. </div>
  11. </div>
in vendor/twig/twig/src/Template.php -> block_page_content (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. </header>
  2. ";
  3. // line 156
  4. yield from $this->unwrap()->yieldBlock('page_content', $context, $blocks);
  5. // line 188
  6. yield "
  7. <footer>
  8. <div class=\"container\">
  9. <div class=\"row\">
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "commons/base.html.twig"));
  3. // line 3
  4. yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@ContentManagement/layout.html.twig"));
  3. $this->parent = $this->load("commons/base.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. // line 5
  2. $context["show_author"] = false;
  3. // line 1
  4. $this->parent = $this->load("@ContentManagement/layout.html.twig", 1);
  5. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  6. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. if (null !== $block) {
  2. return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
  3. }
  4. return $this->container->get('twig')->render($view, $parameters);
  5. }
  6. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  7. {
  8. $content = $this->doRenderView($view, $block, $parameters, $method);
  1. return $this->container->get('twig')->render($view, $parameters);
  2. }
  3. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  4. {
  5. $content = $this->doRenderView($view, $block, $parameters, $method);
  6. $response ??= new Response();
  7. if (200 === $response->getStatusCode()) {
  8. foreach ($parameters as $v) {
  9. if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1. * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2. * Forms found in parameters are auto-cast to form views.
  3. */
  4. protected function render(string $view, array $parameters = [], ?Response $response = null): Response
  5. {
  6. return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
  7. }
  8. /**
  9. * Renders a block in a view.
  10. *
  1. if ($request->isXmlHttpRequest() && $request->query->get('json')) {
  2. return $this->getJsonResponse($mergedList);
  3. }
  4. return $this->render('@ContentManagement/Entry/new.html.twig', [
  5. 'title' => $pageTitle,
  6. 'content_type' => $contentType,
  7. 'list' => $mergedList,
  8. 'isLastPage' => $this->isLastPage($mergedList, $count),
  9. ]);
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. $this->boot();
  2. ++$this->requestStackSize;
  3. $this->resetServices = true;
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/var/www/html/tafsir/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

InvalidArgumentException

Expected method "entriesBlock" on class "App\Controller\BlocksController", did you mean "entriesBlockAction"?

  1. throw $e;
  2. }
  3. if (!\is_callable($controller)) {
  4. throw new \InvalidArgumentException($this->getControllerError($controller));
  5. }
  6. return $controller;
  7. }
  1. if (\function_exists($controller)) {
  2. return $this->checkController($request, $controller);
  3. }
  4. try {
  5. $callable = $this->createController($controller);
  6. } catch (\InvalidArgumentException $e) {
  7. throw new \InvalidArgumentException(sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo()).$e->getMessage(), 0, $e);
  8. }
  9. if (!\is_callable($callable)) {
  1. public function getController(Request $request): callable|false
  2. {
  3. $e = $this->stopwatch->start('controller.get_callable');
  4. try {
  5. return $this->resolver->getController($request);
  6. } finally {
  7. $e->stop();
  8. }
  9. }
  10. }
in vendor/symfony/http-kernel/HttpKernel.php -> getController (line 164)
  1. if ($event->hasResponse()) {
  2. return $this->filterResponse($event->getResponse(), $request, $type);
  3. }
  4. // load controller
  5. if (false === $controller = $this->resolver->getController($request)) {
  6. throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
  7. }
  8. $event = new ControllerEvent($this, $controller, $request, $type);
  9. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. if (!IpUtils::checkIp('127.0.0.1', $trustedProxies)) {
  2. Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet());
  3. }
  4. try {
  5. return $kernel->handle($request, $type, $catch);
  6. } finally {
  7. // restore global state
  8. Request::setTrustedProxies($trustedProxies, $trustedHeaderSet);
  9. }
  10. }
  1. $subRequest->attributes->add($reference->attributes);
  2. }
  3. $level = ob_get_level();
  4. try {
  5. return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
  6. } catch (\Exception $e) {
  7. // we dispatch the exception event to trigger the logging
  8. // the response that comes back is ignored
  9. if (isset($options['ignore_errors']) && $options['ignore_errors'] && $this->dispatcher) {
  10. $event = new ExceptionEvent($this->kernel, $request, HttpKernelInterface::SUB_REQUEST, $e);
  1. if (!$request = $this->requestStack->getCurrentRequest()) {
  2. throw new \LogicException('Rendering a fragment can only be done when handling a Request.');
  3. }
  4. return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
  5. }
  6. /**
  7. * Delivers the Response as a string.
  8. *
  1. if (!isset($this->initialized[$renderer]) && $this->container->has($renderer)) {
  2. $this->addRenderer($this->container->get($renderer));
  3. $this->initialized[$renderer] = true;
  4. }
  5. return parent::render($uri, $renderer, $options);
  6. }
  7. }
  1. public function renderFragment(string|ControllerReference $uri, array $options = []): string
  2. {
  3. $strategy = $options['strategy'] ?? 'inline';
  4. unset($options['strategy']);
  5. return $this->handler->render($uri, $strategy, $options);
  6. }
  7. /**
  8. * Renders a fragment.
  9. *
  1. // line 25
  2. yield " ";
  3. yield from $this->load("Blocks/ads_block.html.twig", 25)->unwrap()->yield($context);
  4. // line 26
  5. yield " ";
  6. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\BlocksController::entriesBlock", ["view" => "popular"]));
  7. yield "
  8. ";
  9. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_aside (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. <div class=\"col-md-3\">
  2. <div class=\"sidebar\">
  3. <aside class=\"sidebar__inner\">
  4. ";
  5. // line 180
  6. yield from $this->unwrap()->yieldBlock('aside', $context, $blocks);
  7. // line 181
  8. yield " </aside>
  9. </div>
  10. </div>
  11. </div>
in vendor/twig/twig/src/Template.php -> block_page_content (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. </header>
  2. ";
  3. // line 156
  4. yield from $this->unwrap()->yieldBlock('page_content', $context, $blocks);
  5. // line 188
  6. yield "
  7. <footer>
  8. <div class=\"container\">
  9. <div class=\"row\">
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "commons/base.html.twig"));
  3. // line 3
  4. yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@ContentManagement/layout.html.twig"));
  3. $this->parent = $this->load("commons/base.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. // line 5
  2. $context["show_author"] = false;
  3. // line 1
  4. $this->parent = $this->load("@ContentManagement/layout.html.twig", 1);
  5. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  6. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. if (null !== $block) {
  2. return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
  3. }
  4. return $this->container->get('twig')->render($view, $parameters);
  5. }
  6. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  7. {
  8. $content = $this->doRenderView($view, $block, $parameters, $method);
  1. return $this->container->get('twig')->render($view, $parameters);
  2. }
  3. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  4. {
  5. $content = $this->doRenderView($view, $block, $parameters, $method);
  6. $response ??= new Response();
  7. if (200 === $response->getStatusCode()) {
  8. foreach ($parameters as $v) {
  9. if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1. * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2. * Forms found in parameters are auto-cast to form views.
  3. */
  4. protected function render(string $view, array $parameters = [], ?Response $response = null): Response
  5. {
  6. return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
  7. }
  8. /**
  9. * Renders a block in a view.
  10. *
  1. if ($request->isXmlHttpRequest() && $request->query->get('json')) {
  2. return $this->getJsonResponse($mergedList);
  3. }
  4. return $this->render('@ContentManagement/Entry/new.html.twig', [
  5. 'title' => $pageTitle,
  6. 'content_type' => $contentType,
  7. 'list' => $mergedList,
  8. 'isLastPage' => $this->isLastPage($mergedList, $count),
  9. ]);
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. $this->boot();
  2. ++$this->requestStackSize;
  3. $this->resetServices = true;
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/var/www/html/tafsir/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs

Level Channel Message
INFO 14:42:45 deprecation User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:2544, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
{
    "exception": {}
}
INFO 14:42:45 deprecation User Deprecated: Short namespace aliases such as "RawafedSecurityBundle:Role" are deprecated and will be removed in Doctrine ORM 3.0. (Lexer.php:341 called by AbstractLexer.php:259, https://github.com/doctrine/orm/issues/8818, package doctrine/orm)
{
    "exception": {}
}
INFO 14:42:45 deprecation User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
{
    "exception": {}
}
INFO 14:42:45 deprecation User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
{
    "exception": {}
}
INFO 14:42:45 deprecation User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getGedmo_Listener_SoftdeleteableService.php:27, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)
{
    "exception": {}
}
INFO 14:42:45 deprecation User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Gedmo\SoftDeleteable\SoftDeleteableListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
{
    "exception": {}
}
INFO 14:42:45 deprecation User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\InjectListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
{
    "exception": {}
}
INFO 14:42:45 deprecation User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
{
    "exception": {}
}
INFO 14:42:45 deprecation User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
{
    "exception": {}
}
INFO 14:42:45 deprecation User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\InjectListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
{
    "exception": {}
}
INFO 14:42:45 deprecation User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
{
    "exception": {}
}
INFO 14:42:45 deprecation User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
{
    "exception": {}
}
INFO 14:42:45 doctrine Connecting with parameters {params}
{
    "params": {
        "use_savepoints": true,
        "driver": "pdo_mysql",
        "idle_connection_ttl": 600,
        "host": "mysql",
        "port": 3306,
        "user": "tafsir",
        "password": "<redacted>",
        "driverOptions": [],
        "defaultTableOptions": [],
        "dbname": "tafsir",
        "serverVersion": "8.4.5",
        "charset": "utf8mb4"
    }
}
DEBUG 14:42:45 doctrine Executing query: SELECT c0_.id AS id_0, c0_.lvl AS lvl_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.root AS root_4, c0_.name AS name_5, c0_.role AS role_6, c0_.parent_id AS parent_id_7 FROM cms_roles c0_ WHERE c0_.lvl IN (0, 1) AND c0_.role NOT LIKE 'ROLE_ADMIN_%' ORDER BY c0_.root ASC, c0_.lft ASC
{
    "sql": "SELECT c0_.id AS id_0, c0_.lvl AS lvl_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.root AS root_4, c0_.name AS name_5, c0_.role AS role_6, c0_.parent_id AS parent_id_7 FROM cms_roles c0_ WHERE c0_.lvl IN (0, 1) AND c0_.role NOT LIKE 'ROLE_ADMIN_%' ORDER BY c0_.root ASC, c0_.lft ASC"
}
DEBUG 14:42:46 doctrine Executing query: SELECT t0.id AS id_1, t0.package AS package_2, t0.name AS name_3, t0.description AS description_4, t0.display_name AS display_name_5, t0.list_name AS list_name_6, t0.is_internal AS is_internal_7, t0.is_categorizable AS is_categorizable_8, t0.is_fileable AS is_fileable_9, t0.is_printable AS is_printable_10, t0.is_embeddable AS is_embeddable_11, t0.is_searchable AS is_searchable_12, t0.is_queryable AS is_queryable_13, t0.accepts_comments AS accepts_comments_14, t0.has_authors AS has_authors_15, t0.has_attachments AS has_attachments_16, t0.has_source AS has_source_17, t0.has_tags AS has_tags_18, t0.has_summary AS has_summary_19, t0.has_aggregates AS has_aggregates_20 FROM content_type t0
{
    "sql": "SELECT t0.id AS id_1, t0.package AS package_2, t0.name AS name_3, t0.description AS description_4, t0.display_name AS display_name_5, t0.list_name AS list_name_6, t0.is_internal AS is_internal_7, t0.is_categorizable AS is_categorizable_8, t0.is_fileable AS is_fileable_9, t0.is_printable AS is_printable_10, t0.is_embeddable AS is_embeddable_11, t0.is_searchable AS is_searchable_12, t0.is_queryable AS is_queryable_13, t0.accepts_comments AS accepts_comments_14, t0.has_authors AS has_authors_15, t0.has_attachments AS has_attachments_16, t0.has_source AS has_source_17, t0.has_tags AS has_tags_18, t0.has_summary AS has_summary_19, t0.has_aggregates AS has_aggregates_20 FROM content_type t0"
}
DEBUG 14:42:46 doctrine Executing query: SELECT r0_.name AS name_0, r0_.value AS value_1 FROM runtime_parameter r0_
{
    "sql": "SELECT r0_.name AS name_0, r0_.value AS value_1 FROM runtime_parameter r0_"
}
INFO 14:42:46 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "3c9783"
    },
    "request_uri": "http://rawafedtech.info/_profiler/3c9783",
    "method": "GET"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "Container1hKuEWu\PosterGeneratorGhost70823e1::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Container1hKuEWu\\PosterGeneratorGhost70823e1::onKernelRequest"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "App\Listener\PreviewListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Listener\\PreviewListener::onKernelRequest"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Service\\CustomSlugifier::onKernelRequest"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest"
}
DEBUG 14:42:46 event Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest"
}
DEBUG 14:42:46 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 14:42:46 event Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController"
}
DEBUG 14:42:46 event Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController"
}
DEBUG 14:42:46 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 14:42:46 event Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController"
}
DEBUG 14:42:46 event Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController"
}
INFO 14:42:46 deprecation User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:75 called by App_KernelDevDebugContainer.php:2641, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
{
    "exception": {}
}
INFO 14:42:46 deprecation User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without setting second argument $numberAware=true is deprecated and will be removed in Doctrine ORM 3.0. (UnderscoreNamingStrategy.php:47 called by App_KernelDevDebugContainer.php:2667, https://github.com/doctrine/orm/pull/7908, package doctrine/orm)
{
    "exception": {}
}
DEBUG 14:42:46 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 14:42:46 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 14:42:46 event Notified event "kernel.controller_arguments" to listener "Container1hKuEWu\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Container1hKuEWu\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 14:42:46 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 14:42:47 doctrine Executing query: SELECT r0_.name AS name_0, r0_.value AS value_1 FROM runtime_parameter r0_
{
    "sql": "SELECT r0_.name AS name_0, r0_.value AS value_1 FROM runtime_parameter r0_"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Container1hKuEWu\PosterGeneratorGhost70823e1::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Container1hKuEWu\\PosterGeneratorGhost70823e1::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "App\Listener\PreviewListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Listener\\PreviewListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Service\\CustomSlugifier::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 14:42:47 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 14:42:47 event Notified event "kernel.controller_arguments" to listener "Container1hKuEWu\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Container1hKuEWu\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 14:42:47 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Rawafed\CommonsBundle\Service\LocationManager::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Rawafed\\CommonsBundle\\Service\\LocationManager::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 14:42:47 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 14:42:47 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 14:42:47 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Container1hKuEWu\PosterGeneratorGhost70823e1::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Container1hKuEWu\\PosterGeneratorGhost70823e1::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "App\Listener\PreviewListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Listener\\PreviewListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Service\\CustomSlugifier::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 14:42:47 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 14:42:47 event Notified event "kernel.controller_arguments" to listener "Container1hKuEWu\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Container1hKuEWu\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 14:42:47 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Rawafed\CommonsBundle\Service\LocationManager::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Rawafed\\CommonsBundle\\Service\\LocationManager::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 14:42:47 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 14:42:47 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 14:42:47 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 14:42:47 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 14:42:47 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Container1hKuEWu\PosterGeneratorGhost70823e1::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Container1hKuEWu\\PosterGeneratorGhost70823e1::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "App\Listener\PreviewListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Listener\\PreviewListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Service\\CustomSlugifier::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController"
}
DEBUG 14:42:47 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 14:42:47 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 14:42:47 event Notified event "kernel.controller_arguments" to listener "Container1hKuEWu\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Container1hKuEWu\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 14:42:47 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}

Stack Traces 3

[3/3] RuntimeError
Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable: Expected method "entriesBlock" on class "App\Controller\BlocksController", did you mean "entriesBlockAction"?") in "@ContentManagement/Entry/new.html.twig" at line 26.

  at templates/bundles/ContentManagementBundle/Entry/new.html.twig:26
  at Twig\Template->yieldBlock('aside', array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false, 'route_params' => array(), 'route' => 'new', 'routePath' => '/new'), array('page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader')))
     (var/cache/dev/twig/79/793bbfbcdad397d8835ed3850acd3b1d.php:798)
  at __TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d->block_page_content(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false, 'route_params' => array(), 'route' => 'new', 'routePath' => '/new'), array('page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('page_content', array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false, 'route_params' => array(), 'route' => 'new', 'routePath' => '/new'), array('page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader')))
     (var/cache/dev/twig/79/793bbfbcdad397d8835ed3850acd3b1d.php:296)
  at __TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d->doDisplay(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false, 'route_params' => array(), 'route' => 'new', 'routePath' => '/new'), array('page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader')))
     (var/cache/dev/twig/1d/1de1db3a09b0aaa5efd891200ebc0a6a.php:53)
  at __TwigTemplate_0afc9a159d7b4675127ecbf02e35952b->doDisplay(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (var/cache/dev/twig/5f/5fde1ed46c8449a0ba0f2f61d3cd37f4.php:54)
  at __TwigTemplate_a6464b22a5c3082ce72451871b67a1c6->doDisplay(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (var/cache/dev/twig/ad/adbf9fe6c007f603443b9e45c299259e.php:72)
  at __TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74->doDisplay(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository)), array('list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('@ContentManagement/Entry/new.html.twig', array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:448)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('@ContentManagement/Entry/new.html.twig', null, array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:453)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('@ContentManagement/Entry/new.html.twig', null, array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:253)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ContentManagement/Entry/new.html.twig', array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false))
     (vendor/rawafed/content-management-bundle/src/Controller/EntryController.php:286)
  at Rawafed\ContentManagementBundle\Controller\EntryController->newAction(object(Request), null)
     (vendor/symfony/http-kernel/HttpKernel.php:181)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:197)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/var/www/html/tafsir/vendor/autoload_runtime.php')
     (public/index.php:5)                
[2/3] InvalidArgumentException
InvalidArgumentException:
The controller for URI "/_fragment" is not callable: Expected method "entriesBlock" on class "App\Controller\BlocksController", did you mean "entriesBlockAction"?

  at vendor/symfony/http-kernel/Controller/ControllerResolver.php:98
  at Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(object(Request))
     (vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36)
  at Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(object(Request))
     (vendor/symfony/http-kernel/HttpKernel.php:164)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2)
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false)
     (vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86)
  at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false)
     (vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php:78)
  at Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Dar%26_controller%3DApp%255CController%255CBlocksController%253A%253AentriesBlock', object(Request), array('ignore_errors' => false))
     (vendor/symfony/http-kernel/Fragment/FragmentHandler.php:83)
  at Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false))
     (vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php:47)
  at Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array())
     (vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php:44)
  at Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment(object(ControllerReference))
     (var/cache/dev/twig/ad/adbf9fe6c007f603443b9e45c299259e.php:191)
  at __TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74->block_aside(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false, 'route_params' => array(), 'route' => 'new', 'routePath' => '/new'), array('page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('aside', array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false, 'route_params' => array(), 'route' => 'new', 'routePath' => '/new'), array('page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader')))
     (var/cache/dev/twig/79/793bbfbcdad397d8835ed3850acd3b1d.php:798)
  at __TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d->block_page_content(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false, 'route_params' => array(), 'route' => 'new', 'routePath' => '/new'), array('page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('page_content', array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false, 'route_params' => array(), 'route' => 'new', 'routePath' => '/new'), array('page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader')))
     (var/cache/dev/twig/79/793bbfbcdad397d8835ed3850acd3b1d.php:296)
  at __TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d->doDisplay(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false, 'route_params' => array(), 'route' => 'new', 'routePath' => '/new'), array('page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader')))
     (var/cache/dev/twig/1d/1de1db3a09b0aaa5efd891200ebc0a6a.php:53)
  at __TwigTemplate_0afc9a159d7b4675127ecbf02e35952b->doDisplay(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (var/cache/dev/twig/5f/5fde1ed46c8449a0ba0f2f61d3cd37f4.php:54)
  at __TwigTemplate_a6464b22a5c3082ce72451871b67a1c6->doDisplay(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (var/cache/dev/twig/ad/adbf9fe6c007f603443b9e45c299259e.php:72)
  at __TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74->doDisplay(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository)), array('list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('@ContentManagement/Entry/new.html.twig', array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:448)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('@ContentManagement/Entry/new.html.twig', null, array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:453)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('@ContentManagement/Entry/new.html.twig', null, array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:253)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ContentManagement/Entry/new.html.twig', array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false))
     (vendor/rawafed/content-management-bundle/src/Controller/EntryController.php:286)
  at Rawafed\ContentManagementBundle\Controller\EntryController->newAction(object(Request), null)
     (vendor/symfony/http-kernel/HttpKernel.php:181)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:197)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/var/www/html/tafsir/vendor/autoload_runtime.php')
     (public/index.php:5)                
[1/3] InvalidArgumentException
InvalidArgumentException:
Expected method "entriesBlock" on class "App\Controller\BlocksController", did you mean "entriesBlockAction"?

  at vendor/symfony/http-kernel/Controller/ControllerResolver.php:142
  at Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(array(object(BlocksController), 'entriesBlock'))
     (vendor/symfony/http-kernel/Controller/ControllerResolver.php:96)
  at Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(object(Request))
     (vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36)
  at Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(object(Request))
     (vendor/symfony/http-kernel/HttpKernel.php:164)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2)
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false)
     (vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86)
  at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false)
     (vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php:78)
  at Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Dar%26_controller%3DApp%255CController%255CBlocksController%253A%253AentriesBlock', object(Request), array('ignore_errors' => false))
     (vendor/symfony/http-kernel/Fragment/FragmentHandler.php:83)
  at Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false))
     (vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php:47)
  at Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array())
     (vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php:44)
  at Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment(object(ControllerReference))
     (var/cache/dev/twig/ad/adbf9fe6c007f603443b9e45c299259e.php:191)
  at __TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74->block_aside(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false, 'route_params' => array(), 'route' => 'new', 'routePath' => '/new'), array('page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('aside', array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false, 'route_params' => array(), 'route' => 'new', 'routePath' => '/new'), array('page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader')))
     (var/cache/dev/twig/79/793bbfbcdad397d8835ed3850acd3b1d.php:798)
  at __TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d->block_page_content(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false, 'route_params' => array(), 'route' => 'new', 'routePath' => '/new'), array('page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('page_content', array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false, 'route_params' => array(), 'route' => 'new', 'routePath' => '/new'), array('page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader')))
     (var/cache/dev/twig/79/793bbfbcdad397d8835ed3850acd3b1d.php:296)
  at __TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d->doDisplay(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false, 'route_params' => array(), 'route' => 'new', 'routePath' => '/new'), array('page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader')))
     (var/cache/dev/twig/1d/1de1db3a09b0aaa5efd891200ebc0a6a.php:53)
  at __TwigTemplate_0afc9a159d7b4675127ecbf02e35952b->doDisplay(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (var/cache/dev/twig/5f/5fde1ed46c8449a0ba0f2f61d3cd37f4.php:54)
  at __TwigTemplate_a6464b22a5c3082ce72451871b67a1c6->doDisplay(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (var/cache/dev/twig/ad/adbf9fe6c007f603443b9e45c299259e.php:72)
  at __TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74->doDisplay(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'show_author' => false), array('list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين -  طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد.
يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها.
تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح.
يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository)), array('list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_page_title'), 'content_title' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_content_title'), 'cms_content' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_cms_content'), 'aside' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_4871714b12cf2aa37e51cfd9e354cc74), 'block_js_document_ready')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('@ContentManagement/Entry/new.html.twig', array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:448)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('@ContentManagement/Entry/new.html.twig', null, array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:453)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('@ContentManagement/Entry/new.html.twig', null, array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:253)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ContentManagement/Entry/new.html.twig', array('title' => 'content_management.titles.new', 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 5, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36377, 'entriesCount' => 3, 'activeEntryId' => 36377, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:45:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36376, 'entriesCount' => 1, 'activeEntryId' => 36376, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:39:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36373, 'entriesCount' => 1, 'activeEntryId' => 36373, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 07:17:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36371, 'entriesCount' => 1, 'activeEntryId' => 36371, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:08:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36370, 'entriesCount' => 1, 'activeEntryId' => 36370, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 20:50:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36369, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:38:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36368, 'entriesCount' => 1, 'activeEntryId' => 36368, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36367, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:27:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36365, 'entriesCount' => 1, 'activeEntryId' => 36365, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 18:14:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36363, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 18:02:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36361, 'entriesCount' => 1, 'activeEntryId' => 36361, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 17:49:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36359, 'entriesCount' => 1, 'activeEntryId' => 36359, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:31:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 662, 'entriesCount' => 1, 'activeEntryId' => 36358, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:23:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:23:00', 'lastUpdate' => '2025-06-17 16:25:13', 'entriesCount' => 13, 'viewsCount' => '27668', 'averageRate' => '0.3077'), 'lastAdded' => array(object(Entry), object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 383, 'entriesCount' => 1, 'activeEntryId' => 36357, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:05:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-17 16:05:00', 'lastUpdate' => '2025-06-17 16:09:02', 'entriesCount' => 7, 'viewsCount' => '7036', 'averageRate' => '0.5714'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => false))
     (vendor/rawafed/content-management-bundle/src/Controller/EntryController.php:286)
  at Rawafed\ContentManagementBundle\Controller\EntryController->newAction(object(Request), null)
     (vendor/symfony/http-kernel/HttpKernel.php:181)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:197)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/var/www/html/tafsir/vendor/autoload_runtime.php')
     (public/index.php:5)