Warning: file_put_contents(/var/www/html/administrator/logs/everything.php): Failed to open stream: Permission denied in /var/www/html/libraries/vendor/joomla/filesystem/src/File.php on line 281 Warning: file_put_contents(/var/www/html/administrator/logs/everything.php): Failed to open stream: Permission denied in /var/www/html/libraries/vendor/joomla/filesystem/src/File.php on line 279
Joomla\Database\Exception\ExecutionFailureException {#310 -query: """ SELECT "id","home","template","s"."params","inheritable","parent"\n FROM "xsjec_template_styles" AS "s"\n LEFT JOIN "xsjec_extensions" AS "e" ON "e"."element" = "s"."template" AND "e"."type" = 'template' AND "e"."client_id" = "s"."client_id"\n WHERE "s"."client_id" = 0 AND "e"."enabled" = 1 """ }
} catch (\LogicException $e) { throw new ExecutionFailureException($sql, $errorMsg, $errorNum, $e); } // Throw the normal query exception. throw new ExecutionFailureException($sql, $errorMsg, $errorNum); } } /** * Retrieve a PDO database connection attribute $this->statement->setFetchMode($fetchMode, $class); } } // Execute the query and get the result set cursor. $this->execute(); // Get all of the rows from the result set as objects of type $class. while ($row = $this->fetchObject()) { if ($key) { $array[$row->$key] = $row; . ' AND ' . $db->quoteName('e.client_id') . ' = ' . $db->quoteName('s.client_id') ); $db->setQuery($query); return $db->loadObjectList('id'); } /** * Custom clean cache method * 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(); // ... die die();}// Run the application - All executable code should be triggered through this filerequire_once __DIR__ . '/includes/app.php'; } catch (\LogicException $e) { throw new ExecutionFailureException($sql, $errorMsg, $errorNum, $e); } // Throw the normal query exception. throw new ExecutionFailureException($sql, $errorMsg, $errorNum); } } /** * Retrieve a PDO database connection attribute * @since 1.0 */ public function getIterator($column = null, $class = \stdClass::class) { if (!$this->executed) { $this->execute(); } /** * Calling setQuery free's the statement from the iterator which will break the iterator. * So we set statement to null so that freeResult on the statement here has no affect. ); $components = []; $db->setQuery($query); foreach ($db->getIterator() as $component) { $components[$component->option] = new ComponentRecord((array) $component); } return $components; }; $referenceArgs = &$args; } // Just execute the callback if caching is disabled. if (empty($this->options['caching'])) { return \call_user_func_array($callback, $referenceArgs); } if (!$id) { // Generate an ID $id = $this->_makeId($callback, $args); /** @var CallbackController $cache */ $cache = Factory::getContainer()->get(CacheControllerFactoryInterface::class)->createCacheController('callback', ['defaultgroup' => '_system']); try { static::$components = $cache->get($loader, [], __METHOD__); } catch (CacheExceptionInterface) { static::$components = $loader(); } return true; * @since 3.6.3 */ public static function getComponents() { if (empty(static::$components)) { static::load(); } return static::$components; } * * @since 1.5 */ public static function getComponent($option, $strict = false) { $components = static::getComponents(); if (isset($components[$option])) { return $components[$option]; } * @see Registry * @since 1.5 */ public static function getParams($option, $strict = false) { return static::getComponent($option, $strict)->getParams(); } /** * Applies the global text filters to arbitrary text as per settings for current user groups * { $user = Factory::getUser(); // If the user is a guest we populate it with the guest user group. if ($user->guest) { $guestUsergroup = ComponentHelper::getParams('com_users')->get('guest_usergroup', 1); $user->groups = [$guestUsergroup]; } if ($plugin = PluginHelper::getPlugin('system', 'languagefilter')) { $pluginParams = new Registry($plugin->params); * @since 3.2 */ protected function doExecute() { // Initialise the application $this->initialiseApp(); // Mark afterInitialise in the profiler. JDEBUG ? $this->profiler->mark('afterInitialise') : null; // Route the application $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(); // ... die die();}// Run the application - All executable code should be triggered through this filerequire_once __DIR__ . '/includes/app.php';|
[2/2]
ExecutionFailureException
|
|---|
Joomla\Database\Exception\ExecutionFailureException:
42P01, 7, ERROR: relation "xsjec_template_styles" does not exist
LINE 2: FROM "xsjec_template_styles" AS "s"
^
at /var/www/html/libraries/vendor/joomla/database/src/Pdo/PdoDriver.php:489
at Joomla\Database\Pdo\PdoDriver->execute()
(/var/www/html/libraries/vendor/joomla/database/src/DatabaseDriver.php:1304)
at Joomla\Database\DatabaseDriver->loadObjectList('id')
(/var/www/html/administrator/components/com_templates/src/Model/StyleModel.php:718)
at Joomla\Component\Templates\Administrator\Model\StyleModel->getSiteTemplates()
(/var/www/html/libraries/src/Application/SiteApplication.php:460)
at Joomla\CMS\Application\SiteApplication->getTemplate(true)
(/var/www/html/libraries/src/Error/Renderer/HtmlRenderer.php:50)
at Joomla\CMS\Error\Renderer\HtmlRenderer->render(object(ExecutionFailureException))
(/var/www/html/libraries/src/Exception/ExceptionHandler.php:142)
at Joomla\CMS\Exception\ExceptionHandler::render(object(ExecutionFailureException))
(/var/www/html/libraries/src/Exception/ExceptionHandler.php:76)
at Joomla\CMS\Exception\ExceptionHandler::handleException(object(ExecutionFailureException))
(/var/www/html/libraries/src/Application/CMSApplication.php:334)
at Joomla\CMS\Application\CMSApplication->execute()
(/var/www/html/includes/app.php:58)
at require_once('/var/www/html/includes/app.php')
(/var/www/html/index.php:51)
|
|
[1/2]
ExecutionFailureException
|
|---|
Joomla\Database\Exception\ExecutionFailureException:
42P01, 7, ERROR: relation "xsjec_extensions" does not exist
LINE 2: FROM "xsjec_extensions"
^
at /var/www/html/libraries/vendor/joomla/database/src/Pdo/PdoDriver.php:489
at Joomla\Database\Pdo\PdoDriver->execute()
(/var/www/html/libraries/vendor/joomla/database/src/DatabaseDriver.php:1017)
at Joomla\Database\DatabaseDriver->getIterator()
(/var/www/html/libraries/src/Component/ComponentHelper.php:399)
at Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}()
(/var/www/html/libraries/src/Cache/Controller/CallbackController.php:51)
at Joomla\CMS\Cache\Controller\CallbackController->get(object(Closure), array(), 'Joomla\\CMS\\Component\\ComponentHelper::load')
(/var/www/html/libraries/src/Component/ComponentHelper.php:410)
at Joomla\CMS\Component\ComponentHelper::load()
(/var/www/html/libraries/src/Component/ComponentHelper.php:428)
at Joomla\CMS\Component\ComponentHelper::getComponents()
(/var/www/html/libraries/src/Component/ComponentHelper.php:56)
at Joomla\CMS\Component\ComponentHelper::getComponent('com_users', false)
(/var/www/html/libraries/src/Component/ComponentHelper.php:114)
at Joomla\CMS\Component\ComponentHelper::getParams('com_users')
(/var/www/html/libraries/src/Application/SiteApplication.php:569)
at Joomla\CMS\Application\SiteApplication->initialiseApp()
(/var/www/html/libraries/src/Application/SiteApplication.php:237)
at Joomla\CMS\Application\SiteApplication->doExecute()
(/var/www/html/libraries/src/Application/CMSApplication.php:304)
at Joomla\CMS\Application\CMSApplication->execute()
(/var/www/html/includes/app.php:58)
at require_once('/var/www/html/includes/app.php')
(/var/www/html/index.php:51)
|