Pulmoner Şant ( Pulmonary Shunt) - Hekim.Net

logo 404

Sayfa bulunamadı

Back Home WebAssetManager is locked, you came late (500 Whoops, looks like something went wrong.)

RouteNotFoundException InvalidActionException

HTTP 500 Whoops, looks like something went wrong.

Exceptions 2

Joomla\CMS\WebAsset\Exception\ InvalidActionException

in /var/www/hekim.net/public_html/libraries/src/WebAsset/WebAssetManager.php (line 270)
  1. * @since 4.0.0
  2. */
  3. public function useAsset(string $type, string $name): WebAssetManagerInterface
  4. {
  5. if ($this->locked) {
  6. throw new InvalidActionException('WebAssetManager is locked, you came late');
  7. }
  8. // Check whether asset exists
  9. $asset = $this->registry->get($type, $name);
WebAssetManager->useAsset() in /var/www/hekim.net/public_html/libraries/src/WebAsset/WebAssetManager.php (line 208)
  1. if (empty($arguments[0])) {
  2. throw new \BadMethodCallException('An asset name is required');
  3. }
  4. return $this->useAsset($type, $arguments[0]);
  5. }
  6. if (0 === strpos($method, 'addinline')) {
  7. $type = substr($method, 9);
WebAssetManager->__call() in /var/www/hekim.net/public_html/libraries/src/HTML/Helpers/Jquery.php (line 58)
  1. * $wa->useScript('jquery-migrate');
  2. */
  3. public static function framework($noConflict = true, $debug = null, $migrate = false)
  4. {
  5. $wa = Factory::getApplication()->getDocument()->getWebAssetManager();
  6. $wa->useScript('jquery');
  7. // Check if we are loading in noConflict
  8. if ($noConflict) {
  9. $wa->useScript('jquery-noconflict');
  10. }
Jquery::framework() in /var/www/hekim.net/public_html/libraries/src/HTML/HTMLHelper.php (line 307)
  1. foreach ($args as &$arg) {
  2. $temp[] = &$arg;
  3. }
  4. return \call_user_func_array($function, $temp);
  5. }
  6. /**
  7. * Write a `<a>` element
  8. *
HTMLHelper::call() in /var/www/hekim.net/public_html/libraries/src/HTML/HTMLHelper.php (line 150)
  1. throw new \InvalidArgumentException(\sprintf('%s::%s not found.', $file, $func), 500);
  2. }
  3. static::register($key, $toCall);
  4. return static::call($toCall, $methodArgs);
  5. }
  6. $className = $prefix . ucfirst($file);
  7. if (!class_exists($className)) {
HTMLHelper::_() in /var/www/hekim.net/public_html/modules/mod_sppagebuilder/tmpl/default.php (line 46)
  1. }
  2. // load font assets form database
  3. SppagebuilderHelperSite::loadAssets();
  4. HTMLHelper::_('jquery.framework');
  5. HTMLHelper::_('script', 'components/com_sppagebuilder/assets/js/jquery.parallax.js', ['version' => SppagebuilderHelperSite::getVersion(true)]);
  6. HTMLHelper::_('script', 'components/com_sppagebuilder/assets/js/sppagebuilder.js', ['version' => SppagebuilderHelperSite::getVersion(true)], ['defer' => true]);
require('/var/www/hekim.net/public_html/modules/mod_sppagebuilder/tmpl/default.php') in /var/www/hekim.net/public_html/modules/mod_sppagebuilder/mod_sppagebuilder.php (line 32)
  1. BuilderAutoload::loadHelperClasses();
  2. $data = ModSPagebuilderHelper::getData($module->id, $params);
  3. $moduleclass_sfx = !empty($params->get('moduleclass_sfx')) ? htmlspecialchars($params->get('moduleclass_sfx'), ENT_COMPAT, 'UTF-8') : "";
  4. require ModuleHelper::getLayoutPath('mod_sppagebuilder', $params->get('layout', 'default'));
include('/var/www/hekim.net/public_html/modules/mod_sppagebuilder/mod_sppagebuilder.php') in /var/www/hekim.net/public_html/libraries/src/Dispatcher/ModuleDispatcher.php (line 52)
  1. unset($displayData);
  2. } else {
  3. extract($displayData);
  4. }
  5. include $path;
  6. };
  7. $loader($path, $this->getLayoutData());
  8. }
  9. }
ModuleDispatcher::Joomla\CMS\Dispatcher\{closure}() in /var/www/hekim.net/public_html/libraries/src/Dispatcher/ModuleDispatcher.php (line 55)
  1. }
  2. include $path;
  3. };
  4. $loader($path, $this->getLayoutData());
  5. }
  6. }
ModuleDispatcher->dispatch() in /var/www/hekim.net/public_html/libraries/src/Helper/ModuleHelper.php (line 289)
  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;
ModuleHelper::renderRawModule() in /var/www/hekim.net/public_html/libraries/src/Helper/ModuleHelper.php (line 160)
  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. }
ModuleHelper::renderModule() in /var/www/hekim.net/public_html/templates/shaper_lightbox/error.php (line 95)
  1. <?php
  2. jimport('joomla.application.module.helper');
  3. $modules = JModuleHelper::getModules('404');
  4. $attribs['style'] = 'sp_xhtml';
  5. foreach ($modules as $key => $module) {
  6. echo JModuleHelper::renderModule($module, $attribs);
  7. }
  8. ?>
  9. <?php if ($params->get('copyright') && $params->get('enabled_copyright')) { ?>
  10. <div class="error-page-copyright-wrapper">
  11. <p class="error-page-copyright"><?php echo $params->get('copyright'); ?></p>
require('/var/www/hekim.net/public_html/templates/shaper_lightbox/error.php') in /var/www/hekim.net/public_html/libraries/src/Document/HtmlDocument.php (line 731)
  1. // Store the file path
  2. $this->_file = $directory . '/' . $filename;
  3. // Get the file content
  4. ob_start();
  5. require $directory . '/' . $filename;
  6. $contents = ob_get_clean();
  7. }
  8. return $contents;
  9. }
HtmlDocument->_loadTemplate() in /var/www/hekim.net/public_html/libraries/src/Document/HtmlDocument.php (line 785)
  1. $this->baseurl = Uri::base(true);
  2. $this->params = $params['params'] ?? new Registry();
  3. $this->template = $template;
  4. // Load
  5. $this->_template = $this->_loadTemplate($baseDir, $file);
  6. return $this;
  7. }
  8. /**
HtmlDocument->_fetchTemplate() in /var/www/hekim.net/public_html/libraries/src/Document/HtmlDocument.php (line 622)
  1. *
  2. * @since 1.7.0
  3. */
  4. public function parse($params = [])
  5. {
  6. return $this->_fetchTemplate($params)->_parseTemplate();
  7. }
  8. /**
  9. * Outputs the template to the browser.
  10. *
HtmlDocument->parse() in /var/www/hekim.net/public_html/libraries/src/Document/HtmlDocument.php (line 640)
  1. public function render($caching = false, $params = [])
  2. {
  3. $this->_caching = $caching;
  4. if (empty($this->_template)) {
  5. $this->parse($params);
  6. }
  7. if (\array_key_exists('csp_nonce', $params) && $params['csp_nonce'] !== null) {
  8. $this->cspNonce = $params['csp_nonce'];
  9. }
HtmlDocument->render() in /var/www/hekim.net/public_html/libraries/src/Document/ErrorDocument.php (line 139)
  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. *
ErrorDocument->render() in /var/www/hekim.net/public_html/libraries/src/Error/Renderer/HtmlRenderer.php (line 70)
  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,
HtmlRenderer->render() in /var/www/hekim.net/public_html/libraries/src/Exception/ExceptionHandler.php (line 136)
  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. }
ExceptionHandler::render() in /var/www/hekim.net/public_html/libraries/src/Exception/ExceptionHandler.php (line 73)
  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. *
ExceptionHandler::handleException() in /var/www/hekim.net/public_html/libraries/src/Application/CMSApplication.php (line 336)
  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',
CMSApplication->execute() in /var/www/hekim.net/public_html/includes/app.php (line 58)
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application = $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/var/www/hekim.net/public_html/includes/app.php') in /var/www/hekim.net/public_html/index.php (line 32)
  1. * define() is used rather than "const" to not error for PHP 5.2 and lower
  2. */
  3. define('_JEXEC', 1);
  4. // Run the application - All executable code should be triggered through this file
  5. require_once dirname(__FILE__) . '/includes/app.php';

Joomla\CMS\Router\Exception\ RouteNotFoundException

Sayfa bulunamadı

in /var/www/hekim.net/public_html/libraries/src/Router/Router.php (line 155)
  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));
Router->parse() in /var/www/hekim.net/public_html/libraries/src/Application/SiteApplication.php (line 783)
  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
SiteApplication->route() in /var/www/hekim.net/public_html/libraries/src/Application/SiteApplication.php (line 244)
  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()) {
SiteApplication->doExecute() in /var/www/hekim.net/public_html/libraries/src/Application/CMSApplication.php (line 306)
  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();
CMSApplication->execute() in /var/www/hekim.net/public_html/includes/app.php (line 58)
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application = $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/var/www/hekim.net/public_html/includes/app.php') in /var/www/hekim.net/public_html/index.php (line 32)
  1. * define() is used rather than "const" to not error for PHP 5.2 and lower
  2. */
  3. define('_JEXEC', 1);
  4. // Run the application - All executable code should be triggered through this file
  5. require_once dirname(__FILE__) . '/includes/app.php';

Stack Traces 2

[2/2] InvalidActionException
Joomla\CMS\WebAsset\Exception\InvalidActionException: WebAssetManager is locked, you came late at /var/www/hekim.net/public_html/libraries/src/WebAsset/WebAssetManager.php:270 at Joomla\CMS\WebAsset\WebAssetManager->useAsset() (/var/www/hekim.net/public_html/libraries/src/WebAsset/WebAssetManager.php:208) at Joomla\CMS\WebAsset\WebAssetManager->__call() (/var/www/hekim.net/public_html/libraries/src/HTML/Helpers/Jquery.php:58) at Joomla\CMS\HTML\Helpers\Jquery::framework() (/var/www/hekim.net/public_html/libraries/src/HTML/HTMLHelper.php:307) at Joomla\CMS\HTML\HTMLHelper::call() (/var/www/hekim.net/public_html/libraries/src/HTML/HTMLHelper.php:150) at Joomla\CMS\HTML\HTMLHelper::_() (/var/www/hekim.net/public_html/modules/mod_sppagebuilder/tmpl/default.php:46) at require('/var/www/hekim.net/public_html/modules/mod_sppagebuilder/tmpl/default.php') (/var/www/hekim.net/public_html/modules/mod_sppagebuilder/mod_sppagebuilder.php:32) at include('/var/www/hekim.net/public_html/modules/mod_sppagebuilder/mod_sppagebuilder.php') (/var/www/hekim.net/public_html/libraries/src/Dispatcher/ModuleDispatcher.php:52) at Joomla\CMS\Dispatcher\ModuleDispatcher::Joomla\CMS\Dispatcher\{closure}() (/var/www/hekim.net/public_html/libraries/src/Dispatcher/ModuleDispatcher.php:55) at Joomla\CMS\Dispatcher\ModuleDispatcher->dispatch() (/var/www/hekim.net/public_html/libraries/src/Helper/ModuleHelper.php:289) at Joomla\CMS\Helper\ModuleHelper::renderRawModule() (/var/www/hekim.net/public_html/libraries/src/Helper/ModuleHelper.php:160) at Joomla\CMS\Helper\ModuleHelper::renderModule() (/var/www/hekim.net/public_html/templates/shaper_lightbox/error.php:95) at require('/var/www/hekim.net/public_html/templates/shaper_lightbox/error.php') (/var/www/hekim.net/public_html/libraries/src/Document/HtmlDocument.php:731) at Joomla\CMS\Document\HtmlDocument->_loadTemplate() (/var/www/hekim.net/public_html/libraries/src/Document/HtmlDocument.php:785) at Joomla\CMS\Document\HtmlDocument->_fetchTemplate() (/var/www/hekim.net/public_html/libraries/src/Document/HtmlDocument.php:622) at Joomla\CMS\Document\HtmlDocument->parse() (/var/www/hekim.net/public_html/libraries/src/Document/HtmlDocument.php:640) at Joomla\CMS\Document\HtmlDocument->render() (/var/www/hekim.net/public_html/libraries/src/Document/ErrorDocument.php:139) at Joomla\CMS\Document\ErrorDocument->render() (/var/www/hekim.net/public_html/libraries/src/Error/Renderer/HtmlRenderer.php:70) at Joomla\CMS\Error\Renderer\HtmlRenderer->render() (/var/www/hekim.net/public_html/libraries/src/Exception/ExceptionHandler.php:136) at Joomla\CMS\Exception\ExceptionHandler::render() (/var/www/hekim.net/public_html/libraries/src/Exception/ExceptionHandler.php:73) at Joomla\CMS\Exception\ExceptionHandler::handleException() (/var/www/hekim.net/public_html/libraries/src/Application/CMSApplication.php:336) at Joomla\CMS\Application\CMSApplication->execute() (/var/www/hekim.net/public_html/includes/app.php:58) at require_once('/var/www/hekim.net/public_html/includes/app.php') (/var/www/hekim.net/public_html/index.php:32)
[1/2] RouteNotFoundException
Joomla\CMS\Router\Exception\RouteNotFoundException: Sayfa bulunamadı at /var/www/hekim.net/public_html/libraries/src/Router/Router.php:155 at Joomla\CMS\Router\Router->parse() (/var/www/hekim.net/public_html/libraries/src/Application/SiteApplication.php:783) at Joomla\CMS\Application\SiteApplication->route() (/var/www/hekim.net/public_html/libraries/src/Application/SiteApplication.php:244) at Joomla\CMS\Application\SiteApplication->doExecute() (/var/www/hekim.net/public_html/libraries/src/Application/CMSApplication.php:306) at Joomla\CMS\Application\CMSApplication->execute() (/var/www/hekim.net/public_html/includes/app.php:58) at require_once('/var/www/hekim.net/public_html/includes/app.php') (/var/www/hekim.net/public_html/index.php:32)

Từ khóa » V/q Oranı