Symfony Exception

Error

HTTP 500 Internal Server Error

Call to undefined method App\Excel\TournamentCategoryFinalOrderDoubles::setPdf()

Exception

Error

  1.     static $_counter 1;
  2.     function __construct()
  3.     {
  4.         $this->setPdf((new \App\Pdf\MyPdf('P''mm''A4'))->setType('orig'));
  5.         $this->setPdfHelper((new \App\Pdf\MyPdf('P''mm''A4'))->setType('helper'));
  6.         parent::__construct();
  7.     }
  1.                         $oExcel->show($fnPdfName('poradie'));
  2.                         die();
  3.                     }
  4.                     if ($this->getTournamentCategoryStorage()->isDoubles()) {
  5.                         $oExcel = new \App\Excel\TournamentCategoryFinalOrderDoubles();
  6.                         $oExcel->setTournamentId($this->getTournamentId());
  7.                         $oExcel->setTournamentCategoryId($this->getTournamentCategoryId());
  8.                         $oExcel->init()->generate();
  9.                         header("Set-Cookie: fileDownload=true; path=/");
  10.                         $oExcel->show($fnPdfName('poradie'));
  1.     function renderNativeContent()
  2.     {
  3.         $_ '';
  4.         $this->renderBreadCrumbs();
  5.         $this->handleDownload();
  6.         $_ .= $this->renderContent();
  7.         return $_;
  8.     }
  1.         foreach ($rows as $row) {
  2.             $_ .= renderComponent($rowrequest()->getLanguage(), function ($oComponent$sComponentHtml) use ($oData) {
  3.                 /** @var $oComponent NativeContent */
  4.                 $sComponentHtml str_replace('{INSTANCE_TITLE}'$oData->get('title'$this->getLanguage()), $sComponentHtml);
  5.                 if ($oComponent->isNativeContent()) {
  6.                     $sComponentHtml $this->renderNativeContent();
  7.                 }
  8.                 return $sComponentHtml;
  9.             });
  10.         }
TournamentCategory->App\View\Frontend\{closure}(object(Component), '')
call_user_func_array(object(Closure), array(object(Component), '')) in /data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/Components/Component.php (line 42)
  1.         }
  2.         if (is_callable($this->getCallback())) {
  3.             $_ call_user_func_array($this->getCallback(), [$this$_]);
  4.         }
  5.         return $_;
  1.         $oComponent = new Component();
  2.         $oComponent->setComponentId($iComponentId);
  3.         $oComponent->setLanguage($lng);
  4.         $oComponent->setCallback($callback);
  5.         $oComponent->setCustomData($aData);
  6.         $sHtml $oComponent->render();
  7.         return $sHtml;
  8.     }
  9. }
renderComponent(array('Id' => 85, 'component_id' => 17, 'image' => ''), 'default', object(Closure)) in /data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/View/Frontend/TournamentCategory.php (line 46)
  1.                 if ($oComponent->isNativeContent()) {
  2.                     $sComponentHtml $this->renderNativeContent();
  3.                 }
  4.                 return $sComponentHtml;
  5.             });
  6.         }
  7.         return $_;
  8.     }
  1.         $oView->setJsTournamentId($oView->getTournamentId());
  2.         $oView->setJsTournamentCategoryId($oView->getTournamentCategoryId());
  3.         $oView->setJsTournamentEventId($oView->getTournamentEventId());
  4.         return $oView->render();
  5.     }
  6.     function OnCreateObject($param ''$button '')
  7.     {
  8.         parent::OnCreateObject($param$button);
  1.             case 'DEFAULT_JAVASCRIPT':
  2.                 return $this->printFrontendJavascript($tset$lng);
  3.             case 'AJAX_BODY':
  4.                 return $this->printAjaxBody($param$tset$lng);
  5.             case 'PRINT_PAGE':
  6.                 return $this->printPage($tset$lng);
  7.             case 'BACKEND_SEO_SETTINGS':
  8.                 return $this->printBackendSeoSettings($param$tset$lng);
  9.             case 'fsubmit':
  10.             case 'submit':
  11.                 return $this->itemSubmit($param$tset$lng);
Model->ReplaceCustomTag('PRINT_PAGE', 'final_order', 'default', 'default', '', 0) in /data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/Model/trn_category.php (line 151)
  1.     function ReplaceCustomTag($tag$meno$tset$lng$param ''$index 0)
  2.     {
  3.         switch ($tag) {
  4.             default:
  5.                 return parent::ReplaceCustomTag($tag$meno$tset$lng$param$index);
  6.         } // switch
  7.     }
  8.     function getAdminBreadCrumbsArray()
  9.     {
trn_category->ReplaceCustomTag('PRINT_PAGE', 'final_order', 'default', 'default', '', 0) in /data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/library/Gss/Cms/Core.php (line 309)
  1.             if (strpos($meno',') !== false) { // v nazve je specifikovany lang
  2.                 list($meno$lng) = explode(','$meno);
  3.             }
  4.         }
  5.         $_ $this->ReplaceCustomTag($tag$meno$tset$lng$parameter$index);
  6.         if ($_ === $tag) { // cize nedoslo k nahradeniu, takze skusime genericke metody na nahradenie
  7.             $_ '';
  8.             if ($this->hasProperty($tag)) { // hladany tag je property, takze ju mozme lahkonahradit z DB.
  9.                 $obj $this->get($tag);
Core->ProcessTag('PRINT_PAGE', 'final_order', 'default', 'default', 0) in /data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/library/Gss/Cms/Core.php (line 383)
  1.             $pos2 strpos($template'.>'$pos);
  2.             if ($pos2 === false) {
  3.                 return $template Messages::error("Neukonceny template tag v class: {$this->myName}, tname: {$tname}, tempset: {$tset}, lang: {$lng}<br />" substr($template$pos10));
  4.             }
  5.             $ttag substr($template$pos 2$pos2 $pos 2);
  6.             $template substr_replace($template$this->ProcessTag($ttag$tname$tset$lng$index), $pos$pos2 $pos 2);
  7.         }
  8.         return $template;
  9.     }
Core->ProcessTemplate('<.PRINT_PAGE.>', 'final_order', 'default', 'default', 0) in /data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/library/Gss/Cms/Core.php (line 401)
  1.             return $res;
  2.         }
  3.         if (!$this->checkRights || !$checkRightsNow || $this->ProcessRights($this->myName$tname$tset$lng)) {
  4.             $content Templates::getTemplateByName($this->myName$tname$tset$lng'value');
  5.             return $this->ProcessTemplate($content$rtname$tset$lng$index);
  6.         } else {
  7.             $CACTIVE \request()->getClassName();
  8.             // child rendering
  9.             if ($this->myName != $CACTIVE) {
  1.             $CONTENT $this->printFrontendHome($tset$lng);
  2.             // intro
  3.             //$INTRO = \App\Model\intros::checkActiveIntro();
  4.         } else {
  5.             // content
  6.             $CONTENT $this->Render($TNAME$tset$lng);
  7.         }
  8.         //$aLayout = $this->getLayout($tset, $lng);
  9.         $PAGECONTENT $CONTENT;
  1. <head>
  2.   @meta
  3.   @assets.css
  4.   ' $preloader '
  5. </head>
  6. $this->renderFrontendBody($tset$lng) . '
  7. </html>';
  8.         return $_;
  9.     }
Project->renderFrontendHtml('default', 'default') in /data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/Model/mainclass.php (line 18)
  1.         return activeModel()->renderFrontendBody($tset$lng);
  2.     }
  3.     public function printFrontendHtml($tset$lng)
  4.     {
  5.         return activeModel()->renderFrontendHtml($tset$lng);
  6.     }
  7.     public function getLayout($tset$lng)
  8.     {
  9.         $aLayout parent::getLayout($tset$lng);
mainclass->printFrontendHtml('default', 'default') in /data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/Model/mainclass.php (line 33)
  1.     {
  2.         switch ($tag) {
  3.             case 'FRONTEND_BODY':
  4.                 return $this->printFrontendBody($tset$lng);
  5.             case 'FRONTEND_HTML':
  6.                 return $this->printFrontendHtml($tset$lng);
  7.             case 'ADMIN_HTML':
  8.                 return $this->printAdminHtml($tset$lng);
  9.             case 'ADMIN_BODY':
  10.                 return $this->printAdminBody($tset$lng);
  11.             case 'ADMIN_LOGIN_BODY':
mainclass->ReplaceCustomTag('FRONTEND_HTML', 'default', 'default', 'default', '', 0) in /data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/library/Gss/Cms/Core.php (line 309)
  1.             if (strpos($meno',') !== false) { // v nazve je specifikovany lang
  2.                 list($meno$lng) = explode(','$meno);
  3.             }
  4.         }
  5.         $_ $this->ReplaceCustomTag($tag$meno$tset$lng$parameter$index);
  6.         if ($_ === $tag) { // cize nedoslo k nahradeniu, takze skusime genericke metody na nahradenie
  7.             $_ '';
  8.             if ($this->hasProperty($tag)) { // hladany tag je property, takze ju mozme lahkonahradit z DB.
  9.                 $obj $this->get($tag);
Core->ProcessTag('FRONTEND_HTML', 'default', 'default', 'default', 0) in /data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/library/Gss/Cms/Core.php (line 383)
  1.             $pos2 strpos($template'.>'$pos);
  2.             if ($pos2 === false) {
  3.                 return $template Messages::error("Neukonceny template tag v class: {$this->myName}, tname: {$tname}, tempset: {$tset}, lang: {$lng}<br />" substr($template$pos10));
  4.             }
  5.             $ttag substr($template$pos 2$pos2 $pos 2);
  6.             $template substr_replace($template$this->ProcessTag($ttag$tname$tset$lng$index), $pos$pos2 $pos 2);
  7.         }
  8.         return $template;
  9.     }
Core->ProcessTemplate('<.FRONTEND_HTML.>', 'default', 'default', 'default', 0) in /data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/library/Gss/Cms/Core.php (line 401)
  1.             return $res;
  2.         }
  3.         if (!$this->checkRights || !$checkRightsNow || $this->ProcessRights($this->myName$tname$tset$lng)) {
  4.             $content Templates::getTemplateByName($this->myName$tname$tset$lng'value');
  5.             return $this->ProcessTemplate($content$rtname$tset$lng$index);
  6.         } else {
  7.             $CACTIVE \request()->getClassName();
  8.             // child rendering
  9.             if ($this->myName != $CACTIVE) {
  1.         // usualy mainclass
  2.         $page getObject($className$this->getClassId($oRequest));
  3.         Timer::stop('Dispatcher ' get_class($page) . ' render begin');
  4.         $html $page->Render($this->getTemplate($oRequest), request()->getTset(), request()->getLanguage());
  5.         Timer::stop('Dispatcher ' get_class($page) . ' render end');
  6.         $oObject->postRender();
  7.         // ---------------------------------
Frontend->dispatch(object(Request), object(Response)) in /data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/Http/KernelFrontend.php (line 100)
  1.             Timer::stop('Plugins dispatched');
  2.             // dispatcher
  3.             Timer::stop('Dispatcher begin');
  4.             $r $oDispatcher->dispatch($request$response);
  5.             Timer::stop('Dispatcher end');
  6.             if ($r instanceof Response) {
  7.                 return $r;
  1.      */
  2.     protected function prepareDestination(Closure $destination)
  3.     {
  4.         return function ($passable) use ($destination) {
  5.             try {
  6.                 return $destination($passable);
  7.             } catch (Throwable $e) {
  8.                 return $this->handleException($passable$e);
  9.             }
  10.         };
  11.     }
  1.         }
  2.         return $next($request);
  3.     }
  4. }
  1.                         // since the object we're given was already a fully instantiated object.
  2.                         $parameters = [$passable$stack];
  3.                     }
  4.                     $carry method_exists($pipe$this->method)
  5.                                     ? $pipe->{$this->method}(...$parameters)
  6.                                     : $pipe(...$parameters);
  7.                     return $this->handleCarry($carry);
  8.                 } catch (Throwable $e) {
  9.                     return $this->handleException($passable$e);
  1.         // Putting the errors in the view for every view allows the developer to just
  2.         // assume that some errors are always available, which is convenient since
  3.         // they don't have to continually run checks for the presence of errors.
  4.         return $next($request);
  5.     }
  6. }
  1.                         // since the object we're given was already a fully instantiated object.
  2.                         $parameters = [$passable$stack];
  3.                     }
  4.                     $carry method_exists($pipe$this->method)
  5.                                     ? $pipe->{$this->method}(...$parameters)
  6.                                     : $pipe(...$parameters);
  7.                     return $this->handleCarry($carry);
  8.                 } catch (Throwable $e) {
  9.                     return $this->handleException($passable$e);
  1.             $this->startSession($request$session)
  2.         );
  3.         $this->collectGarbage($session);
  4.         $response $next($request);
  5.         $this->storeCurrentUrl($request$session);
  6.         $this->addCookieToResponse($response$session);
  1.         if ($this->manager->shouldBlock() ||
  2.             ($request->route() instanceof Route && $request->route()->locksFor())) {
  3.             return $this->handleRequestWhileBlocking($request$session$next);
  4.         }
  5.         return $this->handleStatefulRequest($request$session$next);
  6.     }
  7.     /**
  8.      * Handle the given request within session state.
  9.      *
  1.                         // since the object we're given was already a fully instantiated object.
  2.                         $parameters = [$passable$stack];
  3.                     }
  4.                     $carry method_exists($pipe$this->method)
  5.                                     ? $pipe->{$this->method}(...$parameters)
  6.                                     : $pipe(...$parameters);
  7.                     return $this->handleCarry($carry);
  8.                 } catch (Throwable $e) {
  9.                     return $this->handleException($passable$e);
  1.      * @param  \Closure  $next
  2.      * @return mixed
  3.      */
  4.     public function handle($requestClosure $next)
  5.     {
  6.         $response $next($request);
  7.         foreach ($this->cookies->getQueuedCookies() as $cookie) {
  8.             $response->headers->setCookie($cookie);
  9.         }
  1.                         // since the object we're given was already a fully instantiated object.
  2.                         $parameters = [$passable$stack];
  3.                     }
  4.                     $carry method_exists($pipe$this->method)
  5.                                     ? $pipe->{$this->method}(...$parameters)
  6.                                     : $pipe(...$parameters);
  7.                     return $this->handleCarry($carry);
  8.                 } catch (Throwable $e) {
  9.                     return $this->handleException($passable$e);
  1.      * @param  \Closure  $next
  2.      * @return \Symfony\Component\HttpFoundation\Response
  3.      */
  4.     public function handle($requestClosure $next)
  5.     {
  6.         return $this->encrypt($next($this->decrypt($request)));
  7.     }
  8.     /**
  9.      * Decrypt the cookies on the request.
  10.      *
  1.                         // since the object we're given was already a fully instantiated object.
  2.                         $parameters = [$passable$stack];
  3.                     }
  4.                     $carry method_exists($pipe$this->method)
  5.                                     ? $pipe->{$this->method}(...$parameters)
  6.                                     : $pipe(...$parameters);
  7.                     return $this->handleCarry($carry);
  8.                 } catch (Throwable $e) {
  9.                     return $this->handleException($passable$e);
  1.      */
  2.     public function handle($requestClosure $next)
  3.     {
  4.         $this->clean($request);
  5.         return $next($request);
  6.     }
  7.     /**
  8.      * Clean the request's data.
  9.      *
  1.             if ($callback($request)) {
  2.                 return $next($request);
  3.             }
  4.         }
  5.         return parent::handle($request$next);
  6.     }
  7.     /**
  8.      * Transform the given value.
  9.      *
  1.                         // since the object we're given was already a fully instantiated object.
  2.                         $parameters = [$passable$stack];
  3.                     }
  4.                     $carry method_exists($pipe$this->method)
  5.                                     ? $pipe->{$this->method}(...$parameters)
  6.                                     : $pipe(...$parameters);
  7.                     return $this->handleCarry($carry);
  8.                 } catch (Throwable $e) {
  9.                     return $this->handleException($passable$e);
  1.      */
  2.     public function handle($requestClosure $next)
  3.     {
  4.         $this->clean($request);
  5.         return $next($request);
  6.     }
  7.     /**
  8.      * Clean the request's data.
  9.      *
  1.             if ($callback($request)) {
  2.                 return $next($request);
  3.             }
  4.         }
  5.         return parent::handle($request$next);
  6.     }
  7.     /**
  8.      * Transform the given value.
  9.      *
  1.                         // since the object we're given was already a fully instantiated object.
  2.                         $parameters = [$passable$stack];
  3.                     }
  4.                     $carry method_exists($pipe$this->method)
  5.                                     ? $pipe->{$this->method}(...$parameters)
  6.                                     : $pipe(...$parameters);
  7.                     return $this->handleCarry($carry);
  8.                 } catch (Throwable $e) {
  9.                     return $this->handleException($passable$e);
  1.         if ($max && $request->server('CONTENT_LENGTH') > $max) {
  2.             throw new PostTooLargeException;
  3.         }
  4.         return $next($request);
  5.     }
  6.     /**
  7.      * Determine the server 'post_max_size' as bytes.
  8.      *
  1.                         // since the object we're given was already a fully instantiated object.
  2.                         $parameters = [$passable$stack];
  3.                     }
  4.                     $carry method_exists($pipe$this->method)
  5.                                     ? $pipe->{$this->method}(...$parameters)
  6.                                     : $pipe(...$parameters);
  7.                     return $this->handleCarry($carry);
  8.                 } catch (Throwable $e) {
  9.                     return $this->handleException($passable$e);
  1.                 null,
  2.                 $this->getHeaders($data)
  3.             );
  4.         }
  5.         return $next($request);
  6.     }
  7.     /**
  8.      * Determine if the incoming request has a maintenance mode bypass cookie.
  9.      *
  1.                         // since the object we're given was already a fully instantiated object.
  2.                         $parameters = [$passable$stack];
  3.                     }
  4.                     $carry method_exists($pipe$this->method)
  5.                                     ? $pipe->{$this->method}(...$parameters)
  6.                                     : $pipe(...$parameters);
  7.                     return $this->handleCarry($carry);
  8.                 } catch (Throwable $e) {
  9.                     return $this->handleException($passable$e);
  1.      */
  2.     public function handle($requestClosure $next)
  3.     {
  4.         // Check if we're dealing with CORS and if we should handle it
  5.         if (! $this->shouldRun($request)) {
  6.             return $next($request);
  7.         }
  8.         // For Preflight, return the Preflight response
  9.         if ($this->cors->isPreflightRequest($request)) {
  10.             $response $this->cors->handlePreflightRequest($request);
  1.                         // since the object we're given was already a fully instantiated object.
  2.                         $parameters = [$passable$stack];
  3.                     }
  4.                     $carry method_exists($pipe$this->method)
  5.                                     ? $pipe->{$this->method}(...$parameters)
  6.                                     : $pipe(...$parameters);
  7.                     return $this->handleCarry($carry);
  8.                 } catch (Throwable $e) {
  9.                     return $this->handleException($passable$e);
  1.     {
  2.         $request::setTrustedProxies([], $this->getTrustedHeaderNames());
  3.         $this->setTrustedProxyIpAddresses($request);
  4.         return $next($request);
  5.     }
  6.     /**
  7.      * Sets the trusted proxies on the request.
  8.      *
  1.                         // since the object we're given was already a fully instantiated object.
  2.                         $parameters = [$passable$stack];
  3.                     }
  4.                     $carry method_exists($pipe$this->method)
  5.                                     ? $pipe->{$this->method}(...$parameters)
  6.                                     : $pipe(...$parameters);
  7.                     return $this->handleCarry($carry);
  8.                 } catch (Throwable $e) {
  9.                     return $this->handleException($passable$e);
  1.     {
  2.         $pipeline array_reduce(
  3.             array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination)
  4.         );
  5.         return $pipeline($this->passable);
  6.     }
  7.     /**
  8.      * Run the pipeline and return the result.
  9.      *
  1.         $this->bootstrap();
  2.         return (new Pipeline($this->app))
  3.                     ->send($request)
  4.                     ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
  5.                     ->then($this->dispatchToRouter());
  6.     }
  7.     /**
  8.      * Bootstrap the application for HTTP requests.
  9.      *
  1.         $this->requestStartedAt Carbon::now();
  2.         try {
  3.             $request->enableHttpMethodParameterOverride();
  4.             $response $this->sendRequestThroughRouter($request);
  5.         } catch (Throwable $e) {
  6.             $this->reportException($e);
  7.             $response $this->renderException($request$e);
  8.         }
  1. $kernel $app->make(Illuminate\Contracts\Http\Kernel::class);
  2. \Gss\Timer\Timer::stop('kernel created');
  3. $response $kernel->handle(
  4.     $request App\Http\Request::capture()
  5. );
  6. $response->send();
  7. $kernel->terminate($request$response);

Stack Trace

Error
Error:
Call to undefined method App\Excel\TournamentCategoryFinalOrderDoubles::setPdf()

  at /data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/Excel/TournamentCategoryFinalOrderDoubles.php:18
  at App\Excel\TournamentCategoryFinalOrderDoubles->__construct()
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/View/Frontend/TournamentCategory.php:385)
  at App\View\Frontend\TournamentCategory->handleDownload()
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/View/Frontend/TournamentCategory.php:57)
  at App\View\Frontend\TournamentCategory->renderNativeContent()
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/View/Frontend/TournamentCategory.php:42)
  at App\View\Frontend\TournamentCategory->App\View\Frontend\{closure}(object(Component), '')
  at call_user_func_array(object(Closure), array(object(Component), ''))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/Components/Component.php:42)
  at App\Components\Component->render()
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/helpers.php:578)
  at renderComponent(array('Id' => 85, 'component_id' => 17, 'image' => ''), 'default', object(Closure))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/View/Frontend/TournamentCategory.php:46)
  at App\View\Frontend\TournamentCategory->render()
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/Model/trn_category.php:66)
  at App\Model\trn_category->printPage('default', 'default')
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/library/Gss/Cms/Model.php:1448)
  at Gss\Cms\Model->ReplaceCustomTag('PRINT_PAGE', 'final_order', 'default', 'default', '', 0)
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/Model/trn_category.php:151)
  at App\Model\trn_category->ReplaceCustomTag('PRINT_PAGE', 'final_order', 'default', 'default', '', 0)
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/library/Gss/Cms/Core.php:309)
  at Gss\Cms\Core->ProcessTag('PRINT_PAGE', 'final_order', 'default', 'default', 0)
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/library/Gss/Cms/Core.php:383)
  at Gss\Cms\Core->ProcessTemplate('<.PRINT_PAGE.>', 'final_order', 'default', 'default', 0)
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/library/Gss/Cms/Core.php:401)
  at Gss\Cms\Core->Render('final_order', 'default', 'default')
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/library/Gss/Cms/Project.php:90)
  at Gss\Cms\Project->renderFrontendBody('default', 'default')
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/library/Gss/Cms/Project.php:62)
  at Gss\Cms\Project->renderFrontendHtml('default', 'default')
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/Model/mainclass.php:18)
  at App\Model\mainclass->printFrontendHtml('default', 'default')
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/Model/mainclass.php:33)
  at App\Model\mainclass->ReplaceCustomTag('FRONTEND_HTML', 'default', 'default', 'default', '', 0)
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/library/Gss/Cms/Core.php:309)
  at Gss\Cms\Core->ProcessTag('FRONTEND_HTML', 'default', 'default', 'default', 0)
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/library/Gss/Cms/Core.php:383)
  at Gss\Cms\Core->ProcessTemplate('<.FRONTEND_HTML.>', 'default', 'default', 'default', 0)
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/library/Gss/Cms/Core.php:401)
  at Gss\Cms\Core->Render('default', 'default', 'default')
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/Http/Dispatcher/Frontend.php:173)
  at App\Http\Dispatcher\Frontend->dispatch(object(Request), object(Response))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/Http/KernelFrontend.php:100)
  at App\Http\KernelFrontend->App\Http\{closure}(object(Request))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:141)
  at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/app/Http/Middleware/FrontendUserAuth.php:63)
  at App\Http\Middleware\FrontendUserAuth->handle(object(Request), object(Closure))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
  at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49)
  at Illuminate\View\Middleware\ShareErrorsFromSession->handle(object(Request), object(Closure))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
  at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:121)
  at Illuminate\Session\Middleware\StartSession->handleStatefulRequest(object(Request), object(Store), object(Closure))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:64)
  at Illuminate\Session\Middleware\StartSession->handle(object(Request), object(Closure))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
  at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37)
  at Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(object(Request), object(Closure))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
  at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:67)
  at Illuminate\Cookie\Middleware\EncryptCookies->handle(object(Request), object(Closure))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
  at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21)
  at Illuminate\Foundation\Http\Middleware\TransformsRequest->handle(object(Request), object(Closure))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php:31)
  at Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull->handle(object(Request), object(Closure))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
  at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21)
  at Illuminate\Foundation\Http\Middleware\TransformsRequest->handle(object(Request), object(Closure))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php:40)
  at Illuminate\Foundation\Http\Middleware\TrimStrings->handle(object(Request), object(Closure))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
  at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27)
  at Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle(object(Request), object(Closure))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
  at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php:86)
  at Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle(object(Request), object(Closure))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
  at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/fruitcake/laravel-cors/src/HandleCors.php:38)
  at Fruitcake\Cors\HandleCors->handle(object(Request), object(Closure))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
  at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php:39)
  at Illuminate\Http\Middleware\TrustProxies->handle(object(Request), object(Closure))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
  at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:116)
  at Illuminate\Pipeline\Pipeline->then(object(Closure))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:165)
  at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(object(Request))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:134)
  at Illuminate\Foundation\Http\Kernel->handle(object(Request))
     (/data/9/e/9e6a88b1-c1a1-4fb0-bfb3-de08e31e0481/sstz.sk/sub/turnaje/www/index.php:57)