WASABI\Core\Model\Product\ProductNavigation::reverseTree(): Argument #1 ($start) must be of type WASABI\Core\Model\Product\ProductNavigationItem, null given, called in /opt/wasabi/src/Core/Model/Product/ProductNavigation.php on line 127

Trace:

File: /opt/wasabi/src/Core/Model/Product/ProductNavigation.php (Line: 127)

119:   */

120:  public function getParentsAsList($code, $reversed)

121:  {

122:   $cacheKey = 'parents-' . $code . '-' . $reversed;

123:   if (isset($this->cache[$cacheKey]))

124:   {

125:    return $this->cache[$cacheKey];

126:   }

127:   $items     = $this->reverseTree($this->nodeFinder->findNodeBy($this->navigationStructure, "getCode", $code, TRUE), []);

128:   $this->cache[$cacheKey] = $reversed === TRUE ? array_reverse($items) : $items;

129:   return $this->cache[$cacheKey];

130:  }

131:

132:  /**

133:   * get the asked node and all parent nodes as array

Arguments:
NULL
array(0) 

File: /opt/wasabi/src/Core/Worker/ProductDataWorker.php (Line: 300)

292:   * setGroupAndAreaValues

293:   *

294:   * @param string $code

295:   *

296:   * @return void

297:   */

298:  private function setGroupAndAreaValues($code)

299:  {

300:   foreach ($this->navigation->getParentsAsList($code, TRUE) as $entry)

301:   {

302:    if ($entry->getType() === ProductNavigation::PRODUCT_AREA)

303:    {

304:     $this->productArea = $entry->getCode();

305:    }

306:    if ($entry->getType() === ProductNavigation::PRODUCT_GROUP)

Arguments:
string(14) "2902.1857.base"
bool TRUE

File: /opt/wasabi/src/Core/Worker/ProductDataWorker.php (Line: 97)

89:   {

90:    $richProduct = new RichProduct();

91:   }

92:   else

93:   {

94:    $this->aliases[$richProduct->getAlias()] = $richProduct->hasPartnerNetwork();

95:   }

96:   $this->pageType = strtolower($ctx->queryOne('//data:type')->nodeValue);

97:   $this->setGroupAndAreaValues($code);

98:   $tapCode = $request->hasGet('tap-configurator') ? $request->getGet('tap-configurator') : '';

99:   $this->configuratorRenderer->init($request, $response);

100:   $response->setSlot($ctx->getAttribute('slot'), [

101:    'marketingData'  => $this->marketingDataBuilder->buildDataFor($code, $this->pageType),

102:    'language'   => $request->getLanguage(),

103:    'code'    => $code,

Arguments:
string(14) "2902.1857.base"

File: /opt/wasabi/src/Core/Worker/CoreWorker.php (Line: 61)

53:   $worker = $this->ensureWorkerDependencies(iterator_to_array($mapping->query('//rs:worker[not (@type="webcontrolling")]'), FALSE));

54:   foreach ($worker as $wrkNode)

55:   {

56:    $worker = $this->factory->getInstanceFor($wrkNode->getAttribute('type') . 'worker');

57:    if (!$worker instanceof WorkerInterface)

58:    {

59:     throw new CoreWorkerException($wrkNode->getAttribute('type') . 'worker does not implements WorkerInterface');

60:    }

61:    $worker->execute($wrkNode, $request, $response);

62:   }

63:  }

64:

65:  /**

66:   * ensure dependencies of workers are set

67:   *

Arguments:
object WASABI\Core\Xml\RsDomElement(0) {
}
object WASABI\Core\Request\Request(16) {
    private data => array(6) (
        "get" => object WASABI\Core\Request\RequestGet(2) {
            protected data => array(0) 
            private staticUrlParams => array(0) 
        }
        "post" => object WASABI\Core\Request\RequestPost(1) {
            protected data => array(0) 
        }
        "cookie" => object WASABI\Core\Request\RequestCookie(1) {
            protected data => array(1) (
                "rsWebFrontend" => string(32) "9770fe8ae89b925cd76f895282d2b791"
            )
        }
        "files" => object WASABI\Core\Request\RequestFiles(1) {
            protected data => array(0) 
        }
        "server" => object WASABI\Core\Request\RequestServer(1) {
            protected data => array(47) (
                "USER" => string(6) "apache"
                "HOME" => string(16) "/usr/share/httpd"
                "SCRIPT_NAME" => string(10) "/index.php"
                "REQUEST_URI" => string(93) "/pl/products/broadcast-and-media/shared-media-storage/rs-spycerbox-ultra-tl_63493-251200.html"
                "QUERY_STRING" => string(0) ""
                "REQUEST_METHOD" => string(3) "GET"
                "SERVER_PROTOCOL" => string(8) "HTTP/1.1"
                "GATEWAY_INTERFACE" => string(7) "CGI/1.1"
                "REMOTE_PORT" => string(5) "48927"
                "SCRIPT_FILENAME" => string(22) "/srv/www/com/index.php"
                "SERVER_ADMIN" => string(32) "it-servicedesk@rohde-schwarz.com"
                "CONTEXT_DOCUMENT_ROOT" => string(12) "/srv/www/com"
                "CONTEXT_PREFIX" => string(0) ""
                "REQUEST_SCHEME" => string(4) "http"
                "DOCUMENT_ROOT" => string(12) "/srv/www/com"
                "REMOTE_ADDR" => string(12) "172.21.148.4"
                "SERVER_PORT" => string(2) "80"
                "SERVER_ADDR" => string(13) "172.21.148.70"
                "SERVER_NAME" => string(21) "www.rohde-schwarz.com"
                "SERVER_SOFTWARE" => string(6) "Apache"
                "SERVER_SIGNATURE" => string(0) ""
                "PATH" => string(49) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
                "HTTP_CONNECTION" => string(10) "Keep-Alive"
                "HTTP_COOKIE" => string(46) "rsWebFrontend=9770fe8ae89b925cd76f895282d2b791"
                "HTTP_X_FORWARDED_FOR" => string(13) "216.73.216.30"
                "HTTP_RUSGEOLOCATION" => string(4) "VVMs"
                "HTTP_REFERER" => string(51) "https://www.rohde-schwarz.com/pl/_63493-251200.html"
                "HTTP_ACCEPT_ENCODING" => string(23) "gzip, br, zstd, deflate"
                "HTTP_USER_AGENT" => string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
                "HTTP_ACCEPT" => string(3) "*/*"
                "HTTP_HOST" => string(21) "www.rohde-schwarz.com"
                "RS_DEBUG_MODE" => string(5) "false"
                "RS_CONFIG" => string(4) "prod"
                "RS_COM_HTTP_HOST" => string(21) "www.rohde-schwarz.com"
                "SCRIPT_URI" => string(121) "http://www.rohde-schwarz.com/pl/products/broadcast-and-media/shared-media-storage/rs-spycerbox-ultra-tl_63493-251200.html"
                "SCRIPT_URL" => string(93) "/pl/products/broadcast-and-media/shared-media-storage/rs-spycerbox-ultra-tl_63493-251200.html"
                "UNIQUE_ID" => string(27) "aWT-eNurN9dpHJHIJ3j@FQAAAUA"
                "RS_SITE_CDN" => string(29) "https://cdn.rohde-schwarz.com"
                "RS_COUNTRY_CODE" => string(1) "/"
                "RS_SITE_PROTOCOL" => string(5) "https"
                "RS_SITE" => string(3) "com"
                "proxy" => string(1) "1"
                "FCGI_ROLE" => string(9) "RESPONDER"
                "PHP_SELF" => string(10) "/index.php"
                "REQUEST_TIME_FLOAT" => float 1768226680.9003
                "REQUEST_TIME" => integer 1768226680
                "HTTPS" => string(2) "on"
            )
        }
        "env" => object WASABI\Core\Request\RequestEnv(1) {
            protected data => array(1) (
                "RS_DEBUG_MODE" => bool TRUE
            )
        }
    )
    private locale => object WASABI\Core\System\Locale(3) {
        private language => string(2) "en"
        private subSite => string(2) "pl"
        private subSiteConfig => array(48) (
            "com" => string(2) "en"
            "in" => string(2) "en"
            "uk" => string(2) "en"
            "us" => string(2) "en"
            "au" => string(2) "en"
            "ca" => string(2) "en"
            "ca-fr" => string(2) "fr"
            "sg" => string(2) "en"
            "my" => string(2) "en"
            "no" => string(2) "en"
            "mea" => string(2) "en"
            "ph" => string(2) "en"
            "th" => string(2) "en"
            "ae" => string(2) "en"
            "cz" => string(2) "en"
            "fi" => string(2) "en"
            "id" => string(2) "en"
            "pk" => string(2) "en"
            "se" => string(2) "en"
            "vn" => string(2) "en"
            "dk" => string(2) "en"
            "gr" => string(2) "en"
            "hu" => string(2) "en"
            "lv" => string(2) "en"
            "lt" => string(2) "en"
            "nl" => string(2) "en"
            "pl" => string(2) "en"
            "pt" => string(2) "en"
            "tr" => string(2) "en"
            "sa" => string(2) "en"
            "de" => string(2) "de"
            "at" => string(2) "de"
            "fr" => string(2) "fr"
            "br" => string(5) "pt-br"
            "lat" => string(6) "es-lat"
            "es" => string(2) "es"
            "it" => string(2) "it"
            "ch" => string(2) "de"
            "ch-en" => string(2) "en"
            "ch-fr" => string(2) "fr"
            "kr" => string(2) "ko"
            "jp" => string(2) "ja"
            "cac" => string(2) "ru"
            "cac-en" => string(2) "en"
            "tw" => string(2) "en"
            "il" => string(2) "en"
            "cn-en" => string(2) "en"
            "ua" => string(2) "en"
        )
    }
    private urlEncoder => object WASABI\Core\System\UrlEncoder(0) {
    }
    private defaultSubSite => string(3) "com"
    private requestURI => string(93) "/pl/products/broadcast-and-media/shared-media-storage/rs-spycerbox-ultra-tl_63493-251200.html"
    private urlParts => array(5) (
        0 => string(2) "pl"
        1 => string(8) "products"
        2 => string(19) "broadcast-and-media"
        3 => string(20) "shared-media-storage"
        4 => string(39) "rs-spycerbox-ultra-tl_63493-251200.html"
    )
    private cleanURI => string(90) "/products/broadcast-and-media/shared-media-storage/rs-spycerbox-ultra-tl_63493-251200.html"
    private cleanUrlParts => array(4) (
        0 => string(8) "products"
        1 => string(19) "broadcast-and-media"
        2 => string(20) "shared-media-storage"
        3 => string(39) "rs-spycerbox-ultra-tl_63493-251200.html"
    )
    private noShortUrl => array(4) (
        0 => string(6) "driver"
        1 => string(7) "drivers"
        2 => string(8) "firmware"
        3 => string(8) "software"
    )
    private reference => NULL
    private product => string(0) ""
    private productCode => string(14) "2902.1857.base"
    private geolocationRedirect => bool TRUE
    private rawUrlQuery => string(0) ""
    private userGeolocation => string(2) "us"
    private isPreview => bool FALSE
}
object WASABI\Core\System\Response(6) {
    private body => NULL
    private headers => array(1) (
        "x-rs-location-server" => string(9) "www-co178"
    )
    private slots => array(1) (
        "login" => array(1) (
            "data" => array(5) (
                "activeSession" => bool FALSE
                "href" => string(1) "#"
                "text" => string(15) "Customer portal"
                "id" => string(2) "-1"
                "children" => array(3) (
                    0 => array(3) (
                        ...
                    )
                    1 => array(3) (
                        ...
                    )
                    2 => array(3) (
                        ...
                    )
                )
            )
        )
    )
    private cookies => array(0) 
    private bodyType => string(4) "null"
    private loadNewMapping => bool FALSE
}

File: /opt/wasabi/src/Core/System/WebFrontend.php (Line: 107)

99:    $handlerType = $node->getAttribute('handler', $handlerType);

100:    $rendererType = $node->getAttribute('renderer', $rendererType);

101:    $actionType = $node->getAttribute('action', $actionType);

102:   }

103:   $this->persistValues($request);

104:   if ($workerType != 'null')

105:   {

106:    $coreWorker = $this->factory->getInstanceFor($workerType . 'Worker');

107:    $coreWorker->execute($mapping, $request, $response);

108:   }

109:   if ($response->loadNewMapping() === TRUE)

110:   {

111:    $response->setLoadNewMapping(FALSE);

112:    $this->execute($request->getCopy('/login-error'), $response, $dispatcher);

113:    return;

Arguments:
object WASABI\Core\Xml\RsDomDocument(1) {
    private xpath => object WASABI\Core\Xml\RsDomXPath(0) {
    }
}
Object WASABI\Core\Request\Request, already rendered
Object WASABI\Core\System\Response, already rendered

File: /opt/wasabi/src/WebFrontend/Bootstrap/ProductionWebBootstrap.php (Line: 44)

36:  {

37:   $this->init();

38:   /** @var WebFrontDispatcher $frontDispatcher */

39:   $frontDispatcher = $this->factory->getInstanceFor(WebFrontDispatcher::class);

40:   $frontDispatcher->setLogger($this->logger);

41:   $frontDispatcher->init();

42:   /** @var WebFrontend $frontend */

43:   $frontend = $this->factory->getInstanceFor(WebFrontend::class);

44:   $frontend->execute($this->request, $this->response, $frontDispatcher);

45:   $frontend->cleanup();

46:  }

47:

48:  /**

49:   * set the error manager

50:   *

Arguments:
Object WASABI\Core\Request\Request, already rendered
Object WASABI\Core\System\Response, already rendered
object WASABI\WebFrontend\Dispatcher\WebFrontDispatcher(3) {
    private dispatcherCollection => array(22) (
        0 => object WASABI\WebFrontend\Dispatcher\PageGoneDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => object WASABI\Core\System\Environment(16) {
                private site => string(3) "com"
                private subSite => string(2) "pl"
                private versionPrefix => NULL
                private languageContentPath => NULL
                private locale => Object WASABI\Core\System\Locale, already rendered
                private liveFolder => NULL
                private localEnv => string(4) "prod"
                private vHost => NULL
                private globalVersion => integer 220000
                private pageType => string(6) "domain"
                private testDomain => bool FALSE
                private currentTime => integer 1768226680
                private assumedGeosite => string(2) "us"
                private mainSubsite => array(2) (
                    0 => string(3) "com"
                    1 => string(2) "cn"
                )
                private jobTimeConstraint => integer 0
                private frontendVersion => string(0) ""
            }
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        1 => object WASABI\WebFrontend\Dispatcher\PrgDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        2 => object WASABI\WebFrontend\Dispatcher\PimProductDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        3 => object WASABI\WebFrontend\Dispatcher\ShortUrlRewriteDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        4 => object WASABI\WebFrontend\Dispatcher\RestDispatcher(4) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            private routeMapping => array(13) (
                "getshoppingcartcountv2" => string(27) "Seed:getShoppingCartCountV2"
                "addtoshoppingcartv2" => string(24) "Seed:addToShoppingCartV2"
                "getcountrystates" => string(33) "CountryState:getStatesFromCountry"
                "setjobfavorite" => string(27) "JobFavorites:setJobFavorite"
                "getjobfavorite" => string(27) "JobFavorites:getJobFavorite"
                "setmyfavorite" => string(35) "DataFeedFavoritesRest:setMyFavorite"
                "ismyfavorite" => string(34) "DataFeedFavoritesRest:isMyFavorite"
                "getmyfavorites" => string(36) "DataFeedFavoritesRest:getMyFavorites"
                "delmyfavorite" => string(38) "DataFeedFavoritesRest:removeMyFavorite"
                "getlocatordata" => string(33) "ContactLocatorData:getCountryData"
                "getcountryselect" => string(21) "CountrySelect:execute"
                "refreshioi" => string(30) "ItemsOfInterestRefresh:execute"
                "subnavigation" => string(21) "SubNavigation:execute"
            )
        }
        5 => object WASABI\WebFrontend\Dispatcher\HeaderFooterDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        6 => object WASABI\WebFrontend\Dispatcher\AuthDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        7 => object WASABI\WebFrontend\Dispatcher\RedirectDispatcher(5) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            protected urlRepo => object WASABI\Core\Storage\Repository\URLRepository(8) {
                protected redisStorage => object WASABI\Core\Storage\Adapter\RedisStorageAdapter(2) {
                    protected connection => object Predis\Client(3) {
                        private options => object Predis\Configuration\Options(3) {
                            protected handlers => array(8) (
                                ...
                            )
                            protected options => array(5) (
                                ...
                            )
                            protected input => array(1) (
                                ...
                            )
                        }
                        private connection => object Predis\Connection\Replication\SentinelReplication(14) {
                            protected master => NULL
                            protected slaves => array(1) (
                                ...
                            )
                            protected pool => array(1) (
                                ...
                            )
                            protected current => object Predis\Connection\StreamConnection(4) {
                                private resource => resource(stream)
                                private cachedId => string(18) "172.21.148.70:6379"
                                protected parameters => object Predis\Connection\Parameters(1) {
                                    protected parameters => array(6) (
                                        ...
                                    )
                                }
                                protected initCommands => array(1) (
                                    ...
                                )
                            }
                            protected service => string(9) "mymaster8"
                            protected connectionFactory => object Predis\Connection\Factory(2) {
                                private defaults => array(1) (
                                    ...
                                )
                                protected schemes => array(6) (
                                    ...
                                )
                            }
                            protected strategy => object Predis\Replication\ReplicationStrategy(4) {
                                protected disallowed => array(11) (
                                    ...
                                )
                                protected readonly => array(62) (
                                    ...
                                )
                                protected readonlySHA1 => array(0) 
                                protected loadBalancing => bool TRUE
                            }
                            protected sentinels => array(3) (
                                ...
                            )
                            protected sentinelIndex => integer 1
                            protected sentinelConnection => object Predis\Connection\StreamConnection(4) {
                                private resource => resource(stream)
                                private cachedId => NULL
                                protected parameters => object Predis\Connection\Parameters(1) {
                                    protected parameters => array(5) (
                                        ...
                                    )
                                }
                                protected initCommands => array(0) 
                            }
                            protected sentinelTimeout => float 0.1
                            protected retryLimit => integer 20
                            protected retryWait => integer 1000
                            protected updateSentinels => bool FALSE
                        }
                        private commands => object Predis\Command\RedisFactory(2) {
                            protected commands => array(7) (
                                ...
                            )
                            protected processor => NULL
                        }
                    }
                    protected config => Config object, data will not be displayed
                }
                protected environment => Object WASABI\Core\System\Environment, already rendered
                protected fileLoader => object WASABI\Core\System\FileLoader(3) {
                    private registeredStreams => NULL
                    private fileWrapper => object WASABI\Core\Functionality\Helper\FileSystemFunctionsWrapper(0) {
                    }
                    private folderCollection => object WASABI\Core\Model\FolderCollection(1) {
                        protected data => array(1) (
                            ...
                        )
                    }
                }
                protected config => Config object, data will not be displayed
                protected logger => object WASABI\Core\System\Logger(2) {
                    protected monolog => object Monolog\Logger(9) {
                        protected name => string(10) "WASABI-COM"
                        protected handlers => array(1) (
                            ...
                        )
                        protected processors => array(1) (
                            ...
                        )
                        protected microsecondTimestamps => bool TRUE
                        protected timezone => object DateTimeZone(2) {
                            public timezone_type => integer 3
                            public timezone => string(3) "UTC"
                        }
                        protected exceptionHandler => NULL
                        private logDepth => integer 0
                        private fiberLogDepth => object WeakMap(0) {
                        }
                        private detectCycles => bool TRUE
                    }
                    protected request => Object WASABI\Core\Request\Request, already rendered
                }
                private disableTimeFunction => bool FALSE
                private withoutCountryCheck => bool FALSE
                private urlServiceDataRepository => object WASABI\Core\Storage\Repository\UrlServiceDataRepository(2) {
                    private redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                    private environment => Object WASABI\Core\System\Environment, already rendered
                }
            }
            private faqNames => array(3) (
                0 => string(5) "/faq/"
                1 => string(19) "/domande-frequenti/"
                2 => string(20) "/pergunta-frequente/"
            )
        }
        8 => object WASABI\WebFrontend\Dispatcher\JobRedirectDispatcher(4) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            protected config => Config object, data will not be displayed
        }
        9 => object WASABI\WebFrontend\Dispatcher\PageDispatcher(4) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            protected urlRepo => object WASABI\Core\Storage\Repository\URLRepository(8) {
                protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                protected environment => Object WASABI\Core\System\Environment, already rendered
                protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                protected config => Config object, data will not be displayed
                protected logger => Object WASABI\Core\System\Logger, already rendered
                private disableTimeFunction => bool FALSE
                private withoutCountryCheck => bool FALSE
                private urlServiceDataRepository => object WASABI\Core\Storage\Repository\UrlServiceDataRepository(2) {
                    private redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                    private environment => Object WASABI\Core\System\Environment, already rendered
                }
            }
        }
        10 => object WASABI\WebFrontend\Dispatcher\PremiumDownloadDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        11 => object WASABI\WebFrontend\Dispatcher\PublicDownloadDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        12 => object WASABI\WebFrontend\Dispatcher\SearchURLRewriteDispatcher(5) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            private staticSearchKeywordRepository => object WASABI\Core\Storage\Repository\StaticShortSearchKeywordRepository(5) {
                protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                protected environment => Object WASABI\Core\System\Environment, already rendered
                protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                protected config => Config object, data will not be displayed
                protected logger => Object WASABI\Core\System\Logger, already rendered
            }
            protected config => Config object, data will not be displayed
        }
        13 => object WASABI\WebFrontend\Dispatcher\CustomerWebLightDownloadsDispatcher(4) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            private mappings => array(9) (
                "software" => string(34) "/search/search_for_software_v6.xml"
                "logiciel" => string(34) "/search/search_for_software_v6.xml"
                "firmware" => string(34) "/search/search_for_firmware_v6.xml"
                "micrologiciel" => string(34) "/search/search_for_firmware_v6.xml"
                "driver" => string(32) "/search/search_for_driver_v6.xml"
                "treiber" => string(32) "/search/search_for_driver_v6.xml"
                "pilote" => string(32) "/search/search_for_driver_v6.xml"
                "controlador" => string(32) "/search/search_for_driver_v6.xml"
                "downloads" => string(35) "/search/search_for_downloads_v6.xml"
            )
        }
        14 => object WASABI\WebFrontend\Dispatcher\SearchDispatcher(6) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            protected staticShortUrlRepository => object WASABI\Core\Storage\Repository\StaticShortUrlRepository(5) {
                protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                protected environment => Object WASABI\Core\System\Environment, already rendered
                protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                protected config => Config object, data will not be displayed
                protected logger => Object WASABI\Core\System\Logger, already rendered
            }
            protected productMapRepository => object WASABI\Core\Storage\Repository\ProductMapRepository(6) {
                protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                protected environment => Object WASABI\Core\System\Environment, already rendered
                protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                protected config => Config object, data will not be displayed
                protected logger => Object WASABI\Core\System\Logger, already rendered
                protected urlRepo => object WASABI\Core\Storage\Repository\URLRepository(8) {
                    protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                    protected environment => Object WASABI\Core\System\Environment, already rendered
                    protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                    protected config => Config object, data will not be displayed
                    protected logger => Object WASABI\Core\System\Logger, already rendered
                    private disableTimeFunction => bool FALSE
                    private withoutCountryCheck => bool FALSE
                    private urlServiceDataRepository => object WASABI\Core\Storage\Repository\UrlServiceDataRepository(2) {
                        private redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                        private environment => Object WASABI\Core\System\Environment, already rendered
                    }
                }
            }
            protected request => NULL
        }
        15 => object WASABI\WebFrontend\Dispatcher\PimPreviewDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        16 => object WASABI\WebFrontend\Dispatcher\GeolocationDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        17 => object WASABI\WebFrontend\Dispatcher\ContentProjectionDispatcher(5) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            protected urlRepo => object WASABI\Core\Storage\Repository\URLRepository(8) {
                protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                protected environment => Object WASABI\Core\System\Environment, already rendered
                protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                protected config => Config object, data will not be displayed
                protected logger => Object WASABI\Core\System\Logger, already rendered
                private disableTimeFunction => bool FALSE
                private withoutCountryCheck => bool FALSE
                private urlServiceDataRepository => object WASABI\Core\Storage\Repository\UrlServiceDataRepository(2) {
                    private redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                    private environment => Object WASABI\Core\System\Environment, already rendered
                }
            }
            protected config => Config object, data will not be displayed
        }
        18 => object WASABI\WebFrontend\Dispatcher\GlorisMarketingDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        19 => object WASABI\WebFrontend\Dispatcher\AliveDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        20 => object WASABI\WebFrontend\Dispatcher\VCardDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        21 => object WASABI\WebFrontend\Dispatcher\FormPreviewDispatcher(4) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            protected config => Config object, data will not be displayed
        }
    )
    protected factory => Factory object, data will not be displayed
    protected logger => Object WASABI\Core\System\Logger, already rendered
}

File: /srv/www/com/index.php (Line: 22)

14: $localConfig = getenv('RS_CONFIG');

15: $debug  = getenv('RS_DEBUG_MODE');

16:

17: const WASABI_BASEPATH = '/opt/wasabi';

18:

19: require WASABI_BASEPATH . '/vendor/autoload.php';

20:

21: $bootstrap = new DomainBootstrap($site, $localConfig, $debug);

22: $bootstrap->run();

23:

Arguments: