Deprecated: Creation of dynamic property plgSystemCreativecontactform::$_plugin is deprecated in /mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/plugins/system/creativecontactform/creativecontactform.php on line 25 Deprecated: Creation of dynamic property plgSystemCreativecontactform::$_params is deprecated in /mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/plugins/system/creativecontactform/creativecontactform.php on line 26 Warning: require_once(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/components/com_eventgallery/vendor/composer/autoload_real.php): Failed to open stream: No such file or directory in /mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/components/com_eventgallery/vendor/autoload.php on line 20
} } throw new RuntimeException($err);}require_once __DIR__ . '/composer/autoload_real.php';return ComposerAutoloaderInit546da76567880e3036deab708342d539::getLoader(); }
private function loadConfiguration() {
require_once JPATH_ADMINISTRATOR.'/components/com_eventgallery/version.php';
require_once JPATH_ROOT.'/components/com_eventgallery/config.php';
require_once JPATH_ROOT.'/components/com_eventgallery/vendor/autoload.php';
}
/**
* Returns the table for the count items functions for the given section.
*
public function countItems(array $items, string $section) {}
public function boot(ContainerInterface $container)
{
$this->loadConfiguration();
}
private function loadConfiguration() {
require_once JPATH_ADMINISTRATOR.'/components/com_eventgallery/version.php';
require_once JPATH_ROOT.'/components/com_eventgallery/config.php';
); $extension = $container->get($type); if ($extension instanceof BootableExtensionInterface) { $extension->boot($container); } // Cache the extension ExtensionHelper::$extensions[$type][$extensionName] = $extension; $component = str_starts_with($component, 'com_') ? substr($component, 4) : $component; // Path to look for services $path = JPATH_ADMINISTRATOR . '/components/com_' . $component; return $this->loadExtension(ComponentInterface::class, $component, $path); } /** * Boots the module with the given name. * * @since 3.3 */ public function getComponentRouter($component) { if (!isset($this->componentRouters[$component])) { $componentInstance = $this->app->bootComponent($component); if ($componentInstance instanceof RouterServiceInterface) { $this->componentRouters[$component] = $componentInstance->createRouter($this->app, $this->menu); } if (!isset($query['option'])) { return; } $component = preg_replace('/[^A-Z0-9_\.-]/i', '', $query['option']); $crouter = $this->getComponentRouter($component); $query = $crouter->preprocess($query); // Make sure any menu vars are used if no others are specified if ( isset($query['Itemid']) if (!\array_key_exists('build' . $stage, $this->rules)) { throw new \InvalidArgumentException(\sprintf('The %s stage is not registered. (%s)', $stage, __METHOD__)); } foreach ($this->rules['build' . $stage] as $rule) { \call_user_func_array($rule, [&$this, &$uri]); } } /** * Create a uri based on a full or partial URL string } else { $uri = $this->createUri($url); } // Do the preprocess stage of the URL build process $this->processBuildRules($uri, self::PROCESS_BEFORE); // Do the main stage of the URL build process $this->processBuildRules($uri); // Do the postprocess stage of the URL build process if (!isset(self::$_router[$client])) { throw new \RuntimeException(Text::sprintf('JLIB_APPLICATION_ERROR_ROUTER_LOAD', $client), 500); } // Build route. $uri = self::$_router[$client]->build($url); $scheme = ['path', 'query', 'fragment']; /* * Get the secure/unsecure URLs. * } $app = Factory::getApplication(); $client = $app->getName(); return static::link($client, $url, $xhtml, $tls, $absolute); } catch (\RuntimeException) { /** * @deprecated 3.9 this method will not fail silently from 6.0 * Before 3.9.0 this method failed silently on router error. This B/C will be removed in Joomla 6.0 */ $item->flink = 'index.php?Itemid=' . $item->id; break; } if ((str_contains($item->flink, 'index.php?')) && strcasecmp(substr($item->flink, 0, 4), 'http')) { $item->flink = Route::_($item->flink, true, $itemParams->get('secure')); } else { $item->flink = Route::_($item->flink); } // We prevent the double encoding because for some reason the $item is shared for menu modules and we get double encoding { $data = parent::getLayoutData(); $menuHelper = $this->getHelperFactory()->getHelper('MenuHelper'); $data['list'] = $menuHelper->getItems($data['params'], $data['app']); $data['base'] = $menuHelper->getBaseItem($data['params'], $data['app']); $data['active'] = $menuHelper->getActiveItem($data['app']); $data['default'] = $menuHelper->getDefaultItem($data['app']); $data['active_id'] = $data['active']->id; $data['default_id'] = $data['default']->id; * * @since 5.4.0 */ public function dispatch() { $displayData = $this->getLayoutData(); if (!$displayData['list']) { return; } $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]; } $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->processParseRules($uri, self::PROCESS_AFTER); // Check if all parts of the URL have been parsed. // Otherwise we have an invalid URL if (\strlen($uri->getPath()) > 0) { throw new RouteNotFoundException(Text::_('JERROR_PAGE_NOT_FOUND')); } if ($setVars) { $this->setVars($uri->getQuery(true)); // Get the full request URI. $uri = clone Uri::getInstance(); // It is not possible to inject the SiteRouter as it requires a SiteApplication // and we would end in an infinite loop $result = $this->getContainer()->get(SiteRouter::class)->parse($uri, true); $active = $this->getMenu()->getActive(); if ( $active !== null // Mark afterInitialise in the profiler. JDEBUG ? $this->profiler->mark('afterInitialise') : null; // Route the application $this->route(); // Mark afterRoute in the profiler. JDEBUG ? $this->profiler->mark('afterRoute') : null; if (!$this->isHandlingMultiFactorAuthentication()) { $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 '/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/components/com_eventgallery/vendor/composer/autoload_real.php' (include_path='.:/opt/RZphp83/includes')
at /mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/components/com_eventgallery/vendor/autoload.php:20
at require_once()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/administrator/components/com_eventgallery/src/Extension/EventgalleryComponent.php:44)
at Svenbluege\Component\Eventgallery\Administrator\Extension\EventgalleryComponent->loadConfiguration()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/administrator/components/com_eventgallery/src/Extension/EventgalleryComponent.php:38)
at Svenbluege\Component\Eventgallery\Administrator\Extension\EventgalleryComponent->boot()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Extension/ExtensionManagerTrait.php:180)
at Joomla\CMS\Application\CMSApplication->loadExtension()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Extension/ExtensionManagerTrait.php:51)
at Joomla\CMS\Application\CMSApplication->bootComponent()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Router/SiteRouter.php:572)
at Joomla\CMS\Router\SiteRouter->getComponentRouter()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Router/SiteRouter.php:406)
at Joomla\CMS\Router\SiteRouter->buildComponentPreprocess()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Router/Router.php:446)
at Joomla\CMS\Router\Router->processBuildRules()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Router/Router.php:202)
at Joomla\CMS\Router\Router->build()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Router/Route.php:150)
at Joomla\CMS\Router\Route::link()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Router/Route.php:99)
at Joomla\CMS\Router\Route::_()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/modules/mod_menu/src/Helper/MenuHelper.php:156)
at Joomla\Module\Menu\Site\Helper\MenuHelper->getItems()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/modules/mod_menu/src/Dispatcher/Dispatcher.php:61)
at Joomla\Module\Menu\Site\Dispatcher\Dispatcher->getLayoutData()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/modules/mod_menu/src/Dispatcher/Dispatcher.php:39)
at Joomla\Module\Menu\Site\Dispatcher\Dispatcher->dispatch()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Helper/ModuleHelper.php:289)
at Joomla\CMS\Helper\ModuleHelper::renderRawModule()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Helper/ModuleHelper.php:160)
at Joomla\CMS\Helper\ModuleHelper::renderModule()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Document/Renderer/Html/ModuleRenderer.php:99)
at Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Document/Renderer/Html/ModulesRenderer.php:51)
at Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Document/HtmlDocument.php:578)
at Joomla\CMS\Document\HtmlDocument->getBuffer()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Document/HtmlDocument.php:897)
at Joomla\CMS\Document\HtmlDocument->_renderTemplate()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Document/HtmlDocument.php:650)
at Joomla\CMS\Document\HtmlDocument->render()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Document/ErrorDocument.php:139)
at Joomla\CMS\Document\ErrorDocument->render()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Error/Renderer/HtmlRenderer.php:70)
at Joomla\CMS\Error\Renderer\HtmlRenderer->render()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Exception/ExceptionHandler.php:142)
at Joomla\CMS\Exception\ExceptionHandler::render()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Exception/ExceptionHandler.php:76)
at Joomla\CMS\Exception\ExceptionHandler::handleException()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Application/CMSApplication.php:334)
at Joomla\CMS\Application\CMSApplication->execute()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/includes/app.php:58)
at require_once('/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/includes/app.php')
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/index.php:51)
|
|
[1/2]
RouteNotFoundException
|
|---|
Joomla\CMS\Router\Exception\RouteNotFoundException:
Pagina niet gevonden
at /mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Router/Router.php:166
at Joomla\CMS\Router\Router->parse()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Application/SiteApplication.php:767)
at Joomla\CMS\Application\SiteApplication->route()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Application/SiteApplication.php:243)
at Joomla\CMS\Application\SiteApplication->doExecute()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/libraries/src/Application/CMSApplication.php:304)
at Joomla\CMS\Application\CMSApplication->execute()
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/includes/app.php:58)
at require_once('/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/includes/app.php')
(/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/index.php:51)
|