Nette\Application\BadRequestException #404

Záznam nebyl nalezen search►

Source file

File: .../src/Application/UI/Component.php:358

348: 349: /** 350: * Throws HTTP error. 351: * @param string 352: * @param int HTTP error code 353: * @return void 354: * @throws Nette\Application\BadRequestException 355: */ 356: public function error($message = null, $httpCode = Nette\Http\IResponse::S404_NOT_FOUND) 357: { 358: throw new Nette\Application\BadRequestException($message, $httpCode); 359: } 360: 361: 362: /********************* interface \ArrayAccess ****************d*g**/

Call stack

  1. .../presenters/LekcePresenter.php:40 source  Nette\Application\UI\Component->error(arguments)

    30: $this->lekceModel = $lekceModel; 31: $this->krokModel = $krokModel; 32: $this->uzivatelLekceModel = $uzivatelLekceModel; 33: } 34: 35: public function renderIndex($id, $krok=1, $varianta=null) 36: { 37: $uzivatelId = ($this->getUser()->isLoggedIn()) ? $this->user->id : null; 38: $lekce = $this->lekceModel->fetch($id); 39: if (!$lekce) 40: $this->error("Záznam nebyl nalezen"); 41: 42: $httpRequest = $this->getHttpRequest(); 43: 44: $session = $this->getSession();
    $message
    "Záznam nebyl nalezen" (21)
    
  2. inner-code App\FrontModule\Presenters\LekcePresenter->renderIndex(arguments)

    $id
    "7"
    
    $krok
    1
    
    $varianta
    null
    
  3. .../src/Application/UI/Component.php:92 source  ReflectionMethod->invokeArgs(arguments)

    82: * @param array 83: * @return bool does method exist? 84: */ 85: protected function tryCall($method, array $params) 86: { 87: $rc = $this->getReflection(); 88: if ($rc->hasMethod($method)) { 89: $rm = $rc->getMethod($method); 90: if ($rm->isPublic() && !$rm->isAbstract() && !$rm->isStatic()) { 91: $this->checkRequirements($rm); 92: $rm->invokeArgs($this, $rc->combineArgs($rm, $params)); 93: return true; 94: } 95: } 96: return false;
    $object
    
    
    $args
    
    
  4. .../src/Application/UI/Presenter.php:214 source  Nette\Application\UI\Component->tryCall(arguments)

    204: $this->terminate(); 205: } 206: 207: // SIGNAL HANDLING 208: // calls $this->handle<Signal>() 209: $this->processSignal(); 210: 211: // RENDERING VIEW 212: $this->beforeRender(); 213: // calls $this->render<View>() 214: $this->tryCall($this->formatRenderMethod($this->view), $this->params); 215: $this->afterRender(); 216: 217: // save component tree persistent state 218: $this->saveGlobalState();
    $method
    "renderindex" (11)
    
    $params
    
    
  5. .../src/Application/Application.php:145 source  Nette\Application\UI\Presenter->run(arguments)

    135: if (!$request->isMethod($request::FORWARD) && !strcasecmp($request->getPresenterName(), $this->errorPresenter)) { 136: throw new BadRequestException('Invalid request. Presenter is not achievable.'); 137: } 138: 139: try { 140: $this->presenter = $this->presenterFactory->createPresenter($request->getPresenterName()); 141: } catch (InvalidPresenterException $e) { 142: throw count($this->requests) > 1 ? $e : new BadRequestException($e->getMessage(), 0, $e); 143: } 144: $this->onPresenter($this, $this->presenter); 145: $response = $this->presenter->run(clone $request); 146: 147: if ($response instanceof Responses\ForwardResponse) { 148: $request = $response->getRequest(); 149: goto process;
    $request
    
    
  6. .../src/Application/Application.php:83 source  Nette\Application\Application->processRequest(arguments)

    73: 74: 75: /** 76: * Dispatch a HTTP request to a front controller. 77: * @return void 78: */ 79: public function run() 80: { 81: try { 82: $this->onStartup($this); 83: $this->processRequest($this->createInitialRequest()); 84: $this->onShutdown($this); 85: 86: } catch (\Exception $e) { 87: } catch (\Throwable $e) {
    $request
    
    
  7. .../clients/client2/web134/web/www/index.php:6 source  Nette\Application\Application->run()

    1: <?php 2: 3: $container = require __DIR__ . '/../app/bootstrap.php'; 4: 5: $container->getByType(Nette\Application\Application::class) 6: ->run(); 7:

Last muted error

Warning: filemtime(): stat failed for /var/www/clients/client2/web134/web/app/../temp/cache/Nette%5CBridges%5CApplicationDI%5CApplicationExtension

.../nette/di/src/DI/DependencyChecker.php:85

75: return [self::VERSION, $files, $phpFiles, $classes, $functions, $hash]; 76: } 77: 78: 79: /** 80: * Are dependencies expired? 81: * @return bool 82: */ 83: public static function isExpired($version, $files, &$phpFiles, $classes, $functions, $hash) 84: { 85: $current = @array_map('filemtime', array_combine($tmp = array_keys($files), $tmp)); // @ - files may not exist 86: $origPhpFiles = $phpFiles; 87: $phpFiles = @array_map('filemtime', array_combine($tmp = array_keys($phpFiles), $tmp)); // @ - files may not exist 88: return $version !== self::VERSION 89: || $files !== $current

Nette Application

Requests


Presenter


		

Environment

$_SERVER

REDIRECT_UNIQUE_ID
"ZgXYIEY8uDsqvhh-xmCaLAAAAD4" (27)
REDIRECT_PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins" (49)
REDIRECT_TMP
"/var/www/clients/client2/web134/tmp" (35)
REDIRECT_TMPDIR
"/var/www/clients/client2/web134/tmp" (35)
REDIRECT_TEMP
"/var/www/clients/client2/web134/tmp" (35)
REDIRECT_STATUS
"200" (3)
UNIQUE_ID
"ZgXYIEY8uDsqvhh-xmCaLAAAAD4" (27)
PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins" (49)
TMP
"/var/www/clients/client2/web134/tmp" (35)
TMPDIR
"/var/www/clients/client2/web134/tmp" (35)
TEMP
"/var/www/clients/client2/web134/tmp" (35)
HTTP_ACCEPT
"*/*" (3)
HTTP_USER_AGENT
"claudebot" (9)
HTTP_HOST
"rvpmoduly.dev.catchx.cz" (23)
HTTP_X_PROXY_ID
"1997811034" (10)
HTTP_X_FORWARDED_FOR
"18.234.139.149" (14)
HTTP_VIA
"1.1 85.132.128.154 (Mikrotik HttpProxy)" (39)
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" (49)
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache" (6)
SERVER_NAME
"rvpmoduly.dev.catchx.cz" (23)
SERVER_ADDR
"10.20.30.92" (11)
SERVER_PORT
"80" (2)
REMOTE_ADDR
"10.20.30.1" (10)
DOCUMENT_ROOT
"/var/www/clients/client2/web134/web/www" (39)
REQUEST_SCHEME
"http" (4)
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/var/www/clients/client2/web134/web/www" (39)
SERVER_ADMIN
"webmaster@rvpmoduly.dev.catchx.cz" (33)
SCRIPT_FILENAME
"/var/www/clients/client2/web134/web/www/index.php" (49)
REMOTE_PORT
"44958" (5)
REDIRECT_URL
"/lekce/7" (8)
GATEWAY_INTERFACE
"CGI/1.1" (7)
SERVER_PROTOCOL
"HTTP/1.1" (8)
REQUEST_METHOD
"GET" (3)
QUERY_STRING
""
REQUEST_URI
"/lekce/7" (8)
SCRIPT_NAME
"/index.php" (10)
PHP_SELF
"/index.php" (10)
REQUEST_TIME_FLOAT
1711659040.582
REQUEST_TIME
1711659040

$_SESSION

__NFNette Session

Nette Session

Nette.Http.UserStorage/

Constants

COOKIE_NAME
"npi_sid" (7)
DEBUG_LIVE_SERVER
false
DEBUG_IS_TEST_SERVER
true
UNIVERSAL_HEADER_AND_FOOTER
true
ANON_ADMIN
true

Configuration options


Configuration

apache2handler

Apache Version Apache
Apache API Version 20120211
Server Administrator webmaster@rvpmoduly.dev.catchx.cz
Hostname:Port rvpmoduly.dev.catchx.cz:0
User/Group apache(48)/48
Max Requests Per Child: 10000 - Keep Alive: on - Max Per Connection: 100
Timeouts Connection: 60 - Keep-Alive: 5
Virtual Server Yes
Server Root /etc/httpd
Loaded Modules core mod_so http_core mod_access_compat mod_actions mod_alias mod_allowmethods mod_auth_basic mod_auth_digest mod_authn_anon mod_authn_core mod_authn_dbd mod_authn_dbm mod_authn_file mod_authn_socache mod_authz_core mod_authz_dbd mod_authz_dbm mod_authz_groupfile mod_authz_host mod_authz_owner mod_authz_user mod_autoindex mod_cache mod_cache_disk mod_data mod_dbd mod_deflate mod_dir mod_dumpio mod_echo mod_env mod_expires mod_ext_filter mod_filter mod_headers mod_include mod_info mod_log_config mod_logio mod_mime_magic mod_mime mod_negotiation mod_remoteip mod_reqtimeout mod_rewrite mod_setenvif mod_slotmem_plain mod_slotmem_shm mod_socache_dbm mod_socache_memcache mod_socache_shmcb mod_status mod_substitute mod_suexec mod_unique_id mod_unixd mod_userdir mod_version mod_vhost_alias mod_dav mod_dav_fs mod_dav_lock mod_lua prefork mod_proxy mod_lbmethod_bybusyness mod_lbmethod_byrequests mod_lbmethod_bytraffic mod_lbmethod_heartbeat mod_proxy_ajp mod_proxy_balancer mod_proxy_connect mod_proxy_express mod_proxy_fcgi mod_proxy_fdpass mod_proxy_ftp mod_proxy_http mod_proxy_scgi mod_proxy_wstunnel mod_ssl mod_systemd mod_cgi mod_fcgid mod_php5 mod_python mod_suphp
DirectiveLocal ValueMaster Value
engine11
last_modified00
xbithack00

Apache Environment

VariableValue
REDIRECT_UNIQUE_ID ZgXYIEY8uDsqvhh-xmCaLAAAAD4
REDIRECT_PERL5LIB /usr/share/awstats/lib:/usr/share/awstats/plugins
REDIRECT_TMP /var/www/clients/client2/web134/tmp
REDIRECT_TMPDIR /var/www/clients/client2/web134/tmp
REDIRECT_TEMP /var/www/clients/client2/web134/tmp
REDIRECT_STATUS 200
UNIQUE_ID ZgXYIEY8uDsqvhh-xmCaLAAAAD4
PERL5LIB /usr/share/awstats/lib:/usr/share/awstats/plugins
TMP /var/www/clients/client2/web134/tmp
TMPDIR /var/www/clients/client2/web134/tmp
TEMP /var/www/clients/client2/web134/tmp
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST rvpmoduly.dev.catchx.cz
HTTP_X_PROXY_ID 1997811034
HTTP_X_FORWARDED_FOR 18.234.139.149
HTTP_VIA 1.1 85.132.128.154 (Mikrotik HttpProxy)
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
SERVER_SIGNATURE no value
SERVER_SOFTWARE Apache
SERVER_NAME rvpmoduly.dev.catchx.cz
SERVER_ADDR 10.20.30.92
SERVER_PORT 80
REMOTE_ADDR 10.20.30.1
DOCUMENT_ROOT /var/www/clients/client2/web134/web/www
REQUEST_SCHEME http
CONTEXT_PREFIX no value
CONTEXT_DOCUMENT_ROOT /var/www/clients/client2/web134/web/www
SERVER_ADMIN webmaster@rvpmoduly.dev.catchx.cz
SCRIPT_FILENAME /var/www/clients/client2/web134/web/www/index.php
REMOTE_PORT 44958
REDIRECT_URL /lekce/7
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING no value
REQUEST_URI /lekce/7
SCRIPT_NAME /index.php

HTTP Headers Information

HTTP Request Headers
HTTP Request GET /lekce/7 HTTP/1.1
accept */*
user-agent claudebot
host rvpmoduly.dev.catchx.cz
X-Proxy-ID 1997811034
X-Forwarded-For 18.234.139.149
Via 1.1 85.132.128.154 (Mikrotik HttpProxy)
HTTP Response Headers
X-Powered-By Nette Framework
X-Frame-Options SAMEORIGIN
Set-Cookie PHPSESSID=masqhpnsmo60imi6vealau5g35; expires=Thu, 11-Apr-2024 19:50:40 GMT; Max-Age=1206000; 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
Vary X-Requested-With
Connection close
Transfer-Encoding chunked
Content-Type text/html; charset=UTF-8

apc

APC support Emulated

apcu

APCu SupportEnabled
Version 4.0.11
APCu Debugging Disabled
MMAP Support Enabled
MMAP File Mask /tmp/apc.mlHiEX
Serialization Support php
Revision $Revision: 328290 $
Build Date Sep 16 2017 17:37:02
DirectiveLocal ValueMaster Value
apc.coredump_unmapOffOff
apc.enable_cliOffOff
apc.enabledOnOn
apc.entries_hint40964096
apc.gc_ttl36003600
apc.mmap_file_mask/tmp/apc.mlHiEX/tmp/apc.mlHiEX
apc.preload_pathno valueno value
apc.rfc1867OffOff
apc.rfc1867_freq00
apc.rfc1867_nameAPC_UPLOAD_PROGRESSAPC_UPLOAD_PROGRESS
apc.rfc1867_prefixupload_upload_
apc.rfc1867_ttl36003600
apc.serializerdefaultdefault
apc.shm_segments11
apc.shm_size64M64M
apc.slam_defenseOnOn
apc.smart00
apc.ttl72007200
apc.use_request_timeOnOn
apc.writable/tmp/tmp

bcmath

BCMath support enabled
DirectiveLocal ValueMaster Value
bcmath.scale00

bz2

BZip2 Support Enabled
Stream Wrapper support compress.bzip2://
Stream Filter support bzip2.decompress, bzip2.compress
BZip2 Version 1.0.6, 6-Sept-2010

calendar

Calendar support enabled

Core

PHP Version 5.6.40
DirectiveLocal ValueMaster Value
allow_url_fopenOnOn
allow_url_includeOffOff
always_populate_raw_post_data00
arg_separator.input&&
arg_separator.output&&
asp_tagsOffOff
auto_append_fileno valueno value
auto_globals_jitOnOn
auto_prepend_fileno valueno value
browscapno valueno value
default_charsetUTF-8UTF-8
default_mimetypetext/htmltext/html
disable_classesno valueno value
disable_functionsno valueno value
display_errorsOnOff
display_startup_errorsOffOff
doc_rootno valueno value
docref_extno valueno value
docref_rootno valueno value
enable_dlOffOff
enable_post_data_readingOnOn
error_append_stringno valueno value
error_logno valueno value
error_prepend_stringno valueno value
error_reporting024567
exit_on_timeoutOffOff
expose_phpOnOn
extension_dir/usr/lib64/php/modules/usr/lib64/php/modules
file_uploadsOnOn
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_errorsOffOn
ignore_repeated_errorsOffOff
ignore_repeated_sourceOffOff
ignore_user_abortOffOff
implicit_flushOffOff
include_path.:/usr/share/pear:/usr/share/php.:/usr/share/pear:/usr/share/php
input_encodingno valueno value
internal_encodingno valueno value
log_errorsOffOn
log_errors_max_len10241024
mail.add_x_headerOnOn
mail.force_extra_parametersno valueno value
mail.logno valueno value
max_execution_time300300
max_file_uploads200200
max_input_nesting_level6464
max_input_time600600
max_input_vars60006000
memory_limit512M512M
open_basedir/var/www/clients/client2/web134/web:/var/www/clients/client2/web134/private:/var/www/clients/client2/web134/tmp:/var/www/rvpmoduly.dev.catchx.cz/web:/srv/www/rvpmoduly.dev.catchx.cz/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadminno value
output_buffering40964096
output_encodingno valueno value
output_handlerno valueno value
post_max_size800M800M
precision1414
realpath_cache_size16K16K
realpath_cache_ttl120120
register_argc_argvOffOff
report_memleaksOnOn
report_zend_debugOnOn
request_orderGPGP
sendmail_fromno valueno value
sendmail_path/usr/sbin/sendmail -t -i -fwebmaster@rvpmoduly.dev.catchx.cz/usr/sbin/sendmail -t -i
serialize_precision1717
short_open_tagOnOn
SMTPlocalhostlocalhost
smtp_port2525
sql.safe_modeOffOff
sys_temp_dirno valueno value
track_errorsOffOff
unserialize_callback_funcno valueno value
upload_max_filesize200M200M
upload_tmp_dir/var/www/clients/client2/web134/tmpno value
user_dirno valueno value
user_ini.cache_ttl300300
user_ini.filename.user.ini.user.ini
variables_orderGPCSGPCS
xmlrpc_error_number00
xmlrpc_errorsOffOff
zend.detect_unicodeOnOn
zend.enable_gcOnOn
zend.multibyteOffOff
zend.script_encodingno valueno value

ctype

ctype functions enabled

curl

cURL support enabled
cURL Information 7.29.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 Yes
SPNEGO No
SSL Yes
SSPI No
TLS-SRP No
Protocols dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp
Host x86_64-redhat-linux-gnu
SSL Version NSS/3.53.1
ZLib Version 1.2.7
libSSH Version libssh2/1.8.0

date

date/time support enabled
"Olson" Timezone Database Version 0.system
Timezone Database internal
Default timezone Europe/Prague
DirectiveLocal ValueMaster Value
date.default_latitude31.766731.7667
date.default_longitude35.233335.2333
date.sunrise_zenith90.58333390.583333
date.sunset_zenith90.58333390.583333
date.timezoneEurope/PragueEurope/Prague

dom

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

ereg

Regex Library Bundled library enabled

exif

EXIF Support enabled
EXIF Version 1.4 $Id: cad29b729548e4206f0697710cc9e177f26fdff3 $
Supported EXIF Version 0220
Supported filetypes JPEG,TIFF
DirectiveLocal ValueMaster Value
exif.decode_jis_intelJISJIS
exif.decode_jis_motorolaJISJIS
exif.decode_unicode_intelUCS-2LEUCS-2LE
exif.decode_unicode_motorolaUCS-2BEUCS-2BE
exif.encode_jisno valueno value
exif.encode_unicodeISO-8859-15ISO-8859-15

fileinfo

fileinfo support enabled
version 1.0.5
libmagic 517

filter

Input Validation and Filtering enabled
Revision $Id: 5b79667bd9a68977a9b4f7505223a8e216e04908 $
DirectiveLocal ValueMaster Value
filter.defaultunsafe_rawunsafe_raw
filter.default_flagsno valueno value

ftp

FTP support enabled

gd

GD Support enabled
GD Version bundled (2.1.0 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.8.0
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 6b
PNG Support enabled
libPNG Version 1.5.13
WBMP Support enabled
XPM Support enabled
libXpm Version 30411
XBM Support enabled
DirectiveLocal ValueMaster Value
gd.jpeg_ignore_warning00

gettext

GetText Support enabled

gmp

gmp support enabled
GMP version 6.0.0

hash

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 gost-crypto adler32 crc32 crc32b fnv132 fnv1a32 fnv164 fnv1a64 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

iconv support enabled
iconv implementation glibc
iconv library version 2.17
DirectiveLocal ValueMaster Value
iconv.input_encodingno valueno value
iconv.internal_encodingno valueno value
iconv.output_encodingno valueno value

imagick

imagick moduleenabled
imagick module version 3.6.0
imagick classes Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel
Imagick compiled with ImageMagick version ImageMagick 6.9.10-68 Q16 x86_64 2021-10-14 https://imagemagick.org
Imagick using ImageMagick library version ImageMagick 6.9.10-68 Q16 x86_64 2021-10-14 https://imagemagick.org
ImageMagick copyright © 1999-2019 ImageMagick Studio LLC
ImageMagick release date 2021-10-14
ImageMagick number of supported formats: 236
ImageMagick supported formats 3FR, 3G2, 3GP, AAI, AI, ART, ARW, AVI, AVS, BGR, BGRA, BGRO, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DNG, DOT, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FILE, FITS, FRACTAL, FTP, FTS, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, GV, H, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAGICK, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIFF, VIPS, VST, WBMP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, YCbCr, YCbCrA, YUV
DirectiveLocal ValueMaster Value
imagick.allow_zero_dimension_images00
imagick.locale_fix00
imagick.progress_monitor00
imagick.set_single_thread11
imagick.shutdown_sleep_count1010
imagick.skip_version_check00

imap

IMAP c-Client Version 2007f
SSL Support enabled
Kerberos Support enabled
DirectiveLocal ValueMaster Value
imap.enable_insecure_rshOffOff

intl

Internationalization supportenabled
version 1.1.0
ICU version 50.1.2
ICU Data version 50.1
DirectiveLocal ValueMaster Value
intl.default_localeno valueno value
intl.error_level00
intl.use_exceptions00

json

json support enabled
json version 1.2.1

ldap

LDAP Support enabled
RCS Version $Id: 03ca03d3adee59787d58cd342d8f864c5d96252a $
Total Links 0/unlimited
API Version 3001
Vendor Name OpenLDAP
Vendor Version 20444
SASL Support Enabled
DirectiveLocal ValueMaster Value
ldap.max_linksUnlimitedUnlimited

libxml

libXML support active
libXML Compiled Version 2.9.1
libXML Loaded Version 20901
libXML streams enabled

mbstring

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) backtrack check On
Multibyte regex (oniguruma) version 5.9.5
DirectiveLocal ValueMaster Value
mbstring.detect_orderno valueno value
mbstring.encoding_translationOffOff
mbstring.func_overload00
mbstring.http_inputno valueno value
mbstring.http_outputno valueno value
mbstring.http_output_conv_mimetypes^(text/|application/xhtml\+xml)^(text/|application/xhtml\+xml)
mbstring.internal_encodingno valueno value
mbstring.languageneutralneutral
mbstring.strict_detectionOffOff
mbstring.substitute_characterno valueno value

mcrypt

mcrypt supportenabled
mcrypt_filter supportenabled
Version 2.5.8
Api No 20021217
Supported ciphers cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes cbc cfb ctr ecb ncfb nofb ofb stream
DirectiveLocal ValueMaster Value
mcrypt.algorithms_dirno valueno value
mcrypt.modes_dirno valueno value

memcache

memcache supportenabled
Version 3.0.8
Revision $Revision: 329835 $
DirectiveLocal ValueMaster Value
memcache.allow_failover11
memcache.chunk_size3276832768
memcache.compress_threshold2000020000
memcache.default_port1121111211
memcache.hash_functioncrc32crc32
memcache.hash_strategyconsistentconsistent
memcache.lock_timeout1515
memcache.max_failover_attempts2020
memcache.protocolasciiascii
memcache.redundancy11
memcache.session_redundancy22

mhash

MHASH support Enabled
MHASH API Version Emulated Support

mssql

MSSQL Supportenabled
Active Persistent Links 0
Active Links 0
Library version FreeTDS
DirectiveLocal ValueMaster Value
mssql.allow_persistentOnOn
mssql.batchsize00
mssql.charsetno valueno value
mssql.compatability_modeOffOff
mssql.compatibility_modeOffOff
mssql.connect_timeout55
mssql.datetimeconvertOnOn
mssql.max_linksUnlimitedUnlimited
mssql.max_persistentUnlimitedUnlimited
mssql.max_procsUnlimitedUnlimited
mssql.min_error_severity1010
mssql.min_message_severity1010
mssql.secure_connectionOffOff
mssql.textlimitServer defaultServer default
mssql.textsizeServer defaultServer default
mssql.timeout6060

mysql

MySQL Supportenabled
Active Persistent Links 0
Active Links 0
Client API version 10.1.48-MariaDB
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib64/mysql -lmysqlclient
DirectiveLocal ValueMaster Value
mysql.allow_local_infileOnOn
mysql.allow_persistentOnOn
mysql.connect_timeout6060
mysql.default_hostno valueno value
mysql.default_passwordno valueno value
mysql.default_portno valueno value
mysql.default_socket/var/lib/mysql/mysql.sock/var/lib/mysql/mysql.sock
mysql.default_userno valueno value
mysql.max_linksUnlimitedUnlimited
mysql.max_persistentUnlimitedUnlimited
mysql.trace_modeOffOff

mysqli

MysqlI Supportenabled
Client API library version 10.1.48-MariaDB
Active Persistent Links 0
Inactive Persistent Links 0
Active Links 0
Client API header version 5.5.60-MariaDB
MYSQLI_SOCKET /var/lib/mysql/mysql.sock
DirectiveLocal ValueMaster Value
mysqli.allow_local_infileOnOn
mysqli.allow_persistentOnOn
mysqli.default_hostno valueno value
mysqli.default_port33063306
mysqli.default_pwno valueno value
mysqli.default_socketno valueno value
mysqli.default_userno valueno value
mysqli.max_linksUnlimitedUnlimited
mysqli.max_persistentUnlimitedUnlimited
mysqli.reconnectOffOff
mysqli.rollback_on_cached_plinkOffOff

odbc

ODBC Supportenabled
Active Persistent Links 0
Active Links 0
ODBC library unixODBC
ODBC_INCLUDE -I/usr/include
ODBC_LFLAGS -L/usr/lib64
ODBC_LIBS -lodbc
DirectiveLocal ValueMaster Value
odbc.allow_persistentOnOn
odbc.check_persistentOnOn
odbc.default_cursortypeStatic cursorStatic cursor
odbc.default_dbno valueno value
odbc.default_pwno valueno value
odbc.default_userno valueno value
odbc.defaultbinmodereturn as isreturn as is
odbc.defaultlrlreturn up to 4096 bytesreturn up to 4096 bytes
odbc.max_linksUnlimitedUnlimited
odbc.max_persistentUnlimitedUnlimited

openssl

OpenSSL support enabled
OpenSSL Library Version OpenSSL 1.0.2k-fips 26 Jan 2017
OpenSSL Header Version OpenSSL 1.0.2k-fips 26 Jan 2017
Openssl default config /etc/pki/tls/openssl.cnf
DirectiveLocal ValueMaster Value
openssl.cafileno valueno value
openssl.capathno valueno value

pcre

PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 8.38 2015-11-23
DirectiveLocal ValueMaster Value
pcre.backtrack_limit10000001000000
pcre.recursion_limit100000100000

PDO

PDO supportenabled
PDO drivers dblib, mysql, odbc, pgsql, sqlite

pdo_dblib

PDO Driver for FreeTDS/Sybase DB-libenabled
Flavour freetds

pdo_mysql

PDO Driver for MySQLenabled
Client API version 10.1.48-MariaDB
DirectiveLocal ValueMaster Value
pdo_mysql.default_socket/var/lib/mysql/mysql.sock/var/lib/mysql/mysql.sock

PDO_ODBC

PDO Driver for ODBC (unixODBC)enabled
ODBC Connection Pooling Enabled, strict matching

pdo_pgsql

PDO Driver for PostgreSQLenabled
PostgreSQL(libpq) Version 9.2.24
Module version 1.0.2
Revision $Id: 0e858dd2051ca8c2fd3c781909a0670ab5fecd36 $

pdo_sqlite

PDO Driver for SQLite 3.xenabled
SQLite Library 3.7.17

pgsql

PostgreSQL Supportenabled
PostgreSQL(libpq) Version 9.2.24
PostgreSQL(libpq) PostgreSQL 9.2.24 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-28), 64-bit
Multibyte character support enabled
SSL support enabled
Active Persistent Links 0
Active Links 0
DirectiveLocal ValueMaster Value
pgsql.allow_persistentOnOn
pgsql.auto_reset_persistentOffOff
pgsql.ignore_noticeOffOff
pgsql.log_noticeOffOff
pgsql.max_linksUnlimitedUnlimited
pgsql.max_persistentUnlimitedUnlimited

Phar

Phar: PHP Archive supportenabled
Phar EXT version 2.0.2
Phar API version 1.1.1
SVN revision $Id: 6e5cec2462a6ded53d4379ea9a69487a60d5c43c $
Phar-based phar archives enabled
Tar-based phar archives enabled
ZIP-based phar archives enabled
gzip compression enabled
bzip2 compression enabled
Native 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.
DirectiveLocal ValueMaster Value
phar.cache_listno valueno value
phar.readonlyOnOn
phar.require_hashOnOn

posix

Revision $Id: 5f4acc20904b1406142f2a0ede068db048c77e77 $

pspell

PSpell Support enabled

Reflection

Reflectionenabled
Version $Id: 5f15287237d5f78d75b19c26915aa7bd83dee8b8 $

session

Session Support enabled
Registered save handlers files user memcache
Registered serializer handlers php_serialize php php_binary wddx
DirectiveLocal ValueMaster Value
session.auto_startOffOff
session.cache_expire180180
session.cache_limiternocachenocache
session.cookie_domainno valueno value
session.cookie_httponlyOnOff
session.cookie_lifetime12060000
session.cookie_path//
session.cookie_secureOffOff
session.entropy_file/dev/urandom/dev/urandom
session.entropy_length3232
session.gc_divisor10001000
session.gc_maxlifetime12060001440
session.gc_probability11
session.hash_bits_per_character55
session.hash_function00
session.namePHPSESSIDPHPSESSID
session.referer_checkno valueno value
session.save_handlerfilesfiles
session.save_path/var/www/clients/client2/web134/tmpno value
session.serialize_handlerphpphp
session.upload_progress.cleanupOnOn
session.upload_progress.enabledOnOn
session.upload_progress.freq1%1%
session.upload_progress.min_freq11
session.upload_progress.namePHP_SESSION_UPLOAD_PROGRESSPHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefixupload_progress_upload_progress_
session.use_cookiesOnOn
session.use_only_cookiesOnOn
session.use_strict_modeOffOff
session.use_trans_sid00

shmop

shmop support enabled

SimpleXML

Simplexml supportenabled
Revision $Id: d7077fc935154236afb4fe70814ba358efdbdca4 $
Schema support enabled

snmp

NET-SNMP Support enabled
NET-SNMP Version 5.7.2
PHP SNMP Version 0.1

soap

Soap Client enabled
Soap Server enabled
DirectiveLocal ValueMaster Value
soap.wsdl_cache11
soap.wsdl_cache_dir/tmp/tmp
soap.wsdl_cache_enabled11
soap.wsdl_cache_limit55
soap.wsdl_cache_ttl8640086400

sockets

Sockets Support enabled

SPL

SPL supportenabled
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

SQLite3 supportenabled
SQLite3 module version 0.7-dev
SQLite Library 3.7.17
DirectiveLocal ValueMaster Value
sqlite3.extension_dirno valueno value

standard

Dynamic Library Support enabled
Path to sendmail /usr/sbin/sendmail -t -i -fwebmaster@rvpmoduly.dev.catchx.cz
DirectiveLocal ValueMaster Value
assert.active11
assert.bail00
assert.callbackno valueno value
assert.quiet_eval00
assert.warning11
auto_detect_line_endings00
default_socket_timeout6060
fromno valueno value
url_rewriter.tagsa=href,area=href,frame=src,input=src,form=fakeentrya=href,area=href,frame=src,input=src,form=fakeentry
user_agentno valueno value

sysvmsg

sysvmsg support enabled
Revision $Id: 58590192720bc56939152fde3645d808b348bb9b $

tidy

Tidy supportenabled
libTidy Release 2017/03/01
Extension Version 2.0 ($Id: 57f050b275c6da348310461a64aaad21feef8091 $)
DirectiveLocal ValueMaster Value
tidy.clean_outputno valueno value
tidy.default_configno valueno value

tokenizer

Tokenizer Support enabled

wddx

WDDX Supportenabled
WDDX Session Serializer enabled

xml

XML Support active
XML Namespace Support active
libxml2 Version 2.9.1

xmlreader

XMLReader enabled

xmlrpc

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

XMLWriter enabled

xsl

XSL enabled
libxslt Version 1.1.28
libxslt compiled against libxml Version 2.9.1
EXSLT enabled
libexslt Version 1.1.28

zip

Zip enabled
Zip version 1.12.5
Libzip version 0.11.2

zlib

ZLib Supportenabled
Stream Wrapper compress.zlib://
Stream Filter zlib.inflate, zlib.deflate
Compiled Version 1.2.7
Linked Version 1.2.7
DirectiveLocal ValueMaster Value
zlib.output_compressionOffOff
zlib.output_compression_level-1-1
zlib.output_handlerno valueno value

Additional Modules

Module Name
sysvsem
sysvshm

HTTP request

Headers

accept*/*
user-agentclaudebot
hostrvpmoduly.dev.catchx.cz
X-Proxy-ID1997811034
X-Forwarded-For18.234.139.149
Via1.1 85.132.128.154 (Mikrotik HttpProxy)

$_GET

empty

$_POST

empty

$_COOKIE

empty

HTTP response

Headers

X-Powered-By: Nette Framework
X-Frame-Options: SAMEORIGIN
Set-Cookie: PHPSESSID=masqhpnsmo60imi6vealau5g35; expires=Thu, 11-Apr-2024 19:50:40 GMT; Max-Age=1206000; 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
Vary: X-Requested-With
Content-Type: text/html; charset=UTF-8