Disclaimer: By using this website, you agree to the Terms and Conditions of Use (last updated 10/31/15).

View document Print document

×

Search by parameters


You can specify any of the following parameters.

Hold CTRL to select multiple options or de-select options in a filter.


Product details


N2XCH 4 × 50 mm² 0,6/1 kV

Product category: low voltage cables
Type: N2XCH
Rated voltage: 0,6/1 kV
Conductor material: CU
No. of cores: 4
Cross-section: 50 mm²
Core insulation material: XLPE
Conductor screen: 25 mm²
Outer jacket material: EVA
Nominal outer diameter: 30.0 mm
Approx. weight: 2550 kg/km
Delivery length: 1000 m
Construction: Copper conductor solid or stranded, round or sector-shaped, cross-linked polyethylene insulated, filler, copper wire screen, copper tape, tape, EVA outersheet
Standard: VDE 0276-604; VDE 0276-1000 [CPR E; CPR B2]
Leadfree
Halogen-free

Data sheet

Warning

Warning

PDOStatement::execute(): MySQL server has gone away search►

Source file

File: /var/www/clients/client373/web726/web/libs/Nette/Database/Statement.php   Line: 99

89:         static $types = array('boolean' => PDO::PARAM_BOOL'integer' => PDO::PARAM_INT, 90:             'resource' => PDO::PARAM_LOB'NULL' => PDO::PARAM_NULL); 91: 92:         foreach ($params as $key => $value) { 93:             $type gettype($value); 94:             $this->bindValue(is_int($key) ? $key $key$value, isset($types[$type]) ? $types[$type] : PDO::PARAM_STR); 95:         } 96: 97:         $time microtime(TRUE); 98:         try { 99:             parent::execute(); 100:         } catch (\PDOException $e) { 101:             $e->queryString $this->queryString; 102:             throw $e; 103:         }

Call stack

  1. /var/www/clients/client373/web726/web/libs/Nette/Database/Statement.php:99 source   PDOStatement-> execute ()

    89:         static $types = array('boolean' => PDO::PARAM_BOOL'integer' => PDO::PARAM_INT, 90:             'resource' => PDO::PARAM_LOB'NULL' => PDO::PARAM_NULL); 91: 92:         foreach ($params as $key => $value) { 93:             $type gettype($value); 94:             $this->bindValue(is_int($key) ? $key $key$value, isset($types[$type]) ? $types[$type] : PDO::PARAM_STR); 95:         } 96: 97:         $time microtime(TRUE); 98:         try { 99:             parent::execute(); 100:         } catch (\PDOException $e) { 101:             $e->queryString $this->queryString; 102:             throw $e; 103:         }
  2. /var/www/clients/client373/web726/web/libs/Nette/Database/Connection.php:155 source   Nette\Database\Statement-> execute (arguments )

    $params
    [
       0 => "EN" (2)
    ]
    
    145:     { 146:         foreach ($params as $value) { 147:             if (is_array($value) || is_object($value)) { 148:                 $need TRUE; break; 149:             } 150:         } 151:         if (isset($need) && $this->preprocessor !== NULL) { 152:             list($statement$params) = $this->preprocessor->process($statement$params); 153:         } 154: 155:         return $this->prepare($statement)->execute($params); 156:     } 157: 158: 159:     /********************* shortcuts ****************d*g**/
  3. /var/www/clients/client373/web726/web/libs/Nette/Database/Diagnostics/ConnectionPanel.php:103 source   Nette\Database\Connection-> queryArgs (arguments )

    $statement
    "EXPLAIN SELECT DISTINCT `core_material` FROM `dnb_catalogue_item` WHERE (`locale` = ?)" (86)
    
    $params
    [
       0 => "EN" (2)
    ]
    
    93:     { 94:         $this->disabled TRUE; 95:         $s ''; 96:         foreach ($this->queries as $i => $query) { 97:             list($sql$params$time$rows$connection$source) = $query; 98: 99:             $explain NULL// EXPLAIN is called here to work SELECT FOUND_ROWS() 100:             if ($this->explain && preg_match('#\s*\(?\s*SELECT\s#iA'$sql)) { 101:                 try { 102:                     $cmd is_string($this->explain) ? $this->explain 'EXPLAIN'; 103:                     $explain = $connection->queryArgs("$cmd $sql", $params)->fetchAll(); 104:                 } catch (\PDOException $e) {} 105:             } 106: 107:             $s .= '<tr><td>' sprintf('%0.3f'$time 1000);
  4. /var/www/clients/client373/web726/web/libs/Nette/Diagnostics/Bar.php:60 source   Nette\Database\Diagnostics\ConnectionPanel-> getPanel ()

    50:      */ 51:     public function render() 52:     { 53:         $obLevel ob_get_level(); 54:         $panels = array(); 55:         foreach ($this->panels as $id => $panel) { 56:             try { 57:                 $panels[] = array( 58:                     'id' => preg_replace('#[^a-z0-9]+#i''-'$id), 59:                     'tab' => $tab = (string) $panel->getTab(), 60:                     'panel' => $tab ? (string) $panel->getPanel() : NULL, 61:                 ); 62:             } catch (\Exception $e) { 63:                 $panels[] = array( 64:                     'id' => "error-" preg_replace('#[^a-z0-9]+#i''-'$id),
  5. /var/www/clients/client373/web726/web/libs/Nette/Diagnostics/Debugger.php:380 source   Nette\Diagnostics\Bar-> render ()

    370:             E_COMPILE_ERROR => 1, 371:             E_PARSE => 1, 372:         ); 373:         $error error_get_last(); 374:         if (isset($types[$error['type']])) { 375:             self::_exceptionHandler(new Nette\FatalErrorException($error['message'], 0$error['type'], $error['file'], $error['line'], NULL)); 376:         } 377: 378:         // debug bar (require HTML & development mode) 379:         if (self::$bar && !self::$productionMode && self::isHtmlMode()) { 380:             self::$bar->render(); 381:         } 382:     } 383: 384:
  6. inner-code Nette\Diagnostics\Debugger:: _shutdownHandler ()

Variables

$params
[
   0 => "EN" (2)
]
$types
{
   boolean => 5
   integer => 1
   resource => 3
   NULL => 0
}
$key
0
$value
"EN" (2)
$type
"string" (6)
$time
1720727213.0263281
$this
{
   {
      dsn private => "mysql:host=pecari-sql.xart.cz;dbname=c373danubian" (49)
      {
         connection private => Nette\Database\Connection(6) { *RECURSION* }
      }
      {
         connection private => Nette\Database\Connection(6) { *RECURSION* }
         driver private => Nette\Database\Drivers\MySqlDriver(1) { ... }
         params private => NULL
         remaining private => NULL
         counter private => NULL
         arrayMode private => NULL
      }
      {
         cache protected => Nette\Caching\Cache(4) { ... }
         cacheStorage protected => Nette\Caching\Storages\FileStorage(4) { ... }
         connection protected => Nette\Database\Connection(6) { *RECURSION* }
         structure protected => array(3) { ... }
         loadedStructure protected => array(3) { ... }
      }
      {
         storage private => Nette\Caching\Storages\FileStorage(4) { ... }
         namespace private => "Nette.Database.0475c5f526ae32c93cdc9171cd45a0d2\x00" (48)
         key private => NULL
         data private => NULL
      }
      [
         0 => array(2) [ ... ]
      ]
   }
   time private => NULL
   types private => NULL
   queryString => "EXPLAIN SELECT DISTINCT `core_material` FROM `dnb_catalogue_item` WHERE (`locale` = ?)" (86)
}

Nette Application

Requests

[
   {
      method private => "GET" (3)
      {
         secured => TRUE
      }
      name private => "Front:Search" (12)
      {
         locale => "en" (2)
         action => "default" (7)
         id => NULL
         alpha => "E"
         details => "41796" (5)
         "vp-page" => "8"
      }
      post private => array(0) 
      files private => array(0) 
      frozen private => TRUE
   }
]

Presenter

{
   {
      locale protected => "EN" (2)
      parameters protected => array(0) 
      alpha protected => "E"
      substring protected => NULL
      {
         dsn private => "mysql:host=pecari-sql.xart.cz;dbname=c373danubian" (49)
         driver private => Nette\Database\Drivers\MySqlDriver(1) { ... }
         preprocessor private => Nette\Database\SqlPreprocessor(6) { ... }
         databaseReflection private => Nette\Database\Reflection\DiscoveredReflection(5) { ... }
         cache private => Nette\Caching\Cache(4) { ... }
         onQuery => array(1) [ ... ]
      }
      {
         name => array(8) { ... }
         category => array(10) { ... }
         construction => array(10) { ... }
         voltage => array(8) { ... }
         core_material => array(8) { ... }
         cores => array(8) { ... }
         cross_section => array(9) { ... }
         conductor_1 => array(8) { ... }
         reduced_0 => array(9) { ... }
         conductor_2 => array(8) { ... }
         core_insulation => array(8) { ... }
         conductor_screen => array(9) { ... }
         armouring => array(8) { ... }
         outer_jacket => array(8) { ... }
         outer_diameter => array(10) { ... }
         weight => array(10) { ... }
         resistance_to => array(8) { ... }
         application => array(8) { ... }
         standard => array(9) { ... }
         colours => array(9) { ... }
         fire_performance => array(9) { ... }
         leadfree => array(10) { ... }
         halogene_free => array(10) { ... }
         uv_resistant => array(10) { ... }
         min_temperature => array(9) { ... }
         group_application => array(10) { ... }
         delivery_length_1 => array(9) { ... }
         delivery_length_2 => array(9) { ... }
         delivery_length_3 => array(9) { ... }
      }
      nameColumn private => "name" (4)
   }
   query => NULL
   substr => NULL
   alpha => "E"
   details => "41796" (5)
   locale => "en" (2)
   moduleName protected => "Front" (5)
   pureName protected => "Search" (6)
   {
      [
         0 => array(4) { ... }
         1 => array(4) { ... }
         2 => array(4) { ... }
         3 => array(4) { ... }
         4 => array(4) { ... }
         5 => array(4) { ... }
         6 => array(4) { ... }
      ]
      {
         posix => "en_GB" (5)
         rfc => "en-gb" (5)
         iso => "en" (2)
         code => "en" (2)
      }
   }
   invalidLinkMode => 2
   onShutdown => NULL
   {
      method private => "GET" (3)
      {
         secured => TRUE
      }
      name private => "Front:Search" (12)
      {
         locale => "en" (2)
         action => "default" (7)
         id => NULL
         alpha => "E"
         details => "41796" (5)
         "vp-page" => "8"
      }
      post private => array(0) 
      files private => array(0) 
      frozen private => TRUE
   }
   {
      {
         file private => "/var/www/clients/client373/web726/web/app/FrontModule/templates/Search.default.latte" (84)
         onPrepareFilters => array(1) [ ... ]
         source private => NULL
         params private => array(34) { ... }
         filters private => array(0) 
         helpers private => array(2) { ... }
         helperLoaders private => array(2) [ ... ]
         cacheStorage private => Nette\Caching\Storages\PhpFileStorage(5) { ... }
      }
   }
   autoCanonicalize => TRUE
   absoluteUrls => FALSE
   globalParams private => array(0) 
   {
      query => NULL
      substr => NULL
      alpha => "E"
      details => "41796" (5)
      locale => "en" (2)
      "vp-page" => 8
   }
   {
      query => "Danubian\FrontModule\SearchPresenter" (36)
      substr => "Danubian\FrontModule\SearchPresenter" (36)
      alpha => "Danubian\FrontModule\SearchPresenter" (36)
      details => "Danubian\FrontModule\SearchPresenter" (36)
      locale => "Danubian\FrontModule\BaseFrontPresenter" (39)
      "vp-page" => FALSE
   }
   action private => "default" (7)
   view private => "default" (7)
   layout private => NULL
   payload private => stdClass(0) 
   signalReceiver private => ""
   signal private => NULL
   ajaxMode private => FALSE
   startupCheck private => TRUE
   {
      method private => "FORWARD" (7)
      flags private => array(0) 
      name private => "Front:Search" (12)
      {
         "vp-page" => 10
         query => NULL
         substr => NULL
         alpha => "E"
         details => "41796" (5)
         locale => "en" (2)
         action => "default" (7)
      }
      post private => array(0) 
      files private => array(0) 
      frozen private => FALSE
   }
   {
      current => FALSE
   }
   {
      {
         "nette\object" => FALSE
         "nette\caching\storages\ijournal" => "nette.cacheJournal" (18)
         "nette\caching\storages\filejournal" => "nette.cacheJournal" (18)
         "nette\caching\istorage" => "cacheStorage" (12)
         "nette\caching\storages\filestorage" => "cacheStorage" (12)
         "nette\http\requestfactory" => "nette.httpRequestFactory" (24)
         "nette\http\irequest" => "httpRequest" (11)
         "nette\http\request" => "httpRequest" (11)
         "nette\http\iresponse" => "httpResponse" (12)
         "nette\http\response" => "httpResponse" (12)
         "nette\http\context" => "nette.httpContext" (17)
         "nette\http\session" => "session" (7)
         "nette\security\iuserstorage" => "nette.userStorage" (17)
         "nette\http\userstorage" => "nette.userStorage" (17)
         "nette\security\user" => "user" (4)
         "nette\application\application" => "application" (11)
         "nette\application\presenterfactory" => "nette.presenterFactory" (22)
         "nette\application\ipresenterfactory" => "nette.presenterFactory" (22)
         "danubian\presenterfactory" => "nette.presenterFactory" (22)
         "nette\application\irouter" => "router" (6)
         "nette\mail\imailer" => "nette.mailer" (12)
         "nette\mail\sendmailmailer" => "nette.mailer" (12)
         "nette\di\nestedaccessor" => "nette.database" (14)
         pdo => "nette.database.default" (22)
         "nette\database\connection" => "nette.database.default" (22)
         "danubian\schemamanager" => "schemaManager" (13)
         "danubian\referencechecker" => "referenceChecker" (16)
         "danubian\legaldocuments" => "legalDocuments" (14)
         "danubian\cataloguerepository" => "catalogueRepository" (19)
         "danubian\baserepository" => FALSE
         "danubian\importsessionrepository" => "importSessionRepository" (23)
         "danubian\userrepository" => "userRepository" (14)
         "danubian\searchqueryrepository" => "searchQueryRepository" (21)
         "danubian\logitemrepository" => "logItemRepository" (17)
         "danubian\itemselector" => "itemSelector" (12)
         "danubian\excelparsingservice" => "excelParsing" (12)
         "danubian\routerfactory" => "routerFactory" (13)
         "nette\security\permission" => "authorization" (13)
         "nette\security\iauthorizator" => "authorization" (13)
         "danubian\authorizationservice" => "authorization" (13)
         "danubian\downloadablehelper" => FALSE
         "danubian\datasheethelper" => "dataSheetHelper" (15)
         "danubian\cataloguecommon" => "catalogueCommon" (15)
         "danubian\appendixhelper" => "appendixHelper" (14)
         "nette\security\iauthenticator" => "authentication" (14)
         "danubian\authenticationservice" => "authentication" (14)
         "nette\freezableobject" => "container" (9)
         "nette\ifreezable" => "container" (9)
         "nette\di\icontainer" => "container" (9)
         "nette\di\container" => "container" (9)
      }
      {
         translator => NULL
      }
      {
         appDir => "/var/www/clients/client373/web726/web/app" (41)
         wwwDir => "/var/www/ecatalogue.danubian.eu/web" (35)
         debugMode => TRUE
         productionMode => FALSE
         environment => "production" (10)
         consoleMode => FALSE
         container => array(2) { ... }
         tempDir => "/var/www/clients/client373/web726/web/app/../temp" (49)
         ftpRoot => "/var/www/clients/client373/web726/web/app/../ftp" (48)
         appendixDir => "/var/www/clients/client373/web726/web/app/../ftp/appendices" (59)
         dataSheetDir => "/var/www/clients/client373/web726/web/app/../ftp/datasheets" (59)
         pictureSourceDir => "/var/www/clients/client373/web726/web/app/../ftp/pictures" (57)
         pictureTargetDir => "/var/www/clients/client373/web726/web/app/../dynamic/pictures" (61)
         catalogue => array(4) { ... }
         import => array(1) { ... }
         pagination => array(4) { ... }
         passwords => array(4) { ... }
         userSupport => array(1) { ... }
         database => array(5) { ... }
      }
      {
         appDir => "/var/www/clients/client373/web726/web/app" (41)
         wwwDir => "/var/www/ecatalogue.danubian.eu/web" (35)
         debugMode => TRUE
         productionMode => FALSE
         environment => "production" (10)
         consoleMode => FALSE
         container => array(2) { ... }
         tempDir => "/var/www/clients/client373/web726/web/app/../temp" (49)
         ftpRoot => "/var/www/clients/client373/web726/web/app/../ftp" (48)
         appendixDir => "/var/www/clients/client373/web726/web/app/../ftp/appendices" (59)
         dataSheetDir => "/var/www/clients/client373/web726/web/app/../ftp/datasheets" (59)
         pictureSourceDir => "/var/www/clients/client373/web726/web/app/../ftp/pictures" (57)
         pictureTargetDir => "/var/www/clients/client373/web726/web/app/../dynamic/pictures" (61)
         catalogue => array(4) { ... }
         import => array(1) { ... }
         pagination => array(4) { ... }
         passwords => array(4) { ... }
         userSupport => array(1) { ... }
         database => array(5) { ... }
      }
      {
         "nette.httpRequestFactory" => Nette\Http\RequestFactory(2) { ... }
         httpRequest => Nette\Http\Request(9) { ... }
         httpResponse => Nette\Http\Response(5) { ... }
         session => Nette\Http\Session(4) { ... }
         "nette.presenterFactory" => Danubian\PresenterFactory(4) { ... }
         routerFactory => Danubian\RouterFactory(0) 
         router => Nette\Application\Routers\RouteList(3) { ... }
         application => Nette\Application\Application(14) { ... }
         container => SystemContainer(8) { *RECURSION* }
         "nette.userStorage" => Nette\Http\UserStorage(3) { ... }
         user => Nette\Security\User(8) { ... }
         "nette.cacheJournal" => Nette\Caching\Storages\FileJournal(9) { ... }
         cacheStorage => Nette\Caching\Storages\FileStorage(4) { ... }
         "nette.database.defaultConnectionPanel" => Nette\Database\Diagnostics\ConnectionPanel(5) { ... }
         "nette.database.default" => Nette\Database\Connection(6) { ... }
         logItemRepository => Danubian\LogItemRepository(2) { ... }
         translator => Danubian\GettextTranslator(2) { ... }
         "nette.templateCacheStorage" => Nette\Caching\Storages\PhpFileStorage(5) { ... }
         legalDocuments => Danubian\LegalDocuments(2) { ... }
         authorization => Danubian\AuthorizationService(5) { ... }
         database => Nette\Database\Connection(6) { ... }
         itemSelector => Danubian\ItemSelector(7) { ... }
         catalogueRepository => Danubian\CatalogueRepository(1) { ... }
         catalogueCommon => Danubian\CatalogueCommon(3) { ... }
         dataSheetHelper => Danubian\DataSheetHelper(2) { ... }
         appendixHelper => Danubian\AppendixHelper(4) { ... }
      }
      factories private => array(0) 
      creating private => array(0) 
      frozen private => FALSE
   }
   {
      file private => "/var/www/clients/client373/web726/web/app/FrontModule/templates/Search.default.latte" (84)
      [
         0 => Nette\Callback(1) { ... }
      ]
      source private => NULL
      {
         _control => Danubian\FrontModule\SearchPresenter(38) { *RECURSION* }
         control => Danubian\FrontModule\SearchPresenter(38) { *RECURSION* }
         _presenter => Danubian\FrontModule\SearchPresenter(38) { *RECURSION* }
         presenter => Danubian\FrontModule\SearchPresenter(38) { *RECURSION* }
         user => Nette\Security\User(8) { ... }
         netteHttpResponse => Nette\Http\Response(5) { ... }
         netteCacheStorage => Nette\Caching\Storages\FileStorage(4) { ... }
         baseUrl => "https://ecatalogue.danubian.eu" (30)
         baseUri => "https://ecatalogue.danubian.eu" (30)
         basePath => ""
         flashes => array(0) 
         lang => "en-gb" (5)
         prysmianGroupLink => array(2) { ... }
         loginLink => "/user/login/?backlink=%2Fen%2F%3Falpha%3DE%26details%3D41796%26vp-page%3D8" (74)
         registerLink => "/user/register/?backlink=%2Fen%2F%3Falpha%3DE%26details%3D41796%26vp-page%3D8" (77)
         profileLink => "/user/profile/?backlink=%2Fen%2F%3Falpha%3DE%26details%3D41796%26vp-page%3D8" (76)
         tac => array(5) { ... }
         query => NULL
         alpha => "E"
         substr => NULL
         details => "41796" (5)
         count => 295
         items => Nette\Database\Table\Selection(18) { ... }
         pages => Nette\Utils\Paginator(4) { ... }
         itemDetails => Nette\Database\Table\ActiveRow(4) { ... }
         groupDetails => Nette\Database\Table\ActiveRow(4) { ... }
         itemFields => array(19) { ... }
         groupFields => array(9) { ... }
         picture => NULL
         appendices => array(0) 
         dataSheetLink => "/en/download/data-sheet/?group_id=57&doc_locale=en&backlink=%2Fen%2F%3Falpha%3DE%26details%3D41796%26vp-page%3D8" (112)
         template => Nette\Templating\FileTemplate(8) { *RECURSION* }
         _g => stdClass(0) 
         _extended => TRUE
      }
      filters private => array(0) 
      {
         translate => Nette\Callback(1) { ... }
         categoryname => Nette\Callback(1) { ... }
      }
      [
         0 => Nette\Callback(1) { ... }
         1 => Nette\Callback(1) { ... }
      ]
      {
         hint => "/parts/field.latte" (18)
         dir private => "/var/www/clients/client373/web726/web/temp/cache" (48)
         useDirs private => TRUE
         journal private => Nette\Caching\Storages\FileJournal(9) { ... }
         locks private => NULL
      }
   }
   invalidSnippets private => array(0) 
   snippetMode => NULL
   {
      locale => "en" (2)
      action => "default" (7)
      id => NULL
      alpha => "E"
      details => "41796" (5)
      query => NULL
      substr => NULL
   }
   {
      {
         paginator private => Nette\Utils\Paginator(4) { ... }
         page => 8
         template private => Nette\Templating\FileTemplate(8) { ... }
         invalidSnippets private => array(0) 
         snippetMode => NULL
         params protected => array(1) { ... }
         components private => array(0) 
         cloning private => NULL
         parent private => Danubian\FrontModule\SearchPresenter(38) { *RECURSION* }
         name private => "vp" (2)
         monitors private => array(1) { ... }
      }
      {
         onSuccess => array(1) [ ... ]
         onError => NULL
         onSubmit => NULL
         onInvalidSubmit => NULL
         submittedBy private => FALSE
         httpData private => array(0) 
         element private => Nette\Utils\Html(4) { ... }
         renderer private => NULL
         translator private => Danubian\GettextTranslator(2) { ... }
         groups private => array(0) 
         errors private => array(0) 
         onValidate => NULL
         currentGroup protected => NULL
         valid protected => NULL
         components private => array(5) { ... }
         cloning private => NULL
         parent private => Danubian\FrontModule\SearchPresenter(38) { *RECURSION* }
         name private => "parameterForm" (13)
         monitors private => array(2) { ... }
      }
   }
   cloning private => NULL
   parent private => NULL
   name private => "Front:Search" (12)
   monitors private => array(0) 
}

Environment

$_SERVER

PHP_FCGI_MAX_REQUESTS
"50000" (5)
PHPRC
"/opt/php-5.6/lib/" (17)
PWD
"/var/www/php-fcgi-scripts/web726" (32)
TMPDIR
"/var/www/clients/client373/web726/tmp" (37)
TEMP
"/var/www/clients/client373/web726/tmp" (37)
SHLVL
"0"
TMP
"/var/www/clients/client373/web726/tmp" (37)
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" (60)
PHP_DOCUMENT_ROOT
"/var/www/clients/client373/web726" (33)
CONTENT_LENGTH
"0"
HTTP_CONNECTION
"close" (5)
SCRIPT_NAME
"/index.php" (10)
REQUEST_URI
"/en/?alpha=E&details=41796&vp-page=8" (36)
QUERY_STRING
"alpha=E&details=41796&vp-page=8" (31)
REQUEST_METHOD
"GET" (3)
SERVER_PROTOCOL
"HTTP/1.1" (8)
GATEWAY_INTERFACE
"CGI/1.1" (7)
REDIRECT_QUERY_STRING
"alpha=E&details=41796&vp-page=8" (31)
REDIRECT_URL
"/en/" (4)
REMOTE_PORT
"49822" (5)
SCRIPT_FILENAME
"/var/www/ecatalogue.danubian.eu/web/index.php" (45)
SERVER_ADMIN
"webmaster@ecatalogue.danubian.eu" (32)
CONTEXT_DOCUMENT_ROOT
"/var/www/ecatalogue.danubian.eu/web" (35)
CONTEXT_PREFIX
""
REQUEST_SCHEME
"https" (5)
DOCUMENT_ROOT
"/var/www/ecatalogue.danubian.eu/web" (35)
REMOTE_ADDR
"3.133.145.62" (12)
SERVER_PORT
"443" (3)
SERVER_ADDR
"31.31.227.66" (12)
SERVER_NAME
"ecatalogue.danubian.eu" (22)
SERVER_SOFTWARE
"Apache" (6)
SERVER_SIGNATURE
""
HTTP_HOST
"ecatalogue.danubian.eu" (22)
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate" (23)
HTTP_COOKIE
"nette-browser=gfuz5qbnm3; PHPSESSID=7pssn1f8e11fjo1g786lrt6ts7" (62)
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103)
HTTP_ACCEPT
"*/*" (3)
SSL_TLS_SNI
"ecatalogue.danubian.eu" (22)
HTTPS
"on" (2)
SCRIPT_URI
"https://ecatalogue.danubian.eu/en/" (34)
SCRIPT_URL
"/en/" (4)
QS_EventRequest
"3.133.145.62" (12)
QS_ClientLowPrio
"0x25" (4)
QS_Event
"3.133.145.62" (12)
QS_Block_seen
""
QS_Block
"3.133.145.62" (12)
QS_ConnectionId
"1720727211638297301629762" (25)
QS_AllConn
"104" (3)
QS_IPConn
"1"
QS_SrvConn
"104" (3)
REDIRECT_STATUS
"200" (3)
REDIRECT_SSL_TLS_SNI
"ecatalogue.danubian.eu" (22)
REDIRECT_HTTPS
"on" (2)
REDIRECT_QS_Block_seen
""
REDIRECT_SCRIPT_URI
"https://ecatalogue.danubian.eu/en/" (34)
REDIRECT_SCRIPT_URL
"/en/" (4)
REDIRECT_QS_Block
"3.133.145.62" (12)
REDIRECT_QS_Event
"3.133.145.62" (12)
REDIRECT_QS_EventRequest
"3.133.145.62" (12)
REDIRECT_QS_ClientLowPrio
"0x25" (4)
REDIRECT_QS_ConnectionId
"1720727211638297301629762" (25)
REDIRECT_QS_AllConn
"104" (3)
REDIRECT_QS_IPConn
"1"
REDIRECT_QS_SrvConn
"104" (3)
FCGI_ROLE
"RESPONDER" (9)
PHP_SELF
"/index.php" (10)
REQUEST_TIME_FLOAT
1720727212.3756449
REQUEST_TIME
1720727212

$_SESSION

__NFNette Session

Nette Session

Danubian/locale
{
   preferred => "en" (2)
}
Nette.Http.UserStorage/
{
   authenticated => NULL
   identity => NULL
}
Danubian/frontend
{
   lastSeenItem => "41796" (5)
}

Constants

NETTE
TRUE
NETTE_DIR
"/var/www/clients/client373/web726/web/libs/Nette" (48)
NETTE_VERSION_ID
20011
NETTE_PACKAGE
"5.3" (3)

Included files (166)

/var/www/clients/client373/web726/web/index.php
/var/www/clients/client373/web726/web/app/bootstrap.php
/var/www/clients/client373/web726/web/libs/autoload.php
/var/www/clients/client373/web726/web/libs/Nette/loader.php
/var/www/clients/client373/web726/web/libs/Nette/common/exceptions.php
/var/www/clients/client373/web726/web/libs/Nette/common/Object.php
/var/www/clients/client373/web726/web/libs/Nette/Utils/LimitedScope.php
/var/www/clients/client373/web726/web/libs/Nette/Loaders/AutoLoader.php
/var/www/clients/client373/web726/web/libs/Nette/Loaders/NetteLoader.php
/var/www/clients/client373/web726/web/libs/Nette/Diagnostics/Helpers.php
/var/www/clients/client373/web726/web/libs/Nette/Diagnostics/shortcuts.php
/var/www/clients/client373/web726/web/libs/Nette/Utils/Html.php
/var/www/clients/client373/web726/web/libs/Nette/Diagnostics/Debugger.php
/var/www/clients/client373/web726/web/libs/Nette/Diagnostics/Logger.php
/var/www/clients/client373/web726/web/libs/Nette/Diagnostics/FireLogger.php
/var/www/clients/client373/web726/web/libs/Nette/Diagnostics/BlueScreen.php
/var/www/clients/client373/web726/web/libs/Nette/Diagnostics/Bar.php
/var/www/clients/client373/web726/web/libs/Nette/Diagnostics/DefaultBarPanel.php
/var/www/clients/client373/web726/web/libs/Nette/Diagnostics/IBarPanel.php
/var/www/clients/client373/web726/web/libs/Nette/Utils/SafeStream.php
/var/www/clients/client373/web726/web/libs/Nette/Config/Configurator.php
/var/www/clients/client373/web726/web/libs/Nette/Loaders/RobotLoader.php
/var/www/clients/client373/web726/web/libs/Nette/Caching/Storages/FileStorage.php
/var/www/clients/client373/web726/web/libs/Nette/Caching/IStorage.php
/var/www/clients/client373/web726/web/libs/Nette/Caching/Cache.php
/var/www/clients/client373/web726/web/libs/Nette/common/Callback.php
/var/www/clients/client373/web726/web/libs/Nette/common/Framework.php
/var/www/clients/client373/web726/web/libs/Nette/Caching/Storages/PhpFileStorage.php
/var/www/clients/client373/web726/web/temp/cache/_Nette.Configurator/_-67fb603741b158d56c5ab0bc1dc269bb.php
/var/www/clients/client373/web726/web/libs/Nette/DI/Container.php
/var/www/clients/client373/web726/web/libs/Nette/common/FreezableObject.php
/var/www/clients/client373/web726/web/libs/Nette/common/IFreezable.php
/var/www/clients/client373/web726/web/libs/Nette/DI/IContainer.php
/var/www/clients/client373/web726/web/libs/Nette/Reflection/ClassType.php
/var/www/clients/client373/web726/web/libs/Nette/Reflection/Method.php
/var/www/clients/client373/web726/web/libs/Nette/Http/Session.php
/var/www/clients/client373/web726/web/libs/Nette/Http/RequestFactory.php
/var/www/clients/client373/web726/web/libs/Nette/Http/UrlScript.php
/var/www/clients/client373/web726/web/libs/Nette/Http/Url.php
/var/www/clients/client373/web726/web/libs/Nette/common/ObjectMixin.php
/var/www/clients/client373/web726/web/libs/Nette/Utils/Strings.php
/var/www/clients/client373/web726/web/libs/Nette/Http/Request.php
/var/www/clients/client373/web726/web/libs/Nette/Http/IRequest.php
/var/www/clients/client373/web726/web/libs/Nette/Http/Response.php
/var/www/clients/client373/web726/web/libs/Nette/Http/IResponse.php
/var/www/clients/client373/web726/web/libs/Nette/common/DateTime.php
/var/www/clients/client373/web726/web/libs/Nette/common/Environment.php
/var/www/clients/client373/web726/web/libs/Nette/Application/Application.php
/var/www/clients/client373/web726/web/app/services/PresenterFactory.php
/var/www/clients/client373/web726/web/libs/Nette/Application/PresenterFactory.php
/var/www/clients/client373/web726/web/libs/Nette/Application/IPresenterFactory.php
/var/www/clients/client373/web726/web/app/router/RouterFactory.php
/var/www/clients/client373/web726/web/libs/Nette/Application/Routers/RouteList.php
/var/www/clients/client373/web726/web/libs/Nette/common/ArrayList.php
/var/www/clients/client373/web726/web/libs/Nette/Application/IRouter.php
/var/www/clients/client373/web726/web/libs/Nette/Application/Routers/Route.php
/var/www/clients/client373/web726/web/libs/Nette/Application/Diagnostics/RoutingPanel.php
/var/www/clients/client373/web726/web/libs/Nette/Application/Request.php
/var/www/clients/client373/web726/web/app/FrontModule/presenters/SearchPresenter.php
/var/www/clients/client373/web726/web/app/FrontModule/presenters/BaseFrontPresenter.php
/var/www/clients/client373/web726/web/app/presenters/BasePresenter.php
/var/www/clients/client373/web726/web/libs/Nette/Application/UI/Presenter.php
/var/www/clients/client373/web726/web/libs/Nette/Application/UI/Control.php
/var/www/clients/client373/web726/web/libs/Nette/Application/UI/PresenterComponent.php
/var/www/clients/client373/web726/web/libs/Nette/ComponentModel/Container.php
/var/www/clients/client373/web726/web/libs/Nette/ComponentModel/Component.php
/var/www/clients/client373/web726/web/libs/Nette/ComponentModel/IComponent.php
/var/www/clients/client373/web726/web/libs/Nette/ComponentModel/IContainer.php
/var/www/clients/client373/web726/web/libs/Nette/Application/UI/ISignalReceiver.php
/var/www/clients/client373/web726/web/libs/Nette/Application/UI/IStatePersistent.php
/var/www/clients/client373/web726/web/libs/Nette/Application/UI/IRenderable.php
/var/www/clients/client373/web726/web/libs/Nette/Application/IPresenter.php
/var/www/clients/client373/web726/web/libs/Nette/DI/Helpers.php
/var/www/clients/client373/web726/web/libs/Nette/Reflection/Parameter.php
/var/www/clients/client373/web726/web/libs/Nette/Application/UI/PresenterComponentReflection.php
/var/www/clients/client373/web726/web/libs/Nette/Reflection/Property.php
/var/www/clients/client373/web726/web/libs/Nette/Reflection/AnnotationsParser.php
/var/www/clients/client373/web726/web/libs/Nette/Security/User.php
/var/www/clients/client373/web726/web/libs/Nette/Security/IUserStorage.php
/var/www/clients/client373/web726/web/libs/Nette/Http/UserStorage.php
/var/www/clients/client373/web726/web/libs/Nette/Security/Diagnostics/UserPanel.php
/var/www/clients/client373/web726/web/app/model/LogItemRepository.php
/var/www/clients/client373/web726/web/app/model/BaseRepository.php
/var/www/clients/client373/web726/web/libs/Nette/Database/Connection.php
/var/www/clients/client373/web726/web/libs/Nette/Database/Statement.php
/var/www/clients/client373/web726/web/libs/Nette/Database/Drivers/MySqlDriver.php
/var/www/clients/client373/web726/web/libs/Nette/Database/ISupplementalDriver.php
/var/www/clients/client373/web726/web/libs/Nette/Database/Row.php
/var/www/clients/client373/web726/web/libs/Nette/common/ArrayHash.php
/var/www/clients/client373/web726/web/libs/Nette/Database/SqlPreprocessor.php
/var/www/clients/client373/web726/web/libs/Nette/Caching/Storages/FileJournal.php
/var/www/clients/client373/web726/web/libs/Nette/Caching/Storages/IJournal.php
/var/www/clients/client373/web726/web/libs/Nette/Database/Reflection/DiscoveredReflection.php
/var/www/clients/client373/web726/web/libs/Nette/Database/IReflection.php
/var/www/clients/client373/web726/web/libs/Nette/Database/Diagnostics/ConnectionPanel.php
/var/www/clients/client373/web726/web/app/services/GettextTranslator.php
/var/www/clients/client373/web726/web/app/services/ITranslator.php
/var/www/clients/client373/web726/web/libs/Nette/Localization/ITranslator.php
/var/www/clients/client373/web726/web/libs/Nette/Http/SessionSection.php
/var/www/clients/client373/web726/web/libs/Nette/Templating/FileTemplate.php
/var/www/clients/client373/web726/web/libs/Nette/Templating/Template.php
/var/www/clients/client373/web726/web/libs/Nette/Templating/ITemplate.php
/var/www/clients/client373/web726/web/libs/Nette/Templating/IFileTemplate.php
/var/www/clients/client373/web726/web/app/Helpers.php
/var/www/clients/client373/web726/web/libs/Nette/ComponentModel/RecursiveComponentIterator.php
/var/www/clients/client373/web726/web/libs/Nette/Iterators/InstanceFilter.php
/var/www/clients/client373/web726/web/app/UserModule/presenters/LoginPresenter.php
/var/www/clients/client373/web726/web/app/UserModule/presenters/BaseUserPresenter.php
/var/www/clients/client373/web726/web/app/UserModule/presenters/RegisterPresenter.php
/var/www/clients/client373/web726/web/app/UserModule/presenters/ProfilePresenter.php
/var/www/clients/client373/web726/web/app/model/LegalDocuments.php
/var/www/clients/client373/web726/web/app/model/LegalDocument.php
/var/www/clients/client373/web726/web/libs/Nette/Security/IAuthorizator.php
/var/www/clients/client373/web726/web/app/services/AuthorizationService.php
/var/www/clients/client373/web726/web/libs/Nette/Security/Permission.php
/var/www/clients/client373/web726/web/app/model/ItemSelector.php
/var/www/clients/client373/web726/web/libs/Nette/Database/Table/Selection.php
/var/www/clients/client373/web726/web/libs/Nette/Database/Table/SqlBuilder.php
/var/www/clients/client373/web726/web/libs/Nette/Database/Helpers.php
/var/www/clients/client373/web726/web/libs/Nette/Database/Table/ActiveRow.php
/var/www/clients/client373/web726/web/libs/VisualPaginator/VisualPaginator.php
/var/www/clients/client373/web726/web/libs/Nette/Utils/Paginator.php
/var/www/clients/client373/web726/web/app/model/CatalogueRepository.php
/var/www/clients/client373/web726/web/app/model/CatalogueCommon.php
/var/www/clients/client373/web726/web/app/model/DataSheetHelper.php
/var/www/clients/client373/web726/web/app/model/DownloadableHelper.php
/var/www/clients/client373/web726/web/app/FrontModule/presenters/DownloadPresenter.php
/var/www/clients/client373/web726/web/app/model/AppendixHelper.php
/var/www/clients/client373/web726/web/libs/Nette/Application/Responses/TextResponse.php
/var/www/clients/client373/web726/web/libs/Nette/Application/IResponse.php
/var/www/clients/client373/web726/web/libs/Nette/Application/exceptions.php
/var/www/clients/client373/web726/web/temp/cache/_Nette.FileTemplate/_templates.Search.default.latte-6a359de774037390404e9d95e6663988.php
/var/www/clients/client373/web726/web/libs/Nette/Latte/Macros/CoreMacros.php
/var/www/clients/client373/web726/web/libs/Nette/Latte/Macros/MacroSet.php
/var/www/clients/client373/web726/web/libs/Nette/Latte/IMacro.php
/var/www/clients/client373/web726/web/temp/cache/_Nette.FileTemplate/_templates._layout.latte-2a0242f35acccbf0bbd076d4163c2185.php
/var/www/clients/client373/web726/web/libs/Nette/Templating/Helpers.php
/var/www/clients/client373/web726/web/libs/Nette/Utils/Json.php
/var/www/clients/client373/web726/web/app/AdminModule/presenters/ImportPresenter.php
/var/www/clients/client373/web726/web/app/AdminModule/presenters/BaseAdminPresenter.php
/var/www/clients/client373/web726/web/libs/Nette/Latte/Macros/UIMacros.php
/var/www/clients/client373/web726/web/libs/Nette/Latte/Macros/FormMacros.php
/var/www/clients/client373/web726/web/libs/Nette/Application/UI/Form.php
/var/www/clients/client373/web726/web/libs/Nette/Forms/Form.php
/var/www/clients/client373/web726/web/libs/Nette/Forms/Container.php
/var/www/clients/client373/web726/web/libs/Nette/Application/UI/Link.php
/var/www/clients/client373/web726/web/libs/Nette/Forms/Controls/SubmitButton.php
/var/www/clients/client373/web726/web/libs/Nette/Forms/Controls/Button.php
/var/www/clients/client373/web726/web/libs/Nette/Forms/Controls/BaseControl.php
/var/www/clients/client373/web726/web/libs/Nette/Forms/IControl.php
/var/www/clients/client373/web726/web/libs/Nette/Forms/ISubmitterControl.php
/var/www/clients/client373/web726/web/libs/Nette/Forms/Rules.php
/var/www/clients/client373/web726/web/libs/Nette/Forms/Controls/MultiSelectBox.php
/var/www/clients/client373/web726/web/libs/Nette/Forms/Controls/SelectBox.php
/var/www/clients/client373/web726/web/app/Buttonizer.php
/var/www/clients/client373/web726/web/temp/cache/_Nette.FileTemplate/_VisualPaginator.template.phtml-fd94bd0f8a844489cc7f97bef7f47711.php
/var/www/clients/client373/web726/web/libs/Nette/Iterators/CachingIterator.php
/var/www/clients/client373/web726/web/app/utils/ProductName.php
/var/www/clients/client373/web726/web/temp/cache/_Nette.FileTemplate/_parts.field.latte-220897861e47fcb7c7dee8b5e4590ee8.php
/var/www/clients/client373/web726/web/libs/Nette/Diagnostics/templates/bar.time.tab.phtml
/var/www/clients/client373/web726/web/libs/Nette/Diagnostics/templates/bar.memory.tab.phtml
/var/www/clients/client373/web726/web/libs/Nette/Application/Diagnostics/templates/RoutingPanel.tab.phtml
/var/www/clients/client373/web726/web/libs/Nette/Application/Diagnostics/templates/RoutingPanel.panel.phtml
/var/www/clients/client373/web726/web/libs/Nette/Security/Diagnostics/templates/UserPanel.tab.phtml
/var/www/clients/client373/web726/web/libs/Nette/Security/Diagnostics/templates/UserPanel.panel.phtml
/var/www/clients/client373/web726/web/libs/Nette/Diagnostics/templates/bluescreen.phtml

Configuration options


Configuration

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.8, 13-Jul-2019

calendar

Calendar support enabled

cgi-fcgi

DirectiveLocal ValueMaster Value
cgi.check_shebang_line11
cgi.discard_path00
cgi.fix_pathinfo11
cgi.force_redirect11
cgi.nph00
cgi.redirect_status_envno valueno value
cgi.rfc2616_headers00
fastcgi.logging11

Core

PHP Version 5.6.40
DirectiveLocal ValueMaster Value
allow_url_fopenOnOn
allow_url_includeOffOff
always_populate_raw_post_data-1-1
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_log/var/www/clients/client373/web726/web/log/php_error.logno value
error_prepend_stringno valueno value
error_reporting022527
exit_on_timeoutOffOff
expose_phpOffOff
extension_dir/opt/php-5.6/lib/php/extensions/no-debug-non-zts-20131226/opt/php-5.6/lib/php/extensions/no-debug-non-zts-20131226
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.:/opt/php-5.6/lib/php.:/opt/php-5.6/lib/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_time3030
max_file_uploads2020
max_input_nesting_level6464
max_input_time6060
max_input_vars10001000
memory_limit640M640M
open_basedir/var/www/clients/client373/web726/web:/var/www/clients/client373/web726/private:/var/www/clients/client373/web726/tmp:/var/www/ecatalogue.danubian.eu/web:/srv/www/ecatalogue.danubian.eu/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/dev/random:/dev/urandom/var/www/clients/client373/web726/web:/var/www/clients/client373/web726/private:/var/www/clients/client373/web726/tmp:/var/www/ecatalogue.danubian.eu/web:/srv/www/ecatalogue.danubian.eu/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/dev/random:/dev/urandom
output_bufferingno valueno value
output_encodingno valueno value
output_handlerno valueno value
post_max_size40M40M
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 -f webmaster@ecatalogue.danubian.eu/usr/sbin/sendmail -t -i -f webmaster@ecatalogue.danubian.eu
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_filesize64M64M
upload_tmp_dir/var/www/clients/client373/web726/tmp/var/www/clients/client373/web726/tmp
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.74.0
Age 7
Features
AsynchDNS Yes
CharConv No
Debug No
GSS-Negotiate No
IDN Yes
IPv6 Yes
krb4 No
Largefile Yes
libz Yes
NTLM Yes
NTLMWB Yes
SPNEGO Yes
SSL Yes
SSPI No
TLS-SRP Yes
Protocols dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, mqtt, pop3, pop3s, rtmp, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp
Host x86_64-pc-linux-gnu
SSL Version GnuTLS/3.7.1
ZLib Version 1.2.11
libSSH Version libssh2/1.9.0

date

date/time support enabled
"Olson" Timezone Database Version 2016.10
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

dba

DBA support enabled
Supported handlers cdb cdb_make inifile flatfile
DirectiveLocal ValueMaster Value
dba.default_handlerflatfileflatfile

dom

DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.9.10
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)
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 6b
PNG Support enabled
libPNG Version 1.6.37
WBMP Support enabled
XBM Support enabled
DirectiveLocal ValueMaster Value
gd.jpeg_ignore_warning00

gettext

GetText Support enabled

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.31
DirectiveLocal ValueMaster Value
iconv.input_encodingno valueno value
iconv.internal_encodingUTF-8no value
iconv.output_encodingno valueno value

imagick

imagick moduleenabled
imagick module version 3.2.0RC1
imagick classes Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator
ImageMagick version ImageMagick 6.9.11-60 Q16 x86_64 2021-01-25 https://imagemagick.org
ImageMagick copyright (C) 1999-2021 ImageMagick Studio LLC
ImageMagick release date 2021-01-25
ImageMagick number of supported formats: 247
ImageMagick supported formats 3FR, 3G2, 3GP, AAI, AI, APNG, ART, ARW, AVI, AVIF, AVS, BGR, BGRA, BGRO, BIE, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CR3, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DJVU, 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, HEIC, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JBG, JBIG, 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, 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, POCKETMOD, 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, VIDEO, VIFF, VIPS, VST, WBMP, WEBM, WEBP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, YCbCr, YCbCrA, YUV
DirectiveLocal ValueMaster Value
imagick.locale_fix00
imagick.progress_monitor00

intl

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

json

json support enabled
json version 1.2.1

libxml

libXML support active
libXML Compiled Version 2.9.10
libXML Loaded Version 20910
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_characternoneno 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.7
Revision $Revision: 326387 $
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

memcached

memcached supportenabled
Version 2.2.0
libmemcached version 1.0.18
SASL support yes
Session support yes
igbinary support no
json support no
msgpack support no
DirectiveLocal ValueMaster Value
memcached.compression_factor1.31.3
memcached.compression_threshold20002000
memcached.compression_typefastlzfastlz
memcached.serializerphpphp
memcached.sess_binary00
memcached.sess_connect_timeout10001000
memcached.sess_consistent_hash00
memcached.sess_lock_expire00
memcached.sess_lock_max_wait00
memcached.sess_lock_wait150000150000
memcached.sess_locking11
memcached.sess_number_of_replicas00
memcached.sess_prefixmemc.sess.key.memc.sess.key.
memcached.sess_randomize_replica_read00
memcached.sess_remove_failed00
memcached.sess_sasl_passwordno valueno value
memcached.sess_sasl_usernameno valueno value
memcached.store_retry_count22
memcached.use_sasl00

mhash

MHASH support Enabled
MHASH API Version Emulated Support

mysql

MySQL Supportenabled
Active Persistent Links 0
Active Links 0
Client API version mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
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/run/mysqld/mysqld.sock/var/run/mysqld/mysqld.sock
mysql.default_userno valueno value
mysql.max_linksUnlimitedUnlimited
mysql.max_persistentUnlimitedUnlimited
mysql.trace_modeOffOff

mysqli

MysqlI Supportenabled
Client API library version mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
Active Persistent Links 0
Inactive Persistent Links 0
Active Links 0
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_socket/var/run/mysqld/mysqld.sock/var/run/mysqld/mysqld.sock
mysqli.default_userno valueno value
mysqli.max_linksUnlimitedUnlimited
mysqli.max_persistentUnlimitedUnlimited
mysqli.reconnectOffOff
mysqli.rollback_on_cached_plinkOffOff

mysqlnd

mysqlndenabled
Version mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
Compression supported
core SSL supported
extended SSL supported
Command buffer size 4096
Read buffer size 32768
Read timeout 31536000
Collecting statistics Yes
Collecting memory statistics No
Tracing n/a
Loaded plugins mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password,auth_plugin_sha256_password
API Extensions mysqli,pdo_mysql,mysql
mysqlnd statistics
bytes_sent 4510768
bytes_received 61056586
packets_sent 76136
packets_received 1714876
protocol_overhead_in 6859504
protocol_overhead_out 304544
bytes_received_ok_packet 0
bytes_received_eof_packet 0
bytes_received_rset_header_packet 213480
bytes_received_rset_field_meta_packet 0
bytes_received_rset_row_packet 237306
bytes_received_prepare_response_packet 9367373
bytes_received_change_user_packet 50735305
packets_sent_command 34695
packets_received_ok 0
packets_received_eof 0
packets_received_rset_header 23720
packets_received_rset_field_meta 0
packets_received_rset_row 31322
packets_received_prepare_response 178102
packets_received_change_user 1474986
result_set_queries 23720
non_result_set_queries 7601
no_index_used 9424
bad_index_used 0
slow_queries 0
buffered_sets 23720
unbuffered_sets 0
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 1451266
rows_fetched_from_server_ps 0
rows_buffered_from_client_normal 1451266
rows_buffered_from_client_ps 0
rows_fetched_from_client_normal_buffered 1451266
rows_fetched_from_client_normal_unbuffered 0
rows_fetched_from_client_ps_buffered 0
rows_fetched_from_client_ps_unbuffered 0
rows_fetched_from_client_ps_cursor 0
rows_affected_normal 855
rows_affected_ps 0
rows_skipped_normal 1451266
rows_skipped_ps 0
copy_on_write_saved 6913034
copy_on_write_performed 0
command_buffer_too_small 0
connect_success 3373
connect_failure 0
connection_reused 0
reconnect 0
pconnect_success 0
active_connections 18446744073709548245
active_persistent_connections 0
explicit_close 3372
implicit_close 0
disconnect_close 0
in_middle_of_command_close 0
explicit_free_result 23717
implicit_free_result 0
explicit_stmt_close 0
implicit_stmt_close 0
mem_emalloc_count 0
mem_emalloc_amount 0
mem_ecalloc_count 0
mem_ecalloc_amount 0
mem_erealloc_count 0
mem_erealloc_amount 0
mem_efree_count 0
mem_efree_amount 0
mem_malloc_count 0
mem_malloc_amount 0
mem_calloc_count 0
mem_calloc_amount 0
mem_realloc_count 0
mem_realloc_amount 0
mem_free_count 0
mem_free_amount 0
mem_estrndup_count 0
mem_strndup_count 0
mem_estndup_count 0
mem_strdup_count 0
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 1333438
proto_text_fetched_bigint 11855
proto_text_fetched_decimal 0
proto_text_fetched_float 0
proto_text_fetched_double 0
proto_text_fetched_date 0
proto_text_fetched_year 0
proto_text_fetched_time 0
proto_text_fetched_datetime 0
proto_text_fetched_timestamp 0
proto_text_fetched_string 5299084
proto_text_fetched_blob 0
proto_text_fetched_enum 1581
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_json 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 3372
com_init_db 0
com_query 31323
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 37921231
bytes_received_real_data_ps 0

openssl

OpenSSL support enabled
OpenSSL Library Version OpenSSL 1.0.2u 20 Dec 2019
OpenSSL Header Version OpenSSL 1.0.2u 20 Dec 2019
Openssl default config /opt/openssl-1.0.2u/ssl/openssl.cnf
DirectiveLocal ValueMaster Value
openssl.cafile/etc/ssl/certs/ca-certificates.crt/etc/ssl/certs/ca-certificates.crt
openssl.capathno valueno value

pcntl

pcntl supportenabled

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 mysql, sqlite

pdo_mysql

PDO Driver for MySQLenabled
Client API version mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
DirectiveLocal ValueMaster Value
pdo_mysql.default_socket/var/run/mysqld/mysqld.sock/var/run/mysqld/mysqld.sock

pdo_sqlite

PDO Driver for SQLite 3.xenabled
SQLite Library 3.8.10.2

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

readline

Readline Supportenabled
Readline library 8.1
DirectiveLocal ValueMaster Value
cli.pagerno valueno value
cli.prompt\b \> \b \> 

recode

Recode Support enabled
Revision $Id: cde03aacd1a1218dcad9dabc2f284594a0a4aa16 $

Reflection

Reflectionenabled
Version $Id: 5f15287237d5f78d75b19c26915aa7bd83dee8b8 $

session

Session Support enabled
Registered save handlers files user memcache memcached
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_lifetime36000
session.cookie_path//
session.cookie_secureOffOff
session.entropy_file/dev/urandom/dev/urandom
session.entropy_length1616
session.gc_divisor10001000
session.gc_maxlifetime36001440
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/client373/web726/tmp/var/www/clients/client373/web726/tmp
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_cookiesOnOff
session.use_strict_modeOffOff
session.use_trans_sid00

shmop

shmop support enabled

SimpleXML

Simplexml supportenabled
Revision $Id: d7077fc935154236afb4fe70814ba358efdbdca4 $
Schema support enabled

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.8.10.2
DirectiveLocal ValueMaster Value
sqlite3.extension_dirno valueno value

ssh2

SSH2 supportenabled
extension version 0.13
libssh2 version 1.9.0
banner SSH-2.0-libssh2_1.9.0

standard

Dynamic Library Support enabled
Path to sendmail /usr/sbin/sendmail -t -i -f webmaster@ecatalogue.danubian.eu
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

svn

svn supportenabled
svn client version 1.14.1
svn extension version 1.0.3

sysvmsg

sysvmsg support enabled
Revision $Id: 58590192720bc56939152fde3645d808b348bb9b $

tidy

Tidy supportenabled
libTidy Release 2017/11/25
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.10

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.34
libxslt compiled against libxml Version 2.9.10
EXSLT enabled
libexslt Version 1.1.34

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.11
Linked Version 1.2.11
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

Content-Length0
Connectionclose
Hostecatalogue.danubian.eu
Accept-Encodinggzip, br, zstd, deflate
Cookienette-browser=gfuz5qbnm3; PHPSESSID=7pssn1f8e11fjo1g786lrt6ts7
User-AgentMozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Accept*/*

$_GET

alpha
"E"
details
"41796" (5)
vp-page
"8"

$_POST

empty

$_COOKIE

nette-browser
"gfuz5qbnm3" (10)
PHPSESSID
"7pssn1f8e11fjo1g786lrt6ts7" (26)

HTTP response

Headers

X-Powered-By: Nette Framework
Content-Type: text/html; charset=utf-8
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=7pssn1f8e11fjo1g786lrt6ts7; expires=Thu, 11-Jul-2024 20:46:52 GMT; Max-Age=3600; path=/; httponly
Set-Cookie: nette-browser=gfuz5qbnm3; path=/; httponly
X-Frame-Options: SAMEORIGIN