Thanh Treo Rèm Phòng Tắm
Có thể bạn quan tâm
RouteNotFoundException UnknownAssetException
HTTP 500 Whoops, looks like something went wrong.
There is no "template.cassiopeia.ltr" asset of a "preset" type in the registry.Exceptions 2
Joomla\CMS\WebAsset\Exception\ UnknownAssetException
in /home/revkhimr/remcua.co/libraries/src/WebAsset/WebAssetRegistry.php (line 134)- {
- // Check if any new file was added
- $this->parseRegistryFiles();
- if (empty($this->assets[$type][$name])) {
- throw new UnknownAssetException(sprintf('There is no "%s" asset of a "%s" type in the registry.', $name, $type));
- }
- return $this->assets[$type][$name];
- }
- if ($this->locked) {
- throw new InvalidActionException('WebAssetManager is locked, you came late');
- }
- // Check whether asset exists
- $asset = $this->registry->get($type, $name);
- if (empty($this->activeAssets[$type])) {
- $this->activeAssets[$type] = [];
- }
- if (empty($arguments[0])) {
- throw new \BadMethodCallException('An asset name is required');
- }
- return $this->useAsset($type, $arguments[0]);
- }
- if (0 === strpos($method, 'addinline')) {
- $type = substr($method, 9);
- $this->getPreloadManager()->preload($wa->getAsset('style', 'fontscheme.current')->getUri() . '?' . $this->getMediaVersion(), ['as' => 'style']);
- }
- }
- // Enable assets
- $wa->usePreset('template.cassiopeia.' . ($this->direction === 'rtl' ? 'rtl' : 'ltr'))
- ->useStyle('template.active.language')
- ->useStyle('template.user')
- ->useScript('template.user')
- ->addInlineStyle(":root {
- --hue: 214;
- // Store the file path
- $this->_file = $directory . '/' . $filename;
- // Get the file content
- ob_start();
- require $directory . '/' . $filename;
- $contents = ob_get_contents();
- ob_end_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
- *
- 'template' => $template->template,
- 'directory' => JPATH_THEMES,
- 'debug' => JDEBUG,
- 'csp_nonce' => $app->get('csp_nonce'),
- 'templateInherits' => $template->parent,
- 'params' => $template->params,
- ]
- );
- }
- }
- // Reset the document object in the factory, this gives us a clean slate and lets everything render properly
- Factory::$document = $renderer->getDocument();
- Factory::getApplication()->loadDocument(Factory::$document);
- $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->triggerEvent('onError', $event);
- ExceptionHandler::handleException($event->getError());
- }
- // Trigger the onBeforeRespond event.
- $this->getDispatcher()->dispatch('onBeforeRespond');
- // Set the application as global app
- \Joomla\CMS\Factory::$application = $app;
- // Execute the application.
- $app->execute();
- * define() is used rather than "const" to not error for PHP 5.2 and lower
- */
- define('_JEXEC', 1);
- // Run the application - All executable code should be triggered through this file
- require_once dirname(__FILE__) . '/includes/app.php';
Joomla\CMS\Router\Exception\ RouteNotFoundException
Không tìm thấy trang
in /home/revkhimr/remcua.co/libraries/src/Router/Router.php (line 155)- $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();
- * define() is used rather than "const" to not error for PHP 5.2 and lower
- */
- define('_JEXEC', 1);
- // Run the application - All executable code should be triggered through this file
- require_once dirname(__FILE__) . '/includes/app.php';
Stack Traces 2
| [2/2] UnknownAssetException |
|---|
| Joomla\CMS\WebAsset\Exception\UnknownAssetException: There is no "template.cassiopeia.ltr" asset of a "preset" type in the registry. at /home/revkhimr/remcua.co/libraries/src/WebAsset/WebAssetRegistry.php:134 at Joomla\CMS\WebAsset\WebAssetRegistry->get() (/home/revkhimr/remcua.co/libraries/src/WebAsset/WebAssetManager.php:263) at Joomla\CMS\WebAsset\WebAssetManager->useAsset() (/home/revkhimr/remcua.co/libraries/src/WebAsset/WebAssetManager.php:197) at Joomla\CMS\WebAsset\WebAssetManager->__call() (/home/revkhimr/remcua.co/templates/remcua-co/error.php:58) at require('/home/revkhimr/remcua.co/templates/remcua-co/error.php') (/home/revkhimr/remcua.co/libraries/src/Document/HtmlDocument.php:741) at Joomla\CMS\Document\HtmlDocument->_loadTemplate() (/home/revkhimr/remcua.co/libraries/src/Document/HtmlDocument.php:796) at Joomla\CMS\Document\HtmlDocument->_fetchTemplate() (/home/revkhimr/remcua.co/libraries/src/Document/HtmlDocument.php:613) at Joomla\CMS\Document\HtmlDocument->parse() (/home/revkhimr/remcua.co/libraries/src/Document/HtmlDocument.php:631) at Joomla\CMS\Document\HtmlDocument->render() (/home/revkhimr/remcua.co/libraries/src/Document/ErrorDocument.php:139) at Joomla\CMS\Document\ErrorDocument->render() (/home/revkhimr/remcua.co/libraries/src/Error/Renderer/HtmlRenderer.php:78) at Joomla\CMS\Error\Renderer\HtmlRenderer->render() (/home/revkhimr/remcua.co/libraries/src/Exception/ExceptionHandler.php:126) at Joomla\CMS\Exception\ExceptionHandler::render() (/home/revkhimr/remcua.co/libraries/src/Exception/ExceptionHandler.php:72) at Joomla\CMS\Exception\ExceptionHandler::handleException() (/home/revkhimr/remcua.co/libraries/src/Application/CMSApplication.php:322) at Joomla\CMS\Application\CMSApplication->execute() (/home/revkhimr/remcua.co/includes/app.php:61) at require_once('/home/revkhimr/remcua.co/includes/app.php') (/home/revkhimr/remcua.co/index.php:32) |
| [1/2] RouteNotFoundException |
|---|
| Joomla\CMS\Router\Exception\RouteNotFoundException: Không tìm thấy trang at /home/revkhimr/remcua.co/libraries/src/Router/Router.php:155 at Joomla\CMS\Router\Router->parse() (/home/revkhimr/remcua.co/libraries/src/Application/SiteApplication.php:746) at Joomla\CMS\Application\SiteApplication->route() (/home/revkhimr/remcua.co/libraries/src/Application/SiteApplication.php:232) at Joomla\CMS\Application\SiteApplication->doExecute() (/home/revkhimr/remcua.co/libraries/src/Application/CMSApplication.php:293) at Joomla\CMS\Application\CMSApplication->execute() (/home/revkhimr/remcua.co/includes/app.php:61) at require_once('/home/revkhimr/remcua.co/includes/app.php') (/home/revkhimr/remcua.co/index.php:32) |
Từ khóa » Thanh Treo Rèm Phòng Tắm Inox
-
Mua Thanh Treo Rèm Phòng Tắm Thái Lan Giá Rẻ
-
Combo Rèm Nhà Tắm Và Thanh Treo Không Cần Khoan Tường (nhiều ...
-
Thanh Treo Rèm Cửa / Tắm INOX đa Năng Cao Cấp đầu Vuông
-
Thanh Treo Rèm Phòng Tắm Thái Lan
-
Thanh Treo Rèm Phòng Tắm Inox Có Cả Rèm | Tiki
-
Rèm Phòng Tắm Và Cây Treo Rèm Giá Siêu Tốt - Tháng 7, 2022 | Tiki
-
Treo Rèm Nhà Tắm Với Thanh Treo Đa Năng Nissin
-
Thanh Treo Rèm Tắm Cong Chất Lượng, Giá Tốt 2021
-
Thanh Treo Rèm Nhà Tắm Chất Lượng, Giá Tốt 2021
-
Thanh Treo Rèm Cửa Inox Không Cần Khoan Tường HT03
-
Địa Chỉ Bán Thanh Treo Rèm Phòng Tắm Giá Rẻ Nhất Tại Hà Nội
-
Thanh Treo Rèm Cửa Phòng Tắm Bằng Inox 3 Trong 1 Tiện
-
Rèm Phóng Tắm