Nette\Application\BadRequestException #404

No route for HTTP request.

Source file

File: /var/www/playcenter/data/www/playcenter.cz/libs/Nette/Application/Application.php   Line: 110

103:    
104:                        // enable routing debuggger
105:                        Nette\Debug::addPanel(new RoutingDebugger($router$httpRequest));
106:    
107:                        $request $router->match($httpRequest);
108:                        if (!($request instanceof PresenterRequest)) {
109:                            $request NULL;
110:                            throw new BadRequestException('No route for HTTP request.');
111:                        }
112:    
113:                        if (strcasecmp($request->getPresenterName(), $this->errorPresenter) === 0) {
114:                            throw new BadRequestException('Invalid request. Presenter is not achievable.');
115:                        }
116:                    }
117:    

Call stack

  1. app/bootstrap.php (340) source   Nette\Application\Application-> run ()

    333:        
    334:    } else {
    335:        $router[] = new SimpleRouter('Front:Article:default');
    336:    }
    337:    
    338:    
    339:    // Step 5: Run the application!
    340:    $application->run();
    341:    
    
  2. playcenter.cz/index.php (17) source   require (arguments )

    #0
    "/var/www/playcenter/data/www/playcenter.cz/app/bootstrap.php" (60)
    
    10:    define('LIBS_DIR'WWW_DIR '/libs');
    11:    
    12:    
    13:    define('RURL', (dirname(__FILE__) == $_SERVER['DOCUMENT_ROOT']) ? '' str_replace('\\''/'substr(dirname(__FILE__), strlen($_SERVER['DOCUMENT_ROOT'])))); 
    14:    // URL
    15:    define('URL', ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') ? 'https' 'http') . '://' $_SERVER['SERVER_NAME'].RURL.'/');
    16:    
    17:    require APP_DIR . '/bootstrap.php';
    18:    
    

Nette Application

Requests

array(0) 

Presenter

NULL

Environment

Constants

WWW_DIR
"/var/www/playcenter/data/www/playcenter.cz" (42)
APP_DIR
"/var/www/playcenter/data/www/playcenter.cz/app" (46)
LIBS_DIR
"/var/www/playcenter/data/www/playcenter.cz/libs" (47)
RURL
""
URL
"http://www.playcenter.cz/" (25)
NETTE
TRUE
NETTE_DIR
"/var/www/playcenter/data/www/playcenter.cz/libs/Nette" (53)
NETTE_VERSION_ID
20000
NETTE_PACKAGE
"5.3" (3)
TB_ARTICLE
"article" (7)
TB_BLOCK
"block" (5)
TB_CATALOG_CATEGORY
"catalog_category" (16)
TB_CATALOG_ITEM
"catalog_item" (12)
TB_COMMENTS
"comments" (8)
TB_FILE
"file" (4)
TB_FORM
"form" (4)
TB_GALLERY_ALBUM
"gallery_album" (13)
TB_GALLERY_CATEGORY
"gallery_category" (16)
TB_GAME_CATEGORY
"game_category" (13)
TB_GAME_ITEM
"game_item" (9)
TB_GENERAL
"general_page" (12)
TB_GENERAL_SECTION
"general_page_section" (20)
TB_IMAGE
"image" (5)
TB_LANG
"lang" (4)
TB_MENU
"menu" (4)
TB_NEWS
"news" (4)
TB_ROLE
"role" (4)
TB_SEARCH
"search" (6)
TB_SECTION
"section" (7)
TB_USER
"user" (4)
TB_REG_USER
"reg_user" (8)
TB_USER_ACTION
"user_action" (11)
TB_VIDEO
"video" (5)
TB_GUIDE_ITEM
"guide_item" (10)
TB_GUIDE_CATEGORY
"guide_category" (14)
TB_FAQ
"faq_item" (8)
TB_FAQ_CATEGORY
"faq_category" (12)
TB_GUIDE_GENERAL
"general_page_guide" (18)
TB_SLIDESHOW
"slideshow" (9)
TB_ARTICLE_SLIDESHOW
"article_slideshow" (17)

Included files (95)

/var/www/playcenter/data/www/playcenter.cz/index.php
/var/www/playcenter/data/www/playcenter.cz/app/bootstrap.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/loader.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Utils/shortcuts.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Utils/exceptions.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Utils/Framework.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Utils/Object.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Utils/ObjectMixin.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Utils/Callback.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Loaders/LimitedScope.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Loaders/AutoLoader.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Loaders/NetteLoader.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Environment/Environment.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Environment/Configurator.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Config/Config.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Config/ConfigAdapterIni.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Config/IConfigAdapter.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Debug/Debug.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Debug/DebugPanel.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Debug/IDebugPanel.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Utils/ArrayTools.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Utils/Iterators/GenericRecursiveIterator.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Utils/Context.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Utils/FreezableObject.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Utils/IFreezable.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Utils/IContext.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Loaders/RobotLoader.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Caching/FileStorage.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Caching/ICacheStorage.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Caching/Cache.php
/var/www/playcenter/data/www/playcenter.cz/libs/NetteTranslator/Gettext.php
/var/www/playcenter/data/www/playcenter.cz/libs/NetteTranslator/shortcuts.php
/var/www/playcenter/data/www/playcenter.cz/libs/NetteTranslator/IEditable.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Utils/ITranslator.php
/var/www/playcenter/data/www/playcenter.cz/app/configdb.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Web/Session.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Web/HttpRequestFactory.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Web/UriScript.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Web/Uri.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Utils/String.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Web/HttpRequest.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Web/IHttpRequest.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Web/HttpResponse.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Web/IHttpResponse.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Web/SessionNamespace.php
/var/www/playcenter/data/www/playcenter.cz/app/Components/MultipleFileUpload/MultipleFileUpload.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Forms/Controls/FileUpload.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Forms/Controls/FormControl.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/ComponentModel/Component.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/ComponentModel/IComponent.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Forms/IFormControl.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Forms/FormContainer.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/ComponentModel/ComponentContainer.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/ComponentModel/IComponentContainer.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Reflection/ClassReflection.php
/var/www/playcenter/data/www/playcenter.cz/app/Components/MultipleFileUpload/UserInterface/Registrator/MFUUIRegistrator.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Application/Application.php
/var/www/playcenter/data/www/playcenter.cz/app/Components/MultipleFileUpload/Models/Dibi/MFUQueuesDibi.php
/var/www/playcenter/data/www/playcenter.cz/app/Components/MultipleFileUpload/Models/BaseQueuesModel.php
/var/www/playcenter/data/www/playcenter.cz/app/Components/MultipleFileUpload/Models/IMFUQueuesModel.php
/var/www/playcenter/data/www/playcenter.cz/libs/dibi/dibi.php
/var/www/playcenter/data/www/playcenter.cz/libs/dibi/libs/interfaces.php
/var/www/playcenter/data/www/playcenter.cz/libs/dibi/libs/DibiDateTime.php
/var/www/playcenter/data/www/playcenter.cz/libs/dibi/libs/DibiObject.php
/var/www/playcenter/data/www/playcenter.cz/libs/dibi/libs/DibiHashMap.php
/var/www/playcenter/data/www/playcenter.cz/libs/dibi/libs/DibiException.php
/var/www/playcenter/data/www/playcenter.cz/libs/dibi/libs/DibiConnection.php
/var/www/playcenter/data/www/playcenter.cz/libs/dibi/libs/DibiResult.php
/var/www/playcenter/data/www/playcenter.cz/libs/dibi/libs/DibiResultIterator.php
/var/www/playcenter/data/www/playcenter.cz/libs/dibi/libs/DibiRow.php
/var/www/playcenter/data/www/playcenter.cz/libs/dibi/libs/DibiTranslator.php
/var/www/playcenter/data/www/playcenter.cz/libs/dibi/libs/DibiDataSource.php
/var/www/playcenter/data/www/playcenter.cz/libs/dibi/libs/DibiFluent.php
/var/www/playcenter/data/www/playcenter.cz/libs/dibi/libs/DibiDatabaseInfo.php
/var/www/playcenter/data/www/playcenter.cz/libs/dibi/libs/DibiProfiler.php
/var/www/playcenter/data/www/playcenter.cz/libs/dibi/drivers/mysqli.php
/var/www/playcenter/data/www/playcenter.cz/libs/dibi/drivers/mysql.reflector.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Application/Routers/MultiRouter.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Utils/ArrayList.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Application/IRouter.php
/var/www/playcenter/data/www/playcenter.cz/libs/NetteTranslator/Panel.php
/var/www/playcenter/data/www/playcenter.cz/app/Components/VersionPanel/VersionPanel.php
/var/www/playcenter/data/www/playcenter.cz/app/Components/TodoPanel/TodoPanel.php
/var/www/playcenter/data/www/playcenter.cz/app/Components/CallbackPanel/CallbackPanel.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Application/Routers/Route.php
/var/www/playcenter/data/www/playcenter.cz/app/models/Base/GeneralPageModel.php
/var/www/playcenter/data/www/playcenter.cz/app/models/Base/AbstractModel.php
/var/www/playcenter/data/www/playcenter.cz/app/models/Base/IModel.php
/var/www/playcenter/data/www/playcenter.cz/libs/Extras/FilterRoute/MyFilterRoute.php
/var/www/playcenter/data/www/playcenter.cz/libs/Extras/FilterRoute/FilterRoute.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Reflection/PropertyReflection.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Application/RoutingDebugger.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Application/Exceptions/BadRequestException.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Debug/DebugHelpers.php
/var/www/playcenter/data/www/playcenter.cz/libs/Nette/Debug/templates/bluescreen.phtml

$_SERVER

REDIRECT_UNIQUE_ID
"ZgWrFdGvOgqJxJgHiREhvwAAAEQ" (27)
REDIRECT_PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins" (49)
REDIRECT_STATUS
"200" (3)
UNIQUE_ID
"ZgWrFdGvOgqJxJgHiREhvwAAAEQ" (27)
PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins" (49)
HTTP_ACCEPT
"*/*" (3)
HTTP_USER_AGENT
"claudebot" (9)
HTTP_HOST
"www.playcenter.cz" (17)
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" (49)
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_fcgid/2.3.9" (57)
SERVER_NAME
"www.playcenter.cz" (17)
SERVER_ADDR
"77.93.207.13" (12)
SERVER_PORT
"80" (2)
REMOTE_ADDR
"3.94.102.228" (12)
DOCUMENT_ROOT
"/var/www/playcenter/data/www/playcenter.cz" (42)
REQUEST_SCHEME
"http" (4)
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/var/www/playcenter/data/www/playcenter.cz" (42)
SERVER_ADMIN
"webmaster@playcenter.cz" (23)
SCRIPT_FILENAME
"/var/www/playcenter/data/www/playcenter.cz/index.php" (52)
REMOTE_PORT
"57472" (5)
REDIRECT_URL
"/novinky/archiv" (15)
GATEWAY_INTERFACE
"CGI/1.1" (7)
SERVER_PROTOCOL
"HTTP/1.1" (8)
REQUEST_METHOD
"GET" (3)
QUERY_STRING
""
REQUEST_URI
"/novinky/archiv" (15)
SCRIPT_NAME
"/index.php" (10)
PHP_SELF
"/index.php" (10)
REQUEST_TIME_FLOAT
1711647509.776
REQUEST_TIME
1711647509

HTTP request

Headers

accept*/*
user-agentclaudebot
hostwww.playcenter.cz

$_GET

empty

$_POST

empty

$_COOKIE

empty

HTTP response

Headers

X-Powered-By: Nette Framework
Set-Cookie: PHPSESSID=ih3muui8bplv9dsdbeq22mti94; path=/; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=ih3muui8bplv9dsdbeq22mti94; path=/; httponly
Set-Cookie: nette-browser=0.77317108924305; path=/; httponly
Content-type: text/html; charset=UTF-8