menu


Ativity

Předchozí den 28. 6. 2024 Následující den
8:00 9:00 10:00 11:00 12:00 13:00 14:00 15:00 16:00 17:00 18:00 19:00
600 600 600 600 600 600 600 600 600 600 600 600
Buggy rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat
Čtyřkolky rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat
Lanové centrum rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat
Lukostřelba rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat
Off-road rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat
Paintball rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat
Segway rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat rezervovat


Datum Čas Místo / aktivita Cena Smazat
Celkem 300 Kč Pokračovat
Ativity
26. 6. 2024 16:00 - 16:30 Buggy 300 Smazat
Notice

Notice

Undefined index: Status-Code search►

Source file

File: /var/www/clients/client123/web1762/libs/Nella/Utils/Curl/Request.php   Line: 446

439:                    $to->path $from->path;
440:                }
441:    
442:                return $to->absoluteUrl;
443:            };
444:    
445:            $headers $this->response->headers;
446:            if ($headers['Status-Code'] < 400) {
447:                if (isset($headers['Location']))  {
448:                    $url $fixUrl($url$headers['Location']);
449:                    $this->run($method, (string) $url$post, ++$cycles);
450:                }
451:            } else {
452:                throw new BadRequestException($headers['Status'], $this->response->info['http_code'], $this->response);
453:            }

Call stack

  1. /var/www/clients/client123/web1762/libs/Nella/Utils/Curl/Request.php:465 source   Nella\Utils\Curl\Request-> run (arguments )

    $method
    "GET" (3)
    
    $url
    NULL
    
    $post
    array(0) 
    
    458:         * @param string
    459:         * @param array
    460:         * @return Response
    461:         */
    462:        public function getResponse($method self::GET$url NULL$post = array())
    463:        {
    464:            if (!($this->response instanceof Response)) {
    465:                $this->run($method, $url, $post);
    466:            }
    467:    
    468:            return $this->response;
    469:        }
    470:    
    471:        /**
    472:         * @return Request
    
  2. /var/www/clients/client123/web1762/libs/Nette/common/ObjectMixin.php:122 source   Nella\Utils\Curl\Request-> getResponse ()

    115:            // property getter support
    116:            $name[0] = $name[0] & "\xDF"// case-sensitive checking, capitalize first character
    117:            $m 'get' $name;
    118:            if (isset(self::$methods[$class][$m])) {
    119:                // ampersands:
    120:                // - uses &__get() because declaration should be forward compatible (e.g. with Nette\Utils\Html)
    121:                // - doesn't call &$_this->$m because user could bypass property setter by: $x = & $obj->property; $x = 'new value';
    122:                $val = $_this->$m();
    123:                return $val;
    124:            }
    125:    
    126:            $m 'is' $name;
    127:            if (isset(self::$methods[$class][$m])) {
    128:                $val $_this->$m();
    129:                return $val;
    
  3. /var/www/clients/client123/web1762/libs/Nette/common/Object.php:131 source   Nette\ObjectMixin:: get (arguments )

    $_this
    {
       {
          USERAGENT => "Mozilla/5.0 (compatible; Nella\Panels\Version/3.6; http://addons.nette.org/cs/versionpanel)" (91)
          RETURNTRANSFER => "1"
          CONNECTTIMEOUT => "1"
          HEADER => "1"
          FOLLOWLOCATION => "1"
          SSL_VERIFYPEER => NULL
          HTTPGET => "1"
          URL => "http://github.com/api/v2/json/repos/show/nette/nette/tags" (57)
       {
          HTTP_ACCEPT => "text/javascript,text/json,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8*/*;q=0.5" (89)
          HTTP_ACCEPT_CHARSET => "windows-1250,utf-8;q=0.7,*;q=0.7" (32)
          HTTP_KEEP_ALIVE => "300" (3)
          HTTP_CONNECTION => "keep-alive" (10)
       }
       proxies private => array(0) 
       resource private => NULL
       url private => "http://github.com/api/v2/json/repos/show/nette/nette/tags" (57)
       {
          request private => Nella\Utils\Curl\Request(6) { *RECURSION* }
          headers private => array(0) 
          body private => FALSE
       }
    }
    
    $name
    "response" (8)
    
    124:         * Returns property value. Do not call directly.
    125:         * @param  string  property name
    126:         * @return mixed   property value
    127:         * @throws MemberAccessException if the property is not defined.
    128:         */
    129:        public function &__get($name)
    130:        {
    131:            return ObjectMixin::get($this, $name);
    132:        }
    133:    
    134:    
    135:    
    136:        /**
    137:         * Sets value of a property. Do not call directly.
    138:         * @param  string  property name
    
  4. /var/www/clients/client123/web1762/libs/Nella/Diagnostics/VersionBarPanel.php:272 source   Nette\Object-> __get (arguments )

    $name
    "response" (8)
    
    265:            $res->setUserAgent("Mozilla/5.0 (compatible; Nella\\Panels\\Version/".self::VERSION."; http://addons.nette.org/cs/versionpanel)");
    266:            $res->setOption('connecttimeout'1);
    267:            $res->setOption('returntransfer'TRUE)->setOption('header'TRUE)->setOption('followlocation'TRUE)->setOption('ssl_verifypeer'FALSE);
    268:            $res->setHeader('HTTP_ACCEPT'"text/javascript,text/json,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8*/*;q=0.5");
    269:            $res->setHeader('HTTP_ACCEPT_CHARSET'"windows-1250,utf-8;q=0.7,*;q=0.7")->setHeader('HTTP_KEEP_ALIVE'"300");
    270:            $res->setHeader('HTTP_CONNECTION'"keep-alive");
    271:    
    272:            return $res->response->body;
    273:        }
    274:    
    275:        /**
    276:         * Get response by array
    277:         *
    278:         * @param string $url
    279:         * @return array
    
  5. /var/www/clients/client123/web1762/libs/Nella/Diagnostics/VersionBarPanel.php:283 source   Nella\Diagnostics\VersionBarPanel-> getCurlResponse (arguments )

    $url
    "http://github.com/api/v2/json/repos/show/nette/nette/tags" (57)
    
    276:         * Get response by array
    277:         *
    278:         * @param string $url
    279:         * @return array
    280:         */
    281:        private function getArrayResponse($url)
    282:        {
    283:            return json_decode($this->getCurlResponse($url), TRUE);
    284:        }
    285:    
    286:        /**
    287:         * Get latest version by GitHub API
    288:         *%repo%
    289:         * @param string
    290:         * @param string
    
  6. /var/www/clients/client123/web1762/libs/Nella/Diagnostics/VersionBarPanel.php:305 source   Nella\Diagnostics\VersionBarPanel-> getArrayResponse (arguments )

    $url
    "http://github.com/api/v2/json/repos/show/nette/nette/tags" (57)
    
    298:            $dev FALSE;
    299:            if (strpos($version'dev') !== FALSE) {
    300:                $dev TRUE;
    301:                $version substr($version0strpos($version"-dev"));
    302:            }
    303:            
    304:            try {
    305:                $tags = $this->getArrayResponse("http://github.com/api/v2/json/repos/show/$userId/$repo/tags");
    306:                if (empty($tags) || !array_key_exists('tags'$tags)) {
    307:                    return;
    308:                }
    309:            } catch (\Nella\Utils\Curl\BadRequestException $e) {
    310:                return;
    311:            } catch (\Nella\Utils\Curl\ConnectionException $e) {
    312:                return;
    
  7. /var/www/clients/client123/web1762/libs/Nella/Diagnostics/VersionBarPanel.php:236 source   Nella\Diagnostics\VersionBarPanel-> getLatestByGithub (arguments )

    $repo
    "nette:nette" (11)
    
    $version
    "2.0-beta" (8)
    
    $revision
    "f38d86f released on 2011-08-24" (30)
    
    229:                    $this->updates $updates;
    230:                }
    231:            } elseif (class_exists('Nella\Utils\Curl\Request') && !isset($cache['updates'])) {
    232:                $updates $files = array();
    233:    
    234:                foreach ($this->libs as $repo => $lib) {
    235:                    $files[] = $lib['file'];
    236:                    $data = $this->getLatestByGithub($repo, $lib['version'], $lib['revision']);
    237:                    if ($data) {
    238:                        $updates[$lib['name']] = $data;
    239:                    }
    240:                }
    241:                
    242:                if (count($updates)) {
    243:                    $this->updates $updates;
    
  8. /var/www/clients/client123/web1762/libs/Nella/Diagnostics/VersionBarPanel.php:70 source   Nella\Diagnostics\VersionBarPanel-> loadUpdates ()

    63:         * Get rendered tab
    64:         *
    65:         * @return string
    66:         */
    67:        public function getTab()
    68:        {
    69:            if (count($this->updates) < 1) {
    70:                $this->loadUpdates();
    71:            }
    72:            
    73:            $this->freeze();
    74:    
    75:            $data '<span title="Libraries Versions">
    76:                <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjpJREFUeNpi/P//PwMlgAWb4M/f/xhWX3qltPrKW5P/7CxCinxsT0JU+I6byfC+ZediQ1HLiO6CX//+M0WsulW1/tKbIgZmBkGGf0B5ZiYGhu+/7/urC+Qvi9PZzMXGjN2Aj19/MSStu5Wz7sqbyQwMQPHffz8BldwFqtJk4mDj+Pfr36cF4Rrm8SYSN2B6mJBtP//sE+e6Yw9ymH58BVr96/HCKC2ng9lGJjH6oqn/Pnz8z/D9C9/CU4+9cYYB079/zAyfPvz+B3S2gZH0xDgTqbMg8aP3Pz1i+HYd6BhGhv/fvqJYisIxlOX/sjDDItJBTSCu3Flp6ndgYC48fEe/ffnheez/fzEyfPj4KdFMZjNKoIHCABdOm3HAisGz/wV72LT/DN793wI7tgZ8+/EbRQ0Trvi9fP815/Id5yZzsfwT//Xx07swC4XAFUXuGzjZUWMepwGv331W+vzyrcHfL58ZTGX5G5aU++5kY2XGUIfTAAlB7tfSfKzH/nz8dL0y2mYjKxbNeA1QlhF+pSbKvYDhy+d1f3/8fIMzLeMKwMLGZSZsinH/OVXi//sl9zfgUgcPkbdv3zKsWL6cfdWqVewszMyMQjL6rLxc7L8YmdjYLpzc/9PJcSMfKOXKysr+zczM/G5hafkXxQVnz5xhMDExEQK5Hog1gVidgZHfl4FdJg7I1oZiDSCWz0hP54Tpw8hM165eZXj77h0DI8jwf39AOYKBiQkUgIxgtrCQEIOWtjZcPUCAAQD2kictFO3NpAAAAABJRU5ErkJggg==">
    77:                versions';
    
  9. /var/www/clients/client123/web1762/libs/Nette/Diagnostics/Bar.php:61 source   Nella\Diagnostics\VersionBarPanel-> getTab ()

    54:        public function render()
    55:        {
    56:            $panels = array();
    57:            foreach ($this->panels as $id => $panel) {
    58:                try {
    59:                    $panels[] = array(
    60:                        'id' => preg_replace('#[^a-z0-9]+#i''-'$id),
    61:                        'tab' => $tab = (string) $panel->getTab(),
    62:                        'panel' => $tab ? (string) $panel->getPanel() : NULL,
    63:                    );
    64:                } catch (\Exception $e) {
    65:                    $panels[] = array(
    66:                        'id' => "error-$id",
    67:                        'tab' => "Error: $id",
    68:                        'panel' => nl2br(htmlSpecialChars((string) $e)),
    
  10. /var/www/clients/client123/web1762/libs/Nette/Diagnostics/Debugger.php:375 source   Nette\Diagnostics\Bar-> render ()

    368:            $error error_get_last();
    369:            if (isset($types[$error['type']])) {
    370:                self::_exceptionHandler(new Nette\FatalErrorException($error['message'], 0$error['type'], $error['file'], $error['line'], NULL));
    371:            }
    372:    
    373:            // debug bar (require HTML & development mode)
    374:            if (self::$bar && !self::$productionMode && self::isHtmlMode()) {
    375:                self::$bar->render();
    376:            }
    377:        }
    378:    
    379:    
    380:    
    381:        /**
    382:         * Handler to catch uncaught exception.
    
  11. inner-code Nette\Diagnostics\Debugger:: _shutdownHandler ()

Variables

$method
"GET" (3)
$url
NULL
$post
array(0) 
$cycles
1
$i
1
$fixUrl
{
   file => "/var/www/clients/client123/web1762/libs/Nella/Utils/Curl/Request.php" (68)
   line => 418
   parameters => "$from, $to" (10)
}
$headers
array(0) 

Nette Application

Requests

[
   {
      method private => "GET" (3)
      {
         secured => FALSE
      }
      name private => "Frontend:Activity" (17)
      {
         action => "default" (7)
         id => NULL
         do => "object-book" (11)
         "object-object" => "262" (3)
         "object-start" => "1719410400" (10)
         slug => "ativity" (7)
      }
      post private => array(0) 
      files private => array(0) 
      frozen private => TRUE
   }
]

Presenter

{
   login private => NULL
   {
      name protected => "Ativity" (7)
      slug protected => "ativity" (7)
      type protected => 2
      active protected => TRUE
      reservationStep protected => 1800
      {
         snapshot private => array(0) 
         owner private => RS\Model\ActivityEntity(8) { *RECURSION* }
         association private => array(15) { ... }
         em private => Doctrine\ORM\EntityManager(10) { ... }
         backRefFieldName private => "activity" (8)
         typeClass private => Nella\Doctrine\Mapping\ClassMetadata(32) { ... }
         isDirty private => FALSE
         initialized private => FALSE
         coll private => Doctrine\Common\Collections\ArrayCollection(1) { ... }
      {
         snapshot private => array(0) 
         owner private => RS\Model\ActivityEntity(8) { *RECURSION* }
         association private => array(15) { ... }
         em private => Doctrine\ORM\EntityManager(10) { ... }
         backRefFieldName private => "activity" (8)
         typeClass private => Nella\Doctrine\Mapping\ClassMetadata(32) { ... }
         isDirty private => FALSE
         initialized private => FALSE
         coll private => Doctrine\Common\Collections\ArrayCollection(1) { ... }
      }
      id protected => 22
   }
   eventId => NULL
   type => NULL
   onShutdown => NULL
   {
      method private => "GET" (3)
      {
         secured => FALSE
      }
      name private => "Frontend:Activity" (17)
      {
         action => "default" (7)
         id => NULL
         do => "object-book" (11)
         "object-object" => "262" (3)
         "object-start" => "1719410400" (10)
         slug => "ativity" (7)
      }
      post private => array(0) 
      files private => array(0) 
      frozen private => TRUE
   {
      {
         file private => "/var/www/clients/client123/web1762/libs/RS/Frontend/templates/Activity/default.latte" (84)
         warnOnUndefined => TRUE
         onPrepareFilters => array(1) [ ... ]
         source private => NULL
         params private => array(15) { ... }
         filters private => array(0) 
         helpers private => array(1) { ... }
         helperLoaders private => array(1) [ ... ]
         cacheStorage private => Nette\Caching\Storages\PhpFileStorage(4) { ... }
      }
   }
   autoCanonicalize => TRUE
   absoluteUrls => FALSE
   globalParams private => array(0) 
   {
      eventId => NULL
      type => NULL
      "object-day" => NULL
   {
      eventId => "RS\Frontend\ActivityPresenter" (29)
      type => "RS\Frontend\ActivityPresenter" (29)
      "object-object" => FALSE
      "object-start" => FALSE
      "object-day" => FALSE
   }
   action private => "default" (7)
   view private => "default" (7)
   layout private => NULL
   payload private => stdClass(0) 
   signalReceiver private => "object" (6)
   signal private => NULL
   ajaxMode private => FALSE
   startupCheck private => TRUE
   {
      method private => "FORWARD" (7)
      flags private => array(0) 
      name private => "Frontend:Activity" (17)
      {
         "basket-object" => 262
         "basket-start" => 1719410400
         "basket-end" => 1719412200
         slug => "ativity" (7)
         eventId => NULL
         type => NULL
         "object-day" => NULL
         action => "default" (7)
         do => "basket-remove" (13)
      }
      post private => array(0) 
      files private => array(0) 
      frozen private => FALSE
   {
      current => FALSE
   {
      {
         rootDir => "/var/www/clients/client123/web1762/web/.." (41)
         wwwDir => "/var/www/clients/client123/web1762/web" (38)
         appDir => "/var/www/clients/client123/web1762/web/../app" (45)
         libsDir => "/var/www/clients/client123/web1762/web/../libs" (46)
         tempDir => "/var/www/clients/client123/web1762/web/../temp" (46)
         storageDir => "/var/www/clients/client123/web1762/web/../app/storage" (53)
         imageCache => "/var/www/clients/client123/web1762/web/images" (45)
         productionMode => TRUE
         consoleMode => FALSE
         uploadDir => "/var/www/clients/client123/web1762/web/../temp/uploads" (54)
         flashes => array(4) { ... }
         namespaces => array(3) { ... }
         templates => array(3) { ... }
         email => "info@malevil.cz" (15)
         database => array(8) { ... }
      {
         container => Nette\DI\Container(6) { *RECURSION* }
         application => Nella\Application\Application(11) { ... }
         presenterFactory => Nella\Application\PresenterFactory(1) { ... }
         latteEngine => NULL
         consoleHelpers => NULL
         console => NULL
         router => Nette\Application\Routers\RouteList(3) { ... }
         httpRequest => Nette\Http\Request(9) { ... }
         httpResponse => Nette\Http\Response(5) { ... }
         httpContext => NULL
         session => Nette\Http\Session(4) { ... }
         user => RS\Security\User(7) { ... }
         cacheStorage => Nette\Caching\Storages\FileStorage(3) { ... }
         templateCacheStorage => Nette\Caching\Storages\PhpFileStorage(4) { ... }
         cacheJournal => Nette\Caching\Storages\FileJournal(9) { ... }
         mailer => NULL
         robotLoader => Nette\Loaders\RobotLoader(8) { ... }
         translator => Nella\Localization\Translator(5) { ... }
         translatorPanel => NULL
         userPanel => NULL
         debugPanel => NULL
         authenticator => NULL
         authorizator => NULL
         templateFilesFactory => Nella\Templating\FilesFactory(5) { ... }
         eventManager => Nella\Event\EventDispatcher(1) { ... }
         versionListener => Nella\Doctrine\Listeners\Version(0) 
         logger => RS\Doctrine\Listeners\Logger(2) { ... }
         discriminatorMapDiscovery => Nella\Doctrine\Listeners\DiscriminatorMapDiscovery(2) { ... }
         mediaListener => Nella\Media\Model\Listener(7) { ... }
         annotationReader => Doctrine\Common\Annotations\CachedReader(4) { ... }
         annotationDriver => Nella\Doctrine\Mapping\Driver\AnnotationDriver(4) { ... }
         doctrineLogger => NULL
         configuration => Doctrine\ORM\Configuration(1) { ... }
         mysqlSessionInitListener => Doctrine\DBAL\Event\Listeners\MysqlSessionInit(2) { ... }
         doctrineEventManager => Doctrine\Common\EventManager(1) { ... }
         entityManager => Doctrine\ORM\EntityManager(10) { ... }
         migrationConfiguration => NULL
         dbalRunSqlConsoleCommand => NULL
         dbalImportConsoleCommand => NULL
         oRMSchemaCreateConsoleCommand => NULL
         oRMSchemaUpdateConsoleCommand => NULL
         oRMSchemaDropConsoleCommand => NULL
         oRMGenerateProxiesConsoleCommand => NULL
         oRMRunDQLConsoleCommand => NULL
         migrationsDiffConsoleCommand => NULL
         migrationsExecuteConsoleCommand => NULL
         migrationsGenerateConsoleCommand => NULL
         migrationsMigrateConsoleCommand => NULL
         migrationsStatusConsoleCommand => NULL
         migrationsVersionConsoleCommand => NULL
         imageService => NULL
         imageRepository => NULL
         imageFormatService => NULL
         imageFormatRepository => NULL
         fileService => NULL
         fileRepository => NULL
         userIdentityService => NULL
         userIdentityRepository => NULL
         userCredentialsService => NULL
         userCredentialsRepository => NULL
         roleService => NULL
         roleRepository => NULL
         rolePermissionService => NULL
         rolePermissionRepository => NULL
         tokenService => NULL
         tokenRepository => NULL
         actionLoggerService => NULL
         actionLoggerRepository => NULL
         languageService => NULL
         languageRepository => NULL
         userDao => NULL
         userIdentityDao => NULL
         companyIdentityDao => NULL
         identityRoleDao => NULL
         forgottenPasswordDao => NULL
         activityDao => RS\Model\ActivityDao(5) { ... }
         businessHoursDao => NULL
         businessHoursDayDao => RS\Model\BusinessHoursDayDao(5) { ... }
         businessHoursFeastDao => RS\Model\BusinessHoursFeastDao(5) { ... }
         feastDao => RS\Model\FeastDao(5) { ... }
         bookableObjectDao => RS\Model\BookableObjectDao(5) { ... }
         bookableEventDao => NULL
         bookableEventRepetitionDao => NULL
         reservationEventDao => NULL
         reservationObjectDao => RS\Model\ReservationObjectDao(5) { ... }
         reservationObjectTimeDao => RS\Model\ReservationObjectTimeDao(5) { ... }
         reservationObjectRepetitionDao => RS\Model\ReservationObjectRepetitionDao(5) { ... }
         reservationDao => NULL
         constantDao => NULL
         notificationDao => RS\Model\NotificationDao(5) { ... }
         bookableEventService => NULL
         reservationEventService => NULL
         reservationObjectService => RS\Model\Services\ReservationObject(7) { ... }
         businessHoursService => RS\Model\Services\BusinessHoursCacheDecorator(7) { ... }
         basketService => RS\Model\Services\Basket(6) { ... }
         constantService => NULL
         notificationService => RS\Model\Services\Notificator(4) { ... }
         validator => RS\Validator\ObjectValidator(2) { ... }
         logEntryDao => NULL
      {
         latteEngine => array(2) [ ... ]
         consoleHelpers => array(2) [ ... ]
         console => array(2) [ ... ]
         httpContext => array(2) [ ... ]
         mailer => array(2) [ ... ]
         translatorPanel => array(2) [ ... ]
         userPanel => array(2) [ ... ]
         debugPanel => array(2) [ ... ]
         authenticator => array(2) [ ... ]
         authorizator => array(2) [ ... ]
         doctrineLogger => array(2) [ ... ]
         migrationConfiguration => array(2) [ ... ]
         dbalRunSqlConsoleCommand => array(2) [ ... ]
         dbalImportConsoleCommand => array(2) [ ... ]
         oRMSchemaCreateConsoleCommand => array(2) [ ... ]
         oRMSchemaUpdateConsoleCommand => array(2) [ ... ]
         oRMSchemaDropConsoleCommand => array(2) [ ... ]
         oRMGenerateProxiesConsoleCommand => array(2) [ ... ]
         oRMRunDQLConsoleCommand => array(2) [ ... ]
         migrationsDiffConsoleCommand => array(2) [ ... ]
         migrationsExecuteConsoleCommand => array(2) [ ... ]
         migrationsGenerateConsoleCommand => array(2) [ ... ]
         migrationsMigrateConsoleCommand => array(2) [ ... ]
         migrationsStatusConsoleCommand => array(2) [ ... ]
         migrationsVersionConsoleCommand => array(2) [ ... ]
         imageService => array(2) [ ... ]
         imageRepository => array(2) [ ... ]
         imageFormatService => array(2) [ ... ]
         imageFormatRepository => array(2) [ ... ]
         fileService => array(2) [ ... ]
         fileRepository => array(2) [ ... ]
         userIdentityService => array(2) [ ... ]
         userIdentityRepository => array(2) [ ... ]
         userCredentialsService => array(2) [ ... ]
         userCredentialsRepository => array(2) [ ... ]
         roleService => array(2) [ ... ]
         roleRepository => array(2) [ ... ]
         rolePermissionService => array(2) [ ... ]
         rolePermissionRepository => array(2) [ ... ]
         tokenService => array(2) [ ... ]
         tokenRepository => array(2) [ ... ]
         actionLoggerService => array(2) [ ... ]
         actionLoggerRepository => array(2) [ ... ]
         languageService => array(2) [ ... ]
         languageRepository => array(2) [ ... ]
         userDao => array(2) [ ... ]
         userIdentityDao => array(2) [ ... ]
         companyIdentityDao => array(2) [ ... ]
         identityRoleDao => array(2) [ ... ]
         forgottenPasswordDao => array(2) [ ... ]
         businessHoursDao => array(2) [ ... ]
         bookableEventDao => array(2) [ ... ]
         bookableEventRepetitionDao => array(2) [ ... ]
         reservationEventDao => array(2) [ ... ]
         reservationDao => array(2) [ ... ]
         constantDao => array(2) [ ... ]
         bookableEventService => array(2) [ ... ]
         reservationEventService => array(2) [ ... ]
         constantService => array(2) [ ... ]
         logEntryDao => array(2) [ ... ]
      {
         container => NULL
         application => array(1) { ... }
         presenterFactory => array(1) { ... }
         latteEngine => array(1) { ... }
         consoleHelpers => array(1) { ... }
         console => array(1) { ... }
         router => array(1) { ... }
         httpRequest => array(1) { ... }
         httpResponse => array(1) { ... }
         httpContext => array(1) { ... }
         session => array(1) { ... }
         user => array(1) { ... }
         cacheStorage => array(1) { ... }
         templateCacheStorage => array(1) { ... }
         cacheJournal => array(1) { ... }
         mailer => array(1) { ... }
         robotLoader => array(1) { ... }
         translator => array(1) { ... }
         translatorPanel => array(1) { ... }
         userPanel => array(1) { ... }
         debugPanel => array(1) { ... }
         authenticator => array(1) { ... }
         authorizator => array(1) { ... }
         templateFilesFactory => array(1) { ... }
         eventManager => array(1) { ... }
         versionListener => array(3) { ... }
         logger => array(3) { ... }
         discriminatorMapDiscovery => array(3) { ... }
         mediaListener => array(3) { ... }
         annotationReader => array(2) { ... }
         annotationDriver => array(2) { ... }
         doctrineLogger => array(2) { ... }
         configuration => array(2) { ... }
         mysqlSessionInitListener => array(2) { ... }
         doctrineEventManager => array(2) { ... }
         entityManager => array(2) { ... }
         migrationConfiguration => array(2) { ... }
         dbalRunSqlConsoleCommand => array(3) { ... }
         dbalImportConsoleCommand => array(3) { ... }
         oRMSchemaCreateConsoleCommand => array(3) { ... }
         oRMSchemaUpdateConsoleCommand => array(3) { ... }
         oRMSchemaDropConsoleCommand => array(3) { ... }
         oRMGenerateProxiesConsoleCommand => array(3) { ... }
         oRMRunDQLConsoleCommand => array(3) { ... }
         migrationsDiffConsoleCommand => array(3) { ... }
         migrationsExecuteConsoleCommand => array(3) { ... }
         migrationsGenerateConsoleCommand => array(3) { ... }
         migrationsMigrateConsoleCommand => array(3) { ... }
         migrationsStatusConsoleCommand => array(3) { ... }
         migrationsVersionConsoleCommand => array(3) { ... }
         imageService => array(3) { ... }
         imageRepository => array(3) { ... }
         imageFormatService => array(3) { ... }
         imageFormatRepository => array(3) { ... }
         fileService => array(3) { ... }
         fileRepository => array(3) { ... }
         userIdentityService => array(3) { ... }
         userIdentityRepository => array(3) { ... }
         userCredentialsService => array(3) { ... }
         userCredentialsRepository => array(3) { ... }
         roleService => array(3) { ... }
         roleRepository => array(3) { ... }
         rolePermissionService => array(3) { ... }
         rolePermissionRepository => array(3) { ... }
         tokenService => array(3) { ... }
         tokenRepository => array(3) { ... }
         actionLoggerService => array(3) { ... }
         actionLoggerRepository => array(3) { ... }
         languageService => array(3) { ... }
         languageRepository => array(3) { ... }
         userDao => array(1) { ... }
         userIdentityDao => array(3) { ... }
         companyIdentityDao => array(3) { ... }
         identityRoleDao => array(3) { ... }
         forgottenPasswordDao => array(3) { ... }
         activityDao => array(1) { ... }
         businessHoursDao => array(1) { ... }
         businessHoursDayDao => array(1) { ... }
         businessHoursFeastDao => array(1) { ... }
         feastDao => array(1) { ... }
         bookableObjectDao => array(1) { ... }
         bookableEventDao => array(1) { ... }
         bookableEventRepetitionDao => array(1) { ... }
         reservationEventDao => array(1) { ... }
         reservationObjectDao => array(1) { ... }
         reservationObjectTimeDao => array(1) { ... }
         reservationObjectRepetitionDao => array(1) { ... }
         reservationDao => array(1) { ... }
         constantDao => array(1) { ... }
         notificationDao => array(1) { ... }
         bookableEventService => array(1) { ... }
         reservationEventService => array(1) { ... }
         reservationObjectService => array(1) { ... }
         businessHoursService => array(1) { ... }
         basketService => array(1) { ... }
         constantService => array(1) { ... }
         notificationService => array(1) { ... }
         validator => array(1) { ... }
         logEntryDao => array(1) { ... }
      }
      creating private => array(0) 
      frozen private => FALSE
   {
      file private => "/var/www/clients/client123/web1762/libs/RS/Frontend/templates/Activity/default.latte" (84)
      [
         0 => Nette\Callback(1) { ... }
      ]
      source private => NULL
      {
         control => RS\Frontend\ActivityPresenter(32) { *RECURSION* }
         presenter => RS\Frontend\ActivityPresenter(32) { *RECURSION* }
         user => RS\Security\User(7) { ... }
         netteHttpResponse => Nette\Http\Response(5) { ... }
         netteCacheStorage => Nette\Caching\Storages\FileStorage(3) { ... }
         baseUrl => "http://rs.malevil.cz" (20)
         baseUri => "http://rs.malevil.cz" (20)
         basePath => ""
         flashes => array(0) 
         activities => array(8) [ ... ]
         activity => RS\Model\ActivityEntity(8) { ... }
         login => NULL
         layout => "/var/www/clients/client123/web1762/libs/RS/Frontend/templates/@layout.latte" (75)
         template => Nette\Templating\FileTemplate(9) { *RECURSION* }
         _g => stdClass(0) 
      }
      filters private => array(0) 
      {
         translate => Nette\Callback(1) { ... }
      [
         0 => Nette\Callback(1) { ... }
      {
         hint => "/templates/Basket.default.latte" (31)
         dir private => "/var/www/clients/client123/web1762/temp/cache" (45)
         useDirs private => TRUE
         journal private => NULL
      }
   }
   invalidSnippets private => array(0) 
   snippetMode => NULL
   {
      action => "default" (7)
      id => NULL
      do => "object-book" (11)
      slug => "ativity" (7)
   {
      {
         bookableObjectDao protected => RS\Model\BookableObjectDao(5) { ... }
         businessHoursService protected => RS\Model\Services\BusinessHoursCacheDecorator(7) { ... }
         basketService protected => RS\Model\Services\Basket(6) { ... }
         reservationService protected => RS\Model\Services\ReservationObject(7) { ... }
         date protected => DateTime(3) { ... }
         day => NULL
         reservationDetailLink protected => NULL
         editReservationLink protected => Nette\Application\UI\Link(3) { ... }
         approveReservationLink protected => NULL
         declineReservationLink protected => NULL
         businessHours protected => array(1) [ ... ]
         objects protected => array(7) [ ... ]
         reservations protected => array(0) 
         bookedTimes protected => array(0) 
         waitingReservations protected => array(0) 
         activity protected => RS\Model\ActivityEntity(8) { ... }
         template private => Nette\Templating\FileTemplate(9) { ... }
         invalidSnippets private => array(0) 
         snippetMode => NULL
         params protected => array(2) { ... }
         components private => array(0) 
         cloning private => NULL
         parent private => RS\Frontend\ActivityPresenter(32) { *RECURSION* }
         name private => "object" (6)
         monitors private => array(1) { ... }
      {
         basketService protected => RS\Model\Services\Basket(6) { ... }
         recapitulationLink protected => Nette\Application\UI\Link(3) { ... }
         recapitulationMode protected => FALSE
         template private => Nette\Templating\FileTemplate(9) { ... }
         invalidSnippets private => array(0) 
         snippetMode => NULL
         params protected => array(0) 
         components private => array(0) 
         cloning private => NULL
         parent private => RS\Frontend\ActivityPresenter(32) { *RECURSION* }
         name private => "basket" (6)
         monitors private => array(1) { ... }
      }
   }
   cloning private => NULL
   parent private => NULL
   name private => "Frontend:Activity" (17)
   {
      [
         0 => NULL
         1 => NULL
         2 => NULL
         3 => TRUE
      ]
   }
}

Environment

Constants

NETTE
TRUE
NETTE_DIR
"/var/www/clients/client123/web1762/libs/Nette" (45)
NETTE_VERSION_ID
20000
NETTE_PACKAGE
"5.3" (3)
NELLA_FRAMEWORK
TRUE
NELLA_FRAMEWORK_DIR
"/var/www/clients/client123/web1762/libs/Nella" (45)
NELLA_FRAMEWORK_VERSION_ID
20000
RS
TRUE
RS_DIR
"/var/www/clients/client123/web1762/libs/RS" (42)

Included files (311)

/var/www/clients/client123/web1762/web/index.php
/var/www/clients/client123/web1762/app/bootstrap.php
/var/www/clients/client123/web1762/libs/Nette/loader.php
/var/www/clients/client123/web1762/libs/Nette/common/exceptions.php
/var/www/clients/client123/web1762/libs/Nette/common/Object.php
/var/www/clients/client123/web1762/libs/Nette/Utils/LimitedScope.php
/var/www/clients/client123/web1762/libs/Nette/Loaders/AutoLoader.php
/var/www/clients/client123/web1762/libs/Nette/Loaders/NetteLoader.php
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/Helpers.php
/var/www/clients/client123/web1762/libs/Nette/Utils/Html.php
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/Debugger.php
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/Logger.php
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/FireLogger.php
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/BlueScreen.php
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/Bar.php
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/DefaultBarPanel.php
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/IBarPanel.php
/var/www/clients/client123/web1762/libs/Nette/Utils/SafeStream.php
/var/www/clients/client123/web1762/libs/RS/loader.php
/var/www/clients/client123/web1762/libs/Nella/loader.php
/var/www/clients/client123/web1762/libs/Nella/SplClassLoader.php
/var/www/clients/client123/web1762/libs/Nella/shortcuts.php
/var/www/clients/client123/web1762/libs/Nella/Localization/shortcuts.php
/var/www/clients/client123/web1762/libs/RS/exceptions.php
/var/www/clients/client123/web1762/libs/Nette/Utils/Strings.php
/var/www/clients/client123/web1762/libs/RS/Configurator.php
/var/www/clients/client123/web1762/libs/Nella/Configurator.php
/var/www/clients/client123/web1762/libs/Nette/DI/Container.php
/var/www/clients/client123/web1762/libs/Nette/common/FreezableObject.php
/var/www/clients/client123/web1762/libs/Nette/common/IFreezable.php
/var/www/clients/client123/web1762/libs/Nette/DI/IContainer.php
/var/www/clients/client123/web1762/libs/Nette/common/Environment.php
/var/www/clients/client123/web1762/libs/Nella/DI/Configurators/DefaultParams.php
/var/www/clients/client123/web1762/libs/Nella/DI/IConfigurator.php
/var/www/clients/client123/web1762/libs/Nette/common/Configurator.php
/var/www/clients/client123/web1762/libs/Nette/Utils/Arrays.php
/var/www/clients/client123/web1762/libs/Nella/DI/Configurators/DefaultServices.php
/var/www/clients/client123/web1762/libs/Nette/Reflection/Method.php
/var/www/clients/client123/web1762/libs/Nette/Reflection/AnnotationsParser.php
/var/www/clients/client123/web1762/libs/Nette/Reflection/ClassType.php
/var/www/clients/client123/web1762/libs/Nette/common/Callback.php
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Configurator.php
/var/www/clients/client123/web1762/libs/Nella/Model/Configurator.php
/var/www/clients/client123/web1762/libs/Nella/Event/EventDispatcher.php
/var/www/clients/client123/web1762/libs/Nella/Event/IEventDispatcher.php
/var/www/clients/client123/web1762/libs/Nette/Http/RequestFactory.php
/var/www/clients/client123/web1762/libs/Nette/Http/UrlScript.php
/var/www/clients/client123/web1762/libs/Nette/Http/Url.php
/var/www/clients/client123/web1762/libs/Nette/common/ObjectMixin.php
/var/www/clients/client123/web1762/libs/Nette/Http/Request.php
/var/www/clients/client123/web1762/libs/Nette/Http/IRequest.php
/var/www/clients/client123/web1762/libs/Nette/Http/Response.php
/var/www/clients/client123/web1762/libs/Nette/Http/IResponse.php
/var/www/clients/client123/web1762/libs/Nette/Http/Session.php
/var/www/clients/client123/web1762/libs/Nella/Application/PresenterFactory.php
/var/www/clients/client123/web1762/libs/Nette/Application/IPresenterFactory.php
/var/www/clients/client123/web1762/libs/Nette/Application/Routers/RouteList.php
/var/www/clients/client123/web1762/libs/Nette/common/ArrayList.php
/var/www/clients/client123/web1762/libs/Nette/Application/IRouter.php
/var/www/clients/client123/web1762/libs/Nette/Application/UI/Presenter.php
/var/www/clients/client123/web1762/libs/Nette/Application/UI/Control.php
/var/www/clients/client123/web1762/libs/Nette/Application/UI/PresenterComponent.php
/var/www/clients/client123/web1762/libs/Nette/ComponentModel/Container.php
/var/www/clients/client123/web1762/libs/Nette/ComponentModel/Component.php
/var/www/clients/client123/web1762/libs/Nette/ComponentModel/IComponent.php
/var/www/clients/client123/web1762/libs/Nette/ComponentModel/IContainer.php
/var/www/clients/client123/web1762/libs/Nette/Application/UI/ISignalReceiver.php
/var/www/clients/client123/web1762/libs/Nette/Application/UI/IStatePersistent.php
/var/www/clients/client123/web1762/libs/Nette/Application/UI/IPartiallyRenderable.php
/var/www/clients/client123/web1762/libs/Nette/Application/UI/IRenderable.php
/var/www/clients/client123/web1762/libs/Nette/Application/IPresenter.php
/var/www/clients/client123/web1762/libs/Nella/Application/Application.php
/var/www/clients/client123/web1762/libs/Nette/Application/Application.php
/var/www/clients/client123/web1762/libs/Nella/Events.php
/var/www/clients/client123/web1762/libs/RS/DI/Configurators/DefaultParams.php
/var/www/clients/client123/web1762/libs/RS/DI/Configurators/DefaultServices.php
/var/www/clients/client123/web1762/libs/RS/Doctrine/Configurator.php
/var/www/clients/client123/web1762/libs/Nella/Event/Args/Container.php
/var/www/clients/client123/web1762/libs/Nella/Event/EventArgs.php
/var/www/clients/client123/web1762/libs/Nella/DI/Configurators/Config.php
/var/www/clients/client123/web1762/libs/Nette/Caching/Cache.php
/var/www/clients/client123/web1762/libs/Nette/Caching/Storages/PhpFileStorage.php
/var/www/clients/client123/web1762/libs/Nette/Caching/Storages/FileStorage.php
/var/www/clients/client123/web1762/libs/Nette/Caching/IStorage.php
/var/www/clients/client123/web1762/temp/cache/_Nette.Configurator/_-f0d3361b50a3a660a169d9420e8e7775.php
/var/www/clients/client123/web1762/libs/Nella/Forms/Controls/MultipleFileUpload.php
/var/www/clients/client123/web1762/libs/Nette/Forms/Controls/BaseControl.php
/var/www/clients/client123/web1762/libs/Nette/Forms/IControl.php
/var/www/clients/client123/web1762/libs/Nette/Utils/Finder.php
/var/www/clients/client123/web1762/libs/Nette/Iterators/Filter.php
/var/www/clients/client123/web1762/libs/Nella/Diagnostics/CallbackBarPanel.php
/var/www/clients/client123/web1762/libs/Nette/Caching/Storages/FileJournal.php
/var/www/clients/client123/web1762/libs/Nette/Caching/Storages/IJournal.php
/var/www/clients/client123/web1762/libs/Nette/Loaders/RobotLoader.php
/var/www/clients/client123/web1762/libs/Nette/common/Framework.php
/var/www/clients/client123/web1762/libs/Nella/Diagnostics/VersionBarPanel.php
/var/www/clients/client123/web1762/libs/Nella/FreezableObject.php
/var/www/clients/client123/web1762/libs/Nette/Reflection/Property.php
/var/www/clients/client123/web1762/libs/Nella/Event/Args/Application.php
/var/www/clients/client123/web1762/libs/Nette/Application/Routers/Route.php
/var/www/clients/client123/web1762/libs/Nette/Application/Diagnostics/RoutingPanel.php
/var/www/clients/client123/web1762/libs/Nette/Application/Request.php
/var/www/clients/client123/web1762/libs/Nella/Event/Args/ApplicationRequest.php
/var/www/clients/client123/web1762/libs/RS/Frontend/ActivityPresenter.php
/var/www/clients/client123/web1762/libs/RS/Frontend/BasePresenter.php
/var/www/clients/client123/web1762/libs/RS/Application/UI/Presenter.php
/var/www/clients/client123/web1762/libs/Nella/Application/UI/Presenter.php
/var/www/clients/client123/web1762/libs/Nette/Application/UI/PresenterComponentReflection.php
/var/www/clients/client123/web1762/libs/Nette/ComponentModel/RecursiveComponentIterator.php
/var/www/clients/client123/web1762/libs/Nette/Iterators/InstanceFilter.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/EventManager.php
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Listeners/Version.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/EventSubscriber.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Events.php
/var/www/clients/client123/web1762/libs/RS/Doctrine/Listeners/Logger.php
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Listeners/Logger.php
/var/www/clients/client123/web1762/libs/RS/Security/User.php
/var/www/clients/client123/web1762/libs/Nella/Security/User.php
/var/www/clients/client123/web1762/libs/Nette/Http/IUser.php
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Listeners/DiscriminatorMapDiscovery.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/AnnotationRegistry.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/Annotation.php
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Mapping/DoctrineAnnotations.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/AnnotationReader.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/Reader.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/DocParser.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/DocLexer.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Lexer.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/PhpParser.php
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Cache.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Cache/AbstractCache.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Cache/Cache.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/CachedReader.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/IndexedReader.php
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Mapping/Driver/AnnotationDriver.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Mapping/Driver/Driver.php
/var/www/clients/client123/web1762/libs/Nella/Media/Model/Listener.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Events.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/EntityManager.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Persistence/ObjectManager.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Configuration.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Configuration.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/DriverManager.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Driver/PDOMySql/Driver.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Driver.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Connection.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Driver/Connection.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Platforms/MySqlPlatform.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Platforms/AbstractPlatform.php
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Mapping/ClassMetadataFactory.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Mapping/ClassMetadataFactory.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/UnitOfWork.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/PropertyChangedListener.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Proxy/ProxyFactory.php
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Mapping/ClassMetadata.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Mapping/ClassMetadata.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Mapping/ClassMetadataInfo.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Id/IdentityGenerator.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Id/AbstractIdGenerator.php
/var/www/clients/client123/web1762/libs/RS/Model/ActivityEntity.php
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Entity.php
/var/www/clients/client123/web1762/libs/Nette/Security/IResource.php
/var/www/clients/client123/web1762/libs/RS/Model/ActivityDao.php
/var/www/clients/client123/web1762/libs/RS/Doctrine/Dao.php
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Dao.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/EntityRepository.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Persistence/ObjectRepository.php
/var/www/clients/client123/web1762/libs/Nella/Model/IDao.php
/var/www/clients/client123/web1762/libs/Nella/Model/IQueryExecutor.php
/var/www/clients/client123/web1762/libs/Nella/Model/IQueryable.php
/var/www/clients/client123/web1762/libs/RS/Validator/Mapping/ClassMetadataFactory.php
/var/www/clients/client123/web1762/libs/RS/Validator/IClassMetadataFactory.php
/var/www/clients/client123/web1762/libs/RS/Validator/MetadataParsers/DoctrineEntity.php
/var/www/clients/client123/web1762/libs/RS/Validator/IMetadataParser.php
/var/www/clients/client123/web1762/libs/RS/Validator/MetadataParsers/PhpParser.php
/var/www/clients/client123/web1762/libs/RS/Validator/PrimitiveValidatorContainer.php
/var/www/clients/client123/web1762/libs/RS/Validator/IPrimitiveValidatorContainer.php
/var/www/clients/client123/web1762/libs/RS/Validator/SimpleValidator.php
/var/www/clients/client123/web1762/libs/RS/Validator/IValidator.php
/var/www/clients/client123/web1762/libs/RS/Validator/ObjectValidator.php
/var/www/clients/client123/web1762/libs/RS/Model/Queries/Activity/FindBySlug.php
/var/www/clients/client123/web1762/libs/Nella/Model/QueryObject.php
/var/www/clients/client123/web1762/libs/Nella/Model/IQueryObject.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/QueryBuilder.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/Select.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/Base.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/From.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/OrderBy.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/Andx.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/Composite.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/ParameterTypeInferer.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/AbstractQuery.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/ParserResult.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/ResultSetMapping.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Driver/PDOConnection.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Driver/PDOStatement.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Driver/Statement.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Event/ConnectionEventArgs.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/EventArgs.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/SQLParserUtils.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Types/Type.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Types/StringType.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Types/IntegerType.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Types/BooleanType.php
/var/www/clients/client123/web1762/libs/RS/Model/BookableItemEntity.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/PersistentCollection.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Collections/Collection.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Collections/ArrayCollection.php
/var/www/clients/client123/web1762/libs/RS/Model/BusinessHoursEntity.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Event/LifecycleEventArgs.php
/var/www/clients/client123/web1762/libs/Nette/Application/UI/Link.php
/var/www/clients/client123/web1762/libs/RS/Frontend/Components/SportControl.php
/var/www/clients/client123/web1762/libs/RS/Controls/Program/SportControl.php
/var/www/clients/client123/web1762/libs/RS/Controls/Program/ProgramControl.php
/var/www/clients/client123/web1762/libs/Nella/Application/UI/Control.php
/var/www/clients/client123/web1762/libs/RS/Model/BookableObjectEntity.php
/var/www/clients/client123/web1762/libs/RS/Model/BookableObjectDao.php
/var/www/clients/client123/web1762/libs/RS/Model/BookableItemDao.php
/var/www/clients/client123/web1762/libs/RS/Model/Services/BusinessHoursCacheDecorator.php
/var/www/clients/client123/web1762/libs/RS/Model/Services/BusinessHours.php
/var/www/clients/client123/web1762/libs/RS/Model/Services/Service.php
/var/www/clients/client123/web1762/libs/RS/Model/FeastEntity.php
/var/www/clients/client123/web1762/libs/RS/Model/FeastDao.php
/var/www/clients/client123/web1762/libs/RS/Model/BusinessHoursFeastEntity.php
/var/www/clients/client123/web1762/libs/RS/Model/BusinessHoursFeastDao.php
/var/www/clients/client123/web1762/libs/RS/Model/BusinessHoursDayEntity.php
/var/www/clients/client123/web1762/libs/RS/Model/BusinessHoursDayDao.php
/var/www/clients/client123/web1762/libs/RS/Model/Services/Basket.php
/var/www/clients/client123/web1762/libs/RS/Model/Services/ReservationObject.php
/var/www/clients/client123/web1762/libs/RS/Model/ReservationObjectEntity.php
/var/www/clients/client123/web1762/libs/RS/Model/ReservationEntity.php
/var/www/clients/client123/web1762/libs/RS/Model/ReservationObjectDao.php
/var/www/clients/client123/web1762/libs/RS/Model/ReservationObjectTimeEntity.php
/var/www/clients/client123/web1762/libs/RS/Model/ReservationObjectTimeDao.php
/var/www/clients/client123/web1762/libs/RS/Model/ReservationObjectRepetitionEntity.php
/var/www/clients/client123/web1762/libs/RS/Model/ReservationObjectRepetitionDao.php
/var/www/clients/client123/web1762/libs/RS/Model/Services/Notificator.php
/var/www/clients/client123/web1762/libs/RS/Model/NotificationEntity.php
/var/www/clients/client123/web1762/libs/RS/Model/NotificationDao.php
/var/www/clients/client123/web1762/libs/Nette/Http/SessionSection.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/LockMode.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Persisters/SingleTablePersister.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Persisters/AbstractEntityInheritancePersister.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Persisters/BasicEntityPersister.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Types/TextType.php
/var/www/clients/client123/web1762/libs/Nette/common/DateTime.php
/var/www/clients/client123/web1762/libs/RS/Model/Queries/Reservation/FindTermObjectTimesByObjects.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/Join.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/Func.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/Orx.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Types/DateTimeType.php
/var/www/clients/client123/web1762/libs/RS/Model/Queries/Activity/FindAll.php
/var/www/clients/client123/web1762/libs/Nette/Templating/FileTemplate.php
/var/www/clients/client123/web1762/libs/Nette/Templating/Template.php
/var/www/clients/client123/web1762/libs/Nette/Templating/ITemplate.php
/var/www/clients/client123/web1762/libs/Nette/Templating/IFileTemplate.php
/var/www/clients/client123/web1762/libs/Nella/Localization/Translator.php
/var/www/clients/client123/web1762/libs/Nella/Localization/ITranslator.php
/var/www/clients/client123/web1762/libs/Nette/Localization/ITranslator.php
/var/www/clients/client123/web1762/libs/Nella/Localization/Storages/Gettext.php
/var/www/clients/client123/web1762/libs/Nella/Localization/IStorage.php
/var/www/clients/client123/web1762/libs/Nella/Localization/Dictionary.php
/var/www/clients/client123/web1762/libs/Nella/Templating/FilesFactory.php
/var/www/clients/client123/web1762/libs/Nella/Templating/IFilesFactory.php
/var/www/clients/client123/web1762/libs/Nette/Application/Responses/TextResponse.php
/var/www/clients/client123/web1762/libs/Nette/Application/IResponse.php
/var/www/clients/client123/web1762/libs/Nette/Application/exceptions.php
/var/www/clients/client123/web1762/libs/Nella/Event/Args/ApplicationResponse.php
/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_Activity.default.latte-fb3183aa361766fb8914065e42716010.php
/var/www/clients/client123/web1762/libs/Nette/Latte/Macros/CoreMacros.php
/var/www/clients/client123/web1762/libs/Nette/Latte/Macros/MacroSet.php
/var/www/clients/client123/web1762/libs/Nette/Latte/IMacro.php
/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_templates._layout.latte-95f480d97fb59b2bfcda80076fe59082.php
/var/www/clients/client123/web1762/libs/Nette/Templating/DefaultHelpers.php
/var/www/clients/client123/web1762/libs/RS/Frontend/UserPresenter.php
/var/www/clients/client123/web1762/libs/RS/Frontend/RegistrationPresenter.php
/var/www/clients/client123/web1762/libs/Nette/Latte/Macros/UIMacros.php
/var/www/clients/client123/web1762/libs/Nette/Iterators/CachingIterator.php
/var/www/clients/client123/web1762/libs/RS/Model/Queries/BookableItem/FindByActivity.php
/var/www/clients/client123/web1762/libs/RS/Security/Model/UserEntity.php
/var/www/clients/client123/web1762/libs/RS/Security/Model/IdentityEntity.php
/var/www/clients/client123/web1762/libs/Nette/Security/IIdentity.php
/var/www/clients/client123/web1762/libs/Nette/Security/IRole.php
/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_templates.Sport.default.latte-9448d793df705fe60be7cb674715efb2.php
/var/www/clients/client123/web1762/libs/RS/Controls/Basket/BasketControl.php
/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_templates.Basket.default.latte-bfb2c7d1d7d801e66adf9f1424743f53.php
/var/www/clients/client123/web1762/libs/Nella/Event/Args/ApplicationShutdown.php
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/templates/bar.time.tab.phtml
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/templates/bar.memory.tab.phtml
/var/www/clients/client123/web1762/libs/Nella/Diagnostics/templates/bar.callback.panel.phtml
/var/www/clients/client123/web1762/libs/Nella/Framework.php
/var/www/clients/client123/web1762/libs/Doctrine/Common/Version.php
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Version.php
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Version.php
/var/www/clients/client123/web1762/libs/Nella/Utils/Curl/Request.php
/var/www/clients/client123/web1762/libs/Nella/Utils/Curl/Response.php
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/templates/bluescreen.phtml

Configuration options


Configuration

apache2handler

Apache Version Apache
Apache API Version 20120211
Server Administrator webmaster@rs.malevil.cz
Hostname:Port rs.malevil.cz:0
User/Group www-data(33)/33
Max Requests Per Child: 0 - Keep Alive: on - Max Per Connection: 100
Timeouts Connection: 300 - Keep-Alive: 5
Virtual Server Yes
Server Root /etc/apache2
Loaded Modules core mod_so mod_watchdog http_core mod_log_config mod_logio mod_version mod_unixd mod_access_compat mod_actions mod_alias mod_auth_basic mod_auth_digest mod_authn_core mod_authn_file mod_authz_core mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_dav mod_dav_fs mod_deflate mod_dir mod_env mod_expires mod_fastcgi mod_fcgid mod_filter mod_headers mod_include mod_mime prefork mod_negotiation mod_php5 mod_python mod_rewrite mod_setenvif mod_socache_shmcb mod_ssl mod_status mod_suexec mod_suphp

DirectiveLocal ValueMaster Value
engine11
last_modified00
xbithack00

Apache Environment

VariableValue
TMP /var/www/clients/client123/web1762/tmp
TMPDIR /var/www/clients/client123/web1762/tmp
TEMP /var/www/clients/client123/web1762/tmp
HTTP_ACCEPT */*
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_HOST rs.malevil.cz
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE no value
SERVER_SOFTWARE Apache
SERVER_NAME rs.malevil.cz
SERVER_ADDR 178.238.46.49
SERVER_PORT 80
REMOTE_ADDR 18.191.200.105
DOCUMENT_ROOT /var/www/rs.malevil.cz/web
REQUEST_SCHEME http
CONTEXT_PREFIX no value
CONTEXT_DOCUMENT_ROOT /var/www/rs.malevil.cz/web
SERVER_ADMIN webmaster@rs.malevil.cz
SCRIPT_FILENAME /var/www/rs.malevil.cz/web/index.php
REMOTE_PORT 34323
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING do=object-book&object-object=262&object-start=1719410400&slug=ativity
REQUEST_URI /?do=object-book&object-object=262&object-start=1719410400&slug=ativity
SCRIPT_NAME /index.php

HTTP Headers Information

HTTP Request Headers
HTTP Request GET /?do=object-book&object-object=262&object-start=1719410400&slug=ativity HTTP/1.1
accept */*
user-agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
accept-encoding gzip, br, zstd, deflate
host rs.malevil.cz
HTTP Response Headers
X-Powered-By Nette Framework with Nella
Set-Cookie PHPSESSID=5k660impiqcqr7lteebhc2db23; path=/; HttpOnly
Expires Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma no-cache
Set-Cookie PHPSESSID=5k660impiqcqr7lteebhc2db23; path=/; httponly
Set-Cookie nette-browser=73izw7f7yg; path=/; httponly
Vary Accept-Encoding
Content-Encoding gzip

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.5.9-1ubuntu4.29

DirectiveLocal ValueMaster Value
allow_url_fopenOnOn
allow_url_includeOffOff
always_populate_raw_post_dataOffOff
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_charsetno valueno value
default_mimetypetext/htmltext/html
disable_classesno valueno value
disable_functionspcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
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/client123/web1762/web/log/php_error.logno value
error_prepend_stringno valueno value
error_reporting022527
exit_on_timeoutOffOff
expose_phpOffOff
extension_dir/usr/lib/php5/20121212/usr/lib/php5/20121212
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/php:/usr/share/pear.:/usr/share/php:/usr/share/pear
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_limit128M128M
open_basedir/var/www/clients/client123/web1762:/var/www/clients/client123/web1762/tmp:/var/www/rs.malevil.cz:/srv/www/rs.malevil.cz/web:/usr/share/php5:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadminno value
output_buffering40964096
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 -fwebmaster@rs.malevil.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_filesize40M40M
upload_tmp_dir/var/www/clients/client123/web1762/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.35.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 Yes
Protocols dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtmp, rtsp, smtp, smtps, telnet, tftp
Host x86_64-pc-linux-gnu
SSL Version OpenSSL/1.0.1f
ZLib Version 1.2.8

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.timezoneno valueno value

dba

DBA support enabled
Supported handlers cdb cdb_make db4 inifile flatfile

DirectiveLocal ValueMaster Value
dba.default_handlerflatfileflatfile

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

filter

Input Validation and Filtering enabled
Revision $Id: 4d3899e089e6e45b157975ceef2ac7deb6e9d762 $

DirectiveLocal ValueMaster Value
filter.defaultunsafe_rawunsafe_raw
filter.default_flagsno valueno value

ftp

FTP support enabled

gd

GD Support enabled
GD Version 2.1.1-dev
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.5.2
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 8
PNG Support enabled
libPNG Version 1.2.50
WBMP Support enabled
XPM Support enabled
libXpm Version 30411
XBM Support enabled
WebP 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 adler32 crc32 crc32b fnv132 fnv164 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5

iconv

iconv support enabled
iconv implementation glibc
iconv library version 2.19

DirectiveLocal ValueMaster Value
iconv.input_encodingISO-8859-1ISO-8859-1
iconv.internal_encodingUTF-8ISO-8859-1
iconv.output_encodingISO-8859-1ISO-8859-1

imagick

imagick moduleenabled
imagick module version 3.1.2
imagick classes Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator
ImageMagick version ImageMagick 6.7.7-10 2018-09-28 Q16 http://www.imagemagick.org
ImageMagick copyright Copyright (C) 1999-2012 ImageMagick Studio LLC
ImageMagick release date 2018-09-28
ImageMagick number of supported formats: 213
ImageMagick supported formats 3FR, A, AAI, AI, ART, ARW, AVI, AVS, B, BGR, BGRA, BIE, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DJVU, DNG, DOT, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FITS, FRACTAL, FTS, G, G3, GIF, GIF87, GRADIENT, GRAY, GROUP4, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL, J2C, J2K, JBG, JBIG, JNG, JP2, JPC, JPEG, JPG, JPX, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAP, MAT, MATTE, MEF, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, O, 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, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RGB, RGBA, RGBO, RLA, RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV

DirectiveLocal ValueMaster Value
imagick.locale_fix00
imagick.progress_monitor00

intl

Internationalization supportenabled
version 1.1.0
ICU version 52.1
ICU Data version 52.1

DirectiveLocal ValueMaster Value
intl.default_localeno valueno value
intl.error_level00
intl.use_exceptions00

json

json support enabled
json version 1.3.2
JSON-C version (bundled) 0.11

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

DirectiveLocal ValueMaster Value
mbstring.detect_orderno valueno value
mbstring.encoding_translationOffOff
mbstring.func_overload00
mbstring.http_inputpasspass
mbstring.http_outputpasspass
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

memcached

memcached supportenabled
Version 2.1.0
libmemcached version 1.0.8
Session support yes
igbinary support no
json support no

DirectiveLocal ValueMaster Value
memcached.compression_factor1.31.3
memcached.compression_threshold20002000
memcached.compression_typefastlzfastlz
memcached.serializerphpphp
memcached.sess_binary00
memcached.sess_lock_wait150000150000
memcached.sess_locking11
memcached.sess_prefixmemc.sess.key.memc.sess.key.

mhash

MHASH support Enabled
MHASH API Version Emulated Support

ming

Ming SWF output library enabled
Version 0.4.5

mysql

MySQL Supportenabled
Active Persistent Links 0
Active Links 0
Client API version 5.5.62
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/run/mysqld/mysqld.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib/x86_64-linux-gnu -lmysqlclient_r

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 5.5.62
Active Persistent Links 0
Inactive Persistent Links 0
Active Links 0
Client API header version 5.5.62
MYSQLI_SOCKET /var/run/mysqld/mysqld.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_socket/var/run/mysqld/mysqld.sock/var/run/mysqld/mysqld.sock
mysqli.default_userno valueno value
mysqli.max_linksUnlimitedUnlimited
mysqli.max_persistentUnlimitedUnlimited
mysqli.reconnectOffOff

openssl

OpenSSL support enabled
OpenSSL Library Version OpenSSL 1.0.1f 6 Jan 2014
OpenSSL Header Version OpenSSL 1.0.1f 6 Jan 2014

pcre

PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 8.31 2012-07-06

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 5.5.62

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

Phar

Phar: PHP Archive supportenabled
Phar EXT version 2.0.2
Phar API version 1.1.1
SVN revision $Id: a5488937a80433d434af6753d3db8517feaf91df $
Phar-based phar archives enabled
Tar-based phar archives enabled
ZIP-based phar archives enabled
gzip compression enabled
bzip2 compression enabled
OpenSSL support enabled

Phar based on pear/PHP_Archive, original concept by Davey Shafik.
Phar fully realized by Gregory Beaver and Marcus Boerger.
Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.

DirectiveLocal ValueMaster Value
phar.cache_listno valueno value
phar.readonlyOnOn
phar.require_hashOnOn

posix

Revision $Id: 1dfa9997ed76804e53c91e0ce862f3707617b6ed $

pspell

PSpell Support enabled

readline

Readline Supportenabled
Readline library EditLine wrapper

DirectiveLocal ValueMaster Value
cli.pagerno valueno value
cli.prompt\b \> \b \> 

recode

Recode Support enabled
Revision $Id: 3fff0a7f7f38d14822c458730319d132d602a061 $

Reflection

Reflectionenabled
Version $Id: 31d836a7ac92a37b5c580836d91ad4736fe2f376 $

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_lifetime00
session.cookie_path//
session.cookie_secureOffOff
session.entropy_file/dev/urandom/dev/urandom
session.entropy_length3232
session.gc_divisor10001000
session.gc_maxlifetime108001440
session.gc_probability00
session.hash_bits_per_character55
session.hash_function00
session.namePHPSESSIDPHPSESSID
session.referer_checkno valueno value
session.save_handlerfilesfiles
session.save_path/var/www/clients/client123/web1762/tmp/var/lib/php5
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: 363ea1fc44b0b7775e2ec3ce8456530fec6d1660 $
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.8.2

DirectiveLocal ValueMaster Value
sqlite3.extension_dirno valueno value

standard

Dynamic Library Support enabled
Path to sendmail /usr/sbin/sendmail -t -i -fwebmaster@rs.malevil.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: adf1d2d6be849c46eed3c3ee6f1cbebd1448d6e5 $

tidy

Tidy supportenabled
libTidy Release 25 March 2009
Extension Version 2.0 ($Id$)

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

Zend OPcache

Opcode Caching Up and Running
Optimization Enabled
Startup OK
Shared memory model mmap
Cache hits 31594261
Cache misses 2909925
Used memory 67108864
Free memory 0
Wasted memory 0
Cached scripts 1712
Cached keys 2466
Max keys 3907
OOM restarts 0
Hash keys restarts 0
Manual restarts 0

DirectiveLocal ValueMaster Value
opcache.blacklist_filenameno valueno value
opcache.consistency_checks00
opcache.dups_fixOffOff
opcache.enableOnOn
opcache.enable_cliOffOff
opcache.enable_file_overrideOffOff
opcache.error_logno valueno value
opcache.fast_shutdown00
opcache.file_update_protection22
opcache.force_restart_timeout180180
opcache.inherited_hackOnOn
opcache.interned_strings_buffer44
opcache.load_comments11
opcache.log_verbosity_level11
opcache.max_accelerated_files20002000
opcache.max_file_size00
opcache.max_wasted_percentage55
opcache.memory_consumption6464
opcache.optimization_level0xFFFFFFFF0xFFFFFFFF
opcache.preferred_memory_modelno valueno value
opcache.protect_memory00
opcache.restrict_apino valueno value
opcache.revalidate_freq22
opcache.revalidate_pathOffOff
opcache.save_comments11
opcache.use_cwdOnOn
opcache.validate_permissionOffOff
opcache.validate_rootOffOff
opcache.validate_timestampsOnOn

zip

Zip enabled
Extension Version $Id: 05dd1ecc211075107543b0ef8cee488dd229fccf $
Zip version 1.11.0
Libzip version 0.10.1

zlib

ZLib Supportenabled
Stream Wrapper compress.zlib://
Stream Filter zlib.inflate, zlib.deflate
Compiled Version 1.2.8
Linked Version 1.2.8

DirectiveLocal ValueMaster Value
zlib.output_compressionOffOff
zlib.output_compression_level-1-1
zlib.output_handlerno valueno value

Additional Modules

Module Name
sysvsem
sysvshm

$_SERVER

TMP
"/var/www/clients/client123/web1762/tmp" (38)
TMPDIR
"/var/www/clients/client123/web1762/tmp" (38)
TEMP
"/var/www/clients/client123/web1762/tmp" (38)
HTTP_ACCEPT
"*/*" (3)
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103)
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate" (23)
HTTP_HOST
"rs.malevil.cz" (13)
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" (60)
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache" (6)
SERVER_NAME
"rs.malevil.cz" (13)
SERVER_ADDR
"178.238.46.49" (13)
SERVER_PORT
"80" (2)
REMOTE_ADDR
"18.191.200.105" (14)
DOCUMENT_ROOT
"/var/www/rs.malevil.cz/web" (26)
REQUEST_SCHEME
"http" (4)
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/var/www/rs.malevil.cz/web" (26)
SERVER_ADMIN
"webmaster@rs.malevil.cz" (23)
SCRIPT_FILENAME
"/var/www/rs.malevil.cz/web/index.php" (36)
REMOTE_PORT
"34323" (5)
GATEWAY_INTERFACE
"CGI/1.1" (7)
SERVER_PROTOCOL
"HTTP/1.1" (8)
REQUEST_METHOD
"GET" (3)
QUERY_STRING
"do=object-book&object-object=262&object-start=1719410400&slug=ativity" (69)
REQUEST_URI
"/?do=object-book&object-object=262&object-start=1719410400&slug=ativity" (71)
SCRIPT_NAME
"/index.php" (10)
PHP_SELF
"/index.php" (10)
REQUEST_TIME_FLOAT
1719600312.0510001
REQUEST_TIME
1719600312

HTTP request

Headers

accept*/*
user-agentMozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
accept-encodinggzip, br, zstd, deflate
hostrs.malevil.cz

$_GET

do
"object-book" (11)
object-object
"262" (3)
object-start
"1719410400" (10)
slug
"ativity" (7)

$_POST

empty

$_COOKIE

empty

HTTP response

Headers

Content-Type: text/html; charset=utf-8
X-Powered-By: Nette Framework with Nella
Set-Cookie: PHPSESSID=5k660impiqcqr7lteebhc2db23; path=/; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=5k660impiqcqr7lteebhc2db23; path=/; httponly
Set-Cookie: nette-browser=73izw7f7yg; path=/; httponly
Notice: Undefined index: Status-Code in /var/www/clients/client123/web1762/libs/Nella/Utils/Curl/Request.php on line 446 Notice: Undefined index: Status-Code in /var/www/clients/client123/web1762/libs/Nella/Utils/Curl/Request.php on line 446 Notice: Undefined index: Status-Code in /var/www/clients/client123/web1762/libs/Nella/Utils/Curl/Request.php on line 446 Notice: Undefined index: Status-Code in /var/www/clients/client123/web1762/libs/Nella/Utils/Curl/Request.php on line 446 Notice: Undefined index: Status-Code in /var/www/clients/client123/web1762/libs/Nella/Utils/Curl/Request.php on line 446