XAMPP RouteNotFoundException [404]

  • 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 
  • Hi Benno,


    vielen Dank für deine Antwort. Seltsam, bisher musste ich in der configuration.php nichts anpassen. Die locale Installation läft intern unter dem Folder htdocs/intern52.

    Ich habe mal den Pfad angepasst, damit ist zwar die Fehlermeldung weg, aber die Seite wird nur sehr fehlerhaft dargestellt (nur ien paar Überschriften und keine Inhalte. Irgendwo ist da noch der Wurm drin.




    public $fromname = 'periop50';

    public $frontediting = '2';

    public $gzip = '';

    public $helpurl = '';

    public $host = 'localhost';

    public $lifetime = '15';

    public $list_limit = '20';

    public $live_site = 'http://www.intern50.periop.ch'; -> http://localhost/intern52/index.php

    public $log_categories = '';

    public $log_category_mode = '0';

    public $log_deprecated = '0';

    public $log_everything = '0';

    public $log_path = '/Applications/XAMPP/xamppfiles/htdocs/intern52/administrator/logs';

    public $log_priorities = array (

    '0' => 'all'

    );