Exceptions
Exceptions 3
Twig\Error\ RuntimeError
Show exception properties
Twig\Error\RuntimeError {#11319 -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 {#11420 -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 }
{% endif %}
{% endblock %}
{% block aside %}
{% include 'Blocks/ads_block.html.twig' %}
{{ render(controller('App\\Controller\\BlocksController::entriesBlock', {'view': 'popular'})) }}
{% endblock %}
{% block js_document_ready %}
{{ parent() }}
{{ block('list_loader') }}
in
var/cache/dev/twig/79/793bbfbcdad397d8835ed3850acd3b1d.php
->
yieldBlock
(line 798)
<div class=\"col-md-3\">
<div class=\"sidebar\">
<aside class=\"sidebar__inner\">
";
// line 180
yield from $this->unwrap()->yieldBlock('aside', $context, $blocks);
// line 181
yield " </aside>
</div>
</div>
</div>
in
vendor/twig/twig/src/Template.php
->
block_page_content
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
yield from $template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
in
var/cache/dev/twig/79/793bbfbcdad397d8835ed3850acd3b1d.php
->
yieldBlock
(line 296)
</header>
";
// line 156
yield from $this->unwrap()->yieldBlock('page_content', $context, $blocks);
// line 188
yield "
<footer>
<div class=\"container\">
<div class=\"row\">
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/1d/1de1db3a09b0aaa5efd891200ebc0a6a.php
->
yield
(line 53)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "commons/base.html.twig"));
// line 3
yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/5f/5fde1ed46c8449a0ba0f2f61d3cd37f4.php
->
yield
(line 54)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@ContentManagement/layout.html.twig"));
$this->parent = $this->load("commons/base.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/ad/adbf9fe6c007f603443b9e45c299259e.php
->
yield
(line 72)
// line 5
$context["show_author"] = false;
// line 1
$this->parent = $this->load("@ContentManagement/layout.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;
}
public function display(array $context, array $blocks = []): void
{
foreach ($this->yield($context, $blocks) as $data) {
echo $data;
}
}
public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);
}
public function render(array $context = []): string
{
return $this->template->render($context);
}
/**
* @return void
*/
in
vendor/twig/twig/src/Environment.php
->
render
(line 333)
* @throws SyntaxError When an error occurred during compilation
* @throws RuntimeError When an error occurred during rendering
*/
public function render($name, array $context = []): string
{
return $this->load($name)->render($context);
}
/**
* Displays a template.
*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 448)
if (null !== $block) {
return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
}
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 453)
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
$response ??= new Response();
if (200 === $response->getStatusCode()) {
foreach ($parameters as $v) {
if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 253)
* If an invalid form is found in the list of parameters, a 422 status code is returned.
* Forms found in parameters are auto-cast to form views.
*/
protected function render(string $view, array $parameters = [], ?Response $response = null): Response
{
return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
}
/**
* Renders a block in a view.
*
in
vendor/rawafed/content-management-bundle/src/Controller/EntryController.php
->
render
(line 286)
if ($request->isXmlHttpRequest() && $request->query->get('json')) {
return $this->getJsonResponse($mergedList);
}
return $this->render('@ContentManagement/Entry/new.html.twig', [
'title' => $pageTitle,
'content_type' => $contentType,
'list' => $mergedList,
'isLastPage' => $this->isLastPage($mergedList, $count),
]);
in
vendor/symfony/http-kernel/HttpKernel.php
->
newAction
(line 181)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
$controller = $event->getController();
$arguments = $event->getArguments();
// call controller
$response = $controller(...$arguments);
// view
if (!$response instanceof Response) {
$event = new ViewEvent($this, $request, $type, $response, $event);
$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
$this->requestStack->push($request);
$response = null;
try {
return $response = $this->handleRaw($request, $type);
} catch (\Throwable $e) {
if ($e instanceof \Error && !$this->handleAllThrowables) {
throw $e;
}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 197)
$this->boot();
++$this->requestStackSize;
$this->resetServices = true;
try {
return $this->getHttpKernel()->handle($request, $type, $catch);
} finally {
--$this->requestStackSize;
}
}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {
}
public function run(): int
{
$response = $this->kernel->handle($this->request);
if (Kernel::VERSION_ID >= 60400) {
$response->send(false);
if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 29)
$app = $app(...$args);
exit(
$runtime
->getRunner($app)
->run()
);
<?php
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
return function (array $context) {
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};
InvalidArgumentException
}
try {
$callable = $this->createController($controller);
} catch (\InvalidArgumentException $e) {
throw new \InvalidArgumentException(sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo()).$e->getMessage(), 0, $e);
}
if (!\is_callable($callable)) {
throw new \InvalidArgumentException(sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo()).$this->getControllerError($callable));
}
in
vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php
->
getController
(line 36)
public function getController(Request $request): callable|false
{
$e = $this->stopwatch->start('controller.get_callable');
try {
return $this->resolver->getController($request);
} finally {
$e->stop();
}
}
}
in
vendor/symfony/http-kernel/HttpKernel.php
->
getController
(line 164)
if ($event->hasResponse()) {
return $this->filterResponse($event->getResponse(), $request, $type);
}
// load controller
if (false === $controller = $this->resolver->getController($request)) {
throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
$event = new ControllerEvent($this, $controller, $request, $type);
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
$this->requestStack->push($request);
$response = null;
try {
return $response = $this->handleRaw($request, $type);
} catch (\Throwable $e) {
if ($e instanceof \Error && !$this->handleAllThrowables) {
throw $e;
}
in
vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php
->
handle
(line 86)
if (!IpUtils::checkIp('127.0.0.1', $trustedProxies)) {
Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet());
}
try {
return $kernel->handle($request, $type, $catch);
} finally {
// restore global state
Request::setTrustedProxies($trustedProxies, $trustedHeaderSet);
}
}
in
vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php
::
handle
(line 78)
$subRequest->attributes->add($reference->attributes);
}
$level = ob_get_level();
try {
return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
} catch (\Exception $e) {
// we dispatch the exception event to trigger the logging
// the response that comes back is ignored
if (isset($options['ignore_errors']) && $options['ignore_errors'] && $this->dispatcher) {
$event = new ExceptionEvent($this->kernel, $request, HttpKernelInterface::SUB_REQUEST, $e);
in
vendor/symfony/http-kernel/Fragment/FragmentHandler.php
->
render
(line 83)
if (!$request = $this->requestStack->getCurrentRequest()) {
throw new \LogicException('Rendering a fragment can only be done when handling a Request.');
}
return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
}
/**
* Delivers the Response as a string.
*
in
vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php
->
render
(line 47)
if (!isset($this->initialized[$renderer]) && $this->container->has($renderer)) {
$this->addRenderer($this->container->get($renderer));
$this->initialized[$renderer] = true;
}
return parent::render($uri, $renderer, $options);
}
}
in
vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php
->
render
(line 44)
public function renderFragment(string|ControllerReference $uri, array $options = []): string
{
$strategy = $options['strategy'] ?? 'inline';
unset($options['strategy']);
return $this->handler->render($uri, $strategy, $options);
}
/**
* Renders a fragment.
*
in
var/cache/dev/twig/ad/adbf9fe6c007f603443b9e45c299259e.php
->
renderFragment
(line 191)
// line 25
yield " ";
yield from $this->load("Blocks/ads_block.html.twig", 25)->unwrap()->yield($context);
// line 26
yield " ";
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\BlocksController::entriesBlock", ["view" => "popular"]));
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
block_aside
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
yield from $template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
in
var/cache/dev/twig/79/793bbfbcdad397d8835ed3850acd3b1d.php
->
yieldBlock
(line 798)
<div class=\"col-md-3\">
<div class=\"sidebar\">
<aside class=\"sidebar__inner\">
";
// line 180
yield from $this->unwrap()->yieldBlock('aside', $context, $blocks);
// line 181
yield " </aside>
</div>
</div>
</div>
in
vendor/twig/twig/src/Template.php
->
block_page_content
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
yield from $template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
in
var/cache/dev/twig/79/793bbfbcdad397d8835ed3850acd3b1d.php
->
yieldBlock
(line 296)
</header>
";
// line 156
yield from $this->unwrap()->yieldBlock('page_content', $context, $blocks);
// line 188
yield "
<footer>
<div class=\"container\">
<div class=\"row\">
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/1d/1de1db3a09b0aaa5efd891200ebc0a6a.php
->
yield
(line 53)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "commons/base.html.twig"));
// line 3
yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/5f/5fde1ed46c8449a0ba0f2f61d3cd37f4.php
->
yield
(line 54)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@ContentManagement/layout.html.twig"));
$this->parent = $this->load("commons/base.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/ad/adbf9fe6c007f603443b9e45c299259e.php
->
yield
(line 72)
// line 5
$context["show_author"] = false;
// line 1
$this->parent = $this->load("@ContentManagement/layout.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;
}
public function display(array $context, array $blocks = []): void
{
foreach ($this->yield($context, $blocks) as $data) {
echo $data;
}
}
public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);
}
public function render(array $context = []): string
{
return $this->template->render($context);
}
/**
* @return void
*/
in
vendor/twig/twig/src/Environment.php
->
render
(line 333)
* @throws SyntaxError When an error occurred during compilation
* @throws RuntimeError When an error occurred during rendering
*/
public function render($name, array $context = []): string
{
return $this->load($name)->render($context);
}
/**
* Displays a template.
*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 448)
if (null !== $block) {
return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
}
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 453)
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
$response ??= new Response();
if (200 === $response->getStatusCode()) {
foreach ($parameters as $v) {
if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 253)
* If an invalid form is found in the list of parameters, a 422 status code is returned.
* Forms found in parameters are auto-cast to form views.
*/
protected function render(string $view, array $parameters = [], ?Response $response = null): Response
{
return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
}
/**
* Renders a block in a view.
*
in
vendor/rawafed/content-management-bundle/src/Controller/EntryController.php
->
render
(line 286)
if ($request->isXmlHttpRequest() && $request->query->get('json')) {
return $this->getJsonResponse($mergedList);
}
return $this->render('@ContentManagement/Entry/new.html.twig', [
'title' => $pageTitle,
'content_type' => $contentType,
'list' => $mergedList,
'isLastPage' => $this->isLastPage($mergedList, $count),
]);
in
vendor/symfony/http-kernel/HttpKernel.php
->
newAction
(line 181)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
$controller = $event->getController();
$arguments = $event->getArguments();
// call controller
$response = $controller(...$arguments);
// view
if (!$response instanceof Response) {
$event = new ViewEvent($this, $request, $type, $response, $event);
$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
$this->requestStack->push($request);
$response = null;
try {
return $response = $this->handleRaw($request, $type);
} catch (\Throwable $e) {
if ($e instanceof \Error && !$this->handleAllThrowables) {
throw $e;
}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 197)
$this->boot();
++$this->requestStackSize;
$this->resetServices = true;
try {
return $this->getHttpKernel()->handle($request, $type, $catch);
} finally {
--$this->requestStackSize;
}
}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {
}
public function run(): int
{
$response = $this->kernel->handle($this->request);
if (Kernel::VERSION_ID >= 60400) {
$response->send(false);
if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 29)
$app = $app(...$args);
exit(
$runtime
->getRunner($app)
->run()
);
<?php
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
return function (array $context) {
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};
InvalidArgumentException
throw $e;
}
if (!\is_callable($controller)) {
throw new \InvalidArgumentException($this->getControllerError($controller));
}
return $controller;
}
in
vendor/symfony/http-kernel/Controller/ControllerResolver.php
->
createController
(line 96)
if (\function_exists($controller)) {
return $this->checkController($request, $controller);
}
try {
$callable = $this->createController($controller);
} catch (\InvalidArgumentException $e) {
throw new \InvalidArgumentException(sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo()).$e->getMessage(), 0, $e);
}
if (!\is_callable($callable)) {
in
vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php
->
getController
(line 36)
public function getController(Request $request): callable|false
{
$e = $this->stopwatch->start('controller.get_callable');
try {
return $this->resolver->getController($request);
} finally {
$e->stop();
}
}
}
in
vendor/symfony/http-kernel/HttpKernel.php
->
getController
(line 164)
if ($event->hasResponse()) {
return $this->filterResponse($event->getResponse(), $request, $type);
}
// load controller
if (false === $controller = $this->resolver->getController($request)) {
throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
$event = new ControllerEvent($this, $controller, $request, $type);
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
$this->requestStack->push($request);
$response = null;
try {
return $response = $this->handleRaw($request, $type);
} catch (\Throwable $e) {
if ($e instanceof \Error && !$this->handleAllThrowables) {
throw $e;
}
in
vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php
->
handle
(line 86)
if (!IpUtils::checkIp('127.0.0.1', $trustedProxies)) {
Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet());
}
try {
return $kernel->handle($request, $type, $catch);
} finally {
// restore global state
Request::setTrustedProxies($trustedProxies, $trustedHeaderSet);
}
}
in
vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php
::
handle
(line 78)
$subRequest->attributes->add($reference->attributes);
}
$level = ob_get_level();
try {
return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
} catch (\Exception $e) {
// we dispatch the exception event to trigger the logging
// the response that comes back is ignored
if (isset($options['ignore_errors']) && $options['ignore_errors'] && $this->dispatcher) {
$event = new ExceptionEvent($this->kernel, $request, HttpKernelInterface::SUB_REQUEST, $e);
in
vendor/symfony/http-kernel/Fragment/FragmentHandler.php
->
render
(line 83)
if (!$request = $this->requestStack->getCurrentRequest()) {
throw new \LogicException('Rendering a fragment can only be done when handling a Request.');
}
return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
}
/**
* Delivers the Response as a string.
*
in
vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php
->
render
(line 47)
if (!isset($this->initialized[$renderer]) && $this->container->has($renderer)) {
$this->addRenderer($this->container->get($renderer));
$this->initialized[$renderer] = true;
}
return parent::render($uri, $renderer, $options);
}
}
in
vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php
->
render
(line 44)
public function renderFragment(string|ControllerReference $uri, array $options = []): string
{
$strategy = $options['strategy'] ?? 'inline';
unset($options['strategy']);
return $this->handler->render($uri, $strategy, $options);
}
/**
* Renders a fragment.
*
in
var/cache/dev/twig/ad/adbf9fe6c007f603443b9e45c299259e.php
->
renderFragment
(line 191)
// line 25
yield " ";
yield from $this->load("Blocks/ads_block.html.twig", 25)->unwrap()->yield($context);
// line 26
yield " ";
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\BlocksController::entriesBlock", ["view" => "popular"]));
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
block_aside
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
yield from $template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
in
var/cache/dev/twig/79/793bbfbcdad397d8835ed3850acd3b1d.php
->
yieldBlock
(line 798)
<div class=\"col-md-3\">
<div class=\"sidebar\">
<aside class=\"sidebar__inner\">
";
// line 180
yield from $this->unwrap()->yieldBlock('aside', $context, $blocks);
// line 181
yield " </aside>
</div>
</div>
</div>
in
vendor/twig/twig/src/Template.php
->
block_page_content
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
yield from $template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
in
var/cache/dev/twig/79/793bbfbcdad397d8835ed3850acd3b1d.php
->
yieldBlock
(line 296)
</header>
";
// line 156
yield from $this->unwrap()->yieldBlock('page_content', $context, $blocks);
// line 188
yield "
<footer>
<div class=\"container\">
<div class=\"row\">
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/1d/1de1db3a09b0aaa5efd891200ebc0a6a.php
->
yield
(line 53)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "commons/base.html.twig"));
// line 3
yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/5f/5fde1ed46c8449a0ba0f2f61d3cd37f4.php
->
yield
(line 54)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@ContentManagement/layout.html.twig"));
$this->parent = $this->load("commons/base.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/ad/adbf9fe6c007f603443b9e45c299259e.php
->
yield
(line 72)
// line 5
$context["show_author"] = false;
// line 1
$this->parent = $this->load("@ContentManagement/layout.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;
}
public function display(array $context, array $blocks = []): void
{
foreach ($this->yield($context, $blocks) as $data) {
echo $data;
}
}
public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);
}
public function render(array $context = []): string
{
return $this->template->render($context);
}
/**
* @return void
*/
in
vendor/twig/twig/src/Environment.php
->
render
(line 333)
* @throws SyntaxError When an error occurred during compilation
* @throws RuntimeError When an error occurred during rendering
*/
public function render($name, array $context = []): string
{
return $this->load($name)->render($context);
}
/**
* Displays a template.
*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 448)
if (null !== $block) {
return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
}
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 453)
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
$response ??= new Response();
if (200 === $response->getStatusCode()) {
foreach ($parameters as $v) {
if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 253)
* If an invalid form is found in the list of parameters, a 422 status code is returned.
* Forms found in parameters are auto-cast to form views.
*/
protected function render(string $view, array $parameters = [], ?Response $response = null): Response
{
return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
}
/**
* Renders a block in a view.
*
in
vendor/rawafed/content-management-bundle/src/Controller/EntryController.php
->
render
(line 286)
if ($request->isXmlHttpRequest() && $request->query->get('json')) {
return $this->getJsonResponse($mergedList);
}
return $this->render('@ContentManagement/Entry/new.html.twig', [
'title' => $pageTitle,
'content_type' => $contentType,
'list' => $mergedList,
'isLastPage' => $this->isLastPage($mergedList, $count),
]);
in
vendor/symfony/http-kernel/HttpKernel.php
->
newAction
(line 181)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
$controller = $event->getController();
$arguments = $event->getArguments();
// call controller
$response = $controller(...$arguments);
// view
if (!$response instanceof Response) {
$event = new ViewEvent($this, $request, $type, $response, $event);
$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
$this->requestStack->push($request);
$response = null;
try {
return $response = $this->handleRaw($request, $type);
} catch (\Throwable $e) {
if ($e instanceof \Error && !$this->handleAllThrowables) {
throw $e;
}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 197)
$this->boot();
++$this->requestStackSize;
$this->resetServices = true;
try {
return $this->getHttpKernel()->handle($request, $type, $catch);
} finally {
--$this->requestStackSize;
}
}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {
}
public function run(): int
{
$response = $this->kernel->handle($this->request);
if (Kernel::VERSION_ID >= 60400) {
$response->send(false);
if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 29)
$app = $app(...$args);
exit(
$runtime
->getRunner($app)
->run()
);
<?php
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
return function (array $context) {
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};
Logs
Level | Channel | Message |
---|---|---|
INFO 16:48:37 | 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 16:48:37 | 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 16:48:37 | 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 16:48:37 | 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 16:48:37 | 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 16:48:37 | 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 16:48:37 | 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 16:48:37 | 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 16:48:37 | 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 16:48:37 | 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 16:48:37 | 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 16:48:37 | 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 16:48:37 | 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 16:48:37 | 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 16:48:37 | 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 16:48:38 | 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 16:48:38 | request |
Matched route "_profiler". { "route": "_profiler", "route_parameters": { "_route": "_profiler", "_controller": "web_profiler.controller.profiler::panelAction", "token": "latest" }, "request_uri": "http://en.iw.rawafedtech.info/index.php/_profiler/latest?ip=172.71.154.56&type=request", "method": "GET" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Container1hKuEWu\PosterGeneratorGhost70823e1::onKernelRequest". { "event": "kernel.request", "listener": "Container1hKuEWu\\PosterGeneratorGhost70823e1::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "App\Listener\PreviewListener::onKernelRequest". { "event": "kernel.request", "listener": "App\\Listener\\PreviewListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest". { "event": "kernel.request", "listener": "App\\Service\\CustomSlugifier::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController" } |
INFO 16:48:38 | 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 16:48:38 | 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 16:48:38 | 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 16:48:38 | 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 16:48:38 | event |
Notified event "kernel.controller_arguments" to listener "Container1hKuEWu\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Container1hKuEWu\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 16:48:38 | 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 16:48:38 | 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 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Container1hKuEWu\PosterGeneratorGhost70823e1::onKernelRequest". { "event": "kernel.request", "listener": "Container1hKuEWu\\PosterGeneratorGhost70823e1::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "App\Listener\PreviewListener::onKernelRequest". { "event": "kernel.request", "listener": "App\\Listener\\PreviewListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest". { "event": "kernel.request", "listener": "App\\Service\\CustomSlugifier::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController" } |
DEBUG 16:48:38 | 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 16:48:38 | 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 16:48:38 | event |
Notified event "kernel.controller_arguments" to listener "Container1hKuEWu\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Container1hKuEWu\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 16:48:38 | 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 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelResponse" } |
DEBUG 16:48:38 | 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 16:48:38 | event |
Notified event "kernel.response" to listener "Rawafed\CommonsBundle\Service\LocationManager::onKernelResponse". { "event": "kernel.response", "listener": "Rawafed\\CommonsBundle\\Service\\LocationManager::onKernelResponse" } |
DEBUG 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse" } |
DEBUG 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse" } |
DEBUG 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse" } |
DEBUG 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse" } |
DEBUG 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader" } |
DEBUG 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse" } |
DEBUG 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse" } |
DEBUG 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse" } |
DEBUG 16:48:38 | 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 16:48:38 | 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 16:48:38 | 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 16:48:38 | 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 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Container1hKuEWu\PosterGeneratorGhost70823e1::onKernelRequest". { "event": "kernel.request", "listener": "Container1hKuEWu\\PosterGeneratorGhost70823e1::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "App\Listener\PreviewListener::onKernelRequest". { "event": "kernel.request", "listener": "App\\Listener\\PreviewListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest". { "event": "kernel.request", "listener": "App\\Service\\CustomSlugifier::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController" } |
DEBUG 16:48:38 | 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 16:48:38 | 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 16:48:38 | event |
Notified event "kernel.controller_arguments" to listener "Container1hKuEWu\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Container1hKuEWu\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 16:48:38 | 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 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelResponse" } |
DEBUG 16:48:38 | 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 16:48:38 | event |
Notified event "kernel.response" to listener "Rawafed\CommonsBundle\Service\LocationManager::onKernelResponse". { "event": "kernel.response", "listener": "Rawafed\\CommonsBundle\\Service\\LocationManager::onKernelResponse" } |
DEBUG 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse" } |
DEBUG 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse" } |
DEBUG 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse" } |
DEBUG 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse" } |
DEBUG 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader" } |
DEBUG 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse" } |
DEBUG 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse" } |
DEBUG 16:48:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse" } |
DEBUG 16:48:38 | 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 16:48:38 | 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 16:48:38 | 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 16:48:38 | 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 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Container1hKuEWu\PosterGeneratorGhost70823e1::onKernelRequest". { "event": "kernel.request", "listener": "Container1hKuEWu\\PosterGeneratorGhost70823e1::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "App\Listener\PreviewListener::onKernelRequest". { "event": "kernel.request", "listener": "App\\Listener\\PreviewListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest". { "event": "kernel.request", "listener": "App\\Service\\CustomSlugifier::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController" } |
DEBUG 16:48:38 | event |
Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController" } |
DEBUG 16:48:38 | 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 16:48:38 | 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 16:48:38 | event |
Notified event "kernel.controller_arguments" to listener "Container1hKuEWu\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Container1hKuEWu\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 16:48:38 | 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) |