$this->$sanitizeMethod(); } if ($this->app->isClient('site')) { $theme = new HelixUltimate; if ($params->get('compress_css')) { $theme->compress_css($params->get('exclude_css')); } } // 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; } // Check for AttachBehavior $onAttachCallCache = WebAssetManager::callOnAttachCallback($wa->getAssets('script', true), $this->_doc); // Trigger the onBeforeCompileHead event $app->getDispatcher()->dispatch( 'onBeforeCompileHead', new BeforeCompileHeadEvent('onBeforeCompileHead', ['subject' => $app, 'document' => $this->_doc]) ); // Re-Check for AttachBehavior for newly added assets $cbuffer[$hash] = $tmpdata; $cache->store($cbuffer, 'cbuffer_' . $type); } else { $this->setBuffer($renderer->render($name, $attribs, null), $type, $name, $title); } return parent::$_buffer[$type][$name][$title]; } $replace = []; $with = []; foreach ($this->_template_tags as $jdoc => $args) { $replace[] = $jdoc; $with[] = $this->getBuffer($args['type'], $args['name'], $args['attribs']); } return str_replace($replace, $with, $this->_template); }} if (\array_key_exists('csp_nonce', $params) && $params['csp_nonce'] !== null) { $this->cspNonce = $params['csp_nonce']; } $data = $this->_renderTemplate(); parent::render($caching, $params); return $data; } $this->debug = $params['debug'] ?? false; $this->error = $this->_error; $params['file'] = 'error.php'; return parent::render($cache, $params); } /** * Render the backtrace * ob_end_clean(); } $this->getDocument()->setTitle(Text::_('Error') . ': ' . $error->getCode()); return $this->getDocument()->render( false, [ 'template' => $template->template, 'directory' => JPATH_THEMES, 'debug' => JDEBUG, '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(); // ... die die();}// Run the application - All executable code should be triggered through this filerequire_once __DIR__ . '/includes/app.php'; $this->$sanitizeMethod(); } if ($this->app->isClient('site')) { $theme = new HelixUltimate; if ($params->get('compress_css')) { $theme->compress_css($params->get('exclude_css')); } } // 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; } // Check for AttachBehavior $onAttachCallCache = WebAssetManager::callOnAttachCallback($wa->getAssets('script', true), $this->_doc); // Trigger the onBeforeCompileHead event $app->getDispatcher()->dispatch( 'onBeforeCompileHead', new BeforeCompileHeadEvent('onBeforeCompileHead', ['subject' => $app, 'document' => $this->_doc]) ); // Re-Check for AttachBehavior for newly added assets $cbuffer[$hash] = $tmpdata; $cache->store($cbuffer, 'cbuffer_' . $type); } else { $this->setBuffer($renderer->render($name, $attribs, null), $type, $name, $title); } return parent::$_buffer[$type][$name][$title]; } $replace = []; $with = []; foreach ($this->_template_tags as $jdoc => $args) { $replace[] = $jdoc; $with[] = $this->getBuffer($args['type'], $args['name'], $args['attribs']); } return str_replace($replace, $with, $this->_template); }} if (\array_key_exists('csp_nonce', $params) && $params['csp_nonce'] !== null) { $this->cspNonce = $params['csp_nonce']; } $data = $this->_renderTemplate(); parent::render($caching, $params); return $data; } if ($this->isClient('site') && $this->get('caching') && $this->get('caching', 2) == 2 && !$this->getIdentity()->id) { $caching = true; } // Render the document. $data = $this->document->render($caching, $this->docOptions); // Set the application output data. $this->setBody($data); // Trigger the onAfterRender event. $this->set('themeInherits', $template->parent); break; } parent::render(); } /** * Route the application. * $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(); } // If gzip compression is enabled in configuration and the server is compliant, compress the output. if ($this->get('gzip') && !\ini_get('zlib.output_compression') && \ini_get('output_handler') !== 'ob_gzhandler') { $this->compress();// Set the application as global app\Joomla\CMS\Factory::$application = $app;// Execute the application.$app->execute(); // ... die die();}// Run the application - All executable code should be triggered through this filerequire_once __DIR__ . '/includes/app.php';|
[2/2]
ClassNotFoundError
|
|---|
Symfony\Component\ErrorHandler\Error\ClassNotFoundError:
Attempted to load class "HelixUltimate" from namespace "HelixUltimate\Framework\Core".
Did you forget a "use" statement for another namespace?
at /home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/plugins/system/helixultimate/helixultimate.php:558
at PlgSystemHelixultimate->onBeforeCompileHead(object(SiteApplication), object(ErrorDocument))
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Plugin/CMSPlugin.php:320)
at Joomla\CMS\Plugin\CMSPlugin->{closure:Joomla\CMS\Plugin\CMSPlugin::registerLegacyListener():304}(object(BeforeCompileHeadEvent))
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/vendor/joomla/event/src/Dispatcher.php:454)
at Joomla\Event\Dispatcher->dispatch('onBeforeCompileHead', object(BeforeCompileHeadEvent))
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Document/Renderer/Html/MetasRenderer.php:62)
at Joomla\CMS\Document\Renderer\Html\MetasRenderer->render('', array(), null)
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Document/HtmlDocument.php:578)
at Joomla\CMS\Document\HtmlDocument->getBuffer('metas', '', array())
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Document/HtmlDocument.php:897)
at Joomla\CMS\Document\HtmlDocument->_renderTemplate()
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Document/HtmlDocument.php:650)
at Joomla\CMS\Document\HtmlDocument->render(false, array('template' => 'cassiopeia', 'directory' => '/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Document/ErrorDocument.php:139)
at Joomla\CMS\Document\ErrorDocument->render(false, array('template' => 'cassiopeia', 'directory' => '/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Error/Renderer/HtmlRenderer.php:70)
at Joomla\CMS\Error\Renderer\HtmlRenderer->render(object(Error))
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Exception/ExceptionHandler.php:142)
at Joomla\CMS\Exception\ExceptionHandler::render(object(Error))
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Exception/ExceptionHandler.php:76)
at Joomla\CMS\Exception\ExceptionHandler::handleException(object(Error))
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Application/CMSApplication.php:334)
at Joomla\CMS\Application\CMSApplication->execute()
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/includes/app.php:58)
at require_once('/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/includes/app.php')
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/index.php:302)
|
|
[1/2]
Error
|
|---|
Error:
Class "HelixUltimate\Framework\Core\HelixUltimate" not found
at /home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/plugins/system/helixultimate/helixultimate.php:558
at PlgSystemHelixultimate->onBeforeCompileHead(object(SiteApplication), object(HtmlDocument))
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Plugin/CMSPlugin.php:320)
at Joomla\CMS\Plugin\CMSPlugin->{closure:Joomla\CMS\Plugin\CMSPlugin::registerLegacyListener():304}(object(BeforeCompileHeadEvent))
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/vendor/joomla/event/src/Dispatcher.php:454)
at Joomla\Event\Dispatcher->dispatch('onBeforeCompileHead', object(BeforeCompileHeadEvent))
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Document/Renderer/Html/MetasRenderer.php:62)
at Joomla\CMS\Document\Renderer\Html\MetasRenderer->render('', array(), null)
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Document/HtmlDocument.php:578)
at Joomla\CMS\Document\HtmlDocument->getBuffer('metas', '', array())
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Document/HtmlDocument.php:897)
at Joomla\CMS\Document\HtmlDocument->_renderTemplate()
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Document/HtmlDocument.php:650)
at Joomla\CMS\Document\HtmlDocument->render(false, array('template' => 'cassiopeia', 'file' => 'offline.php', 'params' => object(Registry), 'csp_nonce' => null, 'templateInherits' => null, 'directory' => '/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/templates'))
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Application/CMSApplication.php:1120)
at Joomla\CMS\Application\CMSApplication->render()
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Application/SiteApplication.php:745)
at Joomla\CMS\Application\SiteApplication->render()
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Application/CMSApplication.php:309)
at Joomla\CMS\Application\CMSApplication->execute()
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/includes/app.php:58)
at require_once('/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/includes/app.php')
(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/index.php:302)
|