Back to Modular Theme with PAGE BUILDER - Clear Support

marketing34454
marketing34454

Hello, the following problems occur after accessing the theme, can you help me see why? All plugins are installed. Thanks! We're sorry, but an unhandled error occurred. Please see the details below.

Maximum execution time of 30 seconds exceeded \vendor\twig\twig\lib\Twig\NodeTraverser.php line 64

TYPE Twig Template

EXCEPTION Symfony\Component\Debug\Exception\FatalErrorException private function traverseForVisitor(Twig_NodeVisitorInterface $visitor, Twig_Node $node) { $node = $visitor->enterNode($node, $this->env);

    foreach ($node as $k => $n) {
        if (false !== $m = $this->traverseForVisitor($visitor, $n)) {
            if ($m !== $n) {
                $node->setNode($k, $m);
            }
Charis
Charis

marketing34454 said:

Hello, the following problems occur after accessing the theme, can you help me see why? All plugins are installed. Thanks! We're sorry, but an unhandled error occurred. Please see the details below.

Maximum execution time of 30 seconds exceeded \vendor\twig\twig\lib\Twig\NodeTraverser.php line 64

TYPE Twig Template

EXCEPTION Symfony\Component\Debug\Exception\FatalErrorException private function traverseForVisitor(Twig_NodeVisitorInterface $visitor, Twig_Node $node) { $node = $visitor->enterNode($node, $this->env);

   foreach ($node as $k => $n) {
       if (false !== $m = $this->traverseForVisitor($visitor, $n)) {
           if ($m !== $n) {
               $node->setNode($k, $m);
           }

This error has to do with your server configuration. Make sure to increase the "max_execution_time" in php.ini file, then restart apache. And try to reinstall Octobercms with theme.

1-2 of 2