- Joomla Version
- 5.0.2
- PHP Version
- PHP 8.2.x
- Hoster
- Lokal
Hallo zusammen,
Joomla 5.0.2
XAMPP 8.2.4-0
Akeeba Kickstart 8.0.4
ich wollte meine meine J5 Seite mit Akeeba Kickstart lokal installieren und bekomme nur folgende Fehlermeldung. Hat mir jemand einen Tipp, was hier los ist?
Joomla\CMS\Router\Exception\RouteNotFoundException [404]
Seite nicht gefunden
.../libraries/src/Router/Router.php:155
Code
150 $this->processParseRules($uri, self::PROCESS_AFTER);
151 152 // Check if all parts of the URL have been parsed.
153 // Otherwise we have an invalid URL
154 if (\strlen($uri->getPath()) > 0) {
155 throw new RouteNotFoundException(Text::_('JERROR_PAGE_NOT_FOUND'));
156 }
157 158 if ($setVars) {
159 $this->setVars($uri->getQuery(true));
160