Error 500 Internal Server Error

GET http://diwaniyah.rawafedtech.info/lessons

Forwarded to ErrorController (34e016)

Exceptions

An exception has been thrown during the rendering of a template ("[Syntax Error] line 0, col 98: Error: Expected Literal, got ')'") in @PageComposer/Page/zone.html.twig at line 5.

Exceptions 3

Twig\Error\ RuntimeError

Show exception properties
Twig\Error\RuntimeError {#11873
  -lineno: 5
  -rawMessage: "An exception has been thrown during the rendering of a template ("[Syntax Error] line 0, col 98: Error: Expected Literal, got ')'")."
  -source: Twig\Source {#11846
    -code: """
      <div class="row">\r\n
          {% for block in zone.blocks %}\r\n
              <div class="col-md-{{ block.colNumber }}">\r\n
                  {% for widget in block.widgets %}\r\n
                      {{ render_widget(widget, parameters)|raw }}\r\n
                  {% endfor %}\r\n
              </div>\r\n
          {% endfor %}\r\n
      </div>\r\n
      """
    -name: "@PageComposer/Page/zone.html.twig"
    -path: "/var/www/html/tafsir/vendor/rawafed/page-composer-bundle/templates/Page/zone.html.twig"
  }
  -phpFile: "/var/www/html/tafsir/vendor/twig/twig/src/Template.php"
  -phpLine: 416
}
  1. <div class="row">
  2. {% for block in zone.blocks %}
  3. <div class="col-md-{{ block.colNumber }}">
  4. {% for widget in block.widgets %}
  5. {{ render_widget(widget, parameters)|raw }}
  6. {% endfor %}
  7. </div>
  8. {% endfor %}
  9. </div>
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. }
  2. $content = '';
  3. if ($zone) {
  4. $content = $this->templating->render('@PageComposer/Page/zone.html.twig', [
  5. 'zone' => $zone,
  6. 'parameters' => $parameters
  7. ]);
  8. }
  1. // line 105
  2. yield "
  3. <div class=\"left-block\">
  4. ";
  5. // line 107
  6. yield $this->extensions['Rawafed\PageComposerBundle\Twig\PageComposerExtension']->getZoneContent("entry_home_aside", "المساحة الجانبية", null, ["type_id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["content_type"]) || array_key_exists("content_type", $context) ? $context["content_type"] : (function () { throw new RuntimeError('Variable "content_type" does not exist.', 107, $this->source); })()), "id", [], "any", false, false, false, 107)]);
  7. yield "
  8. </div>
  9. ";
  10. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_aside (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. <div class=\"col-md-3\">
  2. <div class=\"sidebar\">
  3. <aside class=\"sidebar__inner\">
  4. ";
  5. // line 180
  6. yield from $this->unwrap()->yieldBlock('aside', $context, $blocks);
  7. // line 181
  8. yield " </aside>
  9. </div>
  10. </div>
  11. </div>
in vendor/twig/twig/src/Template.php -> block_page_content (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. </header>
  2. ";
  3. // line 156
  4. yield from $this->unwrap()->yieldBlock('page_content', $context, $blocks);
  5. // line 188
  6. yield "
  7. <footer>
  8. <div class=\"container\">
  9. <div class=\"row\">
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "commons/base.html.twig"));
  3. // line 3
  4. yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@ContentManagement/layout.html.twig"));
  3. $this->parent = $this->load("commons/base.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. // line 102
  2. $context["page"] = $this->extensions['Rawafed\PageComposerBundle\Twig\PageComposerExtension']->setPage("صفحة القسم الرئيسية");
  3. // line 1
  4. $this->parent = $this->load("@ContentManagement/layout.html.twig", 1);
  5. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  6. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. if (null !== $block) {
  2. return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
  3. }
  4. return $this->container->get('twig')->render($view, $parameters);
  5. }
  6. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  7. {
  8. $content = $this->doRenderView($view, $block, $parameters, $method);
  1. return $this->container->get('twig')->render($view, $parameters);
  2. }
  3. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  4. {
  5. $content = $this->doRenderView($view, $block, $parameters, $method);
  6. $response ??= new Response();
  7. if (200 === $response->getStatusCode()) {
  8. foreach ($parameters as $v) {
  9. if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1. * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2. * Forms found in parameters are auto-cast to form views.
  3. */
  4. protected function render(string $view, array $parameters = [], ?Response $response = null): Response
  5. {
  6. return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
  7. }
  8. /**
  9. * Renders a block in a view.
  10. *
AbstractController->render('@ContentManagement/Entry/home.html.twig', array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')))) in src/Controller/HomeController.php (line 338)
  1. }
  2. return $this->json($result);
  3. }
  4. return $this->render('@ContentManagement/Entry/home.html.twig', [
  5. 'title' => 'content_type.' . $contentType->getName() . '.list_name',
  6. 'content_type' => $contentType,
  7. 'view' => $view,
  8. 'list' => $mergedList,
  9. 'isLastPage' => count( $mergedList ) < $count,
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. $this->boot();
  2. ++$this->requestStackSize;
  3. $this->resetServices = true;
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/var/www/html/tafsir/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Doctrine\ORM\Query\ QueryException

[Syntax Error] line 0, col 98: Error: Expected Literal, got ')'

  1. *
  2. * @return QueryException
  3. */
  4. public static function syntaxError($message, $previous = null)
  5. {
  6. return new self('[Syntax Error] ' . $message, 0, $previous);
  7. }
  8. /**
  9. * @param string $message
  10. * @param Exception|null $previous
in vendor/doctrine/orm/src/Query/Parser.php :: syntaxError (line 479)
  1. $message = sprintf('line 0, col %d: Error: ', $tokenPos);
  2. $message .= $expected !== '' ? sprintf('Expected %s, got ', $expected) : 'Unexpected ';
  3. $message .= $this->lexer->lookahead === null ? 'end of string.' : sprintf("'%s'", $token->value);
  4. throw QueryException::syntaxError($message, QueryException::dqlError($this->query->getDQL() ?? ''));
  5. }
  6. /**
  7. * Generates a new semantical error.
  8. *
in vendor/doctrine/orm/src/Query/Parser.php -> syntaxError (line 2786)
  1. );
  2. return new AST\Literal(AST\Literal::BOOLEAN, $this->lexer->token->value);
  3. default:
  4. $this->syntaxError('Literal');
  5. }
  6. }
  7. /**
  8. * InParameter ::= ArithmeticExpression | InputParameter
  1. if ($peek !== null && $peek->value === '(') {
  2. return $this->FunctionDeclaration();
  3. }
  4. return $this->Literal();
  5. }
  6. }
  7. /**
  8. * StringExpression ::= StringPrimary | ResultVariable | "(" Subselect ")"
in vendor/doctrine/orm/src/Query/Parser.php -> ArithmeticPrimary (line 2914)
  1. if ($isPlus || $this->lexer->isNextToken(TokenType::T_MINUS)) {
  2. $this->match($isPlus ? TokenType::T_PLUS : TokenType::T_MINUS);
  3. $sign = $isPlus;
  4. }
  5. $primary = $this->ArithmeticPrimary();
  6. // Phase 1 AST optimization: Prevent AST\ArithmeticFactor
  7. // if only one AST\ArithmeticPrimary is defined
  8. if ($sign === null) {
  9. return $primary;
in vendor/doctrine/orm/src/Query/Parser.php -> ArithmeticFactor (line 2880)
  1. * @return AST\ArithmeticTerm
  2. */
  3. public function ArithmeticTerm()
  4. {
  5. $factors = [];
  6. $factors[] = $this->ArithmeticFactor();
  7. while (($isMult = $this->lexer->isNextToken(TokenType::T_MULTIPLY)) || $this->lexer->isNextToken(TokenType::T_DIVIDE)) {
  8. $this->match($isMult ? TokenType::T_MULTIPLY : TokenType::T_DIVIDE);
  9. assert($this->lexer->token !== null);
in vendor/doctrine/orm/src/Query/Parser.php -> ArithmeticTerm (line 2853)
  1. * @return AST\SimpleArithmeticExpression|AST\ArithmeticTerm
  2. */
  3. public function SimpleArithmeticExpression()
  4. {
  5. $terms = [];
  6. $terms[] = $this->ArithmeticTerm();
  7. while (($isPlus = $this->lexer->isNextToken(TokenType::T_PLUS)) || $this->lexer->isNextToken(TokenType::T_MINUS)) {
  8. $this->match($isPlus ? TokenType::T_PLUS : TokenType::T_MINUS);
  9. assert($this->lexer->token !== null);
in vendor/doctrine/orm/src/Query/Parser.php -> SimpleArithmeticExpression (line 2840)
  1. return $expr;
  2. }
  3. }
  4. $expr->simpleArithmeticExpression = $this->SimpleArithmeticExpression();
  5. return $expr;
  6. }
  7. /**
in vendor/doctrine/orm/src/Query/Parser.php -> ArithmeticExpression (line 2802)
  1. assert($this->lexer->lookahead !== null);
  2. if ($this->lexer->lookahead->type === TokenType::T_INPUT_PARAMETER) {
  3. return $this->InputParameter();
  4. }
  5. return $this->ArithmeticExpression();
  6. }
  7. /**
  8. * InputParameter ::= PositionalParameter | NamedParameter
  9. *
in vendor/doctrine/orm/src/Query/Parser.php -> InParameter (line 3226)
  1. $expression,
  2. $this->Subselect(),
  3. $not
  4. );
  5. } else {
  6. $literals = [$this->InParameter()];
  7. while ($this->lexer->isNextToken(TokenType::T_COMMA)) {
  8. $this->match(TokenType::T_COMMA);
  9. $literals[] = $this->InParameter();
  10. }
in vendor/doctrine/orm/src/Query/Parser.php -> InExpression (line 2675)
  1. if ($token->type === TokenType::T_LIKE) {
  2. return $this->LikeExpression();
  3. }
  4. if ($token->type === TokenType::T_IN) {
  5. return $this->InExpression();
  6. }
  7. if ($token->type === TokenType::T_INSTANCE) {
  8. return $this->InstanceOfExpression();
  9. }
in vendor/doctrine/orm/src/Query/Parser.php -> SimpleConditionalExpression (line 2551)
  1. public function ConditionalPrimary()
  2. {
  3. $condPrimary = new AST\ConditionalPrimary();
  4. if (! $this->lexer->isNextToken(TokenType::T_OPEN_PARENTHESIS)) {
  5. $condPrimary->simpleConditionalExpression = $this->SimpleConditionalExpression();
  6. return $condPrimary;
  7. }
  8. // Peek beyond the matching closing parenthesis ')'
in vendor/doctrine/orm/src/Query/Parser.php -> ConditionalPrimary (line 2530)
  1. $this->match(TokenType::T_NOT);
  2. $not = true;
  3. }
  4. $conditionalPrimary = $this->ConditionalPrimary();
  5. // Phase 1 AST optimization: Prevent AST\ConditionalFactor
  6. // if only one AST\ConditionalPrimary is defined
  7. if (! $not) {
  8. return $conditionalPrimary;
in vendor/doctrine/orm/src/Query/Parser.php -> ConditionalFactor (line 2498)
  1. * @return AST\ConditionalFactor|AST\ConditionalPrimary|AST\ConditionalTerm
  2. */
  3. public function ConditionalTerm()
  4. {
  5. $conditionalFactors = [];
  6. $conditionalFactors[] = $this->ConditionalFactor();
  7. while ($this->lexer->isNextToken(TokenType::T_AND)) {
  8. $this->match(TokenType::T_AND);
  9. $conditionalFactors[] = $this->ConditionalFactor();
in vendor/doctrine/orm/src/Query/Parser.php -> ConditionalTerm (line 2473)
  1. * @return AST\ConditionalExpression|AST\ConditionalFactor|AST\ConditionalPrimary|AST\ConditionalTerm
  2. */
  3. public function ConditionalExpression()
  4. {
  5. $conditionalTerms = [];
  6. $conditionalTerms[] = $this->ConditionalTerm();
  7. while ($this->lexer->isNextToken(TokenType::T_OR)) {
  8. $this->match(TokenType::T_OR);
  9. $conditionalTerms[] = $this->ConditionalTerm();
in vendor/doctrine/orm/src/Query/Parser.php -> ConditionalExpression (line 1414)
  1. */
  2. public function WhereClause()
  3. {
  4. $this->match(TokenType::T_WHERE);
  5. return new AST\WhereClause($this->ConditionalExpression());
  6. }
  7. /**
  8. * HavingClause ::= "HAVING" ConditionalExpression
  9. *
in vendor/doctrine/orm/src/Query/Parser.php -> WhereClause (line 904)
  1. */
  2. public function SelectStatement()
  3. {
  4. $selectStatement = new AST\SelectStatement($this->SelectClause(), $this->FromClause());
  5. $selectStatement->whereClause = $this->lexer->isNextToken(TokenType::T_WHERE) ? $this->WhereClause() : null;
  6. $selectStatement->groupByClause = $this->lexer->isNextToken(TokenType::T_GROUP) ? $this->GroupByClause() : null;
  7. $selectStatement->havingClause = $this->lexer->isNextToken(TokenType::T_HAVING) ? $this->HavingClause() : null;
  8. $selectStatement->orderByClause = $this->lexer->isNextToken(TokenType::T_ORDER) ? $this->OrderByClause() : null;
  9. return $selectStatement;
in vendor/doctrine/orm/src/Query/Parser.php -> SelectStatement (line 871)
  1. $this->lexer->moveNext();
  2. switch ($this->lexer->lookahead->type ?? null) {
  3. case TokenType::T_SELECT:
  4. $statement = $this->SelectStatement();
  5. break;
  6. case TokenType::T_UPDATE:
  7. $statement = $this->UpdateStatement();
  8. break;
in vendor/doctrine/orm/src/Query/Parser.php -> QueryLanguage (line 263)
  1. * @return AST\SelectStatement|AST\UpdateStatement|AST\DeleteStatement
  2. */
  3. public function getAST()
  4. {
  5. // Parse & build AST
  6. $AST = $this->QueryLanguage();
  7. // Process any deferred validations of some nodes in the AST.
  8. // This also allows post-processing of the AST for modification purposes.
  9. $this->processDeferredIdentificationVariables();
  1. *
  2. * @return ParserResult
  3. */
  4. public function parse()
  5. {
  6. $AST = $this->getAST();
  7. $customWalkers = $this->query->getHint(Query::HINT_CUSTOM_TREE_WALKERS);
  8. if ($customWalkers !== false) {
  9. $this->customTreeWalkers = $customWalkers;
  10. }
  1. }
  2. // Cache miss.
  3. $parser = new Parser($this);
  4. $this->parserResult = $parser->parse();
  5. $queryCache->save($cacheItem->set($this->parserResult)->expiresAfter($this->queryCacheTTL));
  6. return $this->parserResult;
  7. }
  1. $this->state = self::STATE_DIRTY;
  2. }
  3. private function getSqlExecutor(): AbstractSqlExecutor
  4. {
  5. return $this->parse()->prepareSqlExecutor($this);
  6. }
  7. }
in vendor/doctrine/orm/src/Query.php -> getSqlExecutor (line 291)
  1. /**
  2. * {@inheritDoc}
  3. */
  4. protected function _doExecute()
  5. {
  6. $executor = $this->getSqlExecutor();
  7. if ($this->_queryCacheProfile) {
  8. $executor->setQueryCacheProfile($this->_queryCacheProfile);
  9. } else {
  10. $executor->removeQueryCacheProfile();
in vendor/doctrine/orm/src/AbstractQuery.php -> _doExecute (line 1218)
  1. $setCacheEntry = static function ($data) use ($cache, $result, $cacheItem, $realCacheKey): void {
  2. $cache->save($cacheItem->set($result + [$realCacheKey => $data]));
  3. };
  4. }
  5. $stmt = $this->_doExecute();
  6. if (is_numeric($stmt)) {
  7. $setCacheEntry($stmt);
  8. return $stmt;
in vendor/doctrine/orm/src/AbstractQuery.php -> executeIgnoreQueryCache (line 1172)
  1. {
  2. if ($this->cacheable && $this->isCacheEnabled()) {
  3. return $this->executeUsingQueryCache($parameters, $hydrationMode);
  4. }
  5. return $this->executeIgnoreQueryCache($parameters, $hydrationMode);
  6. }
  7. /**
  8. * Execute query ignoring second level cache.
  9. *
  1. *
  2. * @return mixed
  3. */
  4. public function getResult($hydrationMode = self::HYDRATE_OBJECT)
  5. {
  6. return $this->execute(null, $hydrationMode);
  7. }
  8. /**
  9. * Gets the array of results for the query.
  10. *
  1. return $this->createQueryBuilder('t')
  2. ->innerJoin('t.entries', 'e')
  3. ->andWhere($this->_em->createQueryBuilder()->expr()->in('t.id', $ids))
  4. ->andWhere('e.is_published = true')
  5. ->getQuery()
  6. ->getResult()
  7. ;
  8. }
  9. }
TagRepository->findForSelectedWidget(object(ArrayCollection)) in src/Widget/SelectedTags.php (line 49)
  1. return $category->getId();
  2. });
  3. return [
  4. 'entity' => $selectedTag,
  5. 'selectedTagTags' => $this->entityManager->getRepository(Tag::class)->findForSelectedWidget($selectedTagTagsIds),
  6. 'selectedTagCategories' => $this->entityManager->getRepository(Category::class)->findForSelectedWidget($selectedTagCategoriesIds),
  7. ];
  8. }
  9. public static function getGroup(): string
  1. 'js_files' => $template->hasBlock('js_files') ? $template->renderBlock('js_files') : '',
  2. 'js_dom_ready' => $template->hasBlock('js_dom_ready') ? $template->renderBlock('js_dom_ready') : ''
  3. ];
  4. if ($renderContent) {
  5. $properties = $widget->buildWidget($entity->getProperties(), $parameters);
  6. $arr['content'] = $template->renderBlock('content', array_merge($parameters, $properties, ['widget' => $entity]));
  7. }
  8. return $arr;
  9. }
  1. public function renderWidget(Widget $widget, array $parameters = [])
  2. {
  3. if ($widget->isPublished()) {
  4. if (!isset($this->data['widgets'][$widget->getId()])) {
  5. $widgetData = $this->widgetManager->renderWidget($widget, $parameters);
  6. $this->data['widgets'][$widget->getId()] = $widgetData['content'];
  7. }
  8. return $this->data['widgets'][$widget->getId()];
  9. }
  1. $context['_parent'] = $context;
  2. $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["block"], "widgets", [], "any", false, false, false, 4));
  3. foreach ($context['_seq'] as $context["_key"] => $context["widget"]) {
  4. // line 5
  5. yield " ";
  6. yield $this->extensions['Rawafed\PageComposerBundle\Twig\PageComposerExtension']->renderWidget($context["widget"], (isset($context["parameters"]) || array_key_exists("parameters", $context) ? $context["parameters"] : (function () { throw new RuntimeError('Variable "parameters" does not exist.', 5, $this->source); })()));
  7. yield "
  8. ";
  9. }
  10. $_parent = $context['_parent'];
  11. unset($context['_seq'], $context['_key'], $context['widget'], $context['_parent']);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. }
  2. $content = '';
  3. if ($zone) {
  4. $content = $this->templating->render('@PageComposer/Page/zone.html.twig', [
  5. 'zone' => $zone,
  6. 'parameters' => $parameters
  7. ]);
  8. }
  1. // line 105
  2. yield "
  3. <div class=\"left-block\">
  4. ";
  5. // line 107
  6. yield $this->extensions['Rawafed\PageComposerBundle\Twig\PageComposerExtension']->getZoneContent("entry_home_aside", "المساحة الجانبية", null, ["type_id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["content_type"]) || array_key_exists("content_type", $context) ? $context["content_type"] : (function () { throw new RuntimeError('Variable "content_type" does not exist.', 107, $this->source); })()), "id", [], "any", false, false, false, 107)]);
  7. yield "
  8. </div>
  9. ";
  10. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_aside (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. <div class=\"col-md-3\">
  2. <div class=\"sidebar\">
  3. <aside class=\"sidebar__inner\">
  4. ";
  5. // line 180
  6. yield from $this->unwrap()->yieldBlock('aside', $context, $blocks);
  7. // line 181
  8. yield " </aside>
  9. </div>
  10. </div>
  11. </div>
in vendor/twig/twig/src/Template.php -> block_page_content (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. </header>
  2. ";
  3. // line 156
  4. yield from $this->unwrap()->yieldBlock('page_content', $context, $blocks);
  5. // line 188
  6. yield "
  7. <footer>
  8. <div class=\"container\">
  9. <div class=\"row\">
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "commons/base.html.twig"));
  3. // line 3
  4. yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@ContentManagement/layout.html.twig"));
  3. $this->parent = $this->load("commons/base.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. // line 102
  2. $context["page"] = $this->extensions['Rawafed\PageComposerBundle\Twig\PageComposerExtension']->setPage("صفحة القسم الرئيسية");
  3. // line 1
  4. $this->parent = $this->load("@ContentManagement/layout.html.twig", 1);
  5. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  6. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. if (null !== $block) {
  2. return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
  3. }
  4. return $this->container->get('twig')->render($view, $parameters);
  5. }
  6. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  7. {
  8. $content = $this->doRenderView($view, $block, $parameters, $method);
  1. return $this->container->get('twig')->render($view, $parameters);
  2. }
  3. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  4. {
  5. $content = $this->doRenderView($view, $block, $parameters, $method);
  6. $response ??= new Response();
  7. if (200 === $response->getStatusCode()) {
  8. foreach ($parameters as $v) {
  9. if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1. * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2. * Forms found in parameters are auto-cast to form views.
  3. */
  4. protected function render(string $view, array $parameters = [], ?Response $response = null): Response
  5. {
  6. return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
  7. }
  8. /**
  9. * Renders a block in a view.
  10. *
AbstractController->render('@ContentManagement/Entry/home.html.twig', array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')))) in src/Controller/HomeController.php (line 338)
  1. }
  2. return $this->json($result);
  3. }
  4. return $this->render('@ContentManagement/Entry/home.html.twig', [
  5. 'title' => 'content_type.' . $contentType->getName() . '.list_name',
  6. 'content_type' => $contentType,
  7. 'view' => $view,
  8. 'list' => $mergedList,
  9. 'isLastPage' => count( $mergedList ) < $count,
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. $this->boot();
  2. ++$this->requestStackSize;
  3. $this->resetServices = true;
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/var/www/html/tafsir/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Doctrine\ORM\Query\ QueryException

SELECT t FROM Rawafed\ContentOrganizationBundle\Entity\Tag t INNER JOIN t.entries e WHERE t.id IN() AND e.is_published = true

  1. *
  2. * @return QueryException
  3. */
  4. public static function dqlError($dql)
  5. {
  6. return new self($dql);
  7. }
  8. /**
  9. * @param string $message
  10. * @param Exception|null $previous
  1. $message = sprintf('line 0, col %d: Error: ', $tokenPos);
  2. $message .= $expected !== '' ? sprintf('Expected %s, got ', $expected) : 'Unexpected ';
  3. $message .= $this->lexer->lookahead === null ? 'end of string.' : sprintf("'%s'", $token->value);
  4. throw QueryException::syntaxError($message, QueryException::dqlError($this->query->getDQL() ?? ''));
  5. }
  6. /**
  7. * Generates a new semantical error.
  8. *
in vendor/doctrine/orm/src/Query/Parser.php -> syntaxError (line 2786)
  1. );
  2. return new AST\Literal(AST\Literal::BOOLEAN, $this->lexer->token->value);
  3. default:
  4. $this->syntaxError('Literal');
  5. }
  6. }
  7. /**
  8. * InParameter ::= ArithmeticExpression | InputParameter
  1. if ($peek !== null && $peek->value === '(') {
  2. return $this->FunctionDeclaration();
  3. }
  4. return $this->Literal();
  5. }
  6. }
  7. /**
  8. * StringExpression ::= StringPrimary | ResultVariable | "(" Subselect ")"
in vendor/doctrine/orm/src/Query/Parser.php -> ArithmeticPrimary (line 2914)
  1. if ($isPlus || $this->lexer->isNextToken(TokenType::T_MINUS)) {
  2. $this->match($isPlus ? TokenType::T_PLUS : TokenType::T_MINUS);
  3. $sign = $isPlus;
  4. }
  5. $primary = $this->ArithmeticPrimary();
  6. // Phase 1 AST optimization: Prevent AST\ArithmeticFactor
  7. // if only one AST\ArithmeticPrimary is defined
  8. if ($sign === null) {
  9. return $primary;
in vendor/doctrine/orm/src/Query/Parser.php -> ArithmeticFactor (line 2880)
  1. * @return AST\ArithmeticTerm
  2. */
  3. public function ArithmeticTerm()
  4. {
  5. $factors = [];
  6. $factors[] = $this->ArithmeticFactor();
  7. while (($isMult = $this->lexer->isNextToken(TokenType::T_MULTIPLY)) || $this->lexer->isNextToken(TokenType::T_DIVIDE)) {
  8. $this->match($isMult ? TokenType::T_MULTIPLY : TokenType::T_DIVIDE);
  9. assert($this->lexer->token !== null);
in vendor/doctrine/orm/src/Query/Parser.php -> ArithmeticTerm (line 2853)
  1. * @return AST\SimpleArithmeticExpression|AST\ArithmeticTerm
  2. */
  3. public function SimpleArithmeticExpression()
  4. {
  5. $terms = [];
  6. $terms[] = $this->ArithmeticTerm();
  7. while (($isPlus = $this->lexer->isNextToken(TokenType::T_PLUS)) || $this->lexer->isNextToken(TokenType::T_MINUS)) {
  8. $this->match($isPlus ? TokenType::T_PLUS : TokenType::T_MINUS);
  9. assert($this->lexer->token !== null);
in vendor/doctrine/orm/src/Query/Parser.php -> SimpleArithmeticExpression (line 2840)
  1. return $expr;
  2. }
  3. }
  4. $expr->simpleArithmeticExpression = $this->SimpleArithmeticExpression();
  5. return $expr;
  6. }
  7. /**
in vendor/doctrine/orm/src/Query/Parser.php -> ArithmeticExpression (line 2802)
  1. assert($this->lexer->lookahead !== null);
  2. if ($this->lexer->lookahead->type === TokenType::T_INPUT_PARAMETER) {
  3. return $this->InputParameter();
  4. }
  5. return $this->ArithmeticExpression();
  6. }
  7. /**
  8. * InputParameter ::= PositionalParameter | NamedParameter
  9. *
in vendor/doctrine/orm/src/Query/Parser.php -> InParameter (line 3226)
  1. $expression,
  2. $this->Subselect(),
  3. $not
  4. );
  5. } else {
  6. $literals = [$this->InParameter()];
  7. while ($this->lexer->isNextToken(TokenType::T_COMMA)) {
  8. $this->match(TokenType::T_COMMA);
  9. $literals[] = $this->InParameter();
  10. }
in vendor/doctrine/orm/src/Query/Parser.php -> InExpression (line 2675)
  1. if ($token->type === TokenType::T_LIKE) {
  2. return $this->LikeExpression();
  3. }
  4. if ($token->type === TokenType::T_IN) {
  5. return $this->InExpression();
  6. }
  7. if ($token->type === TokenType::T_INSTANCE) {
  8. return $this->InstanceOfExpression();
  9. }
in vendor/doctrine/orm/src/Query/Parser.php -> SimpleConditionalExpression (line 2551)
  1. public function ConditionalPrimary()
  2. {
  3. $condPrimary = new AST\ConditionalPrimary();
  4. if (! $this->lexer->isNextToken(TokenType::T_OPEN_PARENTHESIS)) {
  5. $condPrimary->simpleConditionalExpression = $this->SimpleConditionalExpression();
  6. return $condPrimary;
  7. }
  8. // Peek beyond the matching closing parenthesis ')'
in vendor/doctrine/orm/src/Query/Parser.php -> ConditionalPrimary (line 2530)
  1. $this->match(TokenType::T_NOT);
  2. $not = true;
  3. }
  4. $conditionalPrimary = $this->ConditionalPrimary();
  5. // Phase 1 AST optimization: Prevent AST\ConditionalFactor
  6. // if only one AST\ConditionalPrimary is defined
  7. if (! $not) {
  8. return $conditionalPrimary;
in vendor/doctrine/orm/src/Query/Parser.php -> ConditionalFactor (line 2498)
  1. * @return AST\ConditionalFactor|AST\ConditionalPrimary|AST\ConditionalTerm
  2. */
  3. public function ConditionalTerm()
  4. {
  5. $conditionalFactors = [];
  6. $conditionalFactors[] = $this->ConditionalFactor();
  7. while ($this->lexer->isNextToken(TokenType::T_AND)) {
  8. $this->match(TokenType::T_AND);
  9. $conditionalFactors[] = $this->ConditionalFactor();
in vendor/doctrine/orm/src/Query/Parser.php -> ConditionalTerm (line 2473)
  1. * @return AST\ConditionalExpression|AST\ConditionalFactor|AST\ConditionalPrimary|AST\ConditionalTerm
  2. */
  3. public function ConditionalExpression()
  4. {
  5. $conditionalTerms = [];
  6. $conditionalTerms[] = $this->ConditionalTerm();
  7. while ($this->lexer->isNextToken(TokenType::T_OR)) {
  8. $this->match(TokenType::T_OR);
  9. $conditionalTerms[] = $this->ConditionalTerm();
in vendor/doctrine/orm/src/Query/Parser.php -> ConditionalExpression (line 1414)
  1. */
  2. public function WhereClause()
  3. {
  4. $this->match(TokenType::T_WHERE);
  5. return new AST\WhereClause($this->ConditionalExpression());
  6. }
  7. /**
  8. * HavingClause ::= "HAVING" ConditionalExpression
  9. *
in vendor/doctrine/orm/src/Query/Parser.php -> WhereClause (line 904)
  1. */
  2. public function SelectStatement()
  3. {
  4. $selectStatement = new AST\SelectStatement($this->SelectClause(), $this->FromClause());
  5. $selectStatement->whereClause = $this->lexer->isNextToken(TokenType::T_WHERE) ? $this->WhereClause() : null;
  6. $selectStatement->groupByClause = $this->lexer->isNextToken(TokenType::T_GROUP) ? $this->GroupByClause() : null;
  7. $selectStatement->havingClause = $this->lexer->isNextToken(TokenType::T_HAVING) ? $this->HavingClause() : null;
  8. $selectStatement->orderByClause = $this->lexer->isNextToken(TokenType::T_ORDER) ? $this->OrderByClause() : null;
  9. return $selectStatement;
in vendor/doctrine/orm/src/Query/Parser.php -> SelectStatement (line 871)
  1. $this->lexer->moveNext();
  2. switch ($this->lexer->lookahead->type ?? null) {
  3. case TokenType::T_SELECT:
  4. $statement = $this->SelectStatement();
  5. break;
  6. case TokenType::T_UPDATE:
  7. $statement = $this->UpdateStatement();
  8. break;
in vendor/doctrine/orm/src/Query/Parser.php -> QueryLanguage (line 263)
  1. * @return AST\SelectStatement|AST\UpdateStatement|AST\DeleteStatement
  2. */
  3. public function getAST()
  4. {
  5. // Parse & build AST
  6. $AST = $this->QueryLanguage();
  7. // Process any deferred validations of some nodes in the AST.
  8. // This also allows post-processing of the AST for modification purposes.
  9. $this->processDeferredIdentificationVariables();
  1. *
  2. * @return ParserResult
  3. */
  4. public function parse()
  5. {
  6. $AST = $this->getAST();
  7. $customWalkers = $this->query->getHint(Query::HINT_CUSTOM_TREE_WALKERS);
  8. if ($customWalkers !== false) {
  9. $this->customTreeWalkers = $customWalkers;
  10. }
  1. }
  2. // Cache miss.
  3. $parser = new Parser($this);
  4. $this->parserResult = $parser->parse();
  5. $queryCache->save($cacheItem->set($this->parserResult)->expiresAfter($this->queryCacheTTL));
  6. return $this->parserResult;
  7. }
  1. $this->state = self::STATE_DIRTY;
  2. }
  3. private function getSqlExecutor(): AbstractSqlExecutor
  4. {
  5. return $this->parse()->prepareSqlExecutor($this);
  6. }
  7. }
in vendor/doctrine/orm/src/Query.php -> getSqlExecutor (line 291)
  1. /**
  2. * {@inheritDoc}
  3. */
  4. protected function _doExecute()
  5. {
  6. $executor = $this->getSqlExecutor();
  7. if ($this->_queryCacheProfile) {
  8. $executor->setQueryCacheProfile($this->_queryCacheProfile);
  9. } else {
  10. $executor->removeQueryCacheProfile();
in vendor/doctrine/orm/src/AbstractQuery.php -> _doExecute (line 1218)
  1. $setCacheEntry = static function ($data) use ($cache, $result, $cacheItem, $realCacheKey): void {
  2. $cache->save($cacheItem->set($result + [$realCacheKey => $data]));
  3. };
  4. }
  5. $stmt = $this->_doExecute();
  6. if (is_numeric($stmt)) {
  7. $setCacheEntry($stmt);
  8. return $stmt;
in vendor/doctrine/orm/src/AbstractQuery.php -> executeIgnoreQueryCache (line 1172)
  1. {
  2. if ($this->cacheable && $this->isCacheEnabled()) {
  3. return $this->executeUsingQueryCache($parameters, $hydrationMode);
  4. }
  5. return $this->executeIgnoreQueryCache($parameters, $hydrationMode);
  6. }
  7. /**
  8. * Execute query ignoring second level cache.
  9. *
  1. *
  2. * @return mixed
  3. */
  4. public function getResult($hydrationMode = self::HYDRATE_OBJECT)
  5. {
  6. return $this->execute(null, $hydrationMode);
  7. }
  8. /**
  9. * Gets the array of results for the query.
  10. *
  1. return $this->createQueryBuilder('t')
  2. ->innerJoin('t.entries', 'e')
  3. ->andWhere($this->_em->createQueryBuilder()->expr()->in('t.id', $ids))
  4. ->andWhere('e.is_published = true')
  5. ->getQuery()
  6. ->getResult()
  7. ;
  8. }
  9. }
TagRepository->findForSelectedWidget(object(ArrayCollection)) in src/Widget/SelectedTags.php (line 49)
  1. return $category->getId();
  2. });
  3. return [
  4. 'entity' => $selectedTag,
  5. 'selectedTagTags' => $this->entityManager->getRepository(Tag::class)->findForSelectedWidget($selectedTagTagsIds),
  6. 'selectedTagCategories' => $this->entityManager->getRepository(Category::class)->findForSelectedWidget($selectedTagCategoriesIds),
  7. ];
  8. }
  9. public static function getGroup(): string
  1. 'js_files' => $template->hasBlock('js_files') ? $template->renderBlock('js_files') : '',
  2. 'js_dom_ready' => $template->hasBlock('js_dom_ready') ? $template->renderBlock('js_dom_ready') : ''
  3. ];
  4. if ($renderContent) {
  5. $properties = $widget->buildWidget($entity->getProperties(), $parameters);
  6. $arr['content'] = $template->renderBlock('content', array_merge($parameters, $properties, ['widget' => $entity]));
  7. }
  8. return $arr;
  9. }
  1. public function renderWidget(Widget $widget, array $parameters = [])
  2. {
  3. if ($widget->isPublished()) {
  4. if (!isset($this->data['widgets'][$widget->getId()])) {
  5. $widgetData = $this->widgetManager->renderWidget($widget, $parameters);
  6. $this->data['widgets'][$widget->getId()] = $widgetData['content'];
  7. }
  8. return $this->data['widgets'][$widget->getId()];
  9. }
  1. $context['_parent'] = $context;
  2. $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["block"], "widgets", [], "any", false, false, false, 4));
  3. foreach ($context['_seq'] as $context["_key"] => $context["widget"]) {
  4. // line 5
  5. yield " ";
  6. yield $this->extensions['Rawafed\PageComposerBundle\Twig\PageComposerExtension']->renderWidget($context["widget"], (isset($context["parameters"]) || array_key_exists("parameters", $context) ? $context["parameters"] : (function () { throw new RuntimeError('Variable "parameters" does not exist.', 5, $this->source); })()));
  7. yield "
  8. ";
  9. }
  10. $_parent = $context['_parent'];
  11. unset($context['_seq'], $context['_key'], $context['widget'], $context['_parent']);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. }
  2. $content = '';
  3. if ($zone) {
  4. $content = $this->templating->render('@PageComposer/Page/zone.html.twig', [
  5. 'zone' => $zone,
  6. 'parameters' => $parameters
  7. ]);
  8. }
  1. // line 105
  2. yield "
  3. <div class=\"left-block\">
  4. ";
  5. // line 107
  6. yield $this->extensions['Rawafed\PageComposerBundle\Twig\PageComposerExtension']->getZoneContent("entry_home_aside", "المساحة الجانبية", null, ["type_id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["content_type"]) || array_key_exists("content_type", $context) ? $context["content_type"] : (function () { throw new RuntimeError('Variable "content_type" does not exist.', 107, $this->source); })()), "id", [], "any", false, false, false, 107)]);
  7. yield "
  8. </div>
  9. ";
  10. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_aside (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. <div class=\"col-md-3\">
  2. <div class=\"sidebar\">
  3. <aside class=\"sidebar__inner\">
  4. ";
  5. // line 180
  6. yield from $this->unwrap()->yieldBlock('aside', $context, $blocks);
  7. // line 181
  8. yield " </aside>
  9. </div>
  10. </div>
  11. </div>
in vendor/twig/twig/src/Template.php -> block_page_content (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. </header>
  2. ";
  3. // line 156
  4. yield from $this->unwrap()->yieldBlock('page_content', $context, $blocks);
  5. // line 188
  6. yield "
  7. <footer>
  8. <div class=\"container\">
  9. <div class=\"row\">
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "commons/base.html.twig"));
  3. // line 3
  4. yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@ContentManagement/layout.html.twig"));
  3. $this->parent = $this->load("commons/base.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. // line 102
  2. $context["page"] = $this->extensions['Rawafed\PageComposerBundle\Twig\PageComposerExtension']->setPage("صفحة القسم الرئيسية");
  3. // line 1
  4. $this->parent = $this->load("@ContentManagement/layout.html.twig", 1);
  5. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  6. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. if (null !== $block) {
  2. return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
  3. }
  4. return $this->container->get('twig')->render($view, $parameters);
  5. }
  6. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  7. {
  8. $content = $this->doRenderView($view, $block, $parameters, $method);
  1. return $this->container->get('twig')->render($view, $parameters);
  2. }
  3. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  4. {
  5. $content = $this->doRenderView($view, $block, $parameters, $method);
  6. $response ??= new Response();
  7. if (200 === $response->getStatusCode()) {
  8. foreach ($parameters as $v) {
  9. if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1. * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2. * Forms found in parameters are auto-cast to form views.
  3. */
  4. protected function render(string $view, array $parameters = [], ?Response $response = null): Response
  5. {
  6. return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
  7. }
  8. /**
  9. * Renders a block in a view.
  10. *
AbstractController->render('@ContentManagement/Entry/home.html.twig', array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')))) in src/Controller/HomeController.php (line 338)
  1. }
  2. return $this->json($result);
  3. }
  4. return $this->render('@ContentManagement/Entry/home.html.twig', [
  5. 'title' => 'content_type.' . $contentType->getName() . '.list_name',
  6. 'content_type' => $contentType,
  7. 'view' => $view,
  8. 'list' => $mergedList,
  9. 'isLastPage' => count( $mergedList ) < $count,
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. $this->boot();
  2. ++$this->requestStackSize;
  3. $this->resetServices = true;
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/var/www/html/tafsir/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs

Level Channel Message
INFO 06:33:34 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:2568, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
{
    "exception": {}
}
INFO 06:33:34 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 06:33:34 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 06:33:34 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 06:33:34 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 06:33:34 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 06:33:34 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 06:33:34 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 06:33:34 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 06:33:34 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 06:33:34 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 06:33:34 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 06:33:34 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 06:33:34 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 06:33:34 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 06:33:35 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 06:33:35 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "latest"
    },
    "request_uri": "http://quraa.rawafedtech.info/_profiler/latest?ip=20.171.207.140&type=request",
    "method": "GET"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "ContainerM9PiAzc\PosterGeneratorGhost70823e1::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ContainerM9PiAzc\\PosterGeneratorGhost70823e1::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "App\Listener\PreviewListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Listener\\PreviewListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Service\\CustomSlugifier::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\ContentOrganizationBundle\EventListener\PublishedCollectionListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Rawafed\\ContentOrganizationBundle\\EventListener\\PublishedCollectionListener::__invoke"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController"
}
INFO 06:33:35 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:2676, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
{
    "exception": {}
}
INFO 06:33:35 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:2702, https://github.com/doctrine/orm/pull/7908, package doctrine/orm)
{
    "exception": {}
}
DEBUG 06:33:35 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 06:33:35 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 06:33:35 event Notified event "kernel.controller_arguments" to listener "ContainerM9PiAzc\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerM9PiAzc\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 06:33:35 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 06:33:35 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 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "ContainerM9PiAzc\PosterGeneratorGhost70823e1::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ContainerM9PiAzc\\PosterGeneratorGhost70823e1::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "App\Listener\PreviewListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Listener\\PreviewListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Service\\CustomSlugifier::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\ContentOrganizationBundle\EventListener\PublishedCollectionListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Rawafed\\ContentOrganizationBundle\\EventListener\\PublishedCollectionListener::__invoke"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController"
}
DEBUG 06:33:35 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 06:33:35 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 06:33:35 event Notified event "kernel.controller_arguments" to listener "ContainerM9PiAzc\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerM9PiAzc\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 06:33:35 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 06:33:35 event Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelResponse"
}
DEBUG 06:33:35 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 06:33:35 event Notified event "kernel.response" to listener "Rawafed\CommonsBundle\Service\LocationManager::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Rawafed\\CommonsBundle\\Service\\LocationManager::onKernelResponse"
}
DEBUG 06:33:35 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 06:33:35 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 06:33:35 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 06:33:35 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 06:33:35 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 06:33:35 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 06:33:35 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 06:33:35 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 06:33:35 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 06:33:35 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 06:33:35 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 06:33:35 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 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "ContainerM9PiAzc\PosterGeneratorGhost70823e1::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ContainerM9PiAzc\\PosterGeneratorGhost70823e1::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "App\Listener\PreviewListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Listener\\PreviewListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Service\\CustomSlugifier::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\ContentOrganizationBundle\EventListener\PublishedCollectionListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Rawafed\\ContentOrganizationBundle\\EventListener\\PublishedCollectionListener::__invoke"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController"
}
DEBUG 06:33:35 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 06:33:35 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 06:33:35 event Notified event "kernel.controller_arguments" to listener "ContainerM9PiAzc\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerM9PiAzc\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 06:33:35 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 06:33:35 event Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelResponse"
}
DEBUG 06:33:35 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 06:33:35 event Notified event "kernel.response" to listener "Rawafed\CommonsBundle\Service\LocationManager::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Rawafed\\CommonsBundle\\Service\\LocationManager::onKernelResponse"
}
DEBUG 06:33:35 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 06:33:35 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 06:33:35 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 06:33:35 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 06:33:35 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 06:33:35 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 06:33:35 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 06:33:35 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 06:33:35 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 06:33:35 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 06:33:35 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 06:33:35 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 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "ContainerM9PiAzc\PosterGeneratorGhost70823e1::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ContainerM9PiAzc\\PosterGeneratorGhost70823e1::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "App\Listener\PreviewListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Listener\\PreviewListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Service\\CustomSlugifier::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\ContentOrganizationBundle\EventListener\PublishedCollectionListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Rawafed\\ContentOrganizationBundle\\EventListener\\PublishedCollectionListener::__invoke"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController"
}
DEBUG 06:33:35 event Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController"
}
DEBUG 06:33:35 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 06:33:35 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 06:33:35 event Notified event "kernel.controller_arguments" to listener "ContainerM9PiAzc\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerM9PiAzc\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 06:33:35 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 ("[Syntax Error] line 0, col 98: Error: Expected Literal, got ')'") in "@PageComposer/Page/zone.html.twig" at line 5.

  at vendor/rawafed/page-composer-bundle/templates/Page/zone.html.twig:5
  at Twig\Template->yield(array('zone' => object(Zone), 'parameters' => array('type_id' => 9), '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())
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('zone' => object(Zone), 'parameters' => array('type_id' => 9)))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('zone' => object(Zone), 'parameters' => array('type_id' => 9)))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('zone' => object(Zone), 'parameters' => array('type_id' => 9)))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('@PageComposer/Page/zone.html.twig', array('zone' => object(Zone), 'parameters' => array('type_id' => 9)))
     (vendor/rawafed/page-composer-bundle/src/Twig/PageComposerExtension.php:149)
  at Rawafed\PageComposerBundle\Twig\PageComposerExtension->getZoneContent('entry_home_aside', 'المساحة الجانبية', '@ContentManagement/Entry/home.html.twig', array('type_id' => 9))
     (var/cache/dev/twig/35/35d33be0153aed7db25a73a2a96e2b37.php:377)
  at __TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2->block_aside(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);'))), 'route_params' => array('list_name' => 'lessons'), 'route' => 'entries_home', 'routePath' => '/lessons'), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);'))), 'route_params' => array('list_name' => 'lessons'), 'route' => 'entries_home', 'routePath' => '/lessons'), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);'))), 'route_params' => array('list_name' => 'lessons'), 'route' => 'entries_home', 'routePath' => '/lessons'), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);'))), 'route_params' => array('list_name' => 'lessons'), 'route' => 'entries_home', 'routePath' => '/lessons'), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);'))), 'route_params' => array('list_name' => 'lessons'), 'route' => 'entries_home', 'routePath' => '/lessons'), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (var/cache/dev/twig/5f/5fde1ed46c8449a0ba0f2f61d3cd37f4.php:54)
  at __TwigTemplate_a6464b22a5c3082ce72451871b67a1c6->doDisplay(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (var/cache/dev/twig/35/35d33be0153aed7db25a73a2a96e2b37.php:73)
  at __TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2->doDisplay(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_cms_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_cms_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('@ContentManagement/Entry/home.html.twig', array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:448)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('@ContentManagement/Entry/home.html.twig', null, array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:453)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('@ContentManagement/Entry/home.html.twig', null, array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:253)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ContentManagement/Entry/home.html.twig', array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))))
     (src/Controller/HomeController.php:338)
  at App\Controller\HomeController->homeAction(object(Request), 'lessons')
     (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] QueryException
Doctrine\ORM\Query\QueryException:
[Syntax Error] line 0, col 98: Error: Expected Literal, got ')'

  at vendor/doctrine/orm/src/Query/QueryException.php:34
  at Doctrine\ORM\Query\QueryException::syntaxError('line 0, col 98: Error: Expected Literal, got \')\'', object(QueryException))
     (vendor/doctrine/orm/src/Query/Parser.php:479)
  at Doctrine\ORM\Query\Parser->syntaxError('Literal')
     (vendor/doctrine/orm/src/Query/Parser.php:2786)
  at Doctrine\ORM\Query\Parser->Literal()
     (vendor/doctrine/orm/src/Query/Parser.php:2982)
  at Doctrine\ORM\Query\Parser->ArithmeticPrimary()
     (vendor/doctrine/orm/src/Query/Parser.php:2914)
  at Doctrine\ORM\Query\Parser->ArithmeticFactor()
     (vendor/doctrine/orm/src/Query/Parser.php:2880)
  at Doctrine\ORM\Query\Parser->ArithmeticTerm()
     (vendor/doctrine/orm/src/Query/Parser.php:2853)
  at Doctrine\ORM\Query\Parser->SimpleArithmeticExpression()
     (vendor/doctrine/orm/src/Query/Parser.php:2840)
  at Doctrine\ORM\Query\Parser->ArithmeticExpression()
     (vendor/doctrine/orm/src/Query/Parser.php:2802)
  at Doctrine\ORM\Query\Parser->InParameter()
     (vendor/doctrine/orm/src/Query/Parser.php:3226)
  at Doctrine\ORM\Query\Parser->InExpression()
     (vendor/doctrine/orm/src/Query/Parser.php:2675)
  at Doctrine\ORM\Query\Parser->SimpleConditionalExpression()
     (vendor/doctrine/orm/src/Query/Parser.php:2551)
  at Doctrine\ORM\Query\Parser->ConditionalPrimary()
     (vendor/doctrine/orm/src/Query/Parser.php:2530)
  at Doctrine\ORM\Query\Parser->ConditionalFactor()
     (vendor/doctrine/orm/src/Query/Parser.php:2498)
  at Doctrine\ORM\Query\Parser->ConditionalTerm()
     (vendor/doctrine/orm/src/Query/Parser.php:2473)
  at Doctrine\ORM\Query\Parser->ConditionalExpression()
     (vendor/doctrine/orm/src/Query/Parser.php:1414)
  at Doctrine\ORM\Query\Parser->WhereClause()
     (vendor/doctrine/orm/src/Query/Parser.php:904)
  at Doctrine\ORM\Query\Parser->SelectStatement()
     (vendor/doctrine/orm/src/Query/Parser.php:871)
  at Doctrine\ORM\Query\Parser->QueryLanguage()
     (vendor/doctrine/orm/src/Query/Parser.php:263)
  at Doctrine\ORM\Query\Parser->getAST()
     (vendor/doctrine/orm/src/Query/Parser.php:363)
  at Doctrine\ORM\Query\Parser->parse()
     (vendor/doctrine/orm/src/Query.php:279)
  at Doctrine\ORM\Query->parse()
     (vendor/doctrine/orm/src/Query.php:865)
  at Doctrine\ORM\Query->getSqlExecutor()
     (vendor/doctrine/orm/src/Query.php:291)
  at Doctrine\ORM\Query->_doExecute()
     (vendor/doctrine/orm/src/AbstractQuery.php:1218)
  at Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(null, 1)
     (vendor/doctrine/orm/src/AbstractQuery.php:1172)
  at Doctrine\ORM\AbstractQuery->execute(null, 1)
     (vendor/doctrine/orm/src/AbstractQuery.php:907)
  at Doctrine\ORM\AbstractQuery->getResult()
     (vendor/rawafed/content-organization-bundle/src/Repository/TagRepository.php:54)
  at Rawafed\ContentOrganizationBundle\Repository\TagRepository->findForSelectedWidget(object(ArrayCollection))
     (src/Widget/SelectedTags.php:49)
  at App\Widget\SelectedTags->buildWidget(array(), array('type_id' => 9))
     (vendor/rawafed/page-composer-bundle/src/Service/WidgetManager.php:59)
  at Rawafed\PageComposerBundle\Service\WidgetManager->renderWidget(object(Widget), array('type_id' => 9))
     (vendor/rawafed/page-composer-bundle/src/Twig/PageComposerExtension.php:162)
  at Rawafed\PageComposerBundle\Twig\PageComposerExtension->renderWidget(object(Widget), array('type_id' => 9))
     (var/cache/dev/twig/67/678bcca4b13a671b4cb9dc3757758b9a.php:65)
  at __TwigTemplate_ae4e867607a06bea3ff4558bc63431f9->doDisplay(array('zone' => object(Zone), 'parameters' => array('type_id' => 9), '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), '_parent' => array('zone' => object(Zone), 'parameters' => array('type_id' => 9), '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), '_parent' => array('zone' => object(Zone), 'parameters' => array('type_id' => 9), '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)), '_seq' => object(PersistentCollection), 'block' => object(Block), '_key' => 0), '_seq' => object(PersistentCollection), 'block' => object(Block), '_key' => 3, 'widget' => object(Widget)), array())
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('zone' => object(Zone), 'parameters' => array('type_id' => 9), '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())
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('zone' => object(Zone), 'parameters' => array('type_id' => 9)))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('zone' => object(Zone), 'parameters' => array('type_id' => 9)))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('zone' => object(Zone), 'parameters' => array('type_id' => 9)))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('@PageComposer/Page/zone.html.twig', array('zone' => object(Zone), 'parameters' => array('type_id' => 9)))
     (vendor/rawafed/page-composer-bundle/src/Twig/PageComposerExtension.php:149)
  at Rawafed\PageComposerBundle\Twig\PageComposerExtension->getZoneContent('entry_home_aside', 'المساحة الجانبية', '@ContentManagement/Entry/home.html.twig', array('type_id' => 9))
     (var/cache/dev/twig/35/35d33be0153aed7db25a73a2a96e2b37.php:377)
  at __TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2->block_aside(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);'))), 'route_params' => array('list_name' => 'lessons'), 'route' => 'entries_home', 'routePath' => '/lessons'), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);'))), 'route_params' => array('list_name' => 'lessons'), 'route' => 'entries_home', 'routePath' => '/lessons'), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);'))), 'route_params' => array('list_name' => 'lessons'), 'route' => 'entries_home', 'routePath' => '/lessons'), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);'))), 'route_params' => array('list_name' => 'lessons'), 'route' => 'entries_home', 'routePath' => '/lessons'), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);'))), 'route_params' => array('list_name' => 'lessons'), 'route' => 'entries_home', 'routePath' => '/lessons'), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (var/cache/dev/twig/5f/5fde1ed46c8449a0ba0f2f61d3cd37f4.php:54)
  at __TwigTemplate_a6464b22a5c3082ce72451871b67a1c6->doDisplay(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (var/cache/dev/twig/35/35d33be0153aed7db25a73a2a96e2b37.php:73)
  at __TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2->doDisplay(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_cms_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_cms_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('@ContentManagement/Entry/home.html.twig', array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:448)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('@ContentManagement/Entry/home.html.twig', null, array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:453)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('@ContentManagement/Entry/home.html.twig', null, array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:253)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ContentManagement/Entry/home.html.twig', array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))))
     (src/Controller/HomeController.php:338)
  at App\Controller\HomeController->homeAction(object(Request), 'lessons')
     (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] QueryException
Doctrine\ORM\Query\QueryException:
SELECT t FROM Rawafed\ContentOrganizationBundle\Entity\Tag t INNER JOIN t.entries e WHERE t.id IN() AND e.is_published = true

  at vendor/doctrine/orm/src/Query/QueryException.php:23
  at Doctrine\ORM\Query\QueryException::dqlError('SELECT t FROM Rawafed\\ContentOrganizationBundle\\Entity\\Tag t INNER JOIN t.entries e WHERE t.id IN() AND e.is_published = true')
     (vendor/doctrine/orm/src/Query/Parser.php:479)
  at Doctrine\ORM\Query\Parser->syntaxError('Literal')
     (vendor/doctrine/orm/src/Query/Parser.php:2786)
  at Doctrine\ORM\Query\Parser->Literal()
     (vendor/doctrine/orm/src/Query/Parser.php:2982)
  at Doctrine\ORM\Query\Parser->ArithmeticPrimary()
     (vendor/doctrine/orm/src/Query/Parser.php:2914)
  at Doctrine\ORM\Query\Parser->ArithmeticFactor()
     (vendor/doctrine/orm/src/Query/Parser.php:2880)
  at Doctrine\ORM\Query\Parser->ArithmeticTerm()
     (vendor/doctrine/orm/src/Query/Parser.php:2853)
  at Doctrine\ORM\Query\Parser->SimpleArithmeticExpression()
     (vendor/doctrine/orm/src/Query/Parser.php:2840)
  at Doctrine\ORM\Query\Parser->ArithmeticExpression()
     (vendor/doctrine/orm/src/Query/Parser.php:2802)
  at Doctrine\ORM\Query\Parser->InParameter()
     (vendor/doctrine/orm/src/Query/Parser.php:3226)
  at Doctrine\ORM\Query\Parser->InExpression()
     (vendor/doctrine/orm/src/Query/Parser.php:2675)
  at Doctrine\ORM\Query\Parser->SimpleConditionalExpression()
     (vendor/doctrine/orm/src/Query/Parser.php:2551)
  at Doctrine\ORM\Query\Parser->ConditionalPrimary()
     (vendor/doctrine/orm/src/Query/Parser.php:2530)
  at Doctrine\ORM\Query\Parser->ConditionalFactor()
     (vendor/doctrine/orm/src/Query/Parser.php:2498)
  at Doctrine\ORM\Query\Parser->ConditionalTerm()
     (vendor/doctrine/orm/src/Query/Parser.php:2473)
  at Doctrine\ORM\Query\Parser->ConditionalExpression()
     (vendor/doctrine/orm/src/Query/Parser.php:1414)
  at Doctrine\ORM\Query\Parser->WhereClause()
     (vendor/doctrine/orm/src/Query/Parser.php:904)
  at Doctrine\ORM\Query\Parser->SelectStatement()
     (vendor/doctrine/orm/src/Query/Parser.php:871)
  at Doctrine\ORM\Query\Parser->QueryLanguage()
     (vendor/doctrine/orm/src/Query/Parser.php:263)
  at Doctrine\ORM\Query\Parser->getAST()
     (vendor/doctrine/orm/src/Query/Parser.php:363)
  at Doctrine\ORM\Query\Parser->parse()
     (vendor/doctrine/orm/src/Query.php:279)
  at Doctrine\ORM\Query->parse()
     (vendor/doctrine/orm/src/Query.php:865)
  at Doctrine\ORM\Query->getSqlExecutor()
     (vendor/doctrine/orm/src/Query.php:291)
  at Doctrine\ORM\Query->_doExecute()
     (vendor/doctrine/orm/src/AbstractQuery.php:1218)
  at Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(null, 1)
     (vendor/doctrine/orm/src/AbstractQuery.php:1172)
  at Doctrine\ORM\AbstractQuery->execute(null, 1)
     (vendor/doctrine/orm/src/AbstractQuery.php:907)
  at Doctrine\ORM\AbstractQuery->getResult()
     (vendor/rawafed/content-organization-bundle/src/Repository/TagRepository.php:54)
  at Rawafed\ContentOrganizationBundle\Repository\TagRepository->findForSelectedWidget(object(ArrayCollection))
     (src/Widget/SelectedTags.php:49)
  at App\Widget\SelectedTags->buildWidget(array(), array('type_id' => 9))
     (vendor/rawafed/page-composer-bundle/src/Service/WidgetManager.php:59)
  at Rawafed\PageComposerBundle\Service\WidgetManager->renderWidget(object(Widget), array('type_id' => 9))
     (vendor/rawafed/page-composer-bundle/src/Twig/PageComposerExtension.php:162)
  at Rawafed\PageComposerBundle\Twig\PageComposerExtension->renderWidget(object(Widget), array('type_id' => 9))
     (var/cache/dev/twig/67/678bcca4b13a671b4cb9dc3757758b9a.php:65)
  at __TwigTemplate_ae4e867607a06bea3ff4558bc63431f9->doDisplay(array('zone' => object(Zone), 'parameters' => array('type_id' => 9), '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), '_parent' => array('zone' => object(Zone), 'parameters' => array('type_id' => 9), '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), '_parent' => array('zone' => object(Zone), 'parameters' => array('type_id' => 9), '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)), '_seq' => object(PersistentCollection), 'block' => object(Block), '_key' => 0), '_seq' => object(PersistentCollection), 'block' => object(Block), '_key' => 3, 'widget' => object(Widget)), array())
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('zone' => object(Zone), 'parameters' => array('type_id' => 9), '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())
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('zone' => object(Zone), 'parameters' => array('type_id' => 9)))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('zone' => object(Zone), 'parameters' => array('type_id' => 9)))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('zone' => object(Zone), 'parameters' => array('type_id' => 9)))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('@PageComposer/Page/zone.html.twig', array('zone' => object(Zone), 'parameters' => array('type_id' => 9)))
     (vendor/rawafed/page-composer-bundle/src/Twig/PageComposerExtension.php:149)
  at Rawafed\PageComposerBundle\Twig\PageComposerExtension->getZoneContent('entry_home_aside', 'المساحة الجانبية', '@ContentManagement/Entry/home.html.twig', array('type_id' => 9))
     (var/cache/dev/twig/35/35d33be0153aed7db25a73a2a96e2b37.php:377)
  at __TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2->block_aside(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);'))), 'route_params' => array('list_name' => 'lessons'), 'route' => 'entries_home', 'routePath' => '/lessons'), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);'))), 'route_params' => array('list_name' => 'lessons'), 'route' => 'entries_home', 'routePath' => '/lessons'), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);'))), 'route_params' => array('list_name' => 'lessons'), 'route' => 'entries_home', 'routePath' => '/lessons'), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);'))), 'route_params' => array('list_name' => 'lessons'), 'route' => 'entries_home', 'routePath' => '/lessons'), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);'))), 'route_params' => array('list_name' => 'lessons'), 'route' => 'entries_home', 'routePath' => '/lessons'), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals'), 'js_files' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (var/cache/dev/twig/5f/5fde1ed46c8449a0ba0f2f61d3cd37f4.php:54)
  at __TwigTemplate_a6464b22a5c3082ce72451871b67a1c6->doDisplay(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (var/cache/dev/twig/35/35d33be0153aed7db25a73a2a96e2b37.php:73)
  at __TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2->doDisplay(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_home_aside' => object(Zone))), 'css_content' => array('    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet">    <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array('    alert(1);')))), array('list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_cms_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000')), '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_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_title'), 'page_content_header' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_page_content_header'), 'cms_content' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_cms_content'), 'aside' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_aside'), 'js_document_ready' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_js_document_ready'), 'modals' => array(object(__TwigTemplate_ba6eb3428f3100a9c11c0ed8bcd113e2), 'block_modals')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('@ContentManagement/Entry/home.html.twig', array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:448)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('@ContentManagement/Entry/home.html.twig', null, array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:453)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('@ContentManagement/Entry/home.html.twig', null, array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:253)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ContentManagement/Entry/home.html.twig', array('title' => 'content_type.lesson.list_name', 'content_type' => object(ContentType), 'view' => 'new', 'list' => array(array('_type' => 'entry', '_id' => 36356, 'activeEntryId' => 36356, 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry))), 'isLastPage' => true, 'collections' => array(array(object(Collection), 'lastAddition' => '2025-07-04 02:23:00', 'lastUpdate' => '2025-07-04 02:24:45', 'entriesCount' => 4, 'viewsCount' => '0', 'averageRate' => '0.0000'))))
     (src/Controller/HomeController.php:338)
  at App\Controller\HomeController->homeAction(object(Request), 'lessons')
     (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)