Während der Anfrage ist ein Fehler aufgetreten!
Die Seite kann nicht angezeigt werden, weil:
if ($item->parent_alias == 'root')
{
$item->parent_slug = null;
}
require_once JPATH_BASE.'/components/com_content/helpers/route.php';
$item->readmore_link = JRoute::_(ContentHelperRoute::getArticleRoute($item->slug, $item->catslug));
}
} else {
if ($modal_framework == 'bootstrap' && $framework_version == 2) { // Bootstrap 2.3.2
unset($displayData); } else { extract($displayData); } include $path; }; $loader($path, $this->getLayoutData()); }} } include $path; }; $loader($path, $this->getLayoutData()); }} $dispatcher = $app->bootModule($module->module, $app->getName())->getDispatcher($module, $app); // Check if we have a dispatcher if ($dispatcher) { ob_start(); $dispatcher->dispatch(); $module->content = ob_get_clean(); } // Add the flag that the module content has been rendered $module->contentRendered = true; // Get module parameters $params = new Registry($module->params); // Render the module content static::renderRawModule($module, $params, $attribs); // Return early if only the content is required if (!empty($attribs['contentOnly'])) { return $module->content; } $module->contentRendered = true; return $module->content; } return ModuleHelper::renderModule($module, $attribs); }} $user = Factory::getUser(); $frontediting = ($app->isClient('site') && $app->get('frontediting', 1) && !$user->guest); $menusEditing = ($app->get('frontediting', 1) == 2) && $user->authorise('core.edit', 'com_menus'); foreach (ModuleHelper::getModules($position) as $mod) { $moduleHtml = $renderer->render($mod, $params, $content); if ($frontediting && trim($moduleHtml) != '' && $user->authorise('module.edit.frontend', 'com_modules.module.' . $mod->id)) { $displayData = ['moduleHtml' => &$moduleHtml, 'module' => $mod, 'position' => $position, 'menusediting' => $menusEditing]; LayoutHelper::render('joomla.edit.frontediting_modules', $displayData); } $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]; }</div></div></div><?php echo $doc->getBuffer('modules', 'debug', array('style' => 'none')); ?></body></html> // Store the file path $this->_file = $directory . '/' . $filename; // Get the file content ob_start(); require $directory . '/' . $filename; $contents = ob_get_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 * 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'; * * @return JDatabaseDriver */ public function getDbo(): JDatabaseDriver { return JoomlaFactory::getDbo(); } /** * This method will try retrieving a variable from the request (input) data. * If it doesn't exist it will be loaded from the user state, typically // Database Driver service if (!isset($this['db'])) { $this['db'] = function (Container $c) { return $c->platform->getDbo(); }; } // Request Dispatcher service if (!isset($this['dispatcher'])) if (isset($this->factories[$this->values[$id]])) { return $this->values[$id]($this); } $raw = $this->values[$id]; $val = $this->values[$id] = $raw($this); $this->raw[$id] = $raw; $this->frozen[$id] = true; return $val; * * @throws \InvalidArgumentException if the identifier is not defined */ function __get(string $name) { return $this->offsetGet($name); } /** * Magic setter for alternative syntax, e.g. $container->foo instead of $container['foo'] * * * @return void */ public function load() { $db = $this->container->db; $query = $db->getQuery(true) ->select($db->quoteName('value')) ->from($db->quoteName('#__admintools_storage')) ->where($db->quoteName('key') . ' = ' . $db->quote('cparams')); $db->setQuery($query); * Storage constructor. */ public function __construct() { $this->container = Container::getInstance('com_admintools'); $this->load(); } /** * Singleton implementation * */ public static function &getInstance() { if (is_null(static::$instance)) { static::$instance = new Storage(); } return static::$instance; } protected function loadComponentParameters() { // Load the components parameters require_once JPATH_ADMINISTRATOR . '/components/com_admintools/Helper/Storage.php'; $this->componentParams = Storage::getInstance(); } /** * Work around non-transparent proxy and reverse proxy IP issues * // Store a reference to the global input object $this->input = Factory::getApplication()->input; // Load the component parameters $this->loadComponentParameters(); // Work around IP issues with transparent proxies etc $this->workaroundIP(); // Preload the security exceptions handler object // Call the parent constructor parent::__construct($subject, $config); // Initialize the plugin $this->initialize(); } /** * Working around stupid (JoomlaShine) serializing CMSApplication and, with it, all plugins. * if (!class_exists($className)) { return new DummyPlugin($dispatcher); } // Instantiate the plugin return new $className($dispatcher, (array) PluginHelper::getPlugin($type, $plugin)); } /** * Get the DI container. * case ModuleInterface::class: $container->set($type, new Module(new ModuleDispatcherFactory(''), new HelperFactory(''))); break; case PluginInterface::class: [$pluginName, $pluginType] = explode(':', $extensionName); $container->set($type, $this->loadPluginFromFilesystem($pluginName, $pluginType)); } } $container->get(DispatcherInterface::class)->dispatch( 'onAfterExtensionBoot', $plugin = str_starts_with($plugin, 'plg_') ? substr($plugin, 4) : $plugin; // Path to look for services $path = JPATH_SITE . '/plugins/' . $type . '/' . $plugin; return $this->loadExtension(PluginInterface::class, $plugin . ':' . $type, $path); } /** * Loads the extension. * return; } $plugins[$hash] = true; $plugin = Factory::getApplication()->bootPlugin($plugin->name, $plugin->type); if ($dispatcher && $plugin instanceof DispatcherAwareInterface) { $plugin->setDispatcher($dispatcher); } $plugins = static::load(); // Get the specified plugin(s). foreach ($plugins as $value) { if ($value->type === $type && ($plugin === null || $value->name === $plugin)) { static::import($value, $autocreate, $dispatcher); $results = true; } } // Bail out early if we're not using default args // Load the behaviour plugins PluginHelper::importPlugin('behaviour', null, true, $this->getDispatcher()); // Trigger the onAfterInitialise event. PluginHelper::importPlugin('system', null, true, $this->getDispatcher()); $this->dispatchEvent( 'onAfterInitialise', new AfterInitialiseEvent('onAfterInitialise', ['subject' => $this]) ); } $options['language'] = 'en-GB'; } } // Finish initialisation parent::initialiseApp($options); } /** * Load the library language files for the application * * @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]
Error
|
|---|
Error:
Failed opening required '/var/www/clients/client5/web10/web/components/com_content/helpers/route.php' (include_path='.:/usr/share/php')
at /var/www/clients/client5/web10/web/modules/mod_jbcookies/mod_jbcookies.php:159
at include()
(/var/www/clients/client5/web10/web/libraries/src/Dispatcher/ModuleDispatcher.php:52)
at Joomla\CMS\Dispatcher\ModuleDispatcher::{closure:Joomla\CMS\Dispatcher\ModuleDispatcher::dispatch():43}()
(/var/www/clients/client5/web10/web/libraries/src/Dispatcher/ModuleDispatcher.php:55)
at Joomla\CMS\Dispatcher\ModuleDispatcher->dispatch()
(/var/www/clients/client5/web10/web/libraries/src/Helper/ModuleHelper.php:289)
at Joomla\CMS\Helper\ModuleHelper::renderRawModule()
(/var/www/clients/client5/web10/web/libraries/src/Helper/ModuleHelper.php:160)
at Joomla\CMS\Helper\ModuleHelper::renderModule()
(/var/www/clients/client5/web10/web/libraries/src/Document/Renderer/Html/ModuleRenderer.php:99)
at Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render()
(/var/www/clients/client5/web10/web/libraries/src/Document/Renderer/Html/ModulesRenderer.php:51)
at Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render()
(/var/www/clients/client5/web10/web/libraries/src/Document/HtmlDocument.php:578)
at Joomla\CMS\Document\HtmlDocument->getBuffer()
(/var/www/clients/client5/web10/web/templates/ja_simpli/error.php:91)
at require('/var/www/clients/client5/web10/web/templates/ja_simpli/error.php')
(/var/www/clients/client5/web10/web/libraries/src/Document/HtmlDocument.php:734)
at Joomla\CMS\Document\HtmlDocument->_loadTemplate()
(/var/www/clients/client5/web10/web/libraries/src/Document/HtmlDocument.php:788)
at Joomla\CMS\Document\HtmlDocument->_fetchTemplate()
(/var/www/clients/client5/web10/web/libraries/src/Document/HtmlDocument.php:625)
at Joomla\CMS\Document\HtmlDocument->parse()
(/var/www/clients/client5/web10/web/libraries/src/Document/HtmlDocument.php:643)
at Joomla\CMS\Document\HtmlDocument->render()
(/var/www/clients/client5/web10/web/libraries/src/Document/ErrorDocument.php:139)
at Joomla\CMS\Document\ErrorDocument->render()
(/var/www/clients/client5/web10/web/libraries/src/Error/Renderer/HtmlRenderer.php:70)
at Joomla\CMS\Error\Renderer\HtmlRenderer->render()
(/var/www/clients/client5/web10/web/libraries/src/Exception/ExceptionHandler.php:142)
at Joomla\CMS\Exception\ExceptionHandler::render()
(/var/www/clients/client5/web10/web/libraries/src/Exception/ExceptionHandler.php:76)
at Joomla\CMS\Exception\ExceptionHandler::handleException()
(/var/www/clients/client5/web10/web/libraries/src/Application/CMSApplication.php:334)
at Joomla\CMS\Application\CMSApplication->execute()
(/var/www/clients/client5/web10/web/includes/app.php:58)
at require_once('/var/www/clients/client5/web10/web/includes/app.php')
(/var/www/clients/client5/web10/web/index.php:51)
|
|
[1/2]
TypeError
|
|---|
TypeError:
FOF40\Platform\Joomla\Platform::getDbo(): Return value must be of type JDatabaseDriver, Joomla\Database\Mysqli\MysqliDriver returned
at /var/www/clients/client5/web10/web/libraries/fof40/Platform/Joomla/Platform.php:452
at FOF40\Platform\Joomla\Platform->getDbo()
(/var/www/clients/client5/web10/web/libraries/fof40/Container/Container.php:297)
at FOF40\Container\Container->{closure:FOF40\Container\Container::__construct():296}()
(/var/www/clients/client5/web10/web/libraries/fof40/Pimple/Container.php:115)
at FOF40\Pimple\Container->offsetGet()
(/var/www/clients/client5/web10/web/libraries/fof40/Container/ContainerBase.php:27)
at FOF40\Container\ContainerBase->__get()
(/var/www/clients/client5/web10/web/administrator/components/com_admintools/Helper/Storage.php:111)
at Akeeba\AdminTools\Admin\Helper\Storage->load()
(/var/www/clients/client5/web10/web/administrator/components/com_admintools/Helper/Storage.php:37)
at Akeeba\AdminTools\Admin\Helper\Storage->__construct()
(/var/www/clients/client5/web10/web/administrator/components/com_admintools/Helper/Storage.php:49)
at Akeeba\AdminTools\Admin\Helper\Storage::getInstance()
(/var/www/clients/client5/web10/web/plugins/system/admintools/admintools/main.php:409)
at plgSystemAdmintools->loadComponentParameters()
(/var/www/clients/client5/web10/web/plugins/system/admintools/admintools/main.php:892)
at plgSystemAdmintools->initialize()
(/var/www/clients/client5/web10/web/plugins/system/admintools/admintools/main.php:84)
at plgSystemAdmintools->__construct()
(/var/www/clients/client5/web10/web/libraries/src/Extension/ExtensionManagerTrait.php:242)
at Joomla\CMS\Application\CMSApplication->loadPluginFromFilesystem()
(/var/www/clients/client5/web10/web/libraries/src/Extension/ExtensionManagerTrait.php:160)
at Joomla\CMS\Application\CMSApplication->loadExtension()
(/var/www/clients/client5/web10/web/libraries/src/Extension/ExtensionManagerTrait.php:99)
at Joomla\CMS\Application\CMSApplication->bootPlugin()
(/var/www/clients/client5/web10/web/libraries/src/Plugin/PluginHelper.php:232)
at Joomla\CMS\Plugin\PluginHelper::import()
(/var/www/clients/client5/web10/web/libraries/src/Plugin/PluginHelper.php:192)
at Joomla\CMS\Plugin\PluginHelper::importPlugin()
(/var/www/clients/client5/web10/web/libraries/src/Application/CMSApplication.php:812)
at Joomla\CMS\Application\CMSApplication->initialiseApp()
(/var/www/clients/client5/web10/web/libraries/src/Application/SiteApplication.php:638)
at Joomla\CMS\Application\SiteApplication->initialiseApp()
(/var/www/clients/client5/web10/web/libraries/src/Application/SiteApplication.php:237)
at Joomla\CMS\Application\SiteApplication->doExecute()
(/var/www/clients/client5/web10/web/libraries/src/Application/CMSApplication.php:304)
at Joomla\CMS\Application\CMSApplication->execute()
(/var/www/clients/client5/web10/web/includes/app.php:58)
at require_once('/var/www/clients/client5/web10/web/includes/app.php')
(/var/www/clients/client5/web10/web/index.php:51)
|