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 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') (500 Whoops, looks like something went wrong.)

RouteNotFoundException Error

HTTP 500 Whoops, looks like something went wrong.

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

Exceptions 2

Error

  1. }
  2. }
  3. throw new RuntimeException($err);
  4. }
  5. require_once __DIR__ . '/composer/autoload_real.php';
  6. return ComposerAutoloaderInit546da76567880e3036deab708342d539::getLoader();
  1. }
  2. private function loadConfiguration() {
  3. require_once JPATH_ADMINISTRATOR.'/components/com_eventgallery/version.php';
  4. require_once JPATH_ROOT.'/components/com_eventgallery/config.php';
  5. require_once JPATH_ROOT.'/components/com_eventgallery/vendor/autoload.php';
  6. }
  7. /**
  8. * Returns the table for the count items functions for the given section.
  9. *
  1. public function countItems(array $items, string $section) {}
  2. public function boot(ContainerInterface $container)
  3. {
  4. $this->loadConfiguration();
  5. }
  6. private function loadConfiguration() {
  7. require_once JPATH_ADMINISTRATOR.'/components/com_eventgallery/version.php';
  8. require_once JPATH_ROOT.'/components/com_eventgallery/config.php';
  1. );
  2. $extension = $container->get($type);
  3. if ($extension instanceof BootableExtensionInterface) {
  4. $extension->boot($container);
  5. }
  6. // Cache the extension
  7. ExtensionHelper::$extensions[$type][$extensionName] = $extension;
  1. $component = str_starts_with($component, 'com_') ? substr($component, 4) : $component;
  2. // Path to look for services
  3. $path = JPATH_ADMINISTRATOR . '/components/com_' . $component;
  4. return $this->loadExtension(ComponentInterface::class, $component, $path);
  5. }
  6. /**
  7. * Boots the module with the given name.
  8. *
  1. * @since 3.3
  2. */
  3. public function getComponentRouter($component)
  4. {
  5. if (!isset($this->componentRouters[$component])) {
  6. $componentInstance = $this->app->bootComponent($component);
  7. if ($componentInstance instanceof RouterServiceInterface) {
  8. $this->componentRouters[$component] = $componentInstance->createRouter($this->app, $this->menu);
  9. }
  1. if (!isset($query['option'])) {
  2. return;
  3. }
  4. $component = preg_replace('/[^A-Z0-9_\.-]/i', '', $query['option']);
  5. $crouter = $this->getComponentRouter($component);
  6. $query = $crouter->preprocess($query);
  7. // Make sure any menu vars are used if no others are specified
  8. if (
  9. isset($query['Itemid'])
  1. if (!\array_key_exists('build' . $stage, $this->rules)) {
  2. throw new \InvalidArgumentException(\sprintf('The %s stage is not registered. (%s)', $stage, __METHOD__));
  3. }
  4. foreach ($this->rules['build' . $stage] as $rule) {
  5. \call_user_func_array($rule, [&$this, &$uri]);
  6. }
  7. }
  8. /**
  9. * Create a uri based on a full or partial URL string
  1. } else {
  2. $uri = $this->createUri($url);
  3. }
  4. // Do the preprocess stage of the URL build process
  5. $this->processBuildRules($uri, self::PROCESS_BEFORE);
  6. // Do the main stage of the URL build process
  7. $this->processBuildRules($uri);
  8. // Do the postprocess stage of the URL build process
  1. if (!isset(self::$_router[$client])) {
  2. throw new \RuntimeException(Text::sprintf('JLIB_APPLICATION_ERROR_ROUTER_LOAD', $client), 500);
  3. }
  4. // Build route.
  5. $uri = self::$_router[$client]->build($url);
  6. $scheme = ['path', 'query', 'fragment'];
  7. /*
  8. * Get the secure/unsecure URLs.
  9. *
  1. }
  2. $app = Factory::getApplication();
  3. $client = $app->getName();
  4. return static::link($client, $url, $xhtml, $tls, $absolute);
  5. } catch (\RuntimeException) {
  6. /**
  7. * @deprecated 3.9 this method will not fail silently from 6.0
  8. * Before 3.9.0 this method failed silently on router error. This B/C will be removed in Joomla 6.0
  9. */
  1. $item->flink = 'index.php?Itemid=' . $item->id;
  2. break;
  3. }
  4. if ((str_contains($item->flink, 'index.php?')) && strcasecmp(substr($item->flink, 0, 4), 'http')) {
  5. $item->flink = Route::_($item->flink, true, $itemParams->get('secure'));
  6. } else {
  7. $item->flink = Route::_($item->flink);
  8. }
  9. // We prevent the double encoding because for some reason the $item is shared for menu modules and we get double encoding
  1. {
  2. $data = parent::getLayoutData();
  3. $menuHelper = $this->getHelperFactory()->getHelper('MenuHelper');
  4. $data['list'] = $menuHelper->getItems($data['params'], $data['app']);
  5. $data['base'] = $menuHelper->getBaseItem($data['params'], $data['app']);
  6. $data['active'] = $menuHelper->getActiveItem($data['app']);
  7. $data['default'] = $menuHelper->getDefaultItem($data['app']);
  8. $data['active_id'] = $data['active']->id;
  9. $data['default_id'] = $data['default']->id;
  1. *
  2. * @since 5.4.0
  3. */
  4. public function dispatch()
  5. {
  6. $displayData = $this->getLayoutData();
  7. if (!$displayData['list']) {
  8. return;
  9. }
  1. $dispatcher = $app->bootModule($module->module, $app->getName())->getDispatcher($module, $app);
  2. // Check if we have a dispatcher
  3. if ($dispatcher) {
  4. ob_start();
  5. $dispatcher->dispatch();
  6. $module->content = ob_get_clean();
  7. }
  8. // Add the flag that the module content has been rendered
  9. $module->contentRendered = true;
  1. // Get module parameters
  2. $params = new Registry($module->params);
  3. // Render the module content
  4. static::renderRawModule($module, $params, $attribs);
  5. // Return early if only the content is required
  6. if (!empty($attribs['contentOnly'])) {
  7. return $module->content;
  8. }
  1. $module->contentRendered = true;
  2. return $module->content;
  3. }
  4. return ModuleHelper::renderModule($module, $attribs);
  5. }
  6. }
  1. $user = Factory::getUser();
  2. $frontediting = ($app->isClient('site') && $app->get('frontediting', 1) && !$user->guest);
  3. $menusEditing = ($app->get('frontediting', 1) == 2) && $user->authorise('core.edit', 'com_menus');
  4. foreach (ModuleHelper::getModules($position) as $mod) {
  5. $moduleHtml = $renderer->render($mod, $params, $content);
  6. if ($frontediting && trim($moduleHtml) != '' && $user->authorise('module.edit.frontend', 'com_modules.module.' . $mod->id)) {
  7. $displayData = ['moduleHtml' => &$moduleHtml, 'module' => $mod, 'position' => $position, 'menusediting' => $menusEditing];
  8. LayoutHelper::render('joomla.edit.frontediting_modules', $displayData);
  9. }
  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. }
  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. *
  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('/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/includes/app.php') in /mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/index.php (line 51)
  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';

Joomla\CMS\Router\Exception\ RouteNotFoundException

Pagina niet gevonden

  1. $this->processParseRules($uri, self::PROCESS_AFTER);
  2. // Check if all parts of the URL have been parsed.
  3. // Otherwise we have an invalid URL
  4. if (\strlen($uri->getPath()) > 0) {
  5. throw new RouteNotFoundException(Text::_('JERROR_PAGE_NOT_FOUND'));
  6. }
  7. if ($setVars) {
  8. $this->setVars($uri->getQuery(true));
  1. // Get the full request URI.
  2. $uri = clone Uri::getInstance();
  3. // It is not possible to inject the SiteRouter as it requires a SiteApplication
  4. // and we would end in an infinite loop
  5. $result = $this->getContainer()->get(SiteRouter::class)->parse($uri, true);
  6. $active = $this->getMenu()->getActive();
  7. if (
  8. $active !== null
  1. // Mark afterInitialise in the profiler.
  2. JDEBUG ? $this->profiler->mark('afterInitialise') : null;
  3. // Route the application
  4. $this->route();
  5. // Mark afterRoute in the profiler.
  6. JDEBUG ? $this->profiler->mark('afterRoute') : null;
  7. if (!$this->isHandlingMultiFactorAuthentication()) {
  1. $this->sanityCheckSystemVariables();
  2. $this->setupLogging();
  3. $this->createExtensionNamespaceMap();
  4. // Perform application routines.
  5. $this->doExecute();
  6. // If we have an application document object, render it.
  7. if ($this->document instanceof \Joomla\CMS\Document\Document) {
  8. // Render the application output.
  9. $this->render();
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application = $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/includes/app.php') in /mnt/web517/a3/89/561576189/htdocs/STRATO-apps/joomla_01/app/index.php (line 51)
  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] 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)