Hi.
I have Joomla 3.10.12 and JoomSEF. In this setup i cant load articles. All blog pages go redirest to homepage.
PHP 8.0.28
In n3tdebug i see:
Joomla\CMS\Router\Exception\RouteNotFoundException #404
/libraries/src/Router/Router.php:238
Ani idea how solve it?
I have Joomla 3.10.12 and JoomSEF. In this setup i cant load articles. All blog pages go redirest to homepage.
PHP 8.0.28
In n3tdebug i see:
Joomla\CMS\Router\Exception\RouteNotFoundException #404
/libraries/src/Router/Router.php:238
Code:
228: }229: 230: // Do the postprocess stage of the URL build process231: $vars += $this->processParseRules($uri, self::PROCESS_AFTER);232: 233: // Check if all parts of the URL have been parsed.234: // Otherwise we have an invalid URL235: if (strlen($uri->getPath()) > 0 && array_key_exists('option', $vars)236: && ComponentHelper::getParams($vars['option'])->get('sef_advanced', 0))237: {238: throw new RouteNotFoundException(\JText::_('JERROR_PAGE_NOT_FOUND'));239: }240: 241: return array_merge($this->getVars(), $vars);242: }
Statistics: Posted by marvaysCZ — Fri Mar 22, 2024 6:46 am