if ($cache->contains($cacheId)) { $templates = $cache->get($cacheId); } else { $templates = $this->bootComponent('templates')->getMVCFactory() ->createModel('Style', 'Administrator')->getSiteTemplates(); foreach ($templates as &$template) { // Create home element if ($template->home == 1 && !isset($template_home) || $this->getLanguageFilter() && $template->home == $tag) { $template_home = clone $template; public function render(\Throwable $error): string { $app = Factory::getApplication(); // Get the current template from the application $template = $app->getTemplate(true); // Push the error object into the document $this->getDocument()->setError($error); // Add registry file for the template asset 'subject' => $app, 'document' => $renderer->getDocument(), ]) ); $data = $renderer->render($error); // If nothing was rendered, just use the message from the Exception if (empty($data)) { $data = $error->getMessage(); } * @since 3.10.0 */ public static function handleException(\Throwable $error) { static::logException($error); static::render($error); } /** * Render the error page based on an exception. * ); // Trigger the onError event. $this->dispatchEvent('onError', $event); ExceptionHandler::handleException($event->getError()); } // Trigger the onBeforeRespond event. $this->dispatchEvent( 'onBeforeRespond',// Set the application as global app\Joomla\CMS\Factory::$application = $app;// Execute the application.$app->execute(); * define() is used rather than "const" to not error for PHP 5.2 and lower */define('_JEXEC', 1);// Run the application - All executable code should be triggered through this filerequire_once dirname(__FILE__) . '/includes/app.php'; if ($cache->contains($cacheId)) { $templates = $cache->get($cacheId); } else { $templates = $this->bootComponent('templates')->getMVCFactory() ->createModel('Style', 'Administrator')->getSiteTemplates(); foreach ($templates as &$template) { // Create home element if ($template->home == 1 && !isset($template_home) || $this->getLanguageFilter() && $template->home == $tag) { $template_home = clone $template; * * @throws \RuntimeException */ private function onAfterRouteSite() { $templateName = $this->app->getTemplate(); if (!$this->isGantryTemplate($templateName)) { return; } // In Joomla 3.9 we need to make sure that user identity has been loaded. $this->app->loadIdentity(); } if ($this->app->isClient('site')) { $this->onAfterRouteSite(); } elseif ($this->app->isClient('administrator')) { $this->onAfterRouteAdmin(); } } } // Convert to indexed array for unpacking. $arguments = array_values($arguments); $result = $this->{$methodName}(...$arguments); // Ignore null results if ($result === null) { return; } foreach ($this->listeners[$event->getName()] as $listener) { if ($event->isStopped()) { return $event; } $listener($event); } } return $event; } $dispatcher = $this->getDispatcher(); } catch (\UnexpectedValueException $exception) { return null; } return $dispatcher->dispatch($eventName, $event ?: new ApplicationEvent($eventName, $this)); } /** * Method to run the application routines. * $this->input->def($key, $value); } // Trigger the onAfterRoute event. PluginHelper::importPlugin('system', null, true, $this->getDispatcher()); $this->dispatchEvent( 'onAfterRoute', new AfterRouteEvent('onAfterRoute', ['subject' => $this]) ); $Itemid = $this->input->getInt('Itemid', null); // Mark afterInitialise in the profiler. JDEBUG ? $this->profiler->mark('afterInitialise') : null; // Route the application $this->route(); // Mark afterRoute in the profiler. JDEBUG ? $this->profiler->mark('afterRoute') : null; if (!$this->isHandlingMultiFactorAuthentication()) { $this->sanityCheckSystemVariables(); $this->setupLogging(); $this->createExtensionNamespaceMap(); // Perform application routines. $this->doExecute(); // If we have an application document object, render it. if ($this->document instanceof \Joomla\CMS\Document\Document) { // Render the application output. $this->render();// Set the application as global app\Joomla\CMS\Factory::$application = $app;// Execute the application.$app->execute(); * define() is used rather than "const" to not error for PHP 5.2 and lower */define('_JEXEC', 1);// Run the application - All executable code should be triggered through this filerequire_once dirname(__FILE__) . '/includes/app.php';|
[2/2]
Error
|
|---|
Error:
Call to a member function getSiteTemplates() on null
at /home/www/ddmkadikoy.com/libraries/src/Application/SiteApplication.php:465
at Joomla\CMS\Application\SiteApplication->getTemplate(true)
(/home/www/ddmkadikoy.com/libraries/src/Error/Renderer/HtmlRenderer.php:50)
at Joomla\CMS\Error\Renderer\HtmlRenderer->render(object(Error))
(/home/www/ddmkadikoy.com/libraries/src/Exception/ExceptionHandler.php:136)
at Joomla\CMS\Exception\ExceptionHandler::render(object(Error))
(/home/www/ddmkadikoy.com/libraries/src/Exception/ExceptionHandler.php:73)
at Joomla\CMS\Exception\ExceptionHandler::handleException(object(Error))
(/home/www/ddmkadikoy.com/libraries/src/Application/CMSApplication.php:336)
at Joomla\CMS\Application\CMSApplication->execute()
(/home/www/ddmkadikoy.com/includes/app.php:58)
at require_once('/home/www/ddmkadikoy.com/includes/app.php')
(/home/www/ddmkadikoy.com/index.php:32)
|
|
[1/2]
Error
|
|---|
Error:
Call to a member function getSiteTemplates() on null
at /home/www/ddmkadikoy.com/libraries/src/Application/SiteApplication.php:465
at Joomla\CMS\Application\SiteApplication->getTemplate()
(/home/www/ddmkadikoy.com/plugins/system/gantry5/gantry5.php:261)
at plgSystemGantry5->onAfterRouteSite()
(/home/www/ddmkadikoy.com/plugins/system/gantry5/gantry5.php:112)
at plgSystemGantry5->onAfterRoute(object(SiteApplication))
(/home/www/ddmkadikoy.com/libraries/src/Plugin/CMSPlugin.php:289)
at Joomla\CMS\Plugin\CMSPlugin->Joomla\CMS\Plugin\{closure}(object(AfterRouteEvent))
(/home/www/ddmkadikoy.com/libraries/vendor/joomla/event/src/Dispatcher.php:454)
at Joomla\Event\Dispatcher->dispatch('onAfterRoute', object(AfterRouteEvent))
(/home/www/ddmkadikoy.com/libraries/vendor/joomla/application/src/AbstractApplication.php:99)
at Joomla\Application\AbstractApplication->dispatchEvent('onAfterRoute', object(AfterRouteEvent))
(/home/www/ddmkadikoy.com/libraries/src/Application/SiteApplication.php:798)
at Joomla\CMS\Application\SiteApplication->route()
(/home/www/ddmkadikoy.com/libraries/src/Application/SiteApplication.php:244)
at Joomla\CMS\Application\SiteApplication->doExecute()
(/home/www/ddmkadikoy.com/libraries/src/Application/CMSApplication.php:306)
at Joomla\CMS\Application\CMSApplication->execute()
(/home/www/ddmkadikoy.com/includes/app.php:58)
at require_once('/home/www/ddmkadikoy.com/includes/app.php')
(/home/www/ddmkadikoy.com/index.php:32)
|