RouteNotFoundException #404

This forum is for general questions about extensions for Joomla! 3.x.

Moderators: pe7er, General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Post Reply
User avatar
marvaysCZ
Joomla! Intern
Joomla! Intern
Posts: 77
Joined: Thu Jan 13, 2011 7:06 pm
Location: Czech Republic
Contact:

RouteNotFoundException #404

Post by marvaysCZ » Fri Mar 22, 2024 6:46 am

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

Code: Select all

228:            }
229:    
230:            // Do the postprocess stage of the URL build process
231:            $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 URL
235:            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:        }
Ani idea how solve it?

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30945
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: RouteNotFoundException #404

Post by Per Yngve Berg » Fri Mar 22, 2024 11:19 am

Mod. Note: Relocated the topic to the extensions forum.

Have you contacted support for JoomSEF

User avatar
marvaysCZ
Joomla! Intern
Joomla! Intern
Posts: 77
Joined: Thu Jan 13, 2011 7:06 pm
Location: Czech Republic
Contact:

Re: RouteNotFoundException #404

Post by marvaysCZ » Fri Mar 22, 2024 11:54 am

Per Yngve Berg wrote:
Fri Mar 22, 2024 11:19 am
Mod. Note: Relocated the topic to the extensions forum.

Have you contacted support for JoomSEF
Yes...
I was still wondering if it is not related to Template. I have to try that.

/* EDIT
changing tempalte didn't help


Post Reply

Return to “Extensions for Joomla! 3.x”