Zend_Controller_Router_Exception
No route, document, custom route or redirect is matching the request: /musikfest/Helfer | Specific ERROR: No route matched the request Zend_Controller_Router_Exception thrown with message "No route, document, custom route or redirect is matching the request: /musikfest/Helfer | Specific ERROR: No route matched the request" Stacktrace: #1 Zend_Controller_Router_Exception in /html/pimcore/lib/Pimcore.php:263 #0 Pimcore:run in /html/index.php:18
Stack frames (2)
1
Zend_Controller_Router_Exception
/
pimcore
/
lib
/
Pimcore.php
263
0
Pimcore
run
/
index.php
18
/
html
/
pimcore
/
lib
/
Pimcore.php
        try {
            // this is also standard for /admin/ requests -> error handling is done in Pimcore\Controller\Action\Admin
            if (!PIMCORE_DEBUG && !$throwExceptions && !PIMCORE_DEVMODE) {
                @ini_set("display_errors", "Off");
                @ini_set("display_startup_errors", "Off");
 
                $front->dispatch();
            } else {
                @ini_set("display_errors", "On");
                @ini_set("display_startup_errors", "On");
 
                $front->throwExceptions(true);
                $front->dispatch();
            }
        } catch (\Zend_Controller_Router_Exception $e) {
            if (!headers_sent()) {
                header("HTTP/1.0 404 Not Found");
            }
            Logger::err($e);
            throw new \Zend_Controller_Router_Exception("No route, document, custom route or redirect is matching the request: " . $_SERVER["REQUEST_URI"] . " | \n" . "Specific ERROR: " . $e->getMessage());
        } catch (\Exception $e) {
            if (!headers_sent()) {
                header("HTTP/1.0 500 Internal Server Error");
            }
            throw $e;
        }
    }
 
    /**
     * @static
     * @param \Zend_Controller_Front $front
     */
    public static function initControllerFront(\Zend_Controller_Front $front)
    {
 
        // disable build-in error handler
        $front->setParam('noErrorHandler', true);
 
        // for admin an other modules directly in the core
        $front->addModuleDirectory(PIMCORE_PATH . "/modules");
Arguments
  1. """
    No route, document, custom route or redirect is matching the request: /musikfest/Helfer | \n
    Specific ERROR: No route matched the request
    """
    
/
html
/
index.php
<?php
/**
 * Pimcore
 *
 * This source file is available under two different licenses:
 * - GNU General Public License version 3 (GPLv3)
 * - Pimcore Enterprise License (PEL)
 * Full copyright and license information is available in
 * LICENSE.md which is distributed with this source code.
 *
 * @copyright  Copyright (c) 2009-2016 pimcore GmbH (http://www.pimcore.org)
 * @license    http://www.pimcore.org/license     GPLv3 and PEL
 */
 
include_once("pimcore/config/startup.php");
 
try {
    \Pimcore::run();
} catch (Exception $e) {
    // handle exceptions, log to file
    if(class_exists("Pimcore\\Logger")) {
        \Pimcore\Logger::emerg($e);
    }
    throw $e;
}
 

Environment & details:

empty
empty
empty
empty
empty
Key Value
GCONV_PATH
"/usr/local/php/lib64/gconv"
LO_PATH
"/usr/local/php/lib64/locale"
MAGICK_C0DER_MODULE_PATH
"/usr/local/php/lib64/ImageMagick-6.9.10/modules-Q16/coders"
OPENSSL_CONF
"/etc/ssl/openssl.cnf"
PATH
"/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/command:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin"
USER
"p419814"
HOME
"/home/www/p419814"
SCRIPT_NAME
"/index.php"
REQUEST_URI
"/musikfest/Helfer"
QUERY_STRING
""
REQUEST_METHOD
"GET"
SERVER_PROTOCOL
"HTTP/2.0"
GATEWAY_INTERFACE
"CGI/1.1"
REDIRECT_URL
"/musikfest/Helfer"
REMOTE_PORT
"57208"
SCRIPT_FILENAME
"/home/www/p419814/html/index.php"
SERVER_ADMIN
"[no address given]"
CONTEXT_DOCUMENT_ROOT
"/home/www/p419814/html/"
CONTEXT_PREFIX
""
REQUEST_SCHEME
"https"
DOCUMENT_ROOT
"/home/www/p419814/html/"
REMOTE_ADDR
"44.200.49.193"
SERVER_PORT
"443"
SERVER_ADDR
"172.18.37.129"
SERVER_NAME
"www.mv-eggenthal.de"
SERVER_SOFTWARE
"Apache"
SERVER_SIGNATURE
""
HTTP_HOST
"www.mv-eggenthal.de"
HTTP_REFERER
"http://www.mv-eggenthal.de/musikfest/Helfer"
HTTP_USER_AGENT
"claudebot"
HTTP_ACCEPT
"*/*"
H2_STREAM_TAG
"1780444-41-3"
H2_STREAM_ID
"3"
H2_PUSHED_ON
""
H2_PUSHED
""
H2_PUSH
"off"
H2PUSH
"off"
HTTP2
"on"
SSL_TLS_SNI
"www.mv-eggenthal.de"
HTTPS
"on"
REDIRECT_STATUS
"200"
REDIRECT_H2_STREAM_TAG
"1780444-41-3"
REDIRECT_H2_STREAM_ID
"3"
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSH
"off"
REDIRECT_H2PUSH
"off"
REDIRECT_HTTP2
"on"
REDIRECT_SSL_TLS_SNI
"www.mv-eggenthal.de"
REDIRECT_HTTPS
"on"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1711713673.2827
REQUEST_TIME
1711713673
TMPDIR
"/html/website/var/cache"
TEMP
"/html/website/var/cache"
TMP
"/html/website/var/cache"
windir
"/html/website/var/cache"
SystemRoot
"/html/website/var/cache"
Key Value
TMPDIR
"/html/website/var/cache"
TEMP
"/html/website/var/cache"
TMP
"/html/website/var/cache"
windir
"/html/website/var/cache"
SystemRoot
"/html/website/var/cache"
0. Whoops\Handler\PrettyPageHandler