Nette\Application\BadRequestException #404
File: ...\nette\application\src\Application\UI\Presenter.php:688
678: 679: /** 680: * Throws HTTP error. 681: * @param string 682: * @param int HTTP error code 683: * @return void 684: * @throws Nette\Application\BadRequestException 685: */ 686: public function error($message = NULL, $code = Http\IResponse::S404_NOT_FOUND) 687: { 688: throw new Application\BadRequestException($message, $code); 689: } 690: 691: 692: /**
...\nette\application\src\Application\UI\Presenter.php:461 source Nette\Application\UI\Presenter->error(arguments)
451: foreach ($files as $file) { 452: if (is_file($file)) { 453: $template->setFile($file); 454: break; 455: } 456: } 457: 458: if (!$template->getFile()) { 459: $file = preg_replace('#^.*([/\\\\].{1,70})\z#U', "\xE2\x80\xA6\$1", reset($files)); 460: $file = strtr($file, '/', DIRECTORY_SEPARATOR); 461: $this->error("Page not found. Missing template '$file'."); 462: } 463: } 464: 465: $this->sendResponse(new Responses\TextResponse($template));
$message | "Page not found. Missing template '…\wamp\www\Capellen\BP\app\presenters\templates\Eciovni\generate.latte'." (108)
|
---|
...\nette\application\src\Application\UI\Presenter.php:217 source Nette\Application\UI\Presenter->sendTemplate()
207: $this->afterRender(); 208: 209: // save component tree persistent state 210: $this->saveGlobalState(); 211: if ($this->isAjax()) { 212: $this->payload->state = $this->getGlobalState(); 213: } 214: 215: // finish template rendering 216: if ($this->getTemplate()) { 217: $this->sendTemplate(); 218: } 219: 220: } catch (Application\AbortException $e) { 221: // continue with shutting down
...\nette\application\src\Application\Application.php:141 source Nette\Application\UI\Presenter->run(arguments)
131: { 132: if (count($this->requests) > self::$maxLoop) { 133: throw new ApplicationException('Too many loops detected in application life cycle.'); 134: } 135: 136: $this->requests[] = $request; 137: $this->onRequest($this, $request); 138: 139: $this->presenter = $this->presenterFactory->createPresenter($request->getPresenterName()); 140: $this->onPresenter($this, $this->presenter); 141: $response = $this->presenter->run($request); 142: 143: if ($response instanceof Responses\ForwardResponse) { 144: $this->processRequest($response->getRequest()); 145:
$request |
---|
...\nette\application\src\Application\Application.php:81 source Nette\Application\Application->processRequest(arguments)
71: 72: 73: /** 74: * Dispatch a HTTP request to a front controller. 75: * @return void 76: */ 77: public function run() 78: { 79: try { 80: $this->onStartup($this); 81: $this->processRequest($this->createInitialRequest()); 82: $this->onShutdown($this); 83: 84: } catch (\Exception $e) { 85: $this->onError($this, $e);
$request |
---|
C:\wamp\www\Capellen\BP\www\index.php:8 source Nette\Application\Application->run()
1: <?php 2: 3: // Uncomment this line if you must temporarily take down your site for maintenance. 4: // require __DIR__ . '/.maintenance.php'; 5: 6: $container = require __DIR__ . '/../app/bootstrap.php'; 7: 8: $container->getByType('Nette\Application\Application')->run(); 9:
REDIRECT_STATUS | "200" (3)
|
---|---|
HTTP_HOST | "localhost" (9)
|
HTTP_CONNECTION | "keep-alive" (10)
|
HTTP_CACHE_CONTROL | "max-age=0" (9)
|
HTTP_UPGRADE_INSECURE_REQUESTS | "1"
|
HTTP_USER_AGENT | "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" (110)
|
HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8" (74)
|
HTTP_REFERER | "http://localhost/Capellen/BP/www/" (33)
|
HTTP_ACCEPT_ENCODING | "gzip, deflate, sdch" (19)
|
HTTP_ACCEPT_LANGUAGE | "cs-CZ,cs;q=0.8,en;q=0.6" (23)
|
HTTP_COOKIE | "PHPSESSID=v8elj5sgqrj92s6m7uvgcrov40; nette-browser=k3uod233fj" (62)
|
PATH | "C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\ ... " (1103)
|
SystemRoot | "C:\WINDOWS" (10)
|
COMSPEC | "C:\WINDOWS\system32\cmd.exe" (27)
|
PATHEXT | ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC" (53)
|
WINDIR | "C:\WINDOWS" (10)
|
SERVER_SIGNATURE | "<address>Apache/2.4.9 (Win32) PHP/5.5.12 Server at localhost Port 80</address>
" (79)
|
SERVER_SOFTWARE | "Apache/2.4.9 (Win32) PHP/5.5.12" (31)
|
SERVER_NAME | "localhost" (9)
|
SERVER_ADDR | "::1" (3)
|
SERVER_PORT | "80" (2)
|
REMOTE_ADDR | "::1" (3)
|
DOCUMENT_ROOT | "C:/wamp/www/" (12)
|
REQUEST_SCHEME | "http" (4)
|
CONTEXT_PREFIX | ""
|
CONTEXT_DOCUMENT_ROOT | "C:/wamp/www/" (12)
|
SERVER_ADMIN | "admin@example.com" (17)
|
SCRIPT_FILENAME | "C:/wamp/www/Capellen/BP/www/index.php" (37)
|
REMOTE_PORT | "62900" (5)
|
REDIRECT_URL | "/Capellen/BP/www/eciovni/generate" (33)
|
GATEWAY_INTERFACE | "CGI/1.1" (7)
|
SERVER_PROTOCOL | "HTTP/1.1" (8)
|
REQUEST_METHOD | "GET" (3)
|
QUERY_STRING | ""
|
REQUEST_URI | "/Capellen/BP/www/eciovni/generate" (33)
|
SCRIPT_NAME | "/Capellen/BP/www/index.php" (26)
|
PHP_SELF | "/Capellen/BP/www/index.php" (26)
|
REQUEST_TIME_FLOAT | 1471547870.596
|
REQUEST_TIME | 1471547870
|
__NF | Nette Session |
---|
Nette.Http.UserStorage/ |
---|
mPDF_VERSION | "5.7.1" (5)
|
---|---|
_MPDFK | 2.8346456692913
|
AUTOFONT_CJK | 1
|
AUTOFONT_THAIVIET | 2
|
AUTOFONT_RTL | 4
|
AUTOFONT_INDIC | 8
|
AUTOFONT_ALL | 15
|
_BORDER_ALL | 15
|
_BORDER_TOP | 8
|
_BORDER_RIGHT | 4
|
_BORDER_BOTTOM | 2
|
_BORDER_LEFT | 1
|
_MPDF_PATH | "C:/wamp/www/Capellen/BP/vendor/mpdf/mpdf/" (41)
|
_MPDF_URI | "C:/wamp/www/Capellen/BP/vendor/mpdf/mpdf/" (41)
|
_JPGRAPH_PATH | "C:/wamp/www/Capellen/BP/vendor/mpdf/mpdf/jpgraph/" (49)
|
_MPDF_TEMP_PATH | "C:/wamp/www/Capellen/BP/vendor/mpdf/mpdf/tmp/" (45)
|
_MPDF_TTFONTPATH | "C:/wamp/www/Capellen/BP/vendor/mpdf/mpdf/ttfonts/" (49)
|
_MPDF_TTFONTDATAPATH | "C:/wamp/www/Capellen/BP/vendor/mpdf/mpdf/ttfontdata/" (52)
|
_DSIZE | 8
|
_TTF_MAC_HEADER | FALSE
|
_RECALC_PROFILE | FALSE
|
GF_WORDS | 1
|
GF_SCALE | 8
|
GF_MORE | 32
|
GF_XYSCALE | 64
|
GF_TWOBYTWO | 128
|
C:\wamp\www\Capellen\BP\www\index.php |
C:\wamp\www\Capellen\BP\app\bootstrap.php |
C:\wamp\www\Capellen\BP\vendor\autoload.php |
C:\wamp\www\Capellen\BP\vendor\composer\autoload_real.php |
C:\wamp\www\Capellen\BP\vendor\composer\ClassLoader.php |
C:\wamp\www\Capellen\BP\vendor\composer\autoload_namespaces.php |
C:\wamp\www\Capellen\BP\vendor\composer\autoload_psr4.php |
C:\wamp\www\Capellen\BP\vendor\composer\autoload_classmap.php |
C:\wamp\www\Capellen\BP\vendor\composer\autoload_files.php |
C:\wamp\www\Capellen\BP\vendor\tracy\tracy\src\shortcuts.php |
C:\wamp\www\Capellen\BP\vendor\nette\safe-stream\src\loader.php |
C:\wamp\www\Capellen\BP\vendor\nette\safe-stream\src\SafeStream\SafeStream.php |
C:\wamp\www\Capellen\BP\vendor\nette\deprecated\src\loader.php |
C:\wamp\www\Capellen\BP\vendor\nette\deprecated\src\Loaders\NetteLoader.php |
C:\wamp\www\Capellen\BP\vendor\nette\bootstrap\src\Bootstrap\Configurator.php |
C:\wamp\www\Capellen\BP\vendor\nette\utils\src\Utils\Object.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\CompilerExtension.php |
C:\wamp\www\Capellen\BP\vendor\tracy\tracy\src\Tracy\Bar.php |
C:\wamp\www\Capellen\BP\vendor\tracy\tracy\src\Tracy\BlueScreen.php |
C:\wamp\www\Capellen\BP\vendor\tracy\tracy\src\Tracy\Dumper.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\exceptions.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\IMacro.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\Macros\MacroSet.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\Object.php |
C:\wamp\www\Capellen\BP\vendor\nette\utils\src\Utils\ArrayHash.php |
C:\wamp\www\Capellen\BP\vendor\nette\utils\src\Utils\ArrayList.php |
C:\wamp\www\Capellen\BP\vendor\nette\utils\src\Utils\DateTime.php |
C:\wamp\www\Capellen\BP\vendor\nette\utils\src\Utils\Image.php |
C:\wamp\www\Capellen\BP\vendor\nette\utils\src\Utils\ObjectMixin.php |
C:\wamp\www\Capellen\BP\vendor\nette\neon\src\Neon\Exception.php |
C:\wamp\www\Capellen\BP\vendor\nette\neon\src\Neon\Entity.php |
C:\wamp\www\Capellen\BP\vendor\nette\neon\src\Neon\Neon.php |
C:\wamp\www\Capellen\BP\vendor\nette\deprecated\src\shortcuts.php |
C:\wamp\www\Capellen\BP\vendor\tracy\tracy\src\Tracy\Debugger.php |
C:\wamp\www\Capellen\BP\vendor\tracy\tracy\src\Tracy\ILogger.php |
C:\wamp\www\Capellen\BP\vendor\tracy\tracy\src\Tracy\DefaultBarPanel.php |
C:\wamp\www\Capellen\BP\vendor\tracy\tracy\src\Tracy\IBarPanel.php |
C:\wamp\www\Capellen\BP\vendor\tracy\tracy\src\Tracy\FireLogger.php |
C:\wamp\www\Capellen\BP\vendor\tracy\tracy\src\Tracy\Helpers.php |
C:\wamp\www\Capellen\BP\vendor\tracy\tracy\src\Tracy\Logger.php |
C:\wamp\www\Capellen\BP\vendor\nette\bootstrap\src\Bridges\Framework\TracyBridge.php |
C:\wamp\www\Capellen\BP\vendor\nette\nette\Nette\Framework.php |
C:\wamp\www\Capellen\BP\vendor\nette\robot-loader\src\RobotLoader\RobotLoader.php |
C:\wamp\www\Capellen\BP\vendor\nette\caching\src\Caching\Storages\FileStorage.php |
C:\wamp\www\Capellen\BP\vendor\nette\caching\src\Caching\IStorage.php |
C:\wamp\www\Capellen\BP\vendor\nette\caching\src\Caching\Cache.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\Config\Loader.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\Config\Adapters\NeonAdapter.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\Config\IAdapter.php |
C:\wamp\www\Capellen\BP\vendor\nette\neon\src\Neon\Decoder.php |
C:\wamp\www\Capellen\BP\vendor\nette\utils\src\Utils\Validators.php |
C:\wamp\www\Capellen\BP\vendor\nette\utils\src\Utils\exceptions.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\ContainerLoader.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\Compiler.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\ContainerBuilder.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\Config\Helpers.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\Extensions\PhpExtension.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\Helpers.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\Extensions\ConstantsExtension.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\Extensions\ExtensionsExtension.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Bridges\ApplicationDI\ApplicationExtension.php |
C:\wamp\www\Capellen\BP\vendor\nette\utils\src\Utils\Arrays.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\Extensions\DecoratorExtension.php |
C:\wamp\www\Capellen\BP\vendor\nette\caching\src\Bridges\CacheDI\CacheExtension.php |
C:\wamp\www\Capellen\BP\vendor\nette\database\src\Bridges\DatabaseDI\DatabaseExtension.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\Extensions\DIExtension.php |
C:\wamp\www\Capellen\BP\vendor\nette\forms\src\Bridges\FormsDI\FormsExtension.php |
C:\wamp\www\Capellen\BP\vendor\nette\http\src\Bridges\HttpDI\HttpExtension.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Bridges\ApplicationDI\LatteExtension.php |
C:\wamp\www\Capellen\BP\vendor\nette\mail\src\Bridges\MailDI\MailExtension.php |
C:\wamp\www\Capellen\BP\vendor\nette\reflection\src\Bridges\ReflectionDI\ReflectionExtension.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Bridges\ApplicationDI\RoutingExtension.php |
C:\wamp\www\Capellen\BP\vendor\nette\security\src\Bridges\SecurityDI\SecurityExtension.php |
C:\wamp\www\Capellen\BP\vendor\nette\http\src\Bridges\HttpDI\SessionExtension.php |
C:\wamp\www\Capellen\BP\vendor\tracy\tracy\src\Bridges\Nette\TracyExtension.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\Extensions\InjectExtension.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\UI\Presenter.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\UI\Control.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\UI\PresenterComponent.php |
C:\wamp\www\Capellen\BP\vendor\nette\component-model\src\ComponentModel\Container.php |
C:\wamp\www\Capellen\BP\vendor\nette\component-model\src\ComponentModel\Component.php |
C:\wamp\www\Capellen\BP\vendor\nette\component-model\src\ComponentModel\IComponent.php |
C:\wamp\www\Capellen\BP\vendor\nette\component-model\src\ComponentModel\IContainer.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\UI\ISignalReceiver.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\UI\IStatePersistent.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\UI\IRenderable.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\IPresenter.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\ServiceDefinition.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\Statement.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\Engine.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\Compiler.php |
C:\wamp\www\Capellen\BP\vendor\nette\deprecated\src\Templating\FileTemplate.php |
C:\wamp\www\Capellen\BP\vendor\nette\deprecated\src\Templating\Template.php |
C:\wamp\www\Capellen\BP\vendor\nette\deprecated\src\Templating\ITemplate.php |
C:\wamp\www\Capellen\BP\vendor\nette\deprecated\src\Templating\IFileTemplate.php |
C:\wamp\www\Capellen\BP\app\forms\SignFormFactory.php |
C:\wamp\www\Capellen\BP\app\model\UserManager.php |
C:\wamp\www\Capellen\BP\vendor\nette\security\src\Security\IAuthenticator.php |
C:\wamp\www\Capellen\BP\vendor\nette\utils\src\Utils\Strings.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Bridges\ApplicationLatte\ILatteFactory.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\Application.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\PresenterFactory.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\IPresenterFactory.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\LinkGenerator.php |
C:\wamp\www\Capellen\BP\vendor\nette\caching\src\Caching\Storages\FileJournal.php |
C:\wamp\www\Capellen\BP\vendor\nette\caching\src\Caching\Storages\IJournal.php |
C:\wamp\www\Capellen\BP\vendor\nette\database\src\Database\Connection.php |
C:\wamp\www\Capellen\BP\vendor\nette\database\src\Database\Structure.php |
C:\wamp\www\Capellen\BP\vendor\nette\database\src\Database\IStructure.php |
C:\wamp\www\Capellen\BP\vendor\nette\database\src\Database\Conventions\DiscoveredConventions.php |
C:\wamp\www\Capellen\BP\vendor\nette\database\src\Database\IConventions.php |
C:\wamp\www\Capellen\BP\vendor\nette\database\src\Database\Context.php |
C:\wamp\www\Capellen\BP\vendor\nette\http\src\Http\RequestFactory.php |
C:\wamp\www\Capellen\BP\vendor\nette\utils\src\Utils\Callback.php |
C:\wamp\www\Capellen\BP\vendor\nette\reflection\src\Reflection\Method.php |
C:\wamp\www\Capellen\BP\vendor\nette\reflection\src\Reflection\ClassType.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\PhpReflection.php |
C:\wamp\www\Capellen\BP\vendor\nette\http\src\Http\Request.php |
C:\wamp\www\Capellen\BP\vendor\nette\http\src\Http\IRequest.php |
C:\wamp\www\Capellen\BP\vendor\nette\http\src\Http\Response.php |
C:\wamp\www\Capellen\BP\vendor\nette\http\src\Http\IResponse.php |
C:\wamp\www\Capellen\BP\vendor\nette\http\src\Http\Context.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Bridges\ApplicationLatte\TemplateFactory.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\UI\ITemplateFactory.php |
C:\wamp\www\Capellen\BP\vendor\nette\mail\src\Mail\SendmailMailer.php |
C:\wamp\www\Capellen\BP\vendor\nette\mail\src\Mail\IMailer.php |
C:\wamp\www\Capellen\BP\app\router\RouterFactory.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\IRouter.php |
C:\wamp\www\Capellen\BP\vendor\nette\http\src\Http\UserStorage.php |
C:\wamp\www\Capellen\BP\vendor\nette\security\src\Security\IUserStorage.php |
C:\wamp\www\Capellen\BP\vendor\nette\security\src\Security\User.php |
C:\wamp\www\Capellen\BP\vendor\nette\http\src\Http\Session.php |
C:\wamp\www\Capellen\BP\vendor\nette\di\src\DI\Container.php |
C:\wamp\www\Capellen\BP\vendor\nette\caching\src\Caching\Storages\DevNullStorage.php |
C:\wamp\www\Capellen\BP\vendor\nette\finder\src\Finder\Finder.php |
C:\wamp\www\Capellen\BP\vendor\nette\finder\src\Finder\RecursiveCallbackFilterIterator.php |
C:\wamp\www\Capellen\BP\vendor\nette\finder\src\Finder\CallbackFilterIterator.php |
C:\wamp\www\Capellen\BP\app\presenters\AdminPresenter.php |
C:\wamp\www\Capellen\BP\app\presenters\BasePresenter.php |
C:\wamp\www\Capellen\BP\app\presenters\DatabazePresenter.php |
C:\wamp\www\Capellen\BP\app\presenters\EciovniPresenter.php |
C:\wamp\www\Capellen\BP\app\presenters\ErrorPresenter.php |
C:\wamp\www\Capellen\BP\app\presenters\HomepagePresenter.php |
C:\wamp\www\Capellen\BP\app\presenters\InfoPresenter.php |
C:\wamp\www\Capellen\BP\app\presenters\LoginPresenter.php |
C:\wamp\www\Capellen\BP\app\presenters\OrderPresenter.php |
C:\wamp\www\Capellen\BP\app\presenters\SignPresenter.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\ErrorPresenter.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\MicroPresenter.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\exceptions.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\UI\PresenterComponentReflection.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Bridges\ApplicationDI\PresenterFactoryCallback.php |
C:\wamp\www\Capellen\BP\vendor\nette\php-generator\src\PhpGenerator\ClassType.php |
C:\wamp\www\Capellen\BP\vendor\nette\php-generator\src\PhpGenerator\Method.php |
C:\wamp\www\Capellen\BP\vendor\nette\php-generator\src\PhpGenerator\Helpers.php |
C:\wamp\www\Capellen\BP\vendor\nette\php-generator\src\PhpGenerator\Property.php |
C:\wamp\www\Capellen\BP\vendor\nette\php-generator\src\PhpGenerator\PhpLiteral.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Bridges\ApplicationTracy\RoutingPanel.php |
C:\wamp\www\Capellen\BP\vendor\nette\database\src\Database\Helpers.php |
C:\wamp\www\Capellen\BP\vendor\nette\php-generator\src\PhpGenerator\Parameter.php |
C:\wamp\www\Capellen\BP\vendor\nette\security\src\Security\IAuthorizator.php |
C:\wamp\www\Capellen\BP\vendor\nette\security\src\Bridges\SecurityTracy\UserPanel.php |
C:\wamp\www\Capellen\BP\temp\cache\Nette.Configurator\Container_1bd7c7bbbb.php |
C:\wamp\www\Capellen\BP\vendor\nette\reflection\src\Reflection\AnnotationsParser.php |
C:\wamp\www\Capellen\BP\vendor\nette\http\src\Http\UrlScript.php |
C:\wamp\www\Capellen\BP\vendor\nette\http\src\Http\Url.php |
C:\wamp\www\Capellen\BP\vendor\nette\http\src\Http\Helpers.php |
C:\wamp\www\Capellen\BP\vendor\nette\security\src\Security\Identity.php |
C:\wamp\www\Capellen\BP\vendor\nette\security\src\Security\IIdentity.php |
C:\wamp\www\Capellen\BP\vendor\nette\deprecated\src\Environment.php |
C:\wamp\www\Capellen\BP\vendor\nette\forms\src\Forms\Container.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\Routers\RouteList.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\Routers\Route.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\Request.php |
C:\wamp\www\Capellen\BP\vendor\nette\database\src\Bridges\DatabaseTracy\ConnectionPanel.php |
C:\wamp\www\Capellen\BP\vendor\nette\http\src\Http\SessionSection.php |
C:\wamp\www\Capellen\BP\app\model\AclModel.php |
C:\wamp\www\Capellen\BP\vendor\nette\security\src\Security\Permission.php |
C:\wamp\www\Capellen\BP\vendor\nette\utils\src\Utils\Html.php |
C:\wamp\www\Capellen\BP\vendor\nette\utils\src\Utils\IHtmlString.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Bridges\ApplicationLatte\Template.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Application\UI\ITemplate.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Bridges\ApplicationLatte\Loader.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\Loaders\FileLoader.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\ILoader.php |
C:\wamp\www\Capellen\BP\vendor\mpdf\mpdf\mpdf.php |
C:\wamp\www\Capellen\BP\vendor\mpdf\mpdf\includes\functions.php |
C:\wamp\www\Capellen\BP\vendor\mpdf\mpdf\config_cp.php |
C:\wamp\www\Capellen\BP\vendor\mpdf\mpdf\classes\grad.php |
C:\wamp\www\Capellen\BP\vendor\mpdf\mpdf\classes\form.php |
C:\wamp\www\Capellen\BP\vendor\mpdf\mpdf\config.php |
C:\wamp\www\Capellen\BP\vendor\mpdf\mpdf\config_fonts.php |
C:\wamp\www\Capellen\BP\vendor\mpdf\mpdf\classes\cssmgr.php |
C:\wamp\www\Capellen\BP\vendor\mpdf\mpdf\ttfontdata\dejavuserifcondensed.mtx.php |
C:\wamp\www\Capellen\BP\vendor\OndrejBrejla\Eciovni\OndrejBrejla\Eciovni\ParticipantBuilder.php |
C:\wamp\www\Capellen\BP\vendor\OndrejBrejla\Eciovni\OndrejBrejla\Eciovni\ParticipantImpl.php |
C:\wamp\www\Capellen\BP\vendor\OndrejBrejla\Eciovni\OndrejBrejla\Eciovni\Participant.php |
C:\wamp\www\Capellen\BP\vendor\OndrejBrejla\Eciovni\OndrejBrejla\Eciovni\ItemImpl.php |
C:\wamp\www\Capellen\BP\vendor\OndrejBrejla\Eciovni\OndrejBrejla\Eciovni\Item.php |
C:\wamp\www\Capellen\BP\vendor\OndrejBrejla\Eciovni\OndrejBrejla\Eciovni\TaxImpl.php |
C:\wamp\www\Capellen\BP\vendor\OndrejBrejla\Eciovni\OndrejBrejla\Eciovni\Tax.php |
C:\wamp\www\Capellen\BP\vendor\OndrejBrejla\Eciovni\OndrejBrejla\Eciovni\DataBuilder.php |
C:\wamp\www\Capellen\BP\vendor\OndrejBrejla\Eciovni\OndrejBrejla\Eciovni\DataImpl.php |
C:\wamp\www\Capellen\BP\vendor\OndrejBrejla\Eciovni\OndrejBrejla\Eciovni\Data.php |
C:\wamp\www\Capellen\BP\vendor\OndrejBrejla\Eciovni\OndrejBrejla\Eciovni\Eciovni.php |
C:\wamp\www\Capellen\BP\vendor\nette\component-model\src\ComponentModel\RecursiveComponentIterator.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\Helpers.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\Parser.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\Macros\CoreMacros.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\Macros\BlockMacros.php |
C:\wamp\www\Capellen\BP\vendor\nette\caching\src\Bridges\CacheLatte\CacheMacro.php |
C:\wamp\www\Capellen\BP\vendor\nette\application\src\Bridges\ApplicationLatte\UIMacros.php |
C:\wamp\www\Capellen\BP\vendor\nette\forms\src\Bridges\FormsLatte\FormMacros.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\Token.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\HtmlNode.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\MacroNode.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\MacroTokens.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\TokenIterator.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\Tokenizer.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\PhpWriter.php |
C:\wamp\www\Capellen\BP\temp\cache\latte\Eciovni-OndrejBrejla-Eciovni-Eciovni-latte-Templatee5266d717b2278cedc5c73d759de99c9.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\Template.php |
C:\wamp\www\Capellen\BP\vendor\latte\latte\src\Latte\Runtime\Filters.php |
C:\wamp\www\Capellen\BP\vendor\mpdf\mpdf\classes\ttfontsuni.php |
C:\wamp\www\Capellen\BP\vendor\tracy\tracy\src\Tracy\assets\BlueScreen\bluescreen.phtml |
Apache Version | Apache/2.4.9 (Win32) PHP/5.5.12 |
Apache API Version | 20120211 |
Server Administrator | admin@example.com |
Hostname:Port | localhost:80 |
Max Requests | Per Child: 0 - Keep Alive: on - Max Per Connection: 100 |
Timeouts | Connection: 60 - Keep-Alive: 5 |
Virtual Server | No |
Server Root | C:/wamp/bin/apache/apache2.4.9 |
Loaded Modules | core mod_win32 mpm_winnt http_core mod_so mod_access_compat mod_actions mod_alias mod_allowmethods mod_asis mod_auth_basic mod_authn_core mod_authn_file mod_authz_core mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cache mod_cache_disk mod_cgi mod_deflate mod_dir mod_env mod_file_cache mod_include mod_isapi mod_log_config mod_mime mod_negotiation mod_rewrite mod_setenvif mod_vhost_alias mod_php5 |
Directive | Local Value | Master Value |
---|---|---|
engine | 1 | 1 |
last_modified | 0 | 0 |
xbithack | 0 | 0 |
Variable | Value |
---|---|
REDIRECT_STATUS | 200 |
HTTP_HOST | localhost |
HTTP_CONNECTION | keep-alive |
HTTP_CACHE_CONTROL | max-age=0 |
HTTP_UPGRADE_INSECURE_REQUESTS | 1 |
HTTP_USER_AGENT | Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 |
HTTP_ACCEPT | text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 |
HTTP_REFERER | http://localhost/Capellen/BP/www/ |
HTTP_ACCEPT_ENCODING | gzip, deflate, sdch |
HTTP_ACCEPT_LANGUAGE | cs-CZ,cs;q=0.8,en;q=0.6 |
HTTP_COOKIE | PHPSESSID=v8elj5sgqrj92s6m7uvgcrov40; nette-browser=k3uod233fj |
PATH | C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\EgisTec MyWinLocker\x64;C:\Program Files (x86)\EgisTec MyWinLocker\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Diskeeper Corporation\ExpressCache\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\doxygen\bin;C:\Program Files (x86)\CloudFoundry;c:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Skype\Phone\;C:\wamp\bin\php\php5.5.12;C:\ProgramData\ComposerSetup\bin;C:\Program Files\Git\cmd;C:\Program Files (x86)\IBM\IBM Bluemix Live Sync CLI;C:\Program Files\IBM\Bluemix\bin; |
SystemRoot | C:\WINDOWS |
COMSPEC | C:\WINDOWS\system32\cmd.exe |
PATHEXT | .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC |
WINDIR | C:\WINDOWS |
SERVER_SIGNATURE | <address>Apache/2.4.9 (Win32) PHP/5.5.12 Server at localhost Port 80</address> |
SERVER_SOFTWARE | Apache/2.4.9 (Win32) PHP/5.5.12 |
SERVER_NAME | localhost |
SERVER_ADDR | ::1 |
SERVER_PORT | 80 |
REMOTE_ADDR | ::1 |
DOCUMENT_ROOT | C:/wamp/www/ |
REQUEST_SCHEME | http |
CONTEXT_PREFIX | no value |
CONTEXT_DOCUMENT_ROOT | C:/wamp/www/ |
SERVER_ADMIN | admin@example.com |
SCRIPT_FILENAME | C:/wamp/www/Capellen/BP/www/index.php |
REMOTE_PORT | 62900 |
REDIRECT_URL | /Capellen/BP/www/eciovni/generate |
GATEWAY_INTERFACE | CGI/1.1 |
SERVER_PROTOCOL | HTTP/1.1 |
REQUEST_METHOD | GET |
QUERY_STRING | no value |
REQUEST_URI | /Capellen/BP/www/eciovni/generate |
SCRIPT_NAME | /Capellen/BP/www/index.php |
HTTP Request Headers | |
---|---|
HTTP Request | GET /Capellen/BP/www/eciovni/generate HTTP/1.1 |
Host | localhost |
Connection | keep-alive |
Cache-Control | max-age=0 |
Upgrade-Insecure-Requests | 1 |
User-Agent | Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 |
Accept | text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 |
Referer | http://localhost/Capellen/BP/www/ |
Accept-Encoding | gzip, deflate, sdch |
Accept-Language | cs-CZ,cs;q=0.8,en;q=0.6 |
Cookie | PHPSESSID=v8elj5sgqrj92s6m7uvgcrov40; nette-browser=k3uod233fj |
HTTP Response Headers | |
X-Powered-By | Nette Framework |
X-Frame-Options | SAMEORIGIN |
Expires | Sat, 26 Jul 1997 05:00:00 GMT |
Cache-Control | public, must-revalidate, max-age=0 |
Pragma | public |
Vary | X-Requested-With |
Content-disposition | inline; filename="mpdf.pdf" |
Last-Modified | Thu, 18 Aug 2016 19:17:52 GMT |
Set-Cookie | PHPSESSID=v8elj5sgqrj92s6m7uvgcrov40; expires=Thu, 01-Sep-2016 19:17:51 GMT; Max-Age=1209600; path=/; httponly |
Set-Cookie | nette-browser=k3uod233fj; path=/; httponly |
Keep-Alive | timeout=5, max=100 |
Connection | Keep-Alive |
Transfer-Encoding | chunked |
Content-Type | application/pdf |
BCMath support | enabled |
Directive | Local Value | Master Value |
---|---|---|
bcmath.scale | 0 | 0 |
BZip2 Support | Enabled |
Stream Wrapper support | compress.bzip2:// |
Stream Filter support | bzip2.decompress, bzip2.compress |
BZip2 Version | 1.0.6, 6-Sept-2010 |
Calendar support | enabled |
COM support | enabled |
---|---|
DCOM support | disabled |
.Net support | enabled |
Directive | Local Value | Master Value |
---|---|---|
com.allow_dcom | 0 | 0 |
com.autoregister_casesensitive | 1 | 1 |
com.autoregister_typelib | 0 | 0 |
com.autoregister_verbose | 0 | 0 |
com.code_page | no value | no value |
com.typelib_file | no value | no value |
PHP Version | 5.5.12 |
Directive | Local Value | Master Value |
---|---|---|
allow_url_fopen | On | On |
allow_url_include | Off | Off |
always_populate_raw_post_data | Off | Off |
arg_separator.input | & | & |
arg_separator.output | & | & |
asp_tags | Off | Off |
auto_append_file | no value | no value |
auto_globals_jit | On | On |
auto_prepend_file | no value | no value |
browscap | no value | no value |
default_charset | no value | no value |
default_mimetype | text/html | text/html |
disable_classes | no value | no value |
disable_functions | no value | no value |
display_errors | On | On |
display_startup_errors | On | On |
doc_root | no value | no value |
docref_ext | no value | no value |
docref_root | no value | no value |
enable_dl | Off | Off |
enable_post_data_reading | On | On |
error_append_string | no value | no value |
error_log | c:/wamp/logs/php_error.log | c:/wamp/logs/php_error.log |
error_prepend_string | no value | no value |
error_reporting | 0 | 32767 |
exit_on_timeout | Off | Off |
expose_php | On | On |
extension_dir | c:/wamp/bin/php/php5.5.12/ext/ | c:/wamp/bin/php/php5.5.12/ext/ |
file_uploads | On | On |
highlight.comment | #998; font-style: italic | #FF8000 |
highlight.default | #000 | #0000BB |
highlight.html | #06B | #000000 |
highlight.keyword | #D24; font-weight: bold | #007700 |
highlight.string | #080 | #DD0000 |
html_errors | Off | On |
ignore_repeated_errors | Off | Off |
ignore_repeated_source | Off | Off |
ignore_user_abort | Off | Off |
implicit_flush | Off | Off |
include_path | .;C:\php\pear | .;C:\php\pear |
log_errors | Off | On |
log_errors_max_len | 1024 | 1024 |
mail.add_x_header | On | On |
mail.force_extra_parameters | no value | no value |
mail.log | no value | no value |
max_execution_time | 120 | 120 |
max_file_uploads | 20 | 20 |
max_input_nesting_level | 64 | 64 |
max_input_time | 60 | 60 |
max_input_vars | 2500 | 2500 |
memory_limit | 128M | 128M |
open_basedir | no value | no value |
output_buffering | 4096 | 4096 |
output_handler | no value | no value |
post_max_size | 3M | 3M |
precision | 14 | 14 |
realpath_cache_size | 16K | 16K |
realpath_cache_ttl | 120 | 120 |
register_argc_argv | Off | Off |
report_memleaks | On | On |
report_zend_debug | On | On |
request_order | GP | GP |
sendmail_from | you@yourdomain | you@yourdomain |
sendmail_path | no value | no value |
serialize_precision | 17 | 17 |
short_open_tag | Off | Off |
SMTP | localhost | localhost |
smtp_port | 25 | 25 |
sql.safe_mode | Off | Off |
sys_temp_dir | no value | no value |
track_errors | On | On |
unserialize_callback_func | no value | no value |
upload_max_filesize | 64M | 64M |
upload_tmp_dir | c:/wamp/tmp | c:/wamp/tmp |
user_dir | no value | no value |
user_ini.cache_ttl | 300 | 300 |
user_ini.filename | .user.ini | .user.ini |
variables_order | GPCS | GPCS |
windows.show_crt_warning | Off | Off |
xmlrpc_error_number | 0 | 0 |
xmlrpc_errors | Off | Off |
zend.detect_unicode | On | On |
zend.enable_gc | On | On |
zend.multibyte | Off | Off |
zend.script_encoding | no value | no value |
ctype functions | enabled |
cURL support | enabled |
cURL Information | 7.36.0 |
Age | 3 |
Features | |
AsynchDNS | Yes |
CharConv | No |
Debug | No |
GSS-Negotiate | Yes |
IDN | Yes |
IPv6 | Yes |
krb4 | No |
Largefile | Yes |
libz | Yes |
NTLM | Yes |
NTLMWB | No |
SPNEGO | Yes |
SSL | Yes |
SSPI | Yes |
TLS-SRP | No |
Protocols | dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp |
Host | i386-pc-win32 |
SSL Version | OpenSSL/1.0.1g |
ZLib Version | 1.2.7 |
libSSH Version | libssh2/1.4.3 |
date/time support | enabled |
"Olson" Timezone Database Version | 2014.2 |
Timezone Database | internal |
Default timezone | Europe/Prague |
Directive | Local Value | Master Value |
---|---|---|
date.default_latitude | 48.88778 | 48.88778 |
date.default_longitude | 2.31806 | 2.31806 |
date.sunrise_zenith | 90.583333 | 90.583333 |
date.sunset_zenith | 90.583333 | 90.583333 |
date.timezone | Europe/Paris | Europe/Paris |
DOM/XML | enabled |
DOM/XML API Version | 20031129 |
libxml Version | 2.9.1 |
HTML Support | enabled |
XPath Support | enabled |
XPointer Support | enabled |
Schema Support | enabled |
RelaxNG Support | enabled |
Regex Library | Bundled library enabled |
EXIF Support | enabled |
EXIF Version | 1.4 $Id$ |
Supported EXIF Version | 0220 |
Supported filetypes | JPEG,TIFF |
Directive | Local Value | Master Value |
---|---|---|
exif.decode_jis_intel | JIS | JIS |
exif.decode_jis_motorola | JIS | JIS |
exif.decode_unicode_intel | UCS-2LE | UCS-2LE |
exif.decode_unicode_motorola | UCS-2BE | UCS-2BE |
exif.encode_jis | no value | no value |
exif.encode_unicode | ISO-8859-15 | ISO-8859-15 |
fileinfo support | enabled |
version | 1.0.5 |
Input Validation and Filtering | enabled |
Revision | $Id: 4d3899e089e6e45b157975ceef2ac7deb6e9d762 $ |
Directive | Local Value | Master Value |
---|---|---|
filter.default | unsafe_raw | unsafe_raw |
filter.default_flags | no value | no value |
FTP support | enabled |
GD Support | enabled |
GD Version | bundled (2.1.0 compatible) |
FreeType Support | enabled |
FreeType Linkage | with freetype |
FreeType Version | 2.4.10 |
GIF Read Support | enabled |
GIF Create Support | enabled |
JPEG Support | enabled |
libJPEG Version | 9 compatible |
PNG Support | enabled |
libPNG Version | 1.5.18 |
WBMP Support | enabled |
XPM Support | enabled |
libXpm Version | 30411 |
XBM Support | enabled |
WebP Support | enabled |
Directive | Local Value | Master Value |
---|---|---|
gd.jpeg_ignore_warning | 0 | 0 |
GetText Support | enabled |
gmp support | enabled |
MPIR version | 2.6.0 |
hash support | enabled |
Hashing Engines | md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b fnv132 fnv164 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 |
iconv support | enabled |
iconv implementation | "libiconv" |
iconv library version | 1.14 |
Directive | Local Value | Master Value |
---|---|---|
iconv.input_encoding | ISO-8859-1 | ISO-8859-1 |
iconv.internal_encoding | ISO-8859-1 | ISO-8859-1 |
iconv.output_encoding | ISO-8859-1 | ISO-8859-1 |
IMAP c-Client Version | 2007f |
SSL Support | enabled |
Internationalization support | enabled |
---|---|
version | 1.1.0 |
ICU version | 51.2 |
ICU Data version | 51.2 |
Directive | Local Value | Master Value |
---|---|---|
intl.default_locale | fr_FR | fr_FR |
intl.error_level | 2 | 2 |
intl.use_exceptions | 0 | 0 |
json support | enabled |
json version | 1.2.1 |
LDAP Support | enabled |
RCS Version | $Id$ |
Total Links | 0/unlimited |
API Version | 3001 |
Vendor Name | OpenLDAP |
Vendor Version | 20433 |
SASL Support | Enabled |
Directive | Local Value | Master Value |
---|---|---|
ldap.max_links | Unlimited | Unlimited |
libXML support | active |
libXML Compiled Version | 2.9.1 |
libXML Loaded Version | 20901 |
libXML streams | enabled |
Multibyte Support | enabled |
Multibyte string engine | libmbfl |
HTTP input encoding translation | disabled |
libmbfl version | 1.3.2 |
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. |
---|
Multibyte (japanese) regex support | enabled |
Multibyte regex (oniguruma) version | 5.9.2 |
Directive | Local Value | Master Value |
---|---|---|
mbstring.detect_order | no value | no value |
mbstring.encoding_translation | Off | Off |
mbstring.func_overload | 0 | 0 |
mbstring.http_input | pass | pass |
mbstring.http_output | pass | pass |
mbstring.http_output_conv_mimetypes | ^(text/|application/xhtml\+xml) | ^(text/|application/xhtml\+xml) |
mbstring.internal_encoding | no value | no value |
mbstring.language | neutral | neutral |
mbstring.strict_detection | Off | Off |
mbstring.substitute_character | no value | no value |
mcrypt support | enabled |
---|---|
mcrypt_filter support | enabled |
Version | 2.5.8 |
Api No | 20021217 |
Supported ciphers | cast-128 gost rijndael-128 twofish cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes arcfour |
Supported modes | cbc cfb ctr ecb ncfb nofb ofb stream |
Directive | Local Value | Master Value |
---|---|---|
mcrypt.algorithms_dir | no value | no value |
mcrypt.modes_dir | no value | no value |
MHASH support | Enabled |
MHASH API Version | Emulated Support |
MySQL Support | enabled |
---|---|
Active Persistent Links | 0 |
Active Links | 0 |
Client API version | mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $ |
Directive | Local Value | Master Value |
---|---|---|
mysql.allow_local_infile | On | On |
mysql.allow_persistent | On | On |
mysql.connect_timeout | 60 | 60 |
mysql.default_host | no value | no value |
mysql.default_password | no value | no value |
mysql.default_port | 3306 | 3306 |
mysql.default_socket | no value | no value |
mysql.default_user | no value | no value |
mysql.max_links | Unlimited | Unlimited |
mysql.max_persistent | Unlimited | Unlimited |
mysql.trace_mode | Off | Off |
MysqlI Support | enabled |
---|---|
Client API library version | mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $ |
Active Persistent Links | 0 |
Inactive Persistent Links | 0 |
Active Links | 0 |
Directive | Local Value | Master Value |
---|---|---|
mysqli.allow_local_infile | On | On |
mysqli.allow_persistent | On | On |
mysqli.default_host | no value | no value |
mysqli.default_port | 3306 | 3306 |
mysqli.default_pw | no value | no value |
mysqli.default_socket | no value | no value |
mysqli.default_user | no value | no value |
mysqli.max_links | Unlimited | Unlimited |
mysqli.max_persistent | Unlimited | Unlimited |
mysqli.reconnect | Off | Off |
mysqlnd | enabled |
---|---|
Version | mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $ |
Compression | supported |
core SSL | supported |
extended SSL | not supported |
Command buffer size | 4096 |
Read buffer size | 32768 |
Read timeout | 31536000 |
Collecting statistics | Yes |
Collecting memory statistics | Yes |
Tracing | n/a |
Loaded plugins | mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password |
API Extensions | mysql,mysqli,pdo_mysql |
mysqlnd statistics | |
---|---|
bytes_sent | 126869 |
bytes_received | 661900 |
packets_sent | 2456 |
packets_received | 11364 |
protocol_overhead_in | 45456 |
protocol_overhead_out | 9824 |
bytes_received_ok_packet | 0 |
bytes_received_eof_packet | 0 |
bytes_received_rset_header_packet | 5751 |
bytes_received_rset_field_meta_packet | 0 |
bytes_received_rset_row_packet | 6384 |
bytes_received_prepare_response_packet | 264957 |
bytes_received_change_user_packet | 368792 |
packets_sent_command | 1099 |
packets_received_ok | 0 |
packets_received_eof | 0 |
packets_received_rset_header | 639 |
packets_received_rset_field_meta | 0 |
packets_received_rset_row | 866 |
packets_received_prepare_response | 4157 |
packets_received_change_user | 5340 |
result_set_queries | 639 |
non_result_set_queries | 221 |
no_index_used | 410 |
bad_index_used | 0 |
slow_queries | 0 |
buffered_sets | 638 |
unbuffered_sets | 1 |
ps_buffered_sets | 0 |
ps_unbuffered_sets | 0 |
flushed_normal_sets | 0 |
flushed_ps_sets | 0 |
ps_prepared_never_executed | 0 |
ps_prepared_once_executed | 0 |
rows_fetched_from_server_normal | 4701 |
rows_fetched_from_server_ps | 0 |
rows_buffered_from_client_normal | 4615 |
rows_buffered_from_client_ps | 0 |
rows_fetched_from_client_normal_buffered | 4645 |
rows_fetched_from_client_normal_unbuffered | 86 |
rows_fetched_from_client_ps_buffered | 0 |
rows_fetched_from_client_ps_unbuffered | 0 |
rows_fetched_from_client_ps_cursor | 0 |
rows_affected_normal | 8 |
rows_affected_ps | 0 |
rows_skipped_normal | 4615 |
rows_skipped_ps | 0 |
copy_on_write_saved | 25182 |
copy_on_write_performed | 9330 |
command_buffer_too_small | 0 |
connect_success | 129 |
connect_failure | 0 |
connection_reused | 0 |
reconnect | 0 |
pconnect_success | 80 |
active_connections | 18446744073709551487 |
active_persistent_connections | 18446744073709551536 |
explicit_close | 129 |
implicit_close | 0 |
disconnect_close | 0 |
in_middle_of_command_close | 0 |
explicit_free_result | 639 |
implicit_free_result | 0 |
explicit_stmt_close | 0 |
implicit_stmt_close | 0 |
mem_emalloc_count | 2528 |
mem_emalloc_amount | 375806 |
mem_ecalloc_count | 6600 |
mem_ecalloc_amount | 2280796 |
mem_erealloc_count | 2305 |
mem_erealloc_amount | 576288 |
mem_efree_count | 9747 |
mem_efree_amount | 2685491 |
mem_malloc_count | 10517 |
mem_malloc_amount | 10879217 |
mem_calloc_count | 3235 |
mem_calloc_amount | 290240 |
mem_realloc_count | 0 |
mem_realloc_amount | 0 |
mem_free_count | 14590 |
mem_free_amount | 11178398 |
mem_estrndup_count | 147 |
mem_strndup_count | 352 |
mem_estndup_count | 472 |
mem_strdup_count | 486 |
proto_text_fetched_null | 0 |
proto_text_fetched_bit | 0 |
proto_text_fetched_tinyint | 0 |
proto_text_fetched_short | 0 |
proto_text_fetched_int24 | 0 |
proto_text_fetched_int | 5723 |
proto_text_fetched_bigint | 2464 |
proto_text_fetched_decimal | 0 |
proto_text_fetched_float | 160 |
proto_text_fetched_double | 16 |
proto_text_fetched_date | 32 |
proto_text_fetched_year | 0 |
proto_text_fetched_time | 0 |
proto_text_fetched_datetime | 89 |
proto_text_fetched_timestamp | 0 |
proto_text_fetched_string | 24299 |
proto_text_fetched_blob | 583 |
proto_text_fetched_enum | 0 |
proto_text_fetched_set | 0 |
proto_text_fetched_geometry | 0 |
proto_text_fetched_other | 0 |
proto_binary_fetched_null | 0 |
proto_binary_fetched_bit | 0 |
proto_binary_fetched_tinyint | 0 |
proto_binary_fetched_short | 0 |
proto_binary_fetched_int24 | 0 |
proto_binary_fetched_int | 0 |
proto_binary_fetched_bigint | 0 |
proto_binary_fetched_decimal | 0 |
proto_binary_fetched_float | 0 |
proto_binary_fetched_double | 0 |
proto_binary_fetched_date | 0 |
proto_binary_fetched_year | 0 |
proto_binary_fetched_time | 0 |
proto_binary_fetched_datetime | 0 |
proto_binary_fetched_timestamp | 0 |
proto_binary_fetched_string | 0 |
proto_binary_fetched_blob | 0 |
proto_binary_fetched_enum | 0 |
proto_binary_fetched_set | 0 |
proto_binary_fetched_geometry | 0 |
proto_binary_fetched_other | 0 |
init_command_executed_count | 0 |
init_command_failed_count | 0 |
com_quit | 129 |
com_init_db | 104 |
com_query | 866 |
com_field_list | 0 |
com_create_db | 0 |
com_drop_db | 0 |
com_refresh | 0 |
com_shutdown | 0 |
com_statistics | 0 |
com_process_info | 0 |
com_connect | 0 |
com_process_kill | 0 |
com_debug | 0 |
com_ping | 0 |
com_time | 0 |
com_delayed_insert | 0 |
com_change_user | 0 |
com_binlog_dump | 0 |
com_table_dump | 0 |
com_connect_out | 0 |
com_register_slave | 0 |
com_stmt_prepare | 0 |
com_stmt_execute | 0 |
com_stmt_send_long_data | 0 |
com_stmt_close | 0 |
com_stmt_reset | 0 |
com_stmt_set_option | 0 |
com_stmt_fetch | 0 |
com_deamon | 0 |
bytes_received_real_data_normal | 312506 |
bytes_received_real_data_ps | 0 |
ODBC Support | enabled |
---|---|
Active Persistent Links | 0 |
Active Links | 0 |
ODBC library | Win32 |
Directive | Local Value | Master Value |
---|---|---|
odbc.allow_persistent | On | On |
odbc.check_persistent | On | On |
odbc.default_cursortype | Static cursor | Static cursor |
odbc.default_db | no value | no value |
odbc.default_pw | no value | no value |
odbc.default_user | no value | no value |
odbc.defaultbinmode | return as is | return as is |
odbc.defaultlrl | return up to 4096 bytes | return up to 4096 bytes |
odbc.max_links | Unlimited | Unlimited |
odbc.max_persistent | Unlimited | Unlimited |
OpenSSL support | enabled |
OpenSSL Library Version | OpenSSL 1.0.1g 7 Apr 2014 |
OpenSSL Header Version | OpenSSL 1.0.1g 7 Apr 2014 |
PCRE (Perl Compatible Regular Expressions) Support | enabled |
PCRE Library Version | 8.34 2013-12-15 |
Directive | Local Value | Master Value |
---|---|---|
pcre.backtrack_limit | 1000000 | 1000000 |
pcre.recursion_limit | 100000 | 100000 |
PDO support | enabled |
---|---|
PDO drivers | mysql, sqlite |
PDO Driver for MySQL | enabled |
---|---|
Client API version | mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $ |
PDO Driver for SQLite 3.x | enabled |
---|---|
SQLite Library | 3.8.4.3 |
Phar: PHP Archive support | enabled |
---|---|
Phar EXT version | 2.0.2 |
Phar API version | 1.1.1 |
SVN revision | $Id: a5488937a80433d434af6753d3db8517feaf91df $ |
Phar-based phar archives | enabled |
Tar-based phar archives | enabled |
ZIP-based phar archives | enabled |
gzip compression | enabled |
bzip2 compression | enabled |
OpenSSL support | enabled |
Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. |
Directive | Local Value | Master Value |
---|---|---|
phar.cache_list | no value | no value |
phar.readonly | On | On |
phar.require_hash | On | On |
Reflection | enabled |
---|---|
Version | $Id: 31d836a7ac92a37b5c580836d91ad4736fe2f376 $ |
Session Support | enabled |
Registered save handlers | files user |
Registered serializer handlers | php_serialize php php_binary wddx |
Directive | Local Value | Master Value |
---|---|---|
session.auto_start | Off | Off |
session.cache_expire | 180 | 180 |
session.cache_limiter | nocache | nocache |
session.cookie_domain | no value | no value |
session.cookie_httponly | On | Off |
session.cookie_lifetime | 1209600 | 0 |
session.cookie_path | / | / |
session.cookie_secure | Off | Off |
session.entropy_file | no value | no value |
session.entropy_length | 0 | 0 |
session.gc_divisor | 1000 | 1000 |
session.gc_maxlifetime | 1209600 | 1800 |
session.gc_probability | 1 | 1 |
session.hash_bits_per_character | 5 | 5 |
session.hash_function | 0 | 0 |
session.name | PHPSESSID | PHPSESSID |
session.referer_check | no value | no value |
session.save_handler | files | files |
session.save_path | c:/wamp/tmp | c:/wamp/tmp |
session.serialize_handler | php | php |
session.upload_progress.cleanup | On | On |
session.upload_progress.enabled | On | On |
session.upload_progress.freq | 1% | 1% |
session.upload_progress.min_freq | 1 | 1 |
session.upload_progress.name | PHP_SESSION_UPLOAD_PROGRESS | PHP_SESSION_UPLOAD_PROGRESS |
session.upload_progress.prefix | upload_progress_ | upload_progress_ |
session.use_cookies | On | On |
session.use_only_cookies | On | On |
session.use_strict_mode | Off | Off |
session.use_trans_sid | 0 | 0 |
shmop support | enabled |
Simplexml support | enabled |
---|---|
Revision | $Id: f84e1e014d888b0412910755edb035e56483fcf8 $ |
Schema support | enabled |
Soap Client | enabled |
Soap Server | enabled |
Directive | Local Value | Master Value |
---|---|---|
soap.wsdl_cache | 1 | 1 |
soap.wsdl_cache_dir | /tmp | /tmp |
soap.wsdl_cache_enabled | 1 | 1 |
soap.wsdl_cache_limit | 5 | 5 |
soap.wsdl_cache_ttl | 86400 | 86400 |
Sockets Support | enabled |
SPL support | enabled |
---|---|
Interfaces | Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject |
Classes | AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException |
SQLite3 support | enabled |
---|---|
SQLite3 module version | 0.7-dev |
SQLite Library | 3.8.4.3 |
Directive | Local Value | Master Value |
---|---|---|
sqlite3.extension_dir | no value | no value |
Dynamic Library Support | enabled |
Internal Sendmail Support for Windows | enabled |
Directive | Local Value | Master Value |
---|---|---|
assert.active | 1 | 1 |
assert.bail | 0 | 0 |
assert.callback | no value | no value |
assert.quiet_eval | 0 | 0 |
assert.warning | 1 | 1 |
auto_detect_line_endings | 0 | 0 |
default_socket_timeout | 60 | 60 |
from | no value | no value |
url_rewriter.tags | a=href,area=href,frame=src,input=src,form=fakeentry | a=href,area=href,frame=src,input=src,form=fakeentry |
user_agent | no value | no value |
Tokenizer Support | enabled |
WDDX Support | enabled |
---|---|
WDDX Session Serializer | enabled |
xdebug support | enabled |
---|---|
Version | 2.2.5 |
IDE Key | PC$ |
Supported protocols | Revision |
---|---|
DBGp - Common DeBuGger Protocol | $Revision: 1.145 $ |
Directive | Local Value | Master Value |
---|---|---|
xdebug.auto_trace | Off | Off |
xdebug.cli_color | 0 | 0 |
xdebug.collect_assignments | Off | Off |
xdebug.collect_includes | On | On |
xdebug.collect_params | 0 | 0 |
xdebug.collect_return | Off | Off |
xdebug.collect_vars | Off | Off |
xdebug.coverage_enable | On | On |
xdebug.default_enable | On | On |
xdebug.dump.COOKIE | no value | no value |
xdebug.dump.ENV | no value | no value |
xdebug.dump.FILES | no value | no value |
xdebug.dump.GET | no value | no value |
xdebug.dump.POST | no value | no value |
xdebug.dump.REQUEST | no value | no value |
xdebug.dump.SERVER | no value | no value |
xdebug.dump.SESSION | no value | no value |
xdebug.dump_globals | On | On |
xdebug.dump_once | On | On |
xdebug.dump_undefined | Off | Off |
xdebug.extended_info | On | On |
xdebug.file_link_format | no value | no value |
xdebug.idekey | no value | no value |
xdebug.max_nesting_level | 100 | 100 |
xdebug.overload_var_dump | On | On |
xdebug.profiler_aggregate | Off | Off |
xdebug.profiler_append | Off | Off |
xdebug.profiler_enable | Off | Off |
xdebug.profiler_enable_trigger | Off | Off |
xdebug.profiler_output_dir | c:/wamp/tmp | c:/wamp/tmp |
xdebug.profiler_output_name | cachegrind.out.%t.%p | cachegrind.out.%t.%p |
xdebug.remote_autostart | Off | Off |
xdebug.remote_connect_back | Off | Off |
xdebug.remote_cookie_expire_time | 3600 | 3600 |
xdebug.remote_enable | Off | Off |
xdebug.remote_handler | dbgp | dbgp |
xdebug.remote_host | localhost | localhost |
xdebug.remote_log | no value | no value |
xdebug.remote_mode | req | req |
xdebug.remote_port | 9000 | 9000 |
xdebug.scream | Off | Off |
xdebug.show_exception_trace | Off | Off |
xdebug.show_local_vars | Off | Off |
xdebug.show_mem_delta | Off | Off |
xdebug.trace_enable_trigger | Off | Off |
xdebug.trace_format | 0 | 0 |
xdebug.trace_options | 0 | 0 |
xdebug.trace_output_dir | \ | \ |
xdebug.trace_output_name | trace.%c | trace.%c |
xdebug.var_display_max_children | 128 | 128 |
xdebug.var_display_max_data | 512 | 512 |
xdebug.var_display_max_depth | 3 | 3 |
XML Support | active |
XML Namespace Support | active |
libxml2 Version | 2.9.1 |
XMLReader | enabled |
core library version | xmlrpc-epi v. 0.51 |
php extension version | 0.51 |
author | Dan Libby |
homepage | http://xmlrpc-epi.sourceforge.net |
open sourced by | Epinions.com |
XMLWriter | enabled |
XSL | enabled |
libxslt Version | 1.1.27 |
libxslt compiled against libxml Version | 2.7.8 |
EXSLT | enabled |
libexslt Version | 0.8.16 |
Zip | enabled |
Extension Version | $Id: 05dd1ecc211075107543b0ef8cee488dd229fccf $ |
Zip version | 1.11.0 |
Libzip version | 0.10.1 |
ZLib Support | enabled |
---|---|
Stream Wrapper | compress.zlib:// |
Stream Filter | zlib.inflate, zlib.deflate |
Compiled Version | 1.2.7.3 |
Linked Version | 1.2.7.3 |
Directive | Local Value | Master Value |
---|---|---|
zlib.output_compression | Off | Off |
zlib.output_compression_level | -1 | -1 |
zlib.output_handler | no value | no value |
Module Name |
---|
Host | localhost |
---|---|
Connection | keep-alive |
Cache-Control | max-age=0 |
Upgrade-Insecure-Requests | 1 |
User-Agent | Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 |
Accept | text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 |
Referer | http://localhost/Capellen/BP/www/ |
Accept-Encoding | gzip, deflate, sdch |
Accept-Language | cs-CZ,cs;q=0.8,en;q=0.6 |
Cookie | PHPSESSID=v8elj5sgqrj92s6m7uvgcrov40; nette-browser=k3uod233fj |
empty
empty
PHPSESSID | "v8elj5sgqrj92s6m7uvgcrov40" (26)
|
---|---|
nette-browser | "k3uod233fj" (10)
|
X-Frame-Options: SAMEORIGIN
X-Powered-By: Nette Framework
Vary: X-Requested-With
Content-Type: application/pdf
Content-disposition: inline; filename="mpdf.pdf"
Cache-Control: public, must-revalidate, max-age=0
Pragma: public
Expires: Sat, 26 Jul 1997 05:00:00 GMT
Last-Modified: Thu, 18 Aug 2016 19:17:52 GMT
Set-Cookie: PHPSESSID=v8elj5sgqrj92s6m7uvgcrov40; expires=Thu, 01-Sep-2016 19:17:51 GMT; Max-Age=1209600; path=/; httponly
Set-Cookie: nette-browser=k3uod233fj; path=/; httponly