* @license https://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later */defined('_JEXEC') or die;if (!defined('_ASTROID')) { try { Astroid\Framework::init(); } catch (\Exception $e) { die('Please install and activate <a href="https://www.astroidframe.work/" target="_blank">Astroid Framework</a> in order to use this template.'); }} // Store the file path $this->_file = $directory . '/' . $filename; // Get the file content ob_start(); require $directory . '/' . $filename; $contents = ob_get_contents(); ob_end_clean(); } return $contents; $this->baseurl = Uri::base(true); $this->params = $params['params'] ?? new Registry(); $this->template = $template; // Load $this->_template = $this->_loadTemplate($baseDir, $file); return $this; } /** * * @since 1.7.0 */ public function parse($params = []) { return $this->_fetchTemplate($params)->_parseTemplate(); } /** * Outputs the template to the browser. * public function render($caching = false, $params = []) { $this->_caching = $caching; if (empty($this->_template)) { $this->parse($params); } if (\array_key_exists('csp_nonce', $params) && $params['csp_nonce'] !== null) { $this->cspNonce = $params['csp_nonce']; } $this->debug = $params['debug'] ?? false; $this->error = $this->_error; $params['file'] = 'error.php'; return parent::render($cache, $params); } /** * Render the backtrace * 'template' => $template->template, 'directory' => JPATH_THEMES, 'debug' => JDEBUG, 'csp_nonce' => $app->get('csp_nonce'), 'templateInherits' => $template->parent, 'params' => $template->params, ] ); }} // Reset the document object in the factory, this gives us a clean slate and lets everything render properly Factory::$document = $renderer->getDocument(); Factory::getApplication()->loadDocument(Factory::$document); $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->triggerEvent('onError', $event); ExceptionHandler::handleException($event->getError()); } // Trigger the onBeforeRespond event. $this->getDispatcher()->dispatch('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'; $service = static::getServiceRegistry()->getService($file); $toCall = [$service, $func]; if (!\is_callable($toCall)) { throw new \InvalidArgumentException(sprintf('%s::%s not found.', $file, $func), 500); } static::register($key, $toCall); return static::call($toCall, $methodArgs);} else { include_once(JPATH_COMPONENT . '/helpers/route.php');}if (ASTROID_JOOMLA_VERSION < 4) { JHtml::_('behavior.caption');}// Astroid Article/Blog$astroidArticle = new AstroidFrameworkArticle($this->item); // Start capturing output into a buffer ob_start(); // Include the requested template filename in the local scope // (this will execute the view logic). include $this->_template; // Done with the requested template; get the buffer and // clear it. $this->_output = ob_get_contents(); ob_end_clean(); 'extension' => $context, ] ) ); $result = $this->loadTemplate($tpl); $eventResult = $app->getDispatcher()->dispatch( 'onAfterDisplay', AbstractEvent::create( 'onAfterDisplay', // Escape strings for HTML output $this->pageclass_sfx = htmlspecialchars($this->item->params->get('pageclass_sfx', '')); $this->_prepareDocument(); parent::display($tpl); } /** * Prepares the document. * } // Capture and echo output ob_start(); ob_implicit_flush(false); $view->$method(); $data = ob_get_clean(); echo $data; /* * For a view we have a special case. We need to cache not only the output from the view, but the state } try { /** @var \Joomla\CMS\Cache\Controller\ViewController $cache */ $cache = Factory::getCache($option, 'view'); $cache->get($view, 'display'); } catch (CacheExceptionInterface $exception) { $view->display(); } } else { $view->display(); $model->hit(); } } } parent::display($cachable, $safeurlparams); return $this; }} } // Record the actual task being fired $this->doTask = $doTask; return $this->$doTask(); } /** * Method to get a model object, loading it if required. * $config['name'] = strtolower($this->input->get('controller')); } // Execute the task for this component $controller = $this->getController($controller, ucfirst($this->app->getName()), $config); $controller->execute($task); $controller->redirect(); } /** * Get a controller from the component return; } } parent::dispatch(); }} if (!static::isEnabled($option)) { throw new MissingComponentException(Text::_('JLIB_APPLICATION_ERROR_COMPONENT_NOT_FOUND'), 404); } ob_start(); $app->bootComponent($option)->getDispatcher($app)->dispatch(); $contents = ob_get_clean(); // Revert the scope $app->scope = $scope; $document->setGenerator('Joomla! - Open Source Content Management - Version ' . JVERSION); } else { $document->setGenerator('Joomla! - Open Source Content Management'); } $contents = ComponentHelper::renderComponent($component); $document->setBuffer($contents, 'component'); // Trigger the onAfterDispatch event. PluginHelper::importPlugin('system'); $this->triggerEvent('onAfterDispatch'); */ $this->checkUserRequireReset('com_users', 'profile', 'edit', 'com_users/profile.save,com_users/profile.apply,com_users/user.logout'); } // Dispatch the application $this->dispatch(); // Mark afterDispatch in the profiler. JDEBUG ? $this->profiler->mark('afterDispatch') : null; } $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]
ClassNotFoundError
|
|---|
Symfony\Component\ErrorHandler\Error\ClassNotFoundError:
Attempted to load class "Framework" from namespace "Astroid".
Did you forget a "use" statement for another namespace?
at /var/www/web27864362/html/SV_J4/templates/tp_golf/error.php:12
at require()
(/var/www/web27864362/html/SV_J4/libraries/src/Document/HtmlDocument.php:721)
at Joomla\CMS\Document\HtmlDocument->_loadTemplate('/var/www/web27864362/html/SV_J4/templates/tp_golf', 'error.php')
(/var/www/web27864362/html/SV_J4/libraries/src/Document/HtmlDocument.php:776)
at Joomla\CMS\Document\HtmlDocument->_fetchTemplate(array('template' => 'tp_golf', 'directory' => '/var/www/web27864362/html/SV_J4/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
(/var/www/web27864362/html/SV_J4/libraries/src/Document/HtmlDocument.php:612)
at Joomla\CMS\Document\HtmlDocument->parse(array('template' => 'tp_golf', 'directory' => '/var/www/web27864362/html/SV_J4/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
(/var/www/web27864362/html/SV_J4/libraries/src/Document/HtmlDocument.php:630)
at Joomla\CMS\Document\HtmlDocument->render(false, array('template' => 'tp_golf', 'directory' => '/var/www/web27864362/html/SV_J4/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
(/var/www/web27864362/html/SV_J4/libraries/src/Document/ErrorDocument.php:139)
at Joomla\CMS\Document\ErrorDocument->render(false, array('template' => 'tp_golf', 'directory' => '/var/www/web27864362/html/SV_J4/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
(/var/www/web27864362/html/SV_J4/libraries/src/Error/Renderer/HtmlRenderer.php:78)
at Joomla\CMS\Error\Renderer\HtmlRenderer->render(object(InvalidArgumentException))
(/var/www/web27864362/html/SV_J4/libraries/src/Exception/ExceptionHandler.php:126)
at Joomla\CMS\Exception\ExceptionHandler::render(object(InvalidArgumentException))
(/var/www/web27864362/html/SV_J4/libraries/src/Exception/ExceptionHandler.php:72)
at Joomla\CMS\Exception\ExceptionHandler::handleException(object(InvalidArgumentException))
(/var/www/web27864362/html/SV_J4/libraries/src/Application/CMSApplication.php:322)
at Joomla\CMS\Application\CMSApplication->execute()
(/var/www/web27864362/html/SV_J4/includes/app.php:61)
at require_once('/var/www/web27864362/html/SV_J4/includes/app.php')
(/var/www/web27864362/html/SV_J4/index.php:32)
|
|
[1/2]
InvalidArgumentException
|
|---|
InvalidArgumentException:
behavior::caption not found.
at /var/www/web27864362/html/SV_J4/libraries/src/HTML/HTMLHelper.php:141
at Joomla\CMS\HTML\HTMLHelper::_('jhtml.behavior.caption')
(/var/www/web27864362/html/SV_J4/templates/tp_golf/html/com_content/article/default.php:31)
at include('/var/www/web27864362/html/SV_J4/templates/tp_golf/html/com_content/article/default.php')
(/var/www/web27864362/html/SV_J4/libraries/src/MVC/View/HtmlView.php:415)
at Joomla\CMS\MVC\View\HtmlView->loadTemplate(null)
(/var/www/web27864362/html/SV_J4/libraries/src/MVC/View/HtmlView.php:203)
at Joomla\CMS\MVC\View\HtmlView->display(null)
(/var/www/web27864362/html/SV_J4/components/com_content/src/View/Article/HtmlView.php:244)
at Joomla\Component\Content\Site\View\Article\HtmlView->display()
(/var/www/web27864362/html/SV_J4/libraries/src/Cache/Controller/ViewController.php:95)
at Joomla\CMS\Cache\Controller\ViewController->get(object(HtmlView), 'display')
(/var/www/web27864362/html/SV_J4/libraries/src/MVC/Controller/BaseController.php:655)
at Joomla\CMS\MVC\Controller\BaseController->display(true, array('catid' => 'INT', 'id' => 'INT', 'cid' => 'ARRAY', 'year' => 'INT', 'month' => 'INT', 'limit' => 'UINT', 'limitstart' => 'UINT', 'showall' => 'INT', 'return' => 'BASE64', 'filter' => 'STRING', 'filter_order' => 'CMD', 'filter_order_Dir' => 'CMD', 'filter-search' => 'STRING', 'print' => 'BOOLEAN', 'lang' => 'CMD', 'Itemid' => 'INT'))
(/var/www/web27864362/html/SV_J4/components/com_content/src/Controller/DisplayController.php:121)
at Joomla\Component\Content\Site\Controller\DisplayController->display()
(/var/www/web27864362/html/SV_J4/libraries/src/MVC/Controller/BaseController.php:693)
at Joomla\CMS\MVC\Controller\BaseController->execute('display')
(/var/www/web27864362/html/SV_J4/libraries/src/Dispatcher/ComponentDispatcher.php:143)
at Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch()
(/var/www/web27864362/html/SV_J4/components/com_content/src/Dispatcher/Dispatcher.php:56)
at Joomla\Component\Content\Site\Dispatcher\Dispatcher->dispatch()
(/var/www/web27864362/html/SV_J4/libraries/src/Component/ComponentHelper.php:361)
at Joomla\CMS\Component\ComponentHelper::renderComponent('com_content')
(/var/www/web27864362/html/SV_J4/libraries/src/Application/SiteApplication.php:208)
at Joomla\CMS\Application\SiteApplication->dispatch()
(/var/www/web27864362/html/SV_J4/libraries/src/Application/SiteApplication.php:249)
at Joomla\CMS\Application\SiteApplication->doExecute()
(/var/www/web27864362/html/SV_J4/libraries/src/Application/CMSApplication.php:293)
at Joomla\CMS\Application\CMSApplication->execute()
(/var/www/web27864362/html/SV_J4/includes/app.php:61)
at require_once('/var/www/web27864362/html/SV_J4/includes/app.php')
(/var/www/web27864362/html/SV_J4/index.php:32)
|