Warning: include(/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/plugins/system/helixultimate/vendor/composer/../../src/Core/HelixUltimate.php): Failed to open stream: No such file or directory in /home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/vendor/composer/ClassLoader.php on line 576

Warning: include(): Failed opening '/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/plugins/system/helixultimate/vendor/composer/../../src/Core/HelixUltimate.php' for inclusion (include_path='.:/opt/php8.4/lib/php') in /home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/vendor/composer/ClassLoader.php on line 576
Attempted to load class "HelixUltimate" from namespace "HelixUltimate\Framework\Core". Did you forget a "use" statement for another namespace? (500 Whoops, looks like something went wrong.)

Error ClassNotFoundError

HTTP 500 Whoops, looks like something went wrong.

Attempted to load class "HelixUltimate" from namespace "HelixUltimate\Framework\Core".
Did you forget a "use" statement for another namespace?

Exceptions 2

Symfony\Component\ErrorHandler\Error\ ClassNotFoundError

  1. $this->$sanitizeMethod();
  2. }
  3. if ($this->app->isClient('site'))
  4. {
  5. $theme = new HelixUltimate;
  6. if ($params->get('compress_css'))
  7. {
  8. $theme->compress_css($params->get('exclude_css'));
  9. }
PlgSystemHelixultimate->onBeforeCompileHead(object(SiteApplication), object(ErrorDocument)) in /home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Plugin/CMSPlugin.php (line 320)
  1. }
  2. // Convert to indexed array for unpacking.
  3. $arguments = array_values($arguments);
  4. $result = $this->{$methodName}(...$arguments);
  5. // Ignore null results
  6. if ($result === null) {
  7. return;
  8. }
in /home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/vendor/joomla/event/src/Dispatcher.php -> {closure:Joomla\CMS\Plugin\CMSPlugin::registerLegacyListener():304} (line 454)
  1. foreach ($this->listeners[$event->getName()] as $listener) {
  2. if ($event->isStopped()) {
  3. return $event;
  4. }
  5. $listener($event);
  6. }
  7. }
  8. return $event;
  9. }
Dispatcher->dispatch('onBeforeCompileHead', object(BeforeCompileHeadEvent)) in /home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Document/Renderer/Html/MetasRenderer.php (line 62)
  1. // Check for AttachBehavior
  2. $onAttachCallCache = WebAssetManager::callOnAttachCallback($wa->getAssets('script', true), $this->_doc);
  3. // Trigger the onBeforeCompileHead event
  4. $app->getDispatcher()->dispatch(
  5. 'onBeforeCompileHead',
  6. new BeforeCompileHeadEvent('onBeforeCompileHead', ['subject' => $app, 'document' => $this->_doc])
  7. );
  8. // Re-Check for AttachBehavior for newly added assets
  1. $cbuffer[$hash] = $tmpdata;
  2. $cache->store($cbuffer, 'cbuffer_' . $type);
  3. } else {
  4. $this->setBuffer($renderer->render($name, $attribs, null), $type, $name, $title);
  5. }
  6. return parent::$_buffer[$type][$name][$title];
  7. }
  1. $replace = [];
  2. $with = [];
  3. foreach ($this->_template_tags as $jdoc => $args) {
  4. $replace[] = $jdoc;
  5. $with[] = $this->getBuffer($args['type'], $args['name'], $args['attribs']);
  6. }
  7. return str_replace($replace, $with, $this->_template);
  8. }
  9. }
  1. if (\array_key_exists('csp_nonce', $params) && $params['csp_nonce'] !== null) {
  2. $this->cspNonce = $params['csp_nonce'];
  3. }
  4. $data = $this->_renderTemplate();
  5. parent::render($caching, $params);
  6. return $data;
  7. }
HtmlDocument->render(false, array('template' => 'cassiopeia', 'directory' => '/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Document/ErrorDocument.php (line 139)
  1. $this->debug = $params['debug'] ?? false;
  2. $this->error = $this->_error;
  3. $params['file'] = 'error.php';
  4. return parent::render($cache, $params);
  5. }
  6. /**
  7. * Render the backtrace
  8. *
ErrorDocument->render(false, array('template' => 'cassiopeia', 'directory' => '/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Error/Renderer/HtmlRenderer.php (line 70)
  1. ob_end_clean();
  2. }
  3. $this->getDocument()->setTitle(Text::_('Error') . ': ' . $error->getCode());
  4. return $this->getDocument()->render(
  5. false,
  6. [
  7. 'template' => $template->template,
  8. 'directory' => JPATH_THEMES,
  9. 'debug' => JDEBUG,
  1. 'subject' => $app,
  2. 'document' => $renderer->getDocument(),
  3. ])
  4. );
  5. $data = $renderer->render($error);
  6. // If nothing was rendered, just use the message from the Exception
  7. if (empty($data)) {
  8. $data = $error->getMessage();
  9. }
  1. * @since 3.10.0
  2. */
  3. public static function handleException(\Throwable $error)
  4. {
  5. static::logException($error);
  6. static::render($error);
  7. }
  8. /**
  9. * Render the error page based on an exception.
  10. *
  1. );
  2. // Trigger the onError event.
  3. $this->dispatchEvent('onError', $event);
  4. ExceptionHandler::handleException($event->getError());
  5. }
  6. // Trigger the onBeforeRespond event.
  7. $this->dispatchEvent(
  8. 'onBeforeRespond',
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application = $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/includes/app.php') in /home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/index.php (line 302)
  1. // ... die
  2. die();
  3. }
  4. // Run the application - All executable code should be triggered through this file
  5. require_once __DIR__ . '/includes/app.php';

Error

Class "HelixUltimate\Framework\Core\HelixUltimate" not found

  1. $this->$sanitizeMethod();
  2. }
  3. if ($this->app->isClient('site'))
  4. {
  5. $theme = new HelixUltimate;
  6. if ($params->get('compress_css'))
  7. {
  8. $theme->compress_css($params->get('exclude_css'));
  9. }
PlgSystemHelixultimate->onBeforeCompileHead(object(SiteApplication), object(HtmlDocument)) in /home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Plugin/CMSPlugin.php (line 320)
  1. }
  2. // Convert to indexed array for unpacking.
  3. $arguments = array_values($arguments);
  4. $result = $this->{$methodName}(...$arguments);
  5. // Ignore null results
  6. if ($result === null) {
  7. return;
  8. }
in /home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/vendor/joomla/event/src/Dispatcher.php -> {closure:Joomla\CMS\Plugin\CMSPlugin::registerLegacyListener():304} (line 454)
  1. foreach ($this->listeners[$event->getName()] as $listener) {
  2. if ($event->isStopped()) {
  3. return $event;
  4. }
  5. $listener($event);
  6. }
  7. }
  8. return $event;
  9. }
Dispatcher->dispatch('onBeforeCompileHead', object(BeforeCompileHeadEvent)) in /home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Document/Renderer/Html/MetasRenderer.php (line 62)
  1. // Check for AttachBehavior
  2. $onAttachCallCache = WebAssetManager::callOnAttachCallback($wa->getAssets('script', true), $this->_doc);
  3. // Trigger the onBeforeCompileHead event
  4. $app->getDispatcher()->dispatch(
  5. 'onBeforeCompileHead',
  6. new BeforeCompileHeadEvent('onBeforeCompileHead', ['subject' => $app, 'document' => $this->_doc])
  7. );
  8. // Re-Check for AttachBehavior for newly added assets
  1. $cbuffer[$hash] = $tmpdata;
  2. $cache->store($cbuffer, 'cbuffer_' . $type);
  3. } else {
  4. $this->setBuffer($renderer->render($name, $attribs, null), $type, $name, $title);
  5. }
  6. return parent::$_buffer[$type][$name][$title];
  7. }
  1. $replace = [];
  2. $with = [];
  3. foreach ($this->_template_tags as $jdoc => $args) {
  4. $replace[] = $jdoc;
  5. $with[] = $this->getBuffer($args['type'], $args['name'], $args['attribs']);
  6. }
  7. return str_replace($replace, $with, $this->_template);
  8. }
  9. }
  1. if (\array_key_exists('csp_nonce', $params) && $params['csp_nonce'] !== null) {
  2. $this->cspNonce = $params['csp_nonce'];
  3. }
  4. $data = $this->_renderTemplate();
  5. parent::render($caching, $params);
  6. return $data;
  7. }
HtmlDocument->render(false, array('template' => 'cassiopeia', 'file' => 'offline.php', 'params' => object(Registry), 'csp_nonce' => null, 'templateInherits' => null, 'directory' => '/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/templates')) in /home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/libraries/src/Application/CMSApplication.php (line 1120)
  1. if ($this->isClient('site') && $this->get('caching') && $this->get('caching', 2) == 2 && !$this->getIdentity()->id) {
  2. $caching = true;
  3. }
  4. // Render the document.
  5. $data = $this->document->render($caching, $this->docOptions);
  6. // Set the application output data.
  7. $this->setBody($data);
  8. // Trigger the onAfterRender event.
  1. $this->set('themeInherits', $template->parent);
  2. break;
  3. }
  4. parent::render();
  5. }
  6. /**
  7. * Route the application.
  8. *
  1. $this->doExecute();
  2. // If we have an application document object, render it.
  3. if ($this->document instanceof \Joomla\CMS\Document\Document) {
  4. // Render the application output.
  5. $this->render();
  6. }
  7. // If gzip compression is enabled in configuration and the server is compliant, compress the output.
  8. if ($this->get('gzip') && !\ini_get('zlib.output_compression') && \ini_get('output_handler') !== 'ob_gzhandler') {
  9. $this->compress();
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application = $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/includes/app.php') in /home/clients/bf9768a494f7bbcb2d5d74f8fde008af/web/index.php (line 302)
  1. // ... die
  2. die();
  3. }
  4. // Run the application - All executable code should be triggered through this file
  5. require_once __DIR__ . '/includes/app.php';

Stack Traces 2

[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)