Warning (2) : array_combine(): Both parameters should have an equal number of elements [CORE/src/ORM/ResultSet.php , line 527 ]Code Context
return $this -> _handler -> handleError ( $code , $description , $file , $line , $context );
}
$row = [
'Deals__id' => (int) 25,
'Deals__name' => '4x c't und ein 1 GB USB Stick für 8,80 €',
'Deals__description' => '<p><a href="https://www.brandbuero.de/index.php5?module=formulars.production&task=formular&idformular=81">Hier</a> gibt es 4 Ausgaben der c’t für 8,80 € und einen USB-Stick mit 1 GB gibt es als Beigabe. Achtung: Das Abo muss gekündigt werden, sonst verlängert es sich automatisch.</p>',
'Deals__slug' => '4x-ct-und-ein-1-gb-usb-stick-fur-880-e',
'Deals__deal_category_id' => (int) 1,
'Deals__price' => null,
'Deals__reference_price' => null,
'Deals__clickout_url' => null,
'Deals__is_active' => false,
'Deals__expires' => null,
'Deals__type' => (int) 1,
'Deals__has_push' => false,
'Deals__comment_count' => (int) 0,
'Deals__meta_title' => null,
'Deals__meta_description' => null,
'Deals__meta_keywords' => null,
'Deals__meta_robots' => null,
'Deals__canonical' => null,
'Deals__image' => null,
'Deals__modified' => '2020-05-01 08:54:15+00',
'Deals__created' => '2008-01-10 18:20:06+00',
'Deals__shop_id' => null,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 0,
'Deals__user_id' => (int) 95,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => '3.8395715',
'Deals__start_date' => '2008-01-10 18:20:06+00',
'Deals__sitemap_lastmod' => '2021-01-26 20:26:10.915947+00',
'Deals__is_sitemap_aware' => true,
'Deals__excerpt' => null,
'Deals__visibility' => (int) 0,
'Deals__coupon_code' => null,
'Deals__shipping_cost' => null,
'Deals__image_width' => null,
'Deals__image_height' => null,
'Deals__show_comments' => true,
'Shops__id' => null,
'Shops__shop_category_id' => null,
'Shops__slug' => null,
'Shops__name' => null,
'Shops__description' => null,
'Shops__meta_title' => null,
'Shops__meta_description' => null,
'Shops__meta_keywords' => null,
'Shops__is_active' => null,
'Shops__modified' => null,
'Shops__created' => null,
'Shops__logo' => null,
'Shops__excerpt' => null,
'Shops__clickout_url' => null,
'Shops__hits' => null,
'Shops__is_monetizable' => null,
'Shops__show_expired_offers' => null,
'Shops__exclude_from_sitemap' => null,
'Shops__meta_robots' => null,
'Shops__canonical' => null,
'Shops__rating' => null,
'Shops__rating_count' => null,
'Shops__legacy_gp_id' => null,
'Shops__is_visible' => null,
'Shops__address' => null,
'Shops__contact' => null,
'Shops__screenshot' => null,
'Shops__is_experimental' => null,
'Shops__minimum_order_label' => null,
'Shops__url' => null,
'Shops__offers_limit' => null,
'Shops__disclaimer' => null,
'Shops__show_reviews' => null,
'Shops__affiliate_network_id' => null,
'Shops__headline' => null,
'Shops__header_image' => null,
'Shops__has_deeplink_support' => null,
'Shops__score' => null,
'Shops__factor' => null,
'Shops__show_similar_offers' => null,
'Shops__show_deals' => null,
'Shops__sitemap_lastmod' => null,
'Shops__is_sitemap_aware' => null,
'Shops__header_image_width' => null,
'Shops__header_image_height' => null,
'Shops__logo_width' => null,
'Shops__logo_height' => null,
'AffiliateNetworks__id' => null,
'AffiliateNetworks__name' => null,
'AffiliateNetworks__is_active' => null,
'AffiliateNetworks__modified' => null,
'AffiliateNetworks__created' => null,
'AffiliateNetworks__type' => null
]
$defaultAlias = 'DealCategories'
$results = []
$presentAliases = []
$options = [
'useSetters' => false,
'markClean' => true,
'markNew' => false,
'guard' => false
]
$keys = [
'DealCategories__id' => 'id',
'DealCategories__name' => 'name',
'DealCategories__description' => 'description',
'DealCategories__slug' => 'slug',
'DealCategories__is_active' => 'is_active',
'DealCategories__meta_title' => 'meta_title',
'DealCategories__meta_description' => 'meta_description',
'DealCategories__meta_keywords' => 'meta_keywords',
'DealCategories__meta_robots' => 'meta_robots',
'DealCategories__canonical' => 'canonical',
'DealCategories__image' => 'image',
'DealCategories__modified' => 'modified',
'DealCategories__created' => 'created',
'DealCategories__exclude_from_sitemap' => 'exclude_from_sitemap',
'DealCategories__sitemap_lastmod' => 'sitemap_lastmod',
'DealCategories__is_sitemap_aware' => 'is_sitemap_aware',
'DealCategories__image_width' => 'image_width',
'DealCategories__image_height' => 'image_height'
]
$table = 'DealCategories' App\Error\NotifyAwareErrorHandler::handleError() - APP/Error/NotifyAwareErrorHandler.php, line 71
array_combine - [internal], line ??
Cake\ORM\ResultSet::_groupResult() - CORE/src/ORM/ResultSet.php, line 527
Cake\ORM\ResultSet::_fetchResult() - CORE/src/ORM/ResultSet.php, line 490
Cake\ORM\ResultSet::valid() - CORE/src/ORM/ResultSet.php, line 276
Cake\ORM\Association\Loader\SelectLoader::_buildResultMap() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 468
Cake\ORM\Association\Loader\SelectLoader::buildEagerLoader() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 125
Cake\ORM\Association\BelongsTo::eagerLoader() - CORE/src/ORM/Association/BelongsTo.php, line 200
Cake\ORM\EagerLoader::loadExternal() - CORE/src/ORM/EagerLoader.php, line 712
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1141
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 309
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 1088
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 471
App\Routing\Route\SlugRoute::parse() - APP/Routing/Route/SlugRoute.php, line 67
Cake\Routing\Route\Route::parseRequest() - CORE/src/Routing/Route/Route.php, line 429
Cake\Routing\RouteCollection::parseRequest() - CORE/src/Routing/RouteCollection.php, line 205
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 390 Warning (512) : Unable to emit headers. Headers sent in file=/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Error/Debugger.php line=853 [CORE/src/Http/ResponseEmitter.php , line 51 ]Code Context
return $this -> _handler -> handleError ( $code , $description , $file , $line , $context );
}
$response = object(Cake\Http\Response) {
'status' => (int) 500,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Error: Argument 1 passed to Cake\ORM\Entity::__construct() must be of the type array, boolean given, called in /var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php on line 601 </title>
<link href="https://cdn-01.www.staging.schnaeppchenfuchs.com/favicon.ico" type="image/x-icon" rel="icon"/><link href="https://cdn-01.www.staging.schnaeppchenfuchs.com/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <style>
body {
font: 14px helvetica, arial, sans-serif;
color: #222;
background-color: #f8f8f8;
padding:0;
margin: 0;
max-height: 100%;
}
.code-dump,
pre {
background: #fefefe;
border: 1px solid #ddd;
padding: 5px;
white-space: pre-wrap;
}
header {
background-color: #C3232D;
color: #ffffff;
padding: 16px 10px;
border-bottom: 3px solid #626262;
}
.header-title {
margin: 0;
font-weight: normal;
font-size: 30px;
line-height: 64px;
}
.header-type {
opacity: 0.75;
display: block;
font-size: 16px;
line-height: 1;
}
.header-help {
font-size: 12px;
line-height: 1;
position: absolute;
top: 30px;
right: 16px;
}
.header-help a {
color: #fff;
}
.error-nav {
float: left;
width: 30%;
}
.error-contents {
padding: 10px 1%;
float: right;
width: 68%;
}
.error,
.error-subheading {
font-size: 18px;
margin-top: 0;
padding: 10px;
border: 1px solid #EDBD26;
}
.error-subheading {
background: #1798A5;
color: #fff;
border: 1px solid #02808C;
}
.error {
background: #ffd54f;
}
.customize {
opacity: 0.6;
}
.stack-trace {
list-style: none;
margin: 0;
padding: 0;
}
.stack-frame {
padding: 10px;
border-bottom: 1px solid #212121;
}
.stack-frame:last-child {
border-bottom: none;
}
.stack-frame a {
display: block;
color: #212121;
text-decoration: none;
}
.stack-frame.active {
background: #e5e5e5;
}
.stack-frame a:hover {
text-decoration: underline;
}
.stack-file,
.stack-function {
display: block;
margin-bottom: 5px;
}
.stack-frame-file,
.stack-file {
font-family: consolas, monospace;
}
.stack-function {
font-weight: bold;
}
.stack-file {
font-size: 0.9em;
word-wrap: break-word;
}
.stack-details {
background: #ececec;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
border: 1px solid #ababab;
padding: 10px;
margin-bottom: 18px;
}
.stack-frame-args {
float: right;
}
.toggle-link {
color: #1798A5;
text-decoration: none;
}
.toggle-link:hover {
text-decoration: underline;
}
.toggle-vendor-frames {
padding: 5px;
display: block;
text-align: center;
}
.code-excerpt {
width: 100%;
margin: 5px 0;
background: #fefefe;
}
.code-highlight {
display: block;
background: #fff59d;
}
.excerpt-line {
padding-left: 2px;
}
.excerpt-number {
background: #f6f6f6;
width: 50px;
text-align: right;
color: #666;
border-right: 1px solid #ddd;
padding: 2px;
}
.excerpt-number:after {
content: attr(data-number);
}
table {
text-align: left;
}
th, td {
padding: 4px;
}
th {
border-bottom: 1px solid #ccc;
}
</style>
</head>
<body>
<header>
<h1 class="header-title">
Argument 1 passed to Cake\ORM\Entity::__construct() must be of the type array, boolean given, called in /var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php on line 601 <span class="header-type">TypeError</span>
</h1>
<div class="header-help">
<a target="_blank" href="https://book.cakephp.org/3.0/">Documentation</a>
<a target="_blank" href="https://api.cakephp.org/">API</a>
</div>
</header>
<div class="error-contents">
<div id="stack-frame-0" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-0">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="597"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$results</span><span style="color: #007700">[</span><span style="color: #0000BB">$defaultAlias</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="598"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= </span><span style="color: #0000BB">$results</span><span style="color: #007700">[</span><span style="color: #0000BB">$defaultAlias</span><span style="color: #007700">];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="599"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="600"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_hydrate </span><span style="color: #007700">&& !(</span><span style="color: #0000BB">$results </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">EntityInterface</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="601"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= new </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_entityClass</span><span style="color: #007700">(</span><span style="color: #0000BB">$results</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="602"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="603"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="604"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$results</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="605"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-0" style="display: none;">
<pre>false
[
'useSetters' => false,
'markClean' => true,
'markNew' => false,
'guard' => false,
'source' => 'DealCategories'
]</pre>
</div>
</div>
<div id="stack-frame-1" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-1">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="486"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$row </span><span style="color: #007700">=== </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="487"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$row</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="488"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="489"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="490"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_groupResult</span><span style="color: #007700">(</span><span style="color: #0000BB">$row</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="491"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="492"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="493"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="494"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Correctly nests results keys including those coming from associations</span></span></code></td>
</tr>
</table>
<div id="stack-args-1" style="display: none;">
<pre>[
'Deals__id' => (int) 25,
'Deals__name' => '4x c't und ein 1 GB USB Stick für 8,80 €',
'Deals__description' => '<p><a href="https://www.brandbuero.de/index.php5?module=formulars.production&amp;task=formular&amp;idformular=81">Hier</a> gibt es 4 Ausgaben der c’t für 8,80 € und einen USB-Stick mit 1 GB gibt es als Beigabe. Achtung: Das Abo muss gekündigt werden, sonst verlängert es sich automatisch.</p>',
'Deals__slug' => '4x-ct-und-ein-1-gb-usb-stick-fur-880-e',
'Deals__deal_category_id' => (int) 1,
'Deals__price' => null,
'Deals__reference_price' => null,
'Deals__clickout_url' => null,
'Deals__is_active' => false,
'Deals__expires' => null,
'Deals__type' => (int) 1,
'Deals__has_push' => false,
'Deals__comment_count' => (int) 0,
'Deals__meta_title' => null,
'Deals__meta_description' => null,
'Deals__meta_keywords' => null,
'Deals__meta_robots' => null,
'Deals__canonical' => null,
'Deals__image' => null,
'Deals__modified' => '2020-05-01 08:54:15+00',
'Deals__created' => '2008-01-10 18:20:06+00',
'Deals__shop_id' => null,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 0,
'Deals__user_id' => (int) 95,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => '3.8395715',
'Deals__start_date' => '2008-01-10 18:20:06+00',
'Deals__sitemap_lastmod' => '2021-01-26 20:26:10.915947+00',
'Deals__is_sitemap_aware' => true,
'Deals__excerpt' => null,
'Deals__visibility' => (int) 0,
'Deals__coupon_code' => null,
'Deals__shipping_cost' => null,
'Deals__image_width' => null,
'Deals__image_height' => null,
'Deals__show_comments' => true,
'Shops__id' => null,
'Shops__shop_category_id' => null,
'Shops__slug' => null,
'Shops__name' => null,
'Shops__description' => null,
'Shops__meta_title' => null,
'Shops__meta_description' => null,
'Shops__meta_keywords' => null,
'Shops__is_active' => null,
'Shops__modified' => null,
'Shops__created' => null,
'Shops__logo' => null,
'Shops__excerpt' => null,
'Shops__clickout_url' => null,
'Shops__hits' => null,
'Shops__is_monetizable' => null,
'Shops__show_expired_offers' => null,
'Shops__exclude_from_sitemap' => null,
'Shops__meta_robots' => null,
'Shops__canonical' => null,
'Shops__rating' => null,
'Shops__rating_count' => null,
'Shops__legacy_gp_id' => null,
'Shops__is_visible' => null,
'Shops__address' => null,
'Shops__contact' => null,
'Shops__screenshot' => null,
'Shops__is_experimental' => null,
'Shops__minimum_order_label' => null,
'Shops__url' => null,
'Shops__offers_limit' => null,
'Shops__disclaimer' => null,
'Shops__show_reviews' => null,
'Shops__affiliate_network_id' => null,
'Shops__headline' => null,
'Shops__header_image' => null,
'Shops__has_deeplink_support' => null,
'Shops__score' => null,
'Shops__factor' => null,
'Shops__show_similar_offers' => null,
'Shops__show_deals' => null,
'Shops__sitemap_lastmod' => null,
'Shops__is_sitemap_aware' => null,
'Shops__header_image_width' => null,
'Shops__header_image_height' => null,
'Shops__logo_width' => null,
'Shops__logo_height' => null,
'AffiliateNetworks__id' => null,
'AffiliateNetworks__name' => null,
'AffiliateNetworks__is_active' => null,
'AffiliateNetworks__modified' => null,
'AffiliateNetworks__created' => null,
'AffiliateNetworks__type' => null
]</pre>
</div>
</div>
<div id="stack-frame-2" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-2">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="272"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$valid</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="273"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="274"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="275"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="276"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_current </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_fetchResult</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="277"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $valid </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_current </span><span style="color: #007700">!== </span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="278"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="279"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$valid </span><span style="color: #007700">&& </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_useBuffering</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="280"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_results</span><span style="color: #007700">[</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_index</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_current</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-2" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-3" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-3">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="464"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">foreignKey </span><span style="color: #007700">:</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="465"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">bindingKey</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="466"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $key </span><span style="color: #007700">= (array)</span><span style="color: #0000BB">$keys</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="467"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="468"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$fetchQuery</span><span style="color: #007700">-></span><span style="color: #0000BB">all</span><span style="color: #007700">() as </span><span style="color: #0000BB">$result</span><span style="color: #007700">) {</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="469"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $values </span><span style="color: #007700">= [];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="470"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$key </span><span style="color: #007700">as </span><span style="color: #0000BB">$k</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="471"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $values</span><span style="color: #007700">[] = </span><span style="color: #0000BB">$result</span><span style="color: #007700">[</span><span style="color: #0000BB">$k</span><span style="color: #007700">];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="472"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-3" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-4" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-4">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="121"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">buildEagerLoader</span><span style="color: #007700">(array </span><span style="color: #0000BB">$options</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="122"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="123"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $options </span><span style="color: #007700">+= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_defaultOptions</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="124"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $fetchQuery </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_buildQuery</span><span style="color: #007700">(</span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="125"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $resultMap </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_buildResultMap</span><span style="color: #007700">(</span><span style="color: #0000BB">$fetchQuery</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="126"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="127"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_resultInjector</span><span style="color: #007700">(</span><span style="color: #0000BB">$fetchQuery</span><span style="color: #007700">, </span><span style="color: #0000BB">$resultMap</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="128"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="129"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-4" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT DealCategories.id AS "DealCategories__id", DealCategories.name AS "DealCategories__name", DealCategories.description AS "DealCategories__description", DealCategories.slug AS "DealCategories__slug", DealCategories.is_active AS "DealCategories__is_active", DealCategories.meta_title AS "DealCategories__meta_title", DealCategories.meta_description AS "DealCategories__meta_description", DealCategories.meta_keywords AS "DealCategories__meta_keywords", DealCategories.meta_robots AS "DealCategories__meta_robots", DealCategories.canonical AS "DealCategories__canonical", DealCategories.image AS "DealCategories__image", DealCategories.modified AS "DealCategories__modified", DealCategories.created AS "DealCategories__created", DealCategories.exclude_from_sitemap AS "DealCategories__exclude_from_sitemap", DealCategories.sitemap_lastmod AS "DealCategories__sitemap_lastmod", DealCategories.is_sitemap_aware AS "DealCategories__is_sitemap_aware", DealCategories.image_width AS "DealCategories__image_width", DealCategories.image_height AS "DealCategories__image_height" FROM deal_categories DealCategories WHERE DealCategories.id in (:c0)',
'params' => [
':c0' => [
'value' => (int) 25,
'type' => 'integer',
'placeholder' => 'c0'
]
],
'defaultTypes' => [
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'image_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealCategoriesTable) {
'registryAlias' => 'DealCategories',
'table' => 'deal_categories',
'alias' => 'DealCategories',
'entityClass' => 'App\Model\Entity\DealCategory',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'strategy' => 'select',
'query' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Deals.id AS "Deals__id", Deals.name AS "Deals__name", Deals.description AS "Deals__description", Deals.slug AS "Deals__slug", Deals.deal_category_id AS "Deals__deal_category_id", Deals.price AS "Deals__price", Deals.reference_price AS "Deals__reference_price", Deals.clickout_url AS "Deals__clickout_url", Deals.is_active AS "Deals__is_active", Deals.expires AS "Deals__expires", Deals.type AS "Deals__type", Deals.has_push AS "Deals__has_push", Deals.comment_count AS "Deals__comment_count", Deals.meta_title AS "Deals__meta_title", Deals.meta_description AS "Deals__meta_description", Deals.meta_keywords AS "Deals__meta_keywords", Deals.meta_robots AS "Deals__meta_robots", Deals.canonical AS "Deals__canonical", Deals.image AS "Deals__image", Deals.modified AS "Deals__modified", Deals.created AS "Deals__created", Deals.shop_id AS "Deals__shop_id", Deals.deeplink AS "Deals__deeplink", Deals.like_count AS "Deals__like_count", Deals.user_id AS "Deals__user_id", Deals.exclude_from_sitemap AS "Deals__exclude_from_sitemap", Deals.score AS "Deals__score", Deals.start_date AS "Deals__start_date", Deals.sitemap_lastmod AS "Deals__sitemap_lastmod", Deals.is_sitemap_aware AS "Deals__is_sitemap_aware", Deals.excerpt AS "Deals__excerpt", Deals.visibility AS "Deals__visibility", Deals.coupon_code AS "Deals__coupon_code", Deals.shipping_cost AS "Deals__shipping_cost", Deals.image_width AS "Deals__image_width", Deals.image_height AS "Deals__image_height", Deals.show_comments AS "Deals__show_comments", Shops.id AS "Shops__id", Shops.shop_category_id AS "Shops__shop_category_id", Shops.slug AS "Shops__slug", Shops.name AS "Shops__name", Shops.description AS "Shops__description", Shops.meta_title AS "Shops__meta_title", Shops.meta_description AS "Shops__meta_description", Shops.meta_keywords AS "Shops__meta_keywords", Shops.is_active AS "Shops__is_active", Shops.modified AS "Shops__modified", Shops.created AS "Shops__created", Shops.logo AS "Shops__logo", Shops.excerpt AS "Shops__excerpt", Shops.clickout_url AS "Shops__clickout_url", Shops.hits AS "Shops__hits", Shops.is_monetizable AS "Shops__is_monetizable", Shops.show_expired_offers AS "Shops__show_expired_offers", Shops.exclude_from_sitemap AS "Shops__exclude_from_sitemap", Shops.meta_robots AS "Shops__meta_robots", Shops.canonical AS "Shops__canonical", Shops.rating AS "Shops__rating", Shops.rating_count AS "Shops__rating_count", Shops.legacy_gp_id AS "Shops__legacy_gp_id", Shops.is_visible AS "Shops__is_visible", Shops.address AS "Shops__address", Shops.contact AS "Shops__contact", Shops.screenshot AS "Shops__screenshot", Shops.is_experimental AS "Shops__is_experimental", Shops.minimum_order_label AS "Shops__minimum_order_label", Shops.url AS "Shops__url", Shops.offers_limit AS "Shops__offers_limit", Shops.disclaimer AS "Shops__disclaimer", Shops.show_reviews AS "Shops__show_reviews", Shops.affiliate_network_id AS "Shops__affiliate_network_id", Shops.headline AS "Shops__headline", Shops.header_image AS "Shops__header_image", Shops.has_deeplink_support AS "Shops__has_deeplink_support", Shops.score AS "Shops__score", Shops.factor AS "Shops__factor", Shops.show_similar_offers AS "Shops__show_similar_offers", Shops.show_deals AS "Shops__show_deals", Shops.sitemap_lastmod AS "Shops__sitemap_lastmod", Shops.is_sitemap_aware AS "Shops__is_sitemap_aware", Shops.header_image_width AS "Shops__header_image_width", Shops.header_image_height AS "Shops__header_image_height", Shops.logo_width AS "Shops__logo_width", Shops.logo_height AS "Shops__logo_height" FROM deals Deals INNER JOIN deal_categories DealCategories ON (DealCategories.is_active = :c0 AND DealCategories.id = (Deals.deal_category_id)) LEFT JOIN shops Shops ON Shops.id = (Deals.shop_id) WHERE (Deals.slug = :c1 AND Deals.is_active = :c2) LIMIT 1',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Deals__id' => 'integer',
'Deals.id' => 'integer',
'id' => 'integer',
'Deals__name' => 'string',
'Deals.name' => 'string',
'name' => 'string',
'Deals__description' => 'text',
'Deals.description' => 'text',
'description' => 'text',
'Deals__slug' => 'string',
'Deals.slug' => 'string',
'slug' => 'string',
'Deals__deal_category_id' => 'integer',
'Deals.deal_category_id' => 'integer',
'deal_category_id' => 'integer',
'Deals__price' => 'float',
'Deals.price' => 'float',
'price' => 'float',
'Deals__reference_price' => 'float',
'Deals.reference_price' => 'float',
'reference_price' => 'float',
'Deals__clickout_url' => 'string',
'Deals.clickout_url' => 'string',
'clickout_url' => 'string',
'Deals__is_active' => 'boolean',
'Deals.is_active' => 'boolean',
'is_active' => 'boolean',
'Deals__expires' => 'timestamp',
'Deals.expires' => 'timestamp',
'expires' => 'timestamp',
'Deals__type' => 'integer',
'Deals.type' => 'integer',
'type' => 'integer',
'Deals__has_push' => 'boolean',
'Deals.has_push' => 'boolean',
'has_push' => 'boolean',
'Deals__comment_count' => 'integer',
'Deals.comment_count' => 'integer',
'comment_count' => 'integer',
'Deals__meta_title' => 'string',
'Deals.meta_title' => 'string',
'meta_title' => 'string',
'Deals__meta_description' => 'text',
'Deals.meta_description' => 'text',
'meta_description' => 'text',
'Deals__meta_keywords' => 'string',
'Deals.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Deals__meta_robots' => 'string',
'Deals.meta_robots' => 'string',
'meta_robots' => 'string',
'Deals__canonical' => 'string',
'Deals.canonical' => 'string',
'canonical' => 'string',
'Deals__image' => 'string',
'Deals.image' => 'string',
'image' => 'string',
'Deals__modified' => 'timestamp',
'Deals.modified' => 'timestamp',
'modified' => 'timestamp',
'Deals__created' => 'timestamp',
'Deals.created' => 'timestamp',
'created' => 'timestamp',
'Deals__shop_id' => 'integer',
'Deals.shop_id' => 'integer',
'shop_id' => 'integer',
'Deals__deeplink' => 'string',
'Deals.deeplink' => 'string',
'deeplink' => 'string',
'Deals__like_count' => 'integer',
'Deals.like_count' => 'integer',
'like_count' => 'integer',
'Deals__user_id' => 'integer',
'Deals.user_id' => 'integer',
'user_id' => 'integer',
'Deals__exclude_from_sitemap' => 'boolean',
'Deals.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'Deals__score' => 'float',
'Deals.score' => 'float',
'score' => 'float',
'Deals__start_date' => 'timestamp',
'Deals.start_date' => 'timestamp',
'start_date' => 'timestamp',
'Deals__sitemap_lastmod' => 'timestamp',
'Deals.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'Deals__is_sitemap_aware' => 'boolean',
'Deals.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'Deals__excerpt' => 'text',
'Deals.excerpt' => 'text',
'excerpt' => 'text',
'Deals__visibility' => 'integer',
'Deals.visibility' => 'integer',
'visibility' => 'integer',
'Deals__coupon_code' => 'string',
'Deals.coupon_code' => 'string',
'coupon_code' => 'string',
'Deals__shipping_cost' => 'float',
'Deals.shipping_cost' => 'float',
'shipping_cost' => 'float',
'Deals__image_width' => 'integer',
'Deals.image_width' => 'integer',
'image_width' => 'integer',
'Deals__image_height' => 'integer',
'Deals.image_height' => 'integer',
'image_height' => 'integer',
'Deals__show_comments' => 'boolean',
'Deals.show_comments' => 'boolean',
'show_comments' => 'boolean',
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'Shops__shop_category_id' => 'integer',
'Shops.shop_category_id' => 'integer',
'shop_category_id' => 'integer',
'Shops__slug' => 'string',
'Shops.slug' => 'string',
'Shops__name' => 'string',
'Shops.name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'Shops__meta_title' => 'string',
'Shops.meta_title' => 'string',
'Shops__meta_description' => 'text',
'Shops.meta_description' => 'text',
'Shops__meta_keywords' => 'string',
'Shops.meta_keywords' => 'string',
'Shops__is_active' => 'boolean',
'Shops.is_active' => 'boolean',
'Shops__modified' => 'timestamp',
'Shops.modified' => 'timestamp',
'Shops__created' => 'timestamp',
'Shops.created' => 'timestamp',
'Shops__logo' => 'string',
'Shops.logo' => 'string',
'logo' => 'string',
'Shops__excerpt' => 'text',
'Shops.excerpt' => 'text',
'Shops__clickout_url' => 'string',
'Shops.clickout_url' => 'string',
'Shops__hits' => 'integer',
'Shops.hits' => 'integer',
'hits' => 'integer',
'Shops__is_monetizable' => 'boolean',
'Shops.is_monetizable' => 'boolean',
'is_monetizable' => 'boolean',
'Shops__show_expired_offers' => 'boolean',
'Shops.show_expired_offers' => 'boolean',
'show_expired_offers' => 'boolean',
'Shops__exclude_from_sitemap' => 'boolean',
'Shops.exclude_from_sitemap' => 'boolean',
'Shops__meta_robots' => 'string',
'Shops.meta_robots' => 'string',
'Shops__canonical' => 'string',
'Shops.canonical' => 'string',
'Shops__rating' => 'float',
'Shops.rating' => 'float',
'rating' => 'float',
'Shops__rating_count' => 'integer',
'Shops.rating_count' => 'integer',
'rating_count' => 'integer',
'Shops__legacy_gp_id' => 'integer',
'Shops.legacy_gp_id' => 'integer',
'legacy_gp_id' => 'integer',
'Shops__is_visible' => 'boolean',
'Shops.is_visible' => 'boolean',
'is_visible' => 'boolean',
'Shops__address' => 'text',
'Shops.address' => 'text',
'address' => 'text',
'Shops__contact' => 'text',
'Shops.contact' => 'text',
'contact' => 'text',
'Shops__screenshot' => 'string',
'Shops.screenshot' => 'string',
'screenshot' => 'string',
'Shops__is_experimental' => 'boolean',
'Shops.is_experimental' => 'boolean',
'is_experimental' => 'boolean',
'Shops__minimum_order_label' => 'integer',
'Shops.minimum_order_label' => 'integer',
'minimum_order_label' => 'integer',
'Shops__url' => 'string',
'Shops.url' => 'string',
'url' => 'string',
'Shops__offers_limit' => 'integer',
'Shops.offers_limit' => 'integer',
'offers_limit' => 'integer',
'Shops__disclaimer' => 'text',
'Shops.disclaimer' => 'text',
'disclaimer' => 'text',
'Shops__show_reviews' => 'boolean',
'Shops.show_reviews' => 'boolean',
'show_reviews' => 'boolean',
'Shops__affiliate_network_id' => 'integer',
'Shops.affiliate_network_id' => 'integer',
'affiliate_network_id' => 'integer',
'Shops__headline' => 'string',
'Shops.headline' => 'string',
'headline' => 'string',
'Shops__header_image' => 'string',
'Shops.header_image' => 'string',
'header_image' => 'string',
'Shops__has_deeplink_support' => 'boolean',
'Shops.has_deeplink_support' => 'boolean',
'has_deeplink_support' => 'boolean',
'Shops__score' => 'float',
'Shops.score' => 'float',
'Shops__factor' => 'float',
'Shops.factor' => 'float',
'factor' => 'float',
'Shops__show_similar_offers' => 'boolean',
'Shops.show_similar_offers' => 'boolean',
'show_similar_offers' => 'boolean',
'Shops__show_deals' => 'boolean',
'Shops.show_deals' => 'boolean',
'show_deals' => 'boolean',
'Shops__sitemap_lastmod' => 'timestamp',
'Shops.sitemap_lastmod' => 'timestamp',
'Shops__is_sitemap_aware' => 'boolean',
'Shops.is_sitemap_aware' => 'boolean',
'Shops__header_image_width' => 'integer',
'Shops.header_image_width' => 'integer',
'header_image_width' => 'integer',
'Shops__header_image_height' => 'integer',
'Shops.header_image_height' => 'integer',
'header_image_height' => 'integer',
'Shops__logo_width' => 'integer',
'Shops.logo_width' => 'integer',
'logo_width' => 'integer',
'Shops__logo_height' => 'integer',
'Shops.logo_height' => 'integer',
'logo_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'DealCategories' => [[maximum depth reached]],
'Shops' => [[maximum depth reached]]
],
'matching' => [
'DealCategories' => [
[maximum depth reached]
]
],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealsTable) {}
},
'contain' => [],
'keys' => [
(int) 25 => (int) 25
],
'nestKey' => 'DealCategories',
'foreignKey' => 'deal_category_id',
'conditions' => [],
'sort' => null
]</pre>
</div>
</div>
<div id="stack-frame-5" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Association/BelongsTo.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-5">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="196"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'associationType' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">type</span><span style="color: #007700">(),</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="197"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'finder' </span><span style="color: #007700">=> [</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #DD0000">'find'</span><span style="color: #007700">]</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="198"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="199"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="200"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$loader</span><span style="color: #007700">-></span><span style="color: #0000BB">buildEagerLoader</span><span style="color: #007700">(</span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="201"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="202"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="203"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-5" style="display: none;">
<pre>[
'strategy' => 'select',
'query' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Deals.id AS "Deals__id", Deals.name AS "Deals__name", Deals.description AS "Deals__description", Deals.slug AS "Deals__slug", Deals.deal_category_id AS "Deals__deal_category_id", Deals.price AS "Deals__price", Deals.reference_price AS "Deals__reference_price", Deals.clickout_url AS "Deals__clickout_url", Deals.is_active AS "Deals__is_active", Deals.expires AS "Deals__expires", Deals.type AS "Deals__type", Deals.has_push AS "Deals__has_push", Deals.comment_count AS "Deals__comment_count", Deals.meta_title AS "Deals__meta_title", Deals.meta_description AS "Deals__meta_description", Deals.meta_keywords AS "Deals__meta_keywords", Deals.meta_robots AS "Deals__meta_robots", Deals.canonical AS "Deals__canonical", Deals.image AS "Deals__image", Deals.modified AS "Deals__modified", Deals.created AS "Deals__created", Deals.shop_id AS "Deals__shop_id", Deals.deeplink AS "Deals__deeplink", Deals.like_count AS "Deals__like_count", Deals.user_id AS "Deals__user_id", Deals.exclude_from_sitemap AS "Deals__exclude_from_sitemap", Deals.score AS "Deals__score", Deals.start_date AS "Deals__start_date", Deals.sitemap_lastmod AS "Deals__sitemap_lastmod", Deals.is_sitemap_aware AS "Deals__is_sitemap_aware", Deals.excerpt AS "Deals__excerpt", Deals.visibility AS "Deals__visibility", Deals.coupon_code AS "Deals__coupon_code", Deals.shipping_cost AS "Deals__shipping_cost", Deals.image_width AS "Deals__image_width", Deals.image_height AS "Deals__image_height", Deals.show_comments AS "Deals__show_comments", Shops.id AS "Shops__id", Shops.shop_category_id AS "Shops__shop_category_id", Shops.slug AS "Shops__slug", Shops.name AS "Shops__name", Shops.description AS "Shops__description", Shops.meta_title AS "Shops__meta_title", Shops.meta_description AS "Shops__meta_description", Shops.meta_keywords AS "Shops__meta_keywords", Shops.is_active AS "Shops__is_active", Shops.modified AS "Shops__modified", Shops.created AS "Shops__created", Shops.logo AS "Shops__logo", Shops.excerpt AS "Shops__excerpt", Shops.clickout_url AS "Shops__clickout_url", Shops.hits AS "Shops__hits", Shops.is_monetizable AS "Shops__is_monetizable", Shops.show_expired_offers AS "Shops__show_expired_offers", Shops.exclude_from_sitemap AS "Shops__exclude_from_sitemap", Shops.meta_robots AS "Shops__meta_robots", Shops.canonical AS "Shops__canonical", Shops.rating AS "Shops__rating", Shops.rating_count AS "Shops__rating_count", Shops.legacy_gp_id AS "Shops__legacy_gp_id", Shops.is_visible AS "Shops__is_visible", Shops.address AS "Shops__address", Shops.contact AS "Shops__contact", Shops.screenshot AS "Shops__screenshot", Shops.is_experimental AS "Shops__is_experimental", Shops.minimum_order_label AS "Shops__minimum_order_label", Shops.url AS "Shops__url", Shops.offers_limit AS "Shops__offers_limit", Shops.disclaimer AS "Shops__disclaimer", Shops.show_reviews AS "Shops__show_reviews", Shops.affiliate_network_id AS "Shops__affiliate_network_id", Shops.headline AS "Shops__headline", Shops.header_image AS "Shops__header_image", Shops.has_deeplink_support AS "Shops__has_deeplink_support", Shops.score AS "Shops__score", Shops.factor AS "Shops__factor", Shops.show_similar_offers AS "Shops__show_similar_offers", Shops.show_deals AS "Shops__show_deals", Shops.sitemap_lastmod AS "Shops__sitemap_lastmod", Shops.is_sitemap_aware AS "Shops__is_sitemap_aware", Shops.header_image_width AS "Shops__header_image_width", Shops.header_image_height AS "Shops__header_image_height", Shops.logo_width AS "Shops__logo_width", Shops.logo_height AS "Shops__logo_height" FROM deals Deals INNER JOIN deal_categories DealCategories ON (DealCategories.is_active = :c0 AND DealCategories.id = (Deals.deal_category_id)) LEFT JOIN shops Shops ON Shops.id = (Deals.shop_id) WHERE (Deals.slug = :c1 AND Deals.is_active = :c2) LIMIT 1',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Deals__id' => 'integer',
'Deals.id' => 'integer',
'id' => 'integer',
'Deals__name' => 'string',
'Deals.name' => 'string',
'name' => 'string',
'Deals__description' => 'text',
'Deals.description' => 'text',
'description' => 'text',
'Deals__slug' => 'string',
'Deals.slug' => 'string',
'slug' => 'string',
'Deals__deal_category_id' => 'integer',
'Deals.deal_category_id' => 'integer',
'deal_category_id' => 'integer',
'Deals__price' => 'float',
'Deals.price' => 'float',
'price' => 'float',
'Deals__reference_price' => 'float',
'Deals.reference_price' => 'float',
'reference_price' => 'float',
'Deals__clickout_url' => 'string',
'Deals.clickout_url' => 'string',
'clickout_url' => 'string',
'Deals__is_active' => 'boolean',
'Deals.is_active' => 'boolean',
'is_active' => 'boolean',
'Deals__expires' => 'timestamp',
'Deals.expires' => 'timestamp',
'expires' => 'timestamp',
'Deals__type' => 'integer',
'Deals.type' => 'integer',
'type' => 'integer',
'Deals__has_push' => 'boolean',
'Deals.has_push' => 'boolean',
'has_push' => 'boolean',
'Deals__comment_count' => 'integer',
'Deals.comment_count' => 'integer',
'comment_count' => 'integer',
'Deals__meta_title' => 'string',
'Deals.meta_title' => 'string',
'meta_title' => 'string',
'Deals__meta_description' => 'text',
'Deals.meta_description' => 'text',
'meta_description' => 'text',
'Deals__meta_keywords' => 'string',
'Deals.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Deals__meta_robots' => 'string',
'Deals.meta_robots' => 'string',
'meta_robots' => 'string',
'Deals__canonical' => 'string',
'Deals.canonical' => 'string',
'canonical' => 'string',
'Deals__image' => 'string',
'Deals.image' => 'string',
'image' => 'string',
'Deals__modified' => 'timestamp',
'Deals.modified' => 'timestamp',
'modified' => 'timestamp',
'Deals__created' => 'timestamp',
'Deals.created' => 'timestamp',
'created' => 'timestamp',
'Deals__shop_id' => 'integer',
'Deals.shop_id' => 'integer',
'shop_id' => 'integer',
'Deals__deeplink' => 'string',
'Deals.deeplink' => 'string',
'deeplink' => 'string',
'Deals__like_count' => 'integer',
'Deals.like_count' => 'integer',
'like_count' => 'integer',
'Deals__user_id' => 'integer',
'Deals.user_id' => 'integer',
'user_id' => 'integer',
'Deals__exclude_from_sitemap' => 'boolean',
'Deals.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'Deals__score' => 'float',
'Deals.score' => 'float',
'score' => 'float',
'Deals__start_date' => 'timestamp',
'Deals.start_date' => 'timestamp',
'start_date' => 'timestamp',
'Deals__sitemap_lastmod' => 'timestamp',
'Deals.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'Deals__is_sitemap_aware' => 'boolean',
'Deals.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'Deals__excerpt' => 'text',
'Deals.excerpt' => 'text',
'excerpt' => 'text',
'Deals__visibility' => 'integer',
'Deals.visibility' => 'integer',
'visibility' => 'integer',
'Deals__coupon_code' => 'string',
'Deals.coupon_code' => 'string',
'coupon_code' => 'string',
'Deals__shipping_cost' => 'float',
'Deals.shipping_cost' => 'float',
'shipping_cost' => 'float',
'Deals__image_width' => 'integer',
'Deals.image_width' => 'integer',
'image_width' => 'integer',
'Deals__image_height' => 'integer',
'Deals.image_height' => 'integer',
'image_height' => 'integer',
'Deals__show_comments' => 'boolean',
'Deals.show_comments' => 'boolean',
'show_comments' => 'boolean',
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'Shops__shop_category_id' => 'integer',
'Shops.shop_category_id' => 'integer',
'shop_category_id' => 'integer',
'Shops__slug' => 'string',
'Shops.slug' => 'string',
'Shops__name' => 'string',
'Shops.name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'Shops__meta_title' => 'string',
'Shops.meta_title' => 'string',
'Shops__meta_description' => 'text',
'Shops.meta_description' => 'text',
'Shops__meta_keywords' => 'string',
'Shops.meta_keywords' => 'string',
'Shops__is_active' => 'boolean',
'Shops.is_active' => 'boolean',
'Shops__modified' => 'timestamp',
'Shops.modified' => 'timestamp',
'Shops__created' => 'timestamp',
'Shops.created' => 'timestamp',
'Shops__logo' => 'string',
'Shops.logo' => 'string',
'logo' => 'string',
'Shops__excerpt' => 'text',
'Shops.excerpt' => 'text',
'Shops__clickout_url' => 'string',
'Shops.clickout_url' => 'string',
'Shops__hits' => 'integer',
'Shops.hits' => 'integer',
'hits' => 'integer',
'Shops__is_monetizable' => 'boolean',
'Shops.is_monetizable' => 'boolean',
'is_monetizable' => 'boolean',
'Shops__show_expired_offers' => 'boolean',
'Shops.show_expired_offers' => 'boolean',
'show_expired_offers' => 'boolean',
'Shops__exclude_from_sitemap' => 'boolean',
'Shops.exclude_from_sitemap' => 'boolean',
'Shops__meta_robots' => 'string',
'Shops.meta_robots' => 'string',
'Shops__canonical' => 'string',
'Shops.canonical' => 'string',
'Shops__rating' => 'float',
'Shops.rating' => 'float',
'rating' => 'float',
'Shops__rating_count' => 'integer',
'Shops.rating_count' => 'integer',
'rating_count' => 'integer',
'Shops__legacy_gp_id' => 'integer',
'Shops.legacy_gp_id' => 'integer',
'legacy_gp_id' => 'integer',
'Shops__is_visible' => 'boolean',
'Shops.is_visible' => 'boolean',
'is_visible' => 'boolean',
'Shops__address' => 'text',
'Shops.address' => 'text',
'address' => 'text',
'Shops__contact' => 'text',
'Shops.contact' => 'text',
'contact' => 'text',
'Shops__screenshot' => 'string',
'Shops.screenshot' => 'string',
'screenshot' => 'string',
'Shops__is_experimental' => 'boolean',
'Shops.is_experimental' => 'boolean',
'is_experimental' => 'boolean',
'Shops__minimum_order_label' => 'integer',
'Shops.minimum_order_label' => 'integer',
'minimum_order_label' => 'integer',
'Shops__url' => 'string',
'Shops.url' => 'string',
'url' => 'string',
'Shops__offers_limit' => 'integer',
'Shops.offers_limit' => 'integer',
'offers_limit' => 'integer',
'Shops__disclaimer' => 'text',
'Shops.disclaimer' => 'text',
'disclaimer' => 'text',
'Shops__show_reviews' => 'boolean',
'Shops.show_reviews' => 'boolean',
'show_reviews' => 'boolean',
'Shops__affiliate_network_id' => 'integer',
'Shops.affiliate_network_id' => 'integer',
'affiliate_network_id' => 'integer',
'Shops__headline' => 'string',
'Shops.headline' => 'string',
'headline' => 'string',
'Shops__header_image' => 'string',
'Shops.header_image' => 'string',
'header_image' => 'string',
'Shops__has_deeplink_support' => 'boolean',
'Shops.has_deeplink_support' => 'boolean',
'has_deeplink_support' => 'boolean',
'Shops__score' => 'float',
'Shops.score' => 'float',
'Shops__factor' => 'float',
'Shops.factor' => 'float',
'factor' => 'float',
'Shops__show_similar_offers' => 'boolean',
'Shops.show_similar_offers' => 'boolean',
'show_similar_offers' => 'boolean',
'Shops__show_deals' => 'boolean',
'Shops.show_deals' => 'boolean',
'show_deals' => 'boolean',
'Shops__sitemap_lastmod' => 'timestamp',
'Shops.sitemap_lastmod' => 'timestamp',
'Shops__is_sitemap_aware' => 'boolean',
'Shops.is_sitemap_aware' => 'boolean',
'Shops__header_image_width' => 'integer',
'Shops.header_image_width' => 'integer',
'header_image_width' => 'integer',
'Shops__header_image_height' => 'integer',
'Shops.header_image_height' => 'integer',
'header_image_height' => 'integer',
'Shops__logo_width' => 'integer',
'Shops.logo_width' => 'integer',
'logo_width' => 'integer',
'Shops__logo_height' => 'integer',
'Shops.logo_height' => 'integer',
'logo_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'DealCategories' => [[maximum depth reached]],
'Shops' => [[maximum depth reached]]
],
'matching' => [
'DealCategories' => [
[maximum depth reached]
]
],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealsTable) {}
},
'contain' => [],
'keys' => [
(int) 25 => (int) 25
],
'nestKey' => 'DealCategories',
'foreignKey' => 'deal_category_id',
'conditions' => [],
'sort' => null
]</pre>
</div>
</div>
<div id="stack-frame-6" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/EagerLoader.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-6">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="708"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $config </span><span style="color: #007700">+ [</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="709"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'query' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$query</span><span style="color: #007700">,</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="710"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'contain' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$contain</span><span style="color: #007700">,</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="711"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'keys' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$keys</span><span style="color: #007700">,</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="712"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'nestKey' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$meta</span><span style="color: #007700">-></span><span style="color: #0000BB">aliasPath</span><span style="color: #007700">()</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="713"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">]</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="714"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="715"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= new </span><span style="color: #0000BB">CallbackStatement</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">, </span><span style="color: #0000BB">$driver</span><span style="color: #007700">, </span><span style="color: #0000BB">$f</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="716"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-6" style="display: none;">
<pre>[
'strategy' => 'select',
'query' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Deals.id AS "Deals__id", Deals.name AS "Deals__name", Deals.description AS "Deals__description", Deals.slug AS "Deals__slug", Deals.deal_category_id AS "Deals__deal_category_id", Deals.price AS "Deals__price", Deals.reference_price AS "Deals__reference_price", Deals.clickout_url AS "Deals__clickout_url", Deals.is_active AS "Deals__is_active", Deals.expires AS "Deals__expires", Deals.type AS "Deals__type", Deals.has_push AS "Deals__has_push", Deals.comment_count AS "Deals__comment_count", Deals.meta_title AS "Deals__meta_title", Deals.meta_description AS "Deals__meta_description", Deals.meta_keywords AS "Deals__meta_keywords", Deals.meta_robots AS "Deals__meta_robots", Deals.canonical AS "Deals__canonical", Deals.image AS "Deals__image", Deals.modified AS "Deals__modified", Deals.created AS "Deals__created", Deals.shop_id AS "Deals__shop_id", Deals.deeplink AS "Deals__deeplink", Deals.like_count AS "Deals__like_count", Deals.user_id AS "Deals__user_id", Deals.exclude_from_sitemap AS "Deals__exclude_from_sitemap", Deals.score AS "Deals__score", Deals.start_date AS "Deals__start_date", Deals.sitemap_lastmod AS "Deals__sitemap_lastmod", Deals.is_sitemap_aware AS "Deals__is_sitemap_aware", Deals.excerpt AS "Deals__excerpt", Deals.visibility AS "Deals__visibility", Deals.coupon_code AS "Deals__coupon_code", Deals.shipping_cost AS "Deals__shipping_cost", Deals.image_width AS "Deals__image_width", Deals.image_height AS "Deals__image_height", Deals.show_comments AS "Deals__show_comments", Shops.id AS "Shops__id", Shops.shop_category_id AS "Shops__shop_category_id", Shops.slug AS "Shops__slug", Shops.name AS "Shops__name", Shops.description AS "Shops__description", Shops.meta_title AS "Shops__meta_title", Shops.meta_description AS "Shops__meta_description", Shops.meta_keywords AS "Shops__meta_keywords", Shops.is_active AS "Shops__is_active", Shops.modified AS "Shops__modified", Shops.created AS "Shops__created", Shops.logo AS "Shops__logo", Shops.excerpt AS "Shops__excerpt", Shops.clickout_url AS "Shops__clickout_url", Shops.hits AS "Shops__hits", Shops.is_monetizable AS "Shops__is_monetizable", Shops.show_expired_offers AS "Shops__show_expired_offers", Shops.exclude_from_sitemap AS "Shops__exclude_from_sitemap", Shops.meta_robots AS "Shops__meta_robots", Shops.canonical AS "Shops__canonical", Shops.rating AS "Shops__rating", Shops.rating_count AS "Shops__rating_count", Shops.legacy_gp_id AS "Shops__legacy_gp_id", Shops.is_visible AS "Shops__is_visible", Shops.address AS "Shops__address", Shops.contact AS "Shops__contact", Shops.screenshot AS "Shops__screenshot", Shops.is_experimental AS "Shops__is_experimental", Shops.minimum_order_label AS "Shops__minimum_order_label", Shops.url AS "Shops__url", Shops.offers_limit AS "Shops__offers_limit", Shops.disclaimer AS "Shops__disclaimer", Shops.show_reviews AS "Shops__show_reviews", Shops.affiliate_network_id AS "Shops__affiliate_network_id", Shops.headline AS "Shops__headline", Shops.header_image AS "Shops__header_image", Shops.has_deeplink_support AS "Shops__has_deeplink_support", Shops.score AS "Shops__score", Shops.factor AS "Shops__factor", Shops.show_similar_offers AS "Shops__show_similar_offers", Shops.show_deals AS "Shops__show_deals", Shops.sitemap_lastmod AS "Shops__sitemap_lastmod", Shops.is_sitemap_aware AS "Shops__is_sitemap_aware", Shops.header_image_width AS "Shops__header_image_width", Shops.header_image_height AS "Shops__header_image_height", Shops.logo_width AS "Shops__logo_width", Shops.logo_height AS "Shops__logo_height" FROM deals Deals INNER JOIN deal_categories DealCategories ON (DealCategories.is_active = :c0 AND DealCategories.id = (Deals.deal_category_id)) LEFT JOIN shops Shops ON Shops.id = (Deals.shop_id) WHERE (Deals.slug = :c1 AND Deals.is_active = :c2) LIMIT 1',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Deals__id' => 'integer',
'Deals.id' => 'integer',
'id' => 'integer',
'Deals__name' => 'string',
'Deals.name' => 'string',
'name' => 'string',
'Deals__description' => 'text',
'Deals.description' => 'text',
'description' => 'text',
'Deals__slug' => 'string',
'Deals.slug' => 'string',
'slug' => 'string',
'Deals__deal_category_id' => 'integer',
'Deals.deal_category_id' => 'integer',
'deal_category_id' => 'integer',
'Deals__price' => 'float',
'Deals.price' => 'float',
'price' => 'float',
'Deals__reference_price' => 'float',
'Deals.reference_price' => 'float',
'reference_price' => 'float',
'Deals__clickout_url' => 'string',
'Deals.clickout_url' => 'string',
'clickout_url' => 'string',
'Deals__is_active' => 'boolean',
'Deals.is_active' => 'boolean',
'is_active' => 'boolean',
'Deals__expires' => 'timestamp',
'Deals.expires' => 'timestamp',
'expires' => 'timestamp',
'Deals__type' => 'integer',
'Deals.type' => 'integer',
'type' => 'integer',
'Deals__has_push' => 'boolean',
'Deals.has_push' => 'boolean',
'has_push' => 'boolean',
'Deals__comment_count' => 'integer',
'Deals.comment_count' => 'integer',
'comment_count' => 'integer',
'Deals__meta_title' => 'string',
'Deals.meta_title' => 'string',
'meta_title' => 'string',
'Deals__meta_description' => 'text',
'Deals.meta_description' => 'text',
'meta_description' => 'text',
'Deals__meta_keywords' => 'string',
'Deals.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Deals__meta_robots' => 'string',
'Deals.meta_robots' => 'string',
'meta_robots' => 'string',
'Deals__canonical' => 'string',
'Deals.canonical' => 'string',
'canonical' => 'string',
'Deals__image' => 'string',
'Deals.image' => 'string',
'image' => 'string',
'Deals__modified' => 'timestamp',
'Deals.modified' => 'timestamp',
'modified' => 'timestamp',
'Deals__created' => 'timestamp',
'Deals.created' => 'timestamp',
'created' => 'timestamp',
'Deals__shop_id' => 'integer',
'Deals.shop_id' => 'integer',
'shop_id' => 'integer',
'Deals__deeplink' => 'string',
'Deals.deeplink' => 'string',
'deeplink' => 'string',
'Deals__like_count' => 'integer',
'Deals.like_count' => 'integer',
'like_count' => 'integer',
'Deals__user_id' => 'integer',
'Deals.user_id' => 'integer',
'user_id' => 'integer',
'Deals__exclude_from_sitemap' => 'boolean',
'Deals.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'Deals__score' => 'float',
'Deals.score' => 'float',
'score' => 'float',
'Deals__start_date' => 'timestamp',
'Deals.start_date' => 'timestamp',
'start_date' => 'timestamp',
'Deals__sitemap_lastmod' => 'timestamp',
'Deals.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'Deals__is_sitemap_aware' => 'boolean',
'Deals.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'Deals__excerpt' => 'text',
'Deals.excerpt' => 'text',
'excerpt' => 'text',
'Deals__visibility' => 'integer',
'Deals.visibility' => 'integer',
'visibility' => 'integer',
'Deals__coupon_code' => 'string',
'Deals.coupon_code' => 'string',
'coupon_code' => 'string',
'Deals__shipping_cost' => 'float',
'Deals.shipping_cost' => 'float',
'shipping_cost' => 'float',
'Deals__image_width' => 'integer',
'Deals.image_width' => 'integer',
'image_width' => 'integer',
'Deals__image_height' => 'integer',
'Deals.image_height' => 'integer',
'image_height' => 'integer',
'Deals__show_comments' => 'boolean',
'Deals.show_comments' => 'boolean',
'show_comments' => 'boolean',
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'Shops__shop_category_id' => 'integer',
'Shops.shop_category_id' => 'integer',
'shop_category_id' => 'integer',
'Shops__slug' => 'string',
'Shops.slug' => 'string',
'Shops__name' => 'string',
'Shops.name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'Shops__meta_title' => 'string',
'Shops.meta_title' => 'string',
'Shops__meta_description' => 'text',
'Shops.meta_description' => 'text',
'Shops__meta_keywords' => 'string',
'Shops.meta_keywords' => 'string',
'Shops__is_active' => 'boolean',
'Shops.is_active' => 'boolean',
'Shops__modified' => 'timestamp',
'Shops.modified' => 'timestamp',
'Shops__created' => 'timestamp',
'Shops.created' => 'timestamp',
'Shops__logo' => 'string',
'Shops.logo' => 'string',
'logo' => 'string',
'Shops__excerpt' => 'text',
'Shops.excerpt' => 'text',
'Shops__clickout_url' => 'string',
'Shops.clickout_url' => 'string',
'Shops__hits' => 'integer',
'Shops.hits' => 'integer',
'hits' => 'integer',
'Shops__is_monetizable' => 'boolean',
'Shops.is_monetizable' => 'boolean',
'is_monetizable' => 'boolean',
'Shops__show_expired_offers' => 'boolean',
'Shops.show_expired_offers' => 'boolean',
'show_expired_offers' => 'boolean',
'Shops__exclude_from_sitemap' => 'boolean',
'Shops.exclude_from_sitemap' => 'boolean',
'Shops__meta_robots' => 'string',
'Shops.meta_robots' => 'string',
'Shops__canonical' => 'string',
'Shops.canonical' => 'string',
'Shops__rating' => 'float',
'Shops.rating' => 'float',
'rating' => 'float',
'Shops__rating_count' => 'integer',
'Shops.rating_count' => 'integer',
'rating_count' => 'integer',
'Shops__legacy_gp_id' => 'integer',
'Shops.legacy_gp_id' => 'integer',
'legacy_gp_id' => 'integer',
'Shops__is_visible' => 'boolean',
'Shops.is_visible' => 'boolean',
'is_visible' => 'boolean',
'Shops__address' => 'text',
'Shops.address' => 'text',
'address' => 'text',
'Shops__contact' => 'text',
'Shops.contact' => 'text',
'contact' => 'text',
'Shops__screenshot' => 'string',
'Shops.screenshot' => 'string',
'screenshot' => 'string',
'Shops__is_experimental' => 'boolean',
'Shops.is_experimental' => 'boolean',
'is_experimental' => 'boolean',
'Shops__minimum_order_label' => 'integer',
'Shops.minimum_order_label' => 'integer',
'minimum_order_label' => 'integer',
'Shops__url' => 'string',
'Shops.url' => 'string',
'url' => 'string',
'Shops__offers_limit' => 'integer',
'Shops.offers_limit' => 'integer',
'offers_limit' => 'integer',
'Shops__disclaimer' => 'text',
'Shops.disclaimer' => 'text',
'disclaimer' => 'text',
'Shops__show_reviews' => 'boolean',
'Shops.show_reviews' => 'boolean',
'show_reviews' => 'boolean',
'Shops__affiliate_network_id' => 'integer',
'Shops.affiliate_network_id' => 'integer',
'affiliate_network_id' => 'integer',
'Shops__headline' => 'string',
'Shops.headline' => 'string',
'headline' => 'string',
'Shops__header_image' => 'string',
'Shops.header_image' => 'string',
'header_image' => 'string',
'Shops__has_deeplink_support' => 'boolean',
'Shops.has_deeplink_support' => 'boolean',
'has_deeplink_support' => 'boolean',
'Shops__score' => 'float',
'Shops.score' => 'float',
'Shops__factor' => 'float',
'Shops.factor' => 'float',
'factor' => 'float',
'Shops__show_similar_offers' => 'boolean',
'Shops.show_similar_offers' => 'boolean',
'show_similar_offers' => 'boolean',
'Shops__show_deals' => 'boolean',
'Shops.show_deals' => 'boolean',
'show_deals' => 'boolean',
'Shops__sitemap_lastmod' => 'timestamp',
'Shops.sitemap_lastmod' => 'timestamp',
'Shops__is_sitemap_aware' => 'boolean',
'Shops.is_sitemap_aware' => 'boolean',
'Shops__header_image_width' => 'integer',
'Shops.header_image_width' => 'integer',
'header_image_width' => 'integer',
'Shops__header_image_height' => 'integer',
'Shops.header_image_height' => 'integer',
'header_image_height' => 'integer',
'Shops__logo_width' => 'integer',
'Shops.logo_width' => 'integer',
'logo_width' => 'integer',
'Shops__logo_height' => 'integer',
'Shops.logo_height' => 'integer',
'logo_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'DealCategories' => [[maximum depth reached]],
'Shops' => [[maximum depth reached]]
],
'matching' => [
'DealCategories' => [
[maximum depth reached]
]
],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealsTable) {}
},
'contain' => [],
'keys' => [
(int) 25 => (int) 25
],
'nestKey' => 'DealCategories'
]</pre>
</div>
</div>
<div id="stack-frame-7" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Query.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-7">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="1137"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1138"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return new </span><span style="color: #0000BB">$decorator</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_results</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1139"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1140"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1141"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getEagerLoader</span><span style="color: #007700">()-></span><span style="color: #0000BB">loadExternal</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1142"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1143"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return new </span><span style="color: #0000BB">ResultSet</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1144"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1145"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-7" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Deals.id AS "Deals__id", Deals.name AS "Deals__name", Deals.description AS "Deals__description", Deals.slug AS "Deals__slug", Deals.deal_category_id AS "Deals__deal_category_id", Deals.price AS "Deals__price", Deals.reference_price AS "Deals__reference_price", Deals.clickout_url AS "Deals__clickout_url", Deals.is_active AS "Deals__is_active", Deals.expires AS "Deals__expires", Deals.type AS "Deals__type", Deals.has_push AS "Deals__has_push", Deals.comment_count AS "Deals__comment_count", Deals.meta_title AS "Deals__meta_title", Deals.meta_description AS "Deals__meta_description", Deals.meta_keywords AS "Deals__meta_keywords", Deals.meta_robots AS "Deals__meta_robots", Deals.canonical AS "Deals__canonical", Deals.image AS "Deals__image", Deals.modified AS "Deals__modified", Deals.created AS "Deals__created", Deals.shop_id AS "Deals__shop_id", Deals.deeplink AS "Deals__deeplink", Deals.like_count AS "Deals__like_count", Deals.user_id AS "Deals__user_id", Deals.exclude_from_sitemap AS "Deals__exclude_from_sitemap", Deals.score AS "Deals__score", Deals.start_date AS "Deals__start_date", Deals.sitemap_lastmod AS "Deals__sitemap_lastmod", Deals.is_sitemap_aware AS "Deals__is_sitemap_aware", Deals.excerpt AS "Deals__excerpt", Deals.visibility AS "Deals__visibility", Deals.coupon_code AS "Deals__coupon_code", Deals.shipping_cost AS "Deals__shipping_cost", Deals.image_width AS "Deals__image_width", Deals.image_height AS "Deals__image_height", Deals.show_comments AS "Deals__show_comments", Shops.id AS "Shops__id", Shops.shop_category_id AS "Shops__shop_category_id", Shops.slug AS "Shops__slug", Shops.name AS "Shops__name", Shops.description AS "Shops__description", Shops.meta_title AS "Shops__meta_title", Shops.meta_description AS "Shops__meta_description", Shops.meta_keywords AS "Shops__meta_keywords", Shops.is_active AS "Shops__is_active", Shops.modified AS "Shops__modified", Shops.created AS "Shops__created", Shops.logo AS "Shops__logo", Shops.excerpt AS "Shops__excerpt", Shops.clickout_url AS "Shops__clickout_url", Shops.hits AS "Shops__hits", Shops.is_monetizable AS "Shops__is_monetizable", Shops.show_expired_offers AS "Shops__show_expired_offers", Shops.exclude_from_sitemap AS "Shops__exclude_from_sitemap", Shops.meta_robots AS "Shops__meta_robots", Shops.canonical AS "Shops__canonical", Shops.rating AS "Shops__rating", Shops.rating_count AS "Shops__rating_count", Shops.legacy_gp_id AS "Shops__legacy_gp_id", Shops.is_visible AS "Shops__is_visible", Shops.address AS "Shops__address", Shops.contact AS "Shops__contact", Shops.screenshot AS "Shops__screenshot", Shops.is_experimental AS "Shops__is_experimental", Shops.minimum_order_label AS "Shops__minimum_order_label", Shops.url AS "Shops__url", Shops.offers_limit AS "Shops__offers_limit", Shops.disclaimer AS "Shops__disclaimer", Shops.show_reviews AS "Shops__show_reviews", Shops.affiliate_network_id AS "Shops__affiliate_network_id", Shops.headline AS "Shops__headline", Shops.header_image AS "Shops__header_image", Shops.has_deeplink_support AS "Shops__has_deeplink_support", Shops.score AS "Shops__score", Shops.factor AS "Shops__factor", Shops.show_similar_offers AS "Shops__show_similar_offers", Shops.show_deals AS "Shops__show_deals", Shops.sitemap_lastmod AS "Shops__sitemap_lastmod", Shops.is_sitemap_aware AS "Shops__is_sitemap_aware", Shops.header_image_width AS "Shops__header_image_width", Shops.header_image_height AS "Shops__header_image_height", Shops.logo_width AS "Shops__logo_width", Shops.logo_height AS "Shops__logo_height" FROM deals Deals INNER JOIN deal_categories DealCategories ON (DealCategories.is_active = :c0 AND DealCategories.id = (Deals.deal_category_id)) LEFT JOIN shops Shops ON Shops.id = (Deals.shop_id) WHERE (Deals.slug = :c1 AND Deals.is_active = :c2) LIMIT 1',
'params' => [
':c0' => [
'value' => true,
'type' => 'boolean',
'placeholder' => 'c0'
],
':c1' => [
'value' => 'philips-avent-scd73526',
'type' => 'string',
'placeholder' => 'c1'
],
':c2' => [
'value' => true,
'type' => 'boolean',
'placeholder' => 'c2'
]
],
'defaultTypes' => [
'Deals__id' => 'integer',
'Deals.id' => 'integer',
'id' => 'integer',
'Deals__name' => 'string',
'Deals.name' => 'string',
'name' => 'string',
'Deals__description' => 'text',
'Deals.description' => 'text',
'description' => 'text',
'Deals__slug' => 'string',
'Deals.slug' => 'string',
'slug' => 'string',
'Deals__deal_category_id' => 'integer',
'Deals.deal_category_id' => 'integer',
'deal_category_id' => 'integer',
'Deals__price' => 'float',
'Deals.price' => 'float',
'price' => 'float',
'Deals__reference_price' => 'float',
'Deals.reference_price' => 'float',
'reference_price' => 'float',
'Deals__clickout_url' => 'string',
'Deals.clickout_url' => 'string',
'clickout_url' => 'string',
'Deals__is_active' => 'boolean',
'Deals.is_active' => 'boolean',
'is_active' => 'boolean',
'Deals__expires' => 'timestamp',
'Deals.expires' => 'timestamp',
'expires' => 'timestamp',
'Deals__type' => 'integer',
'Deals.type' => 'integer',
'type' => 'integer',
'Deals__has_push' => 'boolean',
'Deals.has_push' => 'boolean',
'has_push' => 'boolean',
'Deals__comment_count' => 'integer',
'Deals.comment_count' => 'integer',
'comment_count' => 'integer',
'Deals__meta_title' => 'string',
'Deals.meta_title' => 'string',
'meta_title' => 'string',
'Deals__meta_description' => 'text',
'Deals.meta_description' => 'text',
'meta_description' => 'text',
'Deals__meta_keywords' => 'string',
'Deals.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Deals__meta_robots' => 'string',
'Deals.meta_robots' => 'string',
'meta_robots' => 'string',
'Deals__canonical' => 'string',
'Deals.canonical' => 'string',
'canonical' => 'string',
'Deals__image' => 'string',
'Deals.image' => 'string',
'image' => 'string',
'Deals__modified' => 'timestamp',
'Deals.modified' => 'timestamp',
'modified' => 'timestamp',
'Deals__created' => 'timestamp',
'Deals.created' => 'timestamp',
'created' => 'timestamp',
'Deals__shop_id' => 'integer',
'Deals.shop_id' => 'integer',
'shop_id' => 'integer',
'Deals__deeplink' => 'string',
'Deals.deeplink' => 'string',
'deeplink' => 'string',
'Deals__like_count' => 'integer',
'Deals.like_count' => 'integer',
'like_count' => 'integer',
'Deals__user_id' => 'integer',
'Deals.user_id' => 'integer',
'user_id' => 'integer',
'Deals__exclude_from_sitemap' => 'boolean',
'Deals.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'Deals__score' => 'float',
'Deals.score' => 'float',
'score' => 'float',
'Deals__start_date' => 'timestamp',
'Deals.start_date' => 'timestamp',
'start_date' => 'timestamp',
'Deals__sitemap_lastmod' => 'timestamp',
'Deals.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'Deals__is_sitemap_aware' => 'boolean',
'Deals.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'Deals__excerpt' => 'text',
'Deals.excerpt' => 'text',
'excerpt' => 'text',
'Deals__visibility' => 'integer',
'Deals.visibility' => 'integer',
'visibility' => 'integer',
'Deals__coupon_code' => 'string',
'Deals.coupon_code' => 'string',
'coupon_code' => 'string',
'Deals__shipping_cost' => 'float',
'Deals.shipping_cost' => 'float',
'shipping_cost' => 'float',
'Deals__image_width' => 'integer',
'Deals.image_width' => 'integer',
'image_width' => 'integer',
'Deals__image_height' => 'integer',
'Deals.image_height' => 'integer',
'image_height' => 'integer',
'Deals__show_comments' => 'boolean',
'Deals.show_comments' => 'boolean',
'show_comments' => 'boolean',
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'Shops__shop_category_id' => 'integer',
'Shops.shop_category_id' => 'integer',
'shop_category_id' => 'integer',
'Shops__slug' => 'string',
'Shops.slug' => 'string',
'Shops__name' => 'string',
'Shops.name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'Shops__meta_title' => 'string',
'Shops.meta_title' => 'string',
'Shops__meta_description' => 'text',
'Shops.meta_description' => 'text',
'Shops__meta_keywords' => 'string',
'Shops.meta_keywords' => 'string',
'Shops__is_active' => 'boolean',
'Shops.is_active' => 'boolean',
'Shops__modified' => 'timestamp',
'Shops.modified' => 'timestamp',
'Shops__created' => 'timestamp',
'Shops.created' => 'timestamp',
'Shops__logo' => 'string',
'Shops.logo' => 'string',
'logo' => 'string',
'Shops__excerpt' => 'text',
'Shops.excerpt' => 'text',
'Shops__clickout_url' => 'string',
'Shops.clickout_url' => 'string',
'Shops__hits' => 'integer',
'Shops.hits' => 'integer',
'hits' => 'integer',
'Shops__is_monetizable' => 'boolean',
'Shops.is_monetizable' => 'boolean',
'is_monetizable' => 'boolean',
'Shops__show_expired_offers' => 'boolean',
'Shops.show_expired_offers' => 'boolean',
'show_expired_offers' => 'boolean',
'Shops__exclude_from_sitemap' => 'boolean',
'Shops.exclude_from_sitemap' => 'boolean',
'Shops__meta_robots' => 'string',
'Shops.meta_robots' => 'string',
'Shops__canonical' => 'string',
'Shops.canonical' => 'string',
'Shops__rating' => 'float',
'Shops.rating' => 'float',
'rating' => 'float',
'Shops__rating_count' => 'integer',
'Shops.rating_count' => 'integer',
'rating_count' => 'integer',
'Shops__legacy_gp_id' => 'integer',
'Shops.legacy_gp_id' => 'integer',
'legacy_gp_id' => 'integer',
'Shops__is_visible' => 'boolean',
'Shops.is_visible' => 'boolean',
'is_visible' => 'boolean',
'Shops__address' => 'text',
'Shops.address' => 'text',
'address' => 'text',
'Shops__contact' => 'text',
'Shops.contact' => 'text',
'contact' => 'text',
'Shops__screenshot' => 'string',
'Shops.screenshot' => 'string',
'screenshot' => 'string',
'Shops__is_experimental' => 'boolean',
'Shops.is_experimental' => 'boolean',
'is_experimental' => 'boolean',
'Shops__minimum_order_label' => 'integer',
'Shops.minimum_order_label' => 'integer',
'minimum_order_label' => 'integer',
'Shops__url' => 'string',
'Shops.url' => 'string',
'url' => 'string',
'Shops__offers_limit' => 'integer',
'Shops.offers_limit' => 'integer',
'offers_limit' => 'integer',
'Shops__disclaimer' => 'text',
'Shops.disclaimer' => 'text',
'disclaimer' => 'text',
'Shops__show_reviews' => 'boolean',
'Shops.show_reviews' => 'boolean',
'show_reviews' => 'boolean',
'Shops__affiliate_network_id' => 'integer',
'Shops.affiliate_network_id' => 'integer',
'affiliate_network_id' => 'integer',
'Shops__headline' => 'string',
'Shops.headline' => 'string',
'headline' => 'string',
'Shops__header_image' => 'string',
'Shops.header_image' => 'string',
'header_image' => 'string',
'Shops__has_deeplink_support' => 'boolean',
'Shops.has_deeplink_support' => 'boolean',
'has_deeplink_support' => 'boolean',
'Shops__score' => 'float',
'Shops.score' => 'float',
'Shops__factor' => 'float',
'Shops.factor' => 'float',
'factor' => 'float',
'Shops__show_similar_offers' => 'boolean',
'Shops.show_similar_offers' => 'boolean',
'show_similar_offers' => 'boolean',
'Shops__show_deals' => 'boolean',
'Shops.show_deals' => 'boolean',
'show_deals' => 'boolean',
'Shops__sitemap_lastmod' => 'timestamp',
'Shops.sitemap_lastmod' => 'timestamp',
'Shops__is_sitemap_aware' => 'boolean',
'Shops.is_sitemap_aware' => 'boolean',
'Shops__header_image_width' => 'integer',
'Shops.header_image_width' => 'integer',
'header_image_width' => 'integer',
'Shops__header_image_height' => 'integer',
'Shops.header_image_height' => 'integer',
'header_image_height' => 'integer',
'Shops__logo_width' => 'integer',
'Shops.logo_width' => 'integer',
'logo_width' => 'integer',
'Shops__logo_height' => 'integer',
'Shops.logo_height' => 'integer',
'logo_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'DealCategories' => [],
'Shops' => []
],
'matching' => [
'DealCategories' => [
'queryBuilder' => object(Closure) {},
'matching' => true,
'joinType' => 'INNER',
'fields' => false
]
],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealsTable) {
'registryAlias' => 'Deals',
'table' => 'deals',
'alias' => 'Deals',
'entityClass' => 'App\Model\Entity\Deal',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
object(Cake\Database\Statement\BufferedStatement) {
[protected] _allFetched => true
[protected] statement => object(Cake\Database\Statement\CallbackStatement) {
[protected] _callback => object(Cake\Database\FieldTypeConverter) {}
[protected] _statement => object(Cake\Database\Statement\PDOStatement) {}
[protected] _driver => object(App\Database\Driver\Postgres) {}
[protected] _hasExecuted => false
}
[protected] _driver => object(App\Database\Driver\Postgres) {
'connected' => true
}
[protected] buffer => [
(int) 0 => [
'Deals__id' => (int) 220335,
'Deals__name' => 'Philips Avent DECT SCD735/26 für 95€ - Babyphone mit Nachtlicht & Sternenhimmel, 24 Std. Laufzeit, Eco-Modus',
'Deals__description' => '<p>Es gibt doch nichts Schöneres, als zu wissen, dass bei seinem kleinen Schatz alles in Ordnung ist. Dafür ist ein Babyphone wirklich Gold wert. Mit diesem könnt ihr euch bis zu 50 Meter innerhalb eurer Räume entfernen. Dank der DECT-Technologie befindet ihr euch dabei in einer sicheren und privaten Verbindung.</p>
<ul>
<li>
<a href="https://www.awin1.com/cread.php?awinaffid=320245&amp;awinmid=14824&amp;platform=dl&amp;ued=https%3A%2F%2Fwww.babymarkt.de%2Fphilips-avent-dect-babyphone-scd735-26-a280325.html" target="_blank">Philips Avent SCD735/26 für 94,99€ inkl. Versand</a> bei babymarkt.de (Preisvergleich: <a href="https://ipn.idealo.de/ts/i5541067/tsc?amc=pricecomp.idealo.494600.503359.159215&amp;rmd=3&amp;trg=https%3A%2F%2Fwww.idealo.de%2Fpreisvergleich%2FOffersOfProduct%2F6758321_-scd735-weiss-blau-philips-avent.html" target="_blank">137€</a>)</li>
<li>5€ Gutschein mit der <a href="https://www.awin1.com/cread.php?awinaffid=320245&amp;awinmid=14824&amp;platform=dl&amp;ued=https%3A%2F%2Fwww.babymarkt.de%2Fnewsletter%2F" target="_blank">Newsletter-Anmeldung</a>
</li>
</ul>
<br><hr>
<h2>Das könnte dich auch interessieren</h2>
<ul>
<li><a href="https://schnaeppchenfuchs.com/alltag/tchibo-cafissimo-pure" target="_blank">Tchibo Cafissimo Pure für 38€ – Kapselmaschine mit 60 Kapseln zusätzlich</a></li>
<li><a href="https://schnaeppchenfuchs.com/finanzen/payback-american-express-kreditkarte-amex" target="_blank">Prämie erhöht! American Express Payback Kreditkarte mit 4.000 Punkten Prämie – entspricht 40€, keine Jahresgebühr 💶</a></li>
<li><a href="https://schnaeppchenfuchs.com/alltag/xiaomi-mi-robot" target="_blank">Xiaomi Mi Robot für 195€ – Saugroboter mit Laser-Scanner, Smartphone-App und 5200 mAh Akku</a></li>
</ul>
<hr>
<h2>Beschreibung und Bewertung</h2>
<p>Das Babyphone von Philips verfügt über eine Akkulaufzeit von bis zu 24 Stunden. Dank der integrierten DECT-Technologie seid ihr dabei vor auswärtigen Zuhörern geschützt. Durch den Eco-Modus ist das Babyphone energiesparend und begünstigt zudem noch die Akkulebensdauer des Geräts. Außerdem könnt ihr eine Sternenhimmel-Projektion für euer Baby dazu schalten und somit eine beruhigende Atmosphäre schaffen. Diese wird durch die 5 wählbaren Einschlaf-Melodien unterstützt. Sogar eure eigene Stimme könnt ihr zur Beruhigung hinzuschalten. Klingt, als wäre Kinder ins Bett bringen noch nie so einfach gewesen, oder?😜<br><iframe src="https://www.youtube-nocookie.com/embed/SJyPbtyC5N4" width="850" height="478" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br>
Direkt bei Babymarkt sind die 291 Käufer bisher mehr als zufrieden. Sie bewerten das Babyphone mit <a href="https://www.awin1.com/cread.php?awinaffid=320245&amp;awinmid=14824&amp;clickref=https%3A%2F%2Fwww.babymarkt.de%2Fphilips-avent-dect-babyphone-scd735-26-a280325.html&amp;platform=dl&amp;ued=https%3A%2F%2Fwww.babymarkt.de%2Fphilips-avent-dect-babyphone-scd735-26-a280325.html" target="_blank">4,9 von 5 Sternen</a>. Das spricht durchaus für sich.</p>
<h3>Pro &amp; Contra</h3>
<ul>
<li><span style="color: #008000;">24 Stunden Laufzeit</span></li>
<li><span style="color: #008000;">Reichweite: 50m innen, 330m außen </span></li>
<li>
<span style="color: #008000;">DECT-Technologie &amp; </span><span style="color: #008000;">Eco-Modus</span>
</li>
<li><span style="color: #008000;">Sternenhimmel-Projektion, integrierte Schlaflieder sowie Nachtlicht</span></li>
<li><span style="color: #ff0000;">Aufladezeit bis zu 10 Stunden</span></li>
</ul>
<h4>Technische Details</h4>
<blockquote><p>Betriebsart: Batteriebetrieb, Netzbetrieb • Übertragung: digital, DECT • Reichweite: 330m • Display: LCD • Besonderheiten: Ladezustandsanzeige, Temperaturanzeige, Lautstärkenanzeige, Schlafliedfunktion, Gegensprechfunktion, Alarmfunktion, Geräuschsensor (Stimmaktivierung), Lautstärkenregulierung, Reichweitenkontrolle, einstellbare Empfindlichkeitsstufen, Vibrationsalarm, Stummschaltung, Nachtlicht (Sternenhimmel), Eco-Modus, Gürtelclip, automatische Kanalwahl • Betriebsdauer: 24h • Ladedauer: 10h • Lieferumfang: Ladestation, 2x Netzteil, Batterie, 1x Sender, 1x Empfänger</p></blockquote>',
'Deals__slug' => 'philips-avent-scd73526',
'Deals__deal_category_id' => (int) 25,
'Deals__price' => (float) 94.99,
'Deals__reference_price' => (float) 137,
'Deals__clickout_url' => 'https://rover.ebay.com/rover/1/707-53477-19255-0/1?ff3=4&toolid=11800&pub=5574865989&campid=5338563224&mpre=https%3A%2F%2Fwww.ebay.de%2Fitm%2F333602736161',
'Deals__is_active' => true,
'Deals__expires' => null,
'Deals__type' => (int) 1,
'Deals__has_push' => false,
'Deals__comment_count' => (int) 3,
'Deals__meta_title' => null,
'Deals__meta_description' => null,
'Deals__meta_keywords' => null,
'Deals__meta_robots' => null,
'Deals__canonical' => null,
'Deals__image' => 'img/8b/27/b0/philips-avent-dect-babyphone-scd735-26-a280325.jpg',
'Deals__modified' => object(Cake\I18n\Time) {},
'Deals__created' => object(Cake\I18n\Time) {},
'Deals__shop_id' => (int) 2385,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 127,
'Deals__user_id' => (int) 90,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => (float) 10.355381,
'Deals__start_date' => object(Cake\I18n\Time) {},
'Deals__sitemap_lastmod' => object(Cake\I18n\Time) {},
'Deals__is_sitemap_aware' => true,
'Deals__excerpt' => null,
'Deals__visibility' => (int) 0,
'Deals__coupon_code' => null,
'Deals__shipping_cost' => null,
'Deals__image_width' => (int) 900,
'Deals__image_height' => (int) 900,
'Deals__show_comments' => true,
'Shops__id' => (int) 2385,
'Shops__shop_category_id' => (int) 3,
'Shops__slug' => 'baby-markt',
'Shops__name' => 'babymarkt',
'Shops__description' => '<p>Ihr sucht nach einem Kindersitz, Babynahrung oder Spielzeug? Dann ist babymarkt.de genau die richtige Adresse für euch. „Klick, Klick, Glück“ lautet hier das Motto, denn der Onlineshop des Unternehmens möchte Eltern das Shoppingerlebnis so angenehm wie möglich machen. Hier findet ihr zahlreiche Produkte für Babys und Kinder. Insgesamt gibt es mehr als 100.000 Artikel zu familienfreundlichen Preisen im Sortiment. Die Produkte zeichnen sich durch die hochwertige Qualität aus und werden aufgrund von effizienten Logistik-Prozessen innerhalb von zwei bis drei Tagen zu euch nach Hause geschickt.</p>
<p>babymarkt.de hat sich zu einem international erfolgreichen Onlineshop für Baby- und Kinderartikel entwickelt und gehört zu einem der führenden Onlinefachmärkte in seiner Kategorie. In Deutschland gibt es neben dem Onlineshop auch insgesamt sechs Filialen, die sich an den Standorten Dortmund (mit 2 Filialen), Duisburg, Essen und Münster befinden. Dort könnt ihr euch die diversen Artikel persönlich ansehen und euch auch individuell von einem Mitarbeiter beraten lassen. Weiterhin gibt es 15 etablierte, internationale Onlineshops, die zu der Dachmarke pinkorblue gehören. Unter anderem ist das Unternehmen auch in den Ländern Frankreich, Österreich und in den Niederlanden vertreten.</p>
<hr>
<h2>Mein babymarkt Gutschein - Das Wichtigste in Kürze</h2>
<ul>
<li>Familien profitieren im {MMMM} {YYYY} von {OFFERS_COUNT} aktuellen Rabattaktionen</li>
<li>Sichert euch zum Beispiel {TOP_OFFER_LABEL} mit dem beliebtesten babymarkt Gutschein</li>
<li>Für die Anmeldung zum Newsletter erhaltet ihr fünf Euro Rabatt</li>
<li>Meldet euch zum Schwangerschafts-Newsletter an und erhaltet einen 10 Euro Gutscheincode</li>
<li>Ab einem Einkaufswert von 40 Euro entfallen die Versandkosten - auch ohne babymarkt Rabattcode</li>
</ul>
<hr>
<h2>Wie finde ich tolle Deals, Rabatte oder einen babymarkt.de Gutschein?</h2>
<p>Neue Produkte für Babys sowie Spielzeuge sind in der Regel leider teuer. Daher ist es gerade für junge Familien wichtig zu wissen, wie man bei dem ein oder anderen Artikel bei babymarkt.de ordentlich sparen kann. Damit wollen wir euch behilflich sein und zeigen euch im Folgenden ein paar mögliche Spartipps auf.</p>
<h3 data-faq-id="1" data-faq-type="question">Wo finde ich einen gültigen babymarkt.de Gutschein?</h3>
<p data-faq-id="1" data-faq-type="answer">Ihr sucht nach einem attraktiven babymarkt Gutschein? Dann findet ihr diesen und weitere Angebote direkt hier. Euch erwarten diverse Gutscheincodes, Rabattaktionen und stark reduzierte Artikel. Die Gutscheincodes findet ihr am Seitenanfang, gleich darunter befinden sich die besten Angebote und Deals, die babymarkt aktuell zu bieten hat. Freut euch auf verschiedene preiswerte Artikel, von Kindersitzen über Hochstühle bis hin zu Planschbecken.</p>
<h3 data-faq-id="2" data-faq-type="question">Bekomme ich einen babymarkt Gutschein als neue NewsletterabonnentIn?</h3>
<p data-faq-id="2" data-faq-type="answer">Wir empfehlen euch, den kostenlosen Newsletter zu abonnieren. Bei einer Neuanmeldung bekommt ihr einen fünf Euro <strong>babymarkt Gutschein</strong> mit dazu! Dieser gilt ab einem Einkauf von 40 Euro und ist bis insgesamt 30 Tage nach Erhalt gültig sowie nur einmalig einlösbar. Von der Ersparnis ausgeschlossen sind Artikel der folgenden Produktkategorien: Ernährung, Pflege, Bücher und Geschenkgutscheine sowie bestimmte Produkte einzelner Hersteller, was du bei den Produktdetails vermerkt siehst.</p>
<p>Außerdem erhaltet ihr mit dem Newsletter immer Informationen über aktuelle Angebote, attraktive Gutscheinaktionen, Gewinnspiele und natürlich Produktneuheiten.</p>
<h3 data-faq-id="3" data-faq-type="question">Bekomme ich einen babymarkt Gutschein in der Schwangerschaft?</h3>
<p data-faq-id="3" data-faq-type="answer">Meldet ihr euch für die Babybauch-Post an, erhaltet ihr einen 10 Euro babymarkt Rabattcode. Habt ihr den regulären Newsletter bereits abonniert und erst danach die frohe Botschaft erhalten, könnt ihr in euren Einstellungen das erwartete Geburtsdatum hinzufügen. Innerhalb einer Stunde erhaltet ihr dann den Gutscheincode per E-Mail und ab sofort wöchentlich eine Nachricht in euer Postfach.</p>
<p><img src="https://img-01.conqueror.menschdanke.de/img/ac/51/64/babymarkt-gutshein-newsletter.png" style="width: 850px;" class="fr-fic fr-dib" alt="babymarkt Gutschein im Newsletter zur Schwangerschaft" width="1050" height="280"></p>
<p>Die Babybauch-Post informiert euch über exklusive Gutscheine und stellt euch Produkte passend zur aktuellen Schwangerschaftswoche vor. Zusätzlich profitiert ihr von Tipps von Hebammen und Müttern, die eure Wünsche, Sorgen und Hoffnungen teilen.</p>
<h3 data-faq-id="4" data-faq-type="question">Wie viel kann ich im {MMMM} {YYYY} mit meinem babymarkt Gutschein sparen?</h3>
<p data-faq-id="4" data-faq-type="answer">Aktuell sind mit einem babymarkt Gutschein zum Beispiel {TOP_OFFER_LABEL} möglich. Dieses Angebot erfreut sich zurecht großer Beliebtheit. Sollte der Rabatt nicht für die Produkte in eurem Warenkorb in Frage kommen, seht euch die {OFFERS_COUNT-1} anderen Sparmöglichkeiten an, mit denen ihr bei babymarkt günstiger bestellen könnt.</p>
<hr>
<h2>Kann ich auch ohne babymarkt Gutschein sparen?</h2>
<p>Auf der Startseite der Unternehmenswebseite werden euch auf den ersten Blick ersichtlich tolle Deals präsentiert, darunter auch ein täglich variierendes Angebot des Tages. Außerdem findet ihr unter dem Reiter "<a href="https://www.babymarkt.de/sale/" rel="noopener noreferrer" target="_blank">Sale</a>" auf der Homepage super Schnäppchen. Viele Produkte sind nämlich bereits bis zu 70 Prozent reduziert. Ihr findet die Vergünstigungen in allen Produktkategorien. Gerade wenn ihr nicht auf spezielle Marken fokussiert seid, lohnt sich der Blick auf bereits reduzierte Artikel, die ihr ganz ohne babymarkt Gutschein günstiger bekommt.</p>
<p><img src="https://img-01.conqueror.menschdanke.de/img/64/e4/4a/babymarkt-gutschein-sale.png" style="width: 850px;" class="fr-fic fr-dib" alt="Ausgewählte Produkte mit bis zu 70 Prozent Rabatt" width="1050" height="336"></p>
<hr>
<h2>Lohnt sich eine Bestellung mit babymarkt Gutschein?</h2>
<p>Preisvergleiche lohnen sich nicht nur bei technischen Geräten oder anderen größeren Anschaffungen, sondern eben auch vor dem Kauf von Spielzeug oder Babyklamotten. So könnt ihr zum Beispiel die Preisvergleichsportale idealo und geizhals für eure Suche nutzen. Habt ihr den günstigsten Anbieter ausfindig gemacht, fängt der eigentliche Preischeck an. Vergleicht die verschiedenen Sparmöglichkeiten und Gutscheine und im Anschluss die neu entstandenen Preise.</p>
<p>Auch wenn der neue Kinderwagen oder der Kindersitz bei babymarkt nicht für den niedrigsten Preis zu haben ist, kann ein Gutschein den Preis senken. So könnt ihr nicht nur das euch vertraute Portal für die Bestellung nutzen, ihr könnt euch auch lange über eure gewissenhafte Kaufentscheidung freuen.</p>
<hr>
<h2>Wie löse ich einen babymarkt.de Gutschein ein?</h2>
<p>Ihr habt einen passenden babymarkt Gutschein gefunden? Dann möchtet ihr bestimmt gerne wissen, wie ihr diesen einlösen könnt! Das ganze Vorgehen ist ganz einfach. Befolgt diese simplen Schritte und macht euch selbst, eurem Nachwuchs und eurem Kontostand eine Freude.</p>
<ol>
<li>Wählt aus dem breitgefächerten Sortiment von babymarkt die benötigten Produkte aus und klickt auf den Button „in den Warenkorb“.</li>
<li>Geht dann weiter zum virtuellen Warenkorb. Hier findet ihr direkt unter der Zusammenfassung der ausgewählten Produkte die Option, einen Gutschein- oder Rabattcode in das vorgefertigte Feld einzugeben. Achtet auf die richtige Schreibweise, denn der Gutschein funktioniert nur, wenn ihr ihn korrekt eingebt. Am einfachsten kopiert ihr den Code und fügt ihn automatisch in das entsprechende Feld ein.</li>
<li>Klicke dann auf „weiter“. Nun könnt ihr euch mit euren Kundendaten von babymarkt.de einloggen, euch neu registrieren oder aber auch als Gast fortfahren. Wir empfehlen euch aber ein Konto anzulegen, denn das erspart euch bei einer erneuten Bestellung bei babymarkt so einiges an Zeit.</li>
<li>Gebt im Anschluss eure Lieferadresse an und wählt die gewünschte Zahlungsart aus.</li>
<li>Prüft die Bestellung und eure Daten und bestätigt diese, wenn ihr mit eurem Einkauf zufrieden seid.</li>
<li>Eine Bestätigung bekommt ihr dann automatisch per Mail zugeschickt.</li>
</ol>
<p>Nach nur wenigen Tagen wird das ersehnte Paket bei euch eintrudeln. Genießt so lange die Vorfreude auf den ersten Spaziergang mit dem neuen Kinderwagen, die erste Ausfahrt mit dem Kindersitz oder das erste gemeinsame Essen mit dem Hochstuhl.</p>
<hr>
<h2>Welche Produkte bietet babymarkt.de an?</h2>
<p>Bei babymarkt gibt es insgesamt mehr als 100.000 Artikel zu familienfreundlichen Preisen in den folgenden Kategorien:</p>
<ul>
<li>
<strong>Kinderwagen</strong> und jeweiliges Zubehör. Außerdem Buggys, Zwillingskinderwagen und Geschwisterwagen, Sportwagen, Babytrage, Tragetücher und Wickeltaschen.</li>
<li>
<strong>Kindersitze:</strong> Babymarkt bietet Kindersitze, bis zu einem Gewicht von 36 kg, sowie Kindersitz-Zubehör, Reboarder Kindersitze, Kinderfahrradsitze und Babyschalen. Für's Fahrrad gibt es Basisstationen, Fahrradanhänger und Sitzerhöhungen.</li>
<li>
<strong>Pflege:</strong> Der Online Shop hat eine große Auswahl an Pflegeprodukten für Mütter, zum Stillen, aber auch Babypflege zum Baden und Waschen, Gesundheitsprodukte, Windeln und Feuchttücher. Auch beinhaltet das Angebot zahlreiche Produkte zum Wickeln sowie Toilettentrainer und Töpfchen.</li>
<li>
<strong>Ernährung:</strong> Auch beim Thema Kinderernährung macht babymarkt eine gute Figur. Hier gibt es Startersets, Trinkbecher und Trinkflaschen, Kinderbesteck und Kindergeschirr, Babyflaschen und Schnuller, Babykostwärmer und Nahrungszubehör. Auch das Angebot an Babynahrung, Babynahrungsbehälter, Vaporisator und Sterilisator und Lätzchen solltet ihr euch ansehen.</li>
<li>
<strong>Sitzgruppe und Sitzmöbel:</strong> Hier findet ihr eine breite Auswahl an Möbeln für Kinder- und Jugendzimmer, Babyzimmer, aber auch Einzelmöbel, Kinderbett-Zubehör, Hochstühle und Kinderzimmer-Deko.</li>
<li>
<strong>Kinderspielzeug: </strong>Bei Babymarkt wird euch auch in puncto Spielzeug viel geboten. Egal ob Babyspielzeug, Badespielzeug oder auch Outdoorspielzeug. Auch Kinderfahrzeuge, Kindergarten- und Schulbedarf, Babybücher und Kinderbücher oder Multimedia und Elektronik findet ihr hier. Auch zum Malen und Basteln findet ihr hier ein breites Angebot. Lasst euch auch für ttolle Geschenkideen für Kinder inspirieren.</li>
</ul>
<hr>
<h2>Welche Besonderheiten bietet babymarkt.de?</h2>
<p>Babymarkt verfügt neben dem sowohl breiten als auch tiefen Sortiment auch über interessante und informative <a href="https://www.babymarkt.de/ratgeber/alle-beitraege/" rel="noopener noreferrer" target="_blank">Ratgeberseiten</a>. Hier findet ihr alles zu den Themen Schwangerschaft, Baby, Kind, Familie, Hebammentipps, Infografiken, Selbstgemachtes und natürlich tollen Produkten.</p>
<p>Eltern und Familien werden somit von der Schwangerschaftsberatung über Babytipps bis hin zur Kindererziehung <a href="https://www.babymarkt.de/beratung/" rel="noopener noreferrer" target="_blank">bestens beraten</a>. babymarkt steht werdenden Eltern mit Tipps und Tricks zu den Themen Schwangerschaft, Baby und Kind zur Seite. Das Ganze wird unterstützt von Infografiken sowie Expertentipps von Hebammen. Weiterhin gibt es eine ausführliche Schwangerschaftsberatung, einen Babyratgeber sowie einen Erziehungsratgeber.</p>
<hr>
<h2>Wie funktionieren Zahlung, Versand und Rückgabe bei babymarkt.de?</h2>
<p>Bei babymarkt stehen euch die folgenden Zahlungsarten zur Verfügung:</p>
<ul>
<li>Rechnung</li>
<li>Sofort Überweisung</li>
<li>Kreditkarte (Visa, American Express und Mastercard)</li>
<li>Vorkasse</li>
<li>PayPal</li>
</ul>
<h3>Welche Versandmöglichkeiten habe ich bei babymarkt.de?</h3>
<p>Babymarkt versendet seine Pakete mit der DHL. Auf babymarkt.de werden Pakete nur innerhalb von Deutschland verschickt. Falls ihr euch eine Lieferung nach Österreich wünscht, so müsst ihr auf die österreichische Webseite babymarkt.at gehen. Bei einem Bestellwert, der weniger als 40 Euro beträgt, werden Versandkosten in Höhe von 4,95 Euro erhoben. Dabei ist die jeweils gültige Umsatzsteuer bereits in den Lieferkosten enthalten. Bücher, Hörbücher und Kalender werden auch unter einem Warenwert von 40,00 Euro versandkostenfrei ausgeliefert. Verfügbare Produkte sind in der Regel versandfertig in ungefähr zwei Werktagen nach deinem Zahlungseingang.</p>
<h3>Wie läuft eine Rückgabe von Waren bei babymarkt.de ab?</h3>
<p>In der Regel liegt jeder Sendung gleich ein Rücksendeschein mit bei. Somit könnt ihr einen nicht gewünschten Artikel ganz einfach und auch gratis zurücksenden. Dafür habt ihr nach dem Erhalt eurer Produkte insgesamt 2 Wochen Zeit.</p>
<h3>Wie erreiche ich den Kundenservice von babymarkt.de?</h3>
<p>Die telefonische, kostenfreie Hotline des Kundenservice von babymarkt erreicht ihr immer Montag bis Freitag von 8 Uhr bis 20 Uhr sowie am Samstag von 9 Uhr bis 17 Uhr unter dieser Nummer: 0231 – 53471100.</p>
<p>Zusätzlich könnt ihr dem Kundenservice auch eine E-Mail schicken. Denn vorgesehenen Button dazu findet ihr gleich auf der Startseite der Webseite.</p>
<hr>
<h2>Babymarkt.de im Social Web</h2>
<p>Wollt ihr euch tiefergehend mit der Marke babymarkt auseinandersetzen, folgt dem Unternehmen auf den verschiedenen Social Media Plattformen.</p>
<ul>
<li>Die <a href="https://www.facebook.com/babymarkt.de" rel="noopener noreferrer" target="_blank">Facebookseite von babymarkt.de</a> hat fast 300.000 Fans. Hier werden alle LeserInnen mit den wichtigsten Themen sowie Informationen und um die Themen und Bereiche Baby, Schwangerschaft sowie Kind informiert. Außerdem bekommt ihr Informationen zu Ersparnissen, Rabatten, Gewinnspielen und natürlich tollen Gutscheinen.</li>
<li>Weiterhin ist <a href="https://www.instagram.com/babymarktde/" rel="noopener noreferrer" target="_blank">babymarkt auf Instagram</a> aktiv. Hier habt ihr die Möglichkeit, tolle Tipps rund um Babys und Kinder zu bekommen sowie mehr über einfache DIY-Ideen zu erfahren! Euch werden auf der Seite schöne, neue Produkte vorgestellt und auch Lifestyle Themen für junge Familien präsentiert. Zusätzlich gibt es viele Infos über Events des Unternehmens, Aktionen, Gutscheine und zahlreiche Sparmöglichkeiten. Auch Infografiken und Statistiken sollen dein Wissen rund um Babys und Kinder erweitern.</li>
</ul>',
'Shops__meta_title' => null,
'Shops__meta_description' => null,
'Shops__meta_keywords' => null,
'Shops__is_active' => true,
'Shops__modified' => object(Cake\I18n\Time) {},
'Shops__created' => object(Cake\I18n\Time) {},
'Shops__logo' => 'img/3f/e3/90/4883.png',
'Shops__excerpt' => '<p>Der neue Strampler passt wie angegossen, wenige Wochen später platzt er aus allen Nähten. Soeben war das neue Kinderzimmer der letzte Schrei, inzwischen muss es erwachsener und jugendlicher sein. Ihr seid gerade schwanger und auf der Suche nach Produkten, die nicht nur für euch, sondern auch für das neue Leben in euch Gutes tun. Mit einem babymarkt Gutschein könnt ihr auf die große Auswahl an Artikeln, die euch in jeder Phase des Elterndaseins unterstützen, Rabatte bekommen.</p><h2 data-faq-id="5" data-faq-type="question">Werde ich von babymarkt für meine Treue belohnt?</h2><p data-faq-id="5" data-faq-type="answer">Kinder sind nicht nur das größte Geschenk auf Erden, sie bedeuten leider auch eine große finanzielle Belastung. Sich ständig ändernde Größen und Vorlieben bringen immer neue Ausgaben mit sich. Für jeden Euro den ihr bei babymarkt ausgebt, wird euch ein babypoint gutgeschrieben. Dieser ist wiederum einen Cent Wert und kann bei eurem nächsten Einkauf gutgeschrieben werden.</p><p>Kauft ihr also zum Beispiel einen Kinderwagen im Wert von 600 Euro, erhaltet ihr auch 600 babypoints. Diese wiederum könnt ihr bei eurem nächsten Einkauf einlösen und spart dabei sechs Euro. An bestimmten Aktionstagen kann die Anzahl der Punkte, die ihr für euren Einkauf erhaltet, verzehnfacht werden. Um von diesem Treuebonus zu profitieren, müsst ihr nur ein Kundenkonto erstellen und sicherstellen, dass ihr bei eurem Einkauf auch eingeloggt seid. Nur so können die Punkte auf euer Konto gutgeschrieben werden.</p>',
'Shops__clickout_url' => 'https://www.awin1.com/awclick.php?gid=374571&mid=14824&awinaffid=320239&linkid=2493250&clickref=',
'Shops__hits' => (int) 20663,
'Shops__is_monetizable' => true,
'Shops__show_expired_offers' => true,
'Shops__exclude_from_sitemap' => false,
'Shops__meta_robots' => null,
'Shops__canonical' => null,
'Shops__rating' => (float) 4.5,
'Shops__rating_count' => (int) 40,
'Shops__legacy_gp_id' => null,
'Shops__is_visible' => true,
'Shops__address' => null,
'Shops__contact' => null,
'Shops__screenshot' => 'img/af/5d/90/screenshot-baby-markt.png',
'Shops__is_experimental' => false,
'Shops__minimum_order_label' => (int) 1,
'Shops__url' => 'https://www.baby-markt.de',
'Shops__offers_limit' => null,
'Shops__disclaimer' => null,
'Shops__show_reviews' => true,
'Shops__affiliate_network_id' => (int) 2,
'Shops__headline' => null,
'Shops__header_image' => null,
'Shops__has_deeplink_support' => true,
'Shops__score' => (float) 914,
'Shops__factor' => (float) 1,
'Shops__show_similar_offers' => true,
'Shops__show_deals' => true,
'Shops__sitemap_lastmod' => object(Cake\I18n\Time) {},
'Shops__is_sitemap_aware' => true,
'Shops__header_image_width' => null,
'Shops__header_image_height' => null,
'Shops__logo_width' => null,
'Shops__logo_height' => null
]
]
[protected] _hasExecuted => false
[protected] index => (int) 0
}</pre>
</div>
</div>
<div id="stack-frame-8" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-8">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="305"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_cache</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="306"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_cache</span><span style="color: #007700">-></span><span style="color: #0000BB">fetch</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="307"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="308"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!isset(</span><span style="color: #0000BB">$results</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="309"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_decorateResults</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_execute</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="310"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_cache</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="311"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_cache</span><span style="color: #007700">-></span><span style="color: #0000BB">store</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$results</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="312"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="313"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-8" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-9" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Query.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-9">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="1084"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'You cannot call all() on a non-select query. Use execute() instead.'</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1085"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1086"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1087"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1088"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_all</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1089"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1090"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1091"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1092"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Trigger the beforeFind event on the query</span><span style="color: #DD0000">'s repository object.</span></span></code></td>
</tr>
</table>
<div id="stack-args-9" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-10" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-10">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="467"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_dirty</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="468"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">limit</span><span style="color: #007700">(</span><span style="color: #0000BB">1</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="469"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="470"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="471"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">all</span><span style="color: #007700">()-></span><span style="color: #0000BB">first</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="472"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="473"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="474"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="475"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Get the first result from the executing query </span><span style="color: #007700">or </span><span style="color: #0000BB">raise an exception</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-10" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-11" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Routing/Route/SlugRoute.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-11">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$table </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ActivityAwareInterface</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $query</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'active'</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $entity </span><span style="color: #007700">= </span><span style="color: #0000BB">$query</span><span style="color: #007700">-></span><span style="color: #0000BB">first</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">$entity </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">EntityInterface</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_redirect</span><span style="color: #007700">(</span><span style="color: #0000BB">$parsedUrl</span><span style="color: #007700">, </span><span style="color: #0000BB">$model</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="70"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="71"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-11" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-12" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/Route/Route.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-12">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="425"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">options</span><span style="color: #007700">[</span><span style="color: #DD0000">'_host'</span><span style="color: #007700">]) && !</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">hostMatches</span><span style="color: #007700">(</span><span style="color: #0000BB">$uri</span><span style="color: #007700">-></span><span style="color: #0000BB">getHost</span><span style="color: #007700">())) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="426"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="427"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="428"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="429"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">parse</span><span style="color: #007700">(</span><span style="color: #0000BB">$uri</span><span style="color: #007700">-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">(), </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getMethod</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="430"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="431"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="432"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="433"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Checks to see </span><span style="color: #007700">if </span><span style="color: #0000BB">the given URL can be parsed by this route</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-12" style="display: none;">
<pre>'/angebote/philips-avent-scd73526'
'GET'</pre>
</div>
</div>
<div id="stack-frame-13" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/RouteCollection.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-13">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="201"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="202"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="203"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/* @var \Cake\Routing\Route\Route $route */</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="204"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_paths</span><span style="color: #007700">[</span><span style="color: #0000BB">$path</span><span style="color: #007700">] as </span><span style="color: #0000BB">$route</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="205"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $r </span><span style="color: #007700">= </span><span style="color: #0000BB">$route</span><span style="color: #007700">-></span><span style="color: #0000BB">parseRequest</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="206"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$r </span><span style="color: #007700">=== </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="207"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">continue;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="208"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="209"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$uri</span><span style="color: #007700">-></span><span style="color: #0000BB">getQuery</span><span style="color: #007700">()) {</span></span></code></td>
</tr>
</table>
<div id="stack-args-13" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}</pre>
</div>
</div>
<div id="stack-frame-14" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/Router.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-14">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="386"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!static::</span><span style="color: #0000BB">$initialized</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="387"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">_loadRoutes</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="388"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="389"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="390"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return static::</span><span style="color: #0000BB">$_collection</span><span style="color: #007700">-></span><span style="color: #0000BB">parseRequest</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="391"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="392"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="393"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="394"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Takes parameter </span><span style="color: #007700">and </span><span style="color: #0000BB">path information back from the Dispatcher</span><span style="color: #007700">, </span><span style="color: #0000BB">sets these</span></span></code></td>
</tr>
</table>
<div id="stack-args-14" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}</pre>
</div>
</div>
<div id="stack-frame-15" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-15">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="142"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $parsedBody </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParsedBody</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="143"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">is_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$parsedBody</span><span style="color: #007700">) && isset(</span><span style="color: #0000BB">$parsedBody</span><span style="color: #007700">[</span><span style="color: #DD0000">'_method'</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="144"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $request </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">withMethod</span><span style="color: #007700">(</span><span style="color: #0000BB">$parsedBody</span><span style="color: #007700">[</span><span style="color: #DD0000">'_method'</span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="145"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="146"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $params </span><span style="color: #007700">= </span><span style="color: #0000BB">Router</span><span style="color: #007700">::</span><span style="color: #0000BB">parseRequest</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">;</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="147"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$params</span><span style="color: #007700">[</span><span style="color: #DD0000">'_middleware'</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="148"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware </span><span style="color: #007700">= </span><span style="color: #0000BB">$params</span><span style="color: #007700">[</span><span style="color: #DD0000">'_middleware'</span><span style="color: #007700">];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="149"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">unset(</span><span style="color: #0000BB">$params</span><span style="color: #007700">[</span><span style="color: #DD0000">'_middleware'</span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="150"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-15" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}</pre>
</div>
</div>
<div id="stack-frame-16" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-16">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-16" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-17" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/LegacyRedirectMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-17">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">ServerRequestInterface $request</span><span style="color: #007700">, </span><span style="color: #0000BB">ResponseInterface $response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="26"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">MissingRouteException $e</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="27"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $path </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="28"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="29"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $base </span><span style="color: #007700">= </span><span style="color: #0000BB">Configure</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(</span><span style="color: #DD0000">'App.base'</span><span style="color: #007700">, </span><span style="color: #0000BB">false</span><span style="color: #007700">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-17" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-18" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-18">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-18" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-19" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/WwwCheckMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-19">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="17"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="18"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">ServerRequestInterface $request</span><span style="color: #007700">, </span><span style="color: #0000BB">ResponseInterface $response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="19"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="20"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">getenv</span><span style="color: #007700">(</span><span style="color: #DD0000">'CAKE_ENV'</span><span style="color: #007700">) !== </span><span style="color: #DD0000">'production'</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">Configure</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(</span><span style="color: #DD0000">'App.useWww'</span><span style="color: #007700">) && </span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getHost</span><span style="color: #007700">(), </span><span style="color: #DD0000">'www'</span><span style="color: #007700">) !== </span><span style="color: #0000BB">0</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $uri </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">withHost</span><span style="color: #007700">(</span><span style="color: #DD0000">'www.' </span><span style="color: #007700">. </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getHost</span><span style="color: #007700">());</span></span></code></td>
</tr>
</table>
<div id="stack-args-19" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-20" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-20">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-20" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-21" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/LoopbackMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-21">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="18"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">() === </span><span style="color: #DD0000">'/_loopback'</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="19"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">-></span><span style="color: #0000BB">withStatus</span><span style="color: #007700">(</span><span style="color: #0000BB">200</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="20"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-21" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-22" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-22">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-22" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-23" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/HealthCheckMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-23">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="18"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">() === </span><span style="color: #DD0000">'/_ping'</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="19"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">-></span><span style="color: #0000BB">withStatus</span><span style="color: #007700">(</span><span style="color: #0000BB">200</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="20"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-23" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-24" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-24">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-24" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-25" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-25">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="84"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="85"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="86"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $url </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="87"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'..'</span><span style="color: #007700">) !== </span><span style="color: #0000BB">false </span><span style="color: #007700">|| </span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'.'</span><span style="color: #007700">) === </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="88"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="89"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="90"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="91"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'/.'</span><span style="color: #007700">) !== </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="92"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-25" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-26" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-26">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-26" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-27" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/MissingTemplateMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-27">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="26"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">MissingTemplateException $e</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="27"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$response</span><span style="color: #007700">-></span><span style="color: #0000BB">withStatus</span><span style="color: #007700">(</span><span style="color: #0000BB">404</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="28"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="29"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-27" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-28" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-28">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-28" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-29" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-29">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="92"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Throwable $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Exception $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-29" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-30" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-30">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-30" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-31" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/CorsMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-31">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="26"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">ServerRequestInterface $request</span><span style="color: #007700">, </span><span style="color: #0000BB">ResponseInterface $response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="27"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="28"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">Configure</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(</span><span style="color: #DD0000">'Cors.enabled'</span><span style="color: #007700">, </span><span style="color: #0000BB">false</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="29"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="30"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="31"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="32"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">list(</span><span style="color: #0000BB">$allowedOrigins</span><span style="color: #007700">, </span><span style="color: #0000BB">$allowedMethods</span><span style="color: #007700">, </span><span style="color: #0000BB">$allowedHeaders</span><span style="color: #007700">) = </span><span style="color: #0000BB">array_values</span><span style="color: #007700">(</span><span style="color: #0000BB">Configure</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(</span><span style="color: #DD0000">'Cors'</span><span style="color: #007700">));</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="33"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-31" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-32" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-32">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-32" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-33" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/RevisionMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-33">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="19"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$revision</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="20"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$response</span><span style="color: #007700">-></span><span style="color: #0000BB">withHeader</span><span style="color: #007700">(</span><span style="color: #DD0000">'X-EKS-Rev'</span><span style="color: #007700">, </span><span style="color: #0000BB">$revision</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="26"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-33" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-34" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-34">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-34" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-35" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-35">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="47"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="48"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware </span><span style="color: #007700">= </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="49"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index </span><span style="color: #007700">= </span><span style="color: #0000BB">0</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="50"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="51"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="52"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="53"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="54"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="55"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @</span><span style="color: #0000BB">param </span><span style="color: #007700">\</span><span style="color: #0000BB">Psr</span><span style="color: #007700">\</span><span style="color: #0000BB">Http</span><span style="color: #007700">\</span><span style="color: #0000BB">Message</span><span style="color: #007700">\</span><span style="color: #0000BB">ServerRequestInterface $request The server request</span></span></code></td>
</tr>
</table>
<div id="stack-args-35" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-36" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Server.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-36">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatchEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Server.buildMiddleware'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'middleware' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">add</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">app</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">runner</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">(</span><span style="color: #0000BB">$middleware</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!(</span><span style="color: #0000BB">$response </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ResponseInterface</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">RuntimeException</span><span style="color: #007700">(</span><span style="color: #0000BB">sprintf</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="102"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'Application did not create a response. Got "%s" instead.'</span><span style="color: #007700">,</span></span></code></td>
</tr>
</table>
<div id="stack-args-36" style="display: none;">
<pre>object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(App\Middleware\RevisionMiddleware) {},
(int) 1 => object(App\Middleware\CorsMiddleware) {},
(int) 2 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 3 => object(App\Middleware\MissingTemplateMiddleware) {},
(int) 4 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 5 => object(App\Middleware\HealthCheckMiddleware) {},
(int) 6 => object(App\Middleware\LoopbackMiddleware) {},
(int) 7 => object(App\Middleware\WwwCheckMiddleware) {},
(int) 8 => object(App\Middleware\LegacyRedirectMiddleware) {},
(int) 9 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 10 => object(App\Middleware\UrlValidationMiddleware) {},
(int) 11 => object(App\Middleware\SlashCheckMiddleware) {},
(int) 12 => object(App\Middleware\BodyTerminateMiddleware) {},
(int) 13 => object(App\Middleware\UrlIdParserMiddleware) {},
(int) 14 => object(App\Middleware\CsrfProtectionMiddleware) {},
(int) 15 => object(App\Middleware\ClickoutMiddleware) {},
(int) 16 => object(App\Middleware\TimezoneMiddleware) {},
(int) 17 => object(App\Middleware\AuthenticationMiddleware) {},
(int) 18 => object(App\Middleware\FirewallMiddleware) {},
(int) 19 => object(App\Application) {}
]
[protected] callables => [
(int) 0 => object(App\Middleware\RevisionMiddleware) {},
(int) 1 => object(App\Middleware\CorsMiddleware) {},
(int) 2 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 3 => object(App\Middleware\MissingTemplateMiddleware) {},
(int) 4 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 5 => object(App\Middleware\HealthCheckMiddleware) {},
(int) 6 => object(App\Middleware\LoopbackMiddleware) {},
(int) 7 => object(App\Middleware\WwwCheckMiddleware) {},
(int) 8 => object(App\Middleware\LegacyRedirectMiddleware) {},
(int) 9 => object(Cake\Routing\Middleware\RoutingMiddleware) {}
]
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-37" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-37">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="36"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Bind your application to the server.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="37"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB">$server </span><span style="color: #007700">= new </span><span style="color: #0000BB">Server</span><span style="color: #007700">(new </span><span style="color: #0000BB">Application</span><span style="color: #007700">(</span><span style="color: #0000BB">dirname</span><span style="color: #007700">(</span><span style="color: #0000BB">__DIR__</span><span style="color: #007700">) . </span><span style="color: #DD0000">'/config'</span><span style="color: #007700">));</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="38"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="39"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Run the request/response through the application and emit the response.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="40"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">emit</span><span style="color: #007700">(</span><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="41"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-37" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div class="error-suggestion">
</div>
<p class="customize">
If you want to customize this error message, create
<em>src/Template/Error/error500.ctp</em>
</p>
</div>
<div class="error-nav">
<a href="#" class="toggle-link toggle-vendor-frames">toggle vendor stack frames</a>
<ul class="stack-trace">
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-0">
<span class="stack-function">⟩ Cake\ORM\Entity->__construct</span>
<span class="stack-file">
CORE/src/ORM/ResultSet.php, line 601 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-1">
<span class="stack-function">⟩ Cake\ORM\ResultSet->_groupResult</span>
<span class="stack-file">
CORE/src/ORM/ResultSet.php, line 490 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-2">
<span class="stack-function">⟩ Cake\ORM\ResultSet->_fetchResult</span>
<span class="stack-file">
CORE/src/ORM/ResultSet.php, line 276 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-3">
<span class="stack-function">⟩ Cake\ORM\ResultSet->valid</span>
<span class="stack-file">
CORE/src/ORM/Association/Loader/SelectLoader.php, line 468 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-4">
<span class="stack-function">⟩ Cake\ORM\Association\Loader\SelectLoader->_buildResultMap</span>
<span class="stack-file">
CORE/src/ORM/Association/Loader/SelectLoader.php, line 125 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-5">
<span class="stack-function">⟩ Cake\ORM\Association\Loader\SelectLoader->buildEagerLoader</span>
<span class="stack-file">
CORE/src/ORM/Association/BelongsTo.php, line 200 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-6">
<span class="stack-function">⟩ Cake\ORM\Association\BelongsTo->eagerLoader</span>
<span class="stack-file">
CORE/src/ORM/EagerLoader.php, line 712 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-7">
<span class="stack-function">⟩ Cake\ORM\EagerLoader->loadExternal</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1141 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-8">
<span class="stack-function">⟩ Cake\ORM\Query->_execute</span>
<span class="stack-file">
CORE/src/Datasource/QueryTrait.php, line 309 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-9">
<span class="stack-function">⟩ Cake\ORM\Query->_all</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1088 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-10">
<span class="stack-function">⟩ Cake\ORM\Query->all</span>
<span class="stack-file">
CORE/src/Datasource/QueryTrait.php, line 471 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-11">
<span class="stack-function">⟩ Cake\ORM\Query->first</span>
<span class="stack-file">
APP/Routing/Route/SlugRoute.php, line 67 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-12">
<span class="stack-function">⟩ App\Routing\Route\SlugRoute->parse</span>
<span class="stack-file">
CORE/src/Routing/Route/Route.php, line 429 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-13">
<span class="stack-function">⟩ Cake\Routing\Route\Route->parseRequest</span>
<span class="stack-file">
CORE/src/Routing/RouteCollection.php, line 205 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-14">
<span class="stack-function">⟩ Cake\Routing\RouteCollection->parseRequest</span>
<span class="stack-file">
CORE/src/Routing/Router.php, line 390 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-15">
<span class="stack-function">⟩ Cake\Routing\Router::parseRequest</span>
<span class="stack-file">
CORE/src/Routing/Middleware/RoutingMiddleware.php, line 146 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-16">
<span class="stack-function">⟩ Cake\Routing\Middleware\RoutingMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-17">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/LegacyRedirectMiddleware.php, line 25 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-18">
<span class="stack-function">⟩ App\Middleware\LegacyRedirectMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-19">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/WwwCheckMiddleware.php, line 21 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-20">
<span class="stack-function">⟩ App\Middleware\WwwCheckMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-21">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/LoopbackMiddleware.php, line 22 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-22">
<span class="stack-function">⟩ App\Middleware\LoopbackMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-23">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/HealthCheckMiddleware.php, line 22 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-24">
<span class="stack-function">⟩ App\Middleware\HealthCheckMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-25">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-26">
<span class="stack-function">⟩ Cake\Routing\Middleware\AssetMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-27">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/MissingTemplateMiddleware.php, line 25 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-28">
<span class="stack-function">⟩ App\Middleware\MissingTemplateMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-29">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-30">
<span class="stack-function">⟩ Cake\Error\Middleware\ErrorHandlerMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-31">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/CorsMiddleware.php, line 29 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-32">
<span class="stack-function">⟩ App\Middleware\CorsMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-33">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/RevisionMiddleware.php, line 23 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-34">
<span class="stack-function">⟩ App\Middleware\RevisionMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-35">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 51 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-36">
<span class="stack-function">⟩ Cake\Http\Runner->run</span>
<span class="stack-file">
CORE/src/Http/Server.php, line 98 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-37">
<span class="stack-function">⟩ Cake\Http\Server->run</span>
<span class="stack-file">
ROOT/webroot/index.php, line 40 </span>
</a>
</li>
</ul>
</div>
<script type="text/javascript">
function bindEvent(selector, eventName, listener) {
var els = document.querySelectorAll(selector);
for (var i = 0, len = els.length; i < len; i++) {
els[i].addEventListener(eventName, listener, false);
}
}
function toggleElement(el) {
if (el.style.display === 'none') {
el.style.display = 'block';
} else {
el.style.display = 'none';
}
}
function each(els, cb) {
var i, len;
for (i = 0, len = els.length; i < len; i++) {
cb(els[i], i);
}
}
window.addEventListener('load', function() {
bindEvent('.stack-frame-args', 'click', function(event) {
var target = this.dataset['target'];
var el = document.getElementById(target);
toggleElement(el);
event.preventDefault();
});
var details = document.querySelectorAll('.stack-details');
var frames = document.querySelectorAll('.stack-frame');
bindEvent('.stack-frame a', 'click', function(event) {
each(frames, function(el) {
el.classList.remove('active');
});
this.parentNode.classList.add('active');
each(details, function(el) {
el.style.display = 'none';
});
var target = document.getElementById(this.dataset['target']);
toggleElement(target);
event.preventDefault();
});
bindEvent('.toggle-vendor-frames', 'click', function(event) {
each(frames, function(el) {
if (el.classList.contains('vendor-frame')) {
toggleElement(el);
}
});
event.preventDefault();
});
});
</script>
</body>
</html>
'
}
$maxBufferLength = (int) 8192
$file = '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 853
$message = 'Unable to emit headers. Headers sent in file=/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Error/Debugger.php line=853' App\Error\NotifyAwareErrorHandler::handleError() - APP/Error/NotifyAwareErrorHandler.php, line 71
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 51
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 141
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php , line 152 ]Code Context
return $this -> _handler -> handleError ( $code , $description , $file , $line , $context );
}
$response = object(Cake\Http\Response) {
'status' => (int) 500,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Error: Argument 1 passed to Cake\ORM\Entity::__construct() must be of the type array, boolean given, called in /var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php on line 601 </title>
<link href="https://cdn-01.www.staging.schnaeppchenfuchs.com/favicon.ico" type="image/x-icon" rel="icon"/><link href="https://cdn-01.www.staging.schnaeppchenfuchs.com/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <style>
body {
font: 14px helvetica, arial, sans-serif;
color: #222;
background-color: #f8f8f8;
padding:0;
margin: 0;
max-height: 100%;
}
.code-dump,
pre {
background: #fefefe;
border: 1px solid #ddd;
padding: 5px;
white-space: pre-wrap;
}
header {
background-color: #C3232D;
color: #ffffff;
padding: 16px 10px;
border-bottom: 3px solid #626262;
}
.header-title {
margin: 0;
font-weight: normal;
font-size: 30px;
line-height: 64px;
}
.header-type {
opacity: 0.75;
display: block;
font-size: 16px;
line-height: 1;
}
.header-help {
font-size: 12px;
line-height: 1;
position: absolute;
top: 30px;
right: 16px;
}
.header-help a {
color: #fff;
}
.error-nav {
float: left;
width: 30%;
}
.error-contents {
padding: 10px 1%;
float: right;
width: 68%;
}
.error,
.error-subheading {
font-size: 18px;
margin-top: 0;
padding: 10px;
border: 1px solid #EDBD26;
}
.error-subheading {
background: #1798A5;
color: #fff;
border: 1px solid #02808C;
}
.error {
background: #ffd54f;
}
.customize {
opacity: 0.6;
}
.stack-trace {
list-style: none;
margin: 0;
padding: 0;
}
.stack-frame {
padding: 10px;
border-bottom: 1px solid #212121;
}
.stack-frame:last-child {
border-bottom: none;
}
.stack-frame a {
display: block;
color: #212121;
text-decoration: none;
}
.stack-frame.active {
background: #e5e5e5;
}
.stack-frame a:hover {
text-decoration: underline;
}
.stack-file,
.stack-function {
display: block;
margin-bottom: 5px;
}
.stack-frame-file,
.stack-file {
font-family: consolas, monospace;
}
.stack-function {
font-weight: bold;
}
.stack-file {
font-size: 0.9em;
word-wrap: break-word;
}
.stack-details {
background: #ececec;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
border: 1px solid #ababab;
padding: 10px;
margin-bottom: 18px;
}
.stack-frame-args {
float: right;
}
.toggle-link {
color: #1798A5;
text-decoration: none;
}
.toggle-link:hover {
text-decoration: underline;
}
.toggle-vendor-frames {
padding: 5px;
display: block;
text-align: center;
}
.code-excerpt {
width: 100%;
margin: 5px 0;
background: #fefefe;
}
.code-highlight {
display: block;
background: #fff59d;
}
.excerpt-line {
padding-left: 2px;
}
.excerpt-number {
background: #f6f6f6;
width: 50px;
text-align: right;
color: #666;
border-right: 1px solid #ddd;
padding: 2px;
}
.excerpt-number:after {
content: attr(data-number);
}
table {
text-align: left;
}
th, td {
padding: 4px;
}
th {
border-bottom: 1px solid #ccc;
}
</style>
</head>
<body>
<header>
<h1 class="header-title">
Argument 1 passed to Cake\ORM\Entity::__construct() must be of the type array, boolean given, called in /var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php on line 601 <span class="header-type">TypeError</span>
</h1>
<div class="header-help">
<a target="_blank" href="https://book.cakephp.org/3.0/">Documentation</a>
<a target="_blank" href="https://api.cakephp.org/">API</a>
</div>
</header>
<div class="error-contents">
<div id="stack-frame-0" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-0">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="597"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$results</span><span style="color: #007700">[</span><span style="color: #0000BB">$defaultAlias</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="598"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= </span><span style="color: #0000BB">$results</span><span style="color: #007700">[</span><span style="color: #0000BB">$defaultAlias</span><span style="color: #007700">];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="599"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="600"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_hydrate </span><span style="color: #007700">&& !(</span><span style="color: #0000BB">$results </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">EntityInterface</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="601"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= new </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_entityClass</span><span style="color: #007700">(</span><span style="color: #0000BB">$results</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="602"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="603"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="604"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$results</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="605"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-0" style="display: none;">
<pre>false
[
'useSetters' => false,
'markClean' => true,
'markNew' => false,
'guard' => false,
'source' => 'DealCategories'
]</pre>
</div>
</div>
<div id="stack-frame-1" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-1">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="486"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$row </span><span style="color: #007700">=== </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="487"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$row</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="488"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="489"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="490"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_groupResult</span><span style="color: #007700">(</span><span style="color: #0000BB">$row</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="491"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="492"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="493"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="494"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Correctly nests results keys including those coming from associations</span></span></code></td>
</tr>
</table>
<div id="stack-args-1" style="display: none;">
<pre>[
'Deals__id' => (int) 25,
'Deals__name' => '4x c't und ein 1 GB USB Stick für 8,80 €',
'Deals__description' => '<p><a href="https://www.brandbuero.de/index.php5?module=formulars.production&amp;task=formular&amp;idformular=81">Hier</a> gibt es 4 Ausgaben der c’t für 8,80 € und einen USB-Stick mit 1 GB gibt es als Beigabe. Achtung: Das Abo muss gekündigt werden, sonst verlängert es sich automatisch.</p>',
'Deals__slug' => '4x-ct-und-ein-1-gb-usb-stick-fur-880-e',
'Deals__deal_category_id' => (int) 1,
'Deals__price' => null,
'Deals__reference_price' => null,
'Deals__clickout_url' => null,
'Deals__is_active' => false,
'Deals__expires' => null,
'Deals__type' => (int) 1,
'Deals__has_push' => false,
'Deals__comment_count' => (int) 0,
'Deals__meta_title' => null,
'Deals__meta_description' => null,
'Deals__meta_keywords' => null,
'Deals__meta_robots' => null,
'Deals__canonical' => null,
'Deals__image' => null,
'Deals__modified' => '2020-05-01 08:54:15+00',
'Deals__created' => '2008-01-10 18:20:06+00',
'Deals__shop_id' => null,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 0,
'Deals__user_id' => (int) 95,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => '3.8395715',
'Deals__start_date' => '2008-01-10 18:20:06+00',
'Deals__sitemap_lastmod' => '2021-01-26 20:26:10.915947+00',
'Deals__is_sitemap_aware' => true,
'Deals__excerpt' => null,
'Deals__visibility' => (int) 0,
'Deals__coupon_code' => null,
'Deals__shipping_cost' => null,
'Deals__image_width' => null,
'Deals__image_height' => null,
'Deals__show_comments' => true,
'Shops__id' => null,
'Shops__shop_category_id' => null,
'Shops__slug' => null,
'Shops__name' => null,
'Shops__description' => null,
'Shops__meta_title' => null,
'Shops__meta_description' => null,
'Shops__meta_keywords' => null,
'Shops__is_active' => null,
'Shops__modified' => null,
'Shops__created' => null,
'Shops__logo' => null,
'Shops__excerpt' => null,
'Shops__clickout_url' => null,
'Shops__hits' => null,
'Shops__is_monetizable' => null,
'Shops__show_expired_offers' => null,
'Shops__exclude_from_sitemap' => null,
'Shops__meta_robots' => null,
'Shops__canonical' => null,
'Shops__rating' => null,
'Shops__rating_count' => null,
'Shops__legacy_gp_id' => null,
'Shops__is_visible' => null,
'Shops__address' => null,
'Shops__contact' => null,
'Shops__screenshot' => null,
'Shops__is_experimental' => null,
'Shops__minimum_order_label' => null,
'Shops__url' => null,
'Shops__offers_limit' => null,
'Shops__disclaimer' => null,
'Shops__show_reviews' => null,
'Shops__affiliate_network_id' => null,
'Shops__headline' => null,
'Shops__header_image' => null,
'Shops__has_deeplink_support' => null,
'Shops__score' => null,
'Shops__factor' => null,
'Shops__show_similar_offers' => null,
'Shops__show_deals' => null,
'Shops__sitemap_lastmod' => null,
'Shops__is_sitemap_aware' => null,
'Shops__header_image_width' => null,
'Shops__header_image_height' => null,
'Shops__logo_width' => null,
'Shops__logo_height' => null,
'AffiliateNetworks__id' => null,
'AffiliateNetworks__name' => null,
'AffiliateNetworks__is_active' => null,
'AffiliateNetworks__modified' => null,
'AffiliateNetworks__created' => null,
'AffiliateNetworks__type' => null
]</pre>
</div>
</div>
<div id="stack-frame-2" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-2">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="272"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$valid</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="273"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="274"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="275"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="276"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_current </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_fetchResult</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="277"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $valid </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_current </span><span style="color: #007700">!== </span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="278"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="279"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$valid </span><span style="color: #007700">&& </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_useBuffering</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="280"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_results</span><span style="color: #007700">[</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_index</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_current</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-2" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-3" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-3">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="464"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">foreignKey </span><span style="color: #007700">:</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="465"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">bindingKey</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="466"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $key </span><span style="color: #007700">= (array)</span><span style="color: #0000BB">$keys</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="467"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="468"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$fetchQuery</span><span style="color: #007700">-></span><span style="color: #0000BB">all</span><span style="color: #007700">() as </span><span style="color: #0000BB">$result</span><span style="color: #007700">) {</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="469"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $values </span><span style="color: #007700">= [];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="470"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$key </span><span style="color: #007700">as </span><span style="color: #0000BB">$k</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="471"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $values</span><span style="color: #007700">[] = </span><span style="color: #0000BB">$result</span><span style="color: #007700">[</span><span style="color: #0000BB">$k</span><span style="color: #007700">];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="472"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-3" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-4" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-4">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="121"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">buildEagerLoader</span><span style="color: #007700">(array </span><span style="color: #0000BB">$options</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="122"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="123"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $options </span><span style="color: #007700">+= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_defaultOptions</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="124"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $fetchQuery </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_buildQuery</span><span style="color: #007700">(</span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="125"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $resultMap </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_buildResultMap</span><span style="color: #007700">(</span><span style="color: #0000BB">$fetchQuery</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="126"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="127"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_resultInjector</span><span style="color: #007700">(</span><span style="color: #0000BB">$fetchQuery</span><span style="color: #007700">, </span><span style="color: #0000BB">$resultMap</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="128"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="129"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-4" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT DealCategories.id AS "DealCategories__id", DealCategories.name AS "DealCategories__name", DealCategories.description AS "DealCategories__description", DealCategories.slug AS "DealCategories__slug", DealCategories.is_active AS "DealCategories__is_active", DealCategories.meta_title AS "DealCategories__meta_title", DealCategories.meta_description AS "DealCategories__meta_description", DealCategories.meta_keywords AS "DealCategories__meta_keywords", DealCategories.meta_robots AS "DealCategories__meta_robots", DealCategories.canonical AS "DealCategories__canonical", DealCategories.image AS "DealCategories__image", DealCategories.modified AS "DealCategories__modified", DealCategories.created AS "DealCategories__created", DealCategories.exclude_from_sitemap AS "DealCategories__exclude_from_sitemap", DealCategories.sitemap_lastmod AS "DealCategories__sitemap_lastmod", DealCategories.is_sitemap_aware AS "DealCategories__is_sitemap_aware", DealCategories.image_width AS "DealCategories__image_width", DealCategories.image_height AS "DealCategories__image_height" FROM deal_categories DealCategories WHERE DealCategories.id in (:c0)',
'params' => [
':c0' => [
'value' => (int) 25,
'type' => 'integer',
'placeholder' => 'c0'
]
],
'defaultTypes' => [
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'image_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealCategoriesTable) {
'registryAlias' => 'DealCategories',
'table' => 'deal_categories',
'alias' => 'DealCategories',
'entityClass' => 'App\Model\Entity\DealCategory',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'strategy' => 'select',
'query' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Deals.id AS "Deals__id", Deals.name AS "Deals__name", Deals.description AS "Deals__description", Deals.slug AS "Deals__slug", Deals.deal_category_id AS "Deals__deal_category_id", Deals.price AS "Deals__price", Deals.reference_price AS "Deals__reference_price", Deals.clickout_url AS "Deals__clickout_url", Deals.is_active AS "Deals__is_active", Deals.expires AS "Deals__expires", Deals.type AS "Deals__type", Deals.has_push AS "Deals__has_push", Deals.comment_count AS "Deals__comment_count", Deals.meta_title AS "Deals__meta_title", Deals.meta_description AS "Deals__meta_description", Deals.meta_keywords AS "Deals__meta_keywords", Deals.meta_robots AS "Deals__meta_robots", Deals.canonical AS "Deals__canonical", Deals.image AS "Deals__image", Deals.modified AS "Deals__modified", Deals.created AS "Deals__created", Deals.shop_id AS "Deals__shop_id", Deals.deeplink AS "Deals__deeplink", Deals.like_count AS "Deals__like_count", Deals.user_id AS "Deals__user_id", Deals.exclude_from_sitemap AS "Deals__exclude_from_sitemap", Deals.score AS "Deals__score", Deals.start_date AS "Deals__start_date", Deals.sitemap_lastmod AS "Deals__sitemap_lastmod", Deals.is_sitemap_aware AS "Deals__is_sitemap_aware", Deals.excerpt AS "Deals__excerpt", Deals.visibility AS "Deals__visibility", Deals.coupon_code AS "Deals__coupon_code", Deals.shipping_cost AS "Deals__shipping_cost", Deals.image_width AS "Deals__image_width", Deals.image_height AS "Deals__image_height", Deals.show_comments AS "Deals__show_comments", Shops.id AS "Shops__id", Shops.shop_category_id AS "Shops__shop_category_id", Shops.slug AS "Shops__slug", Shops.name AS "Shops__name", Shops.description AS "Shops__description", Shops.meta_title AS "Shops__meta_title", Shops.meta_description AS "Shops__meta_description", Shops.meta_keywords AS "Shops__meta_keywords", Shops.is_active AS "Shops__is_active", Shops.modified AS "Shops__modified", Shops.created AS "Shops__created", Shops.logo AS "Shops__logo", Shops.excerpt AS "Shops__excerpt", Shops.clickout_url AS "Shops__clickout_url", Shops.hits AS "Shops__hits", Shops.is_monetizable AS "Shops__is_monetizable", Shops.show_expired_offers AS "Shops__show_expired_offers", Shops.exclude_from_sitemap AS "Shops__exclude_from_sitemap", Shops.meta_robots AS "Shops__meta_robots", Shops.canonical AS "Shops__canonical", Shops.rating AS "Shops__rating", Shops.rating_count AS "Shops__rating_count", Shops.legacy_gp_id AS "Shops__legacy_gp_id", Shops.is_visible AS "Shops__is_visible", Shops.address AS "Shops__address", Shops.contact AS "Shops__contact", Shops.screenshot AS "Shops__screenshot", Shops.is_experimental AS "Shops__is_experimental", Shops.minimum_order_label AS "Shops__minimum_order_label", Shops.url AS "Shops__url", Shops.offers_limit AS "Shops__offers_limit", Shops.disclaimer AS "Shops__disclaimer", Shops.show_reviews AS "Shops__show_reviews", Shops.affiliate_network_id AS "Shops__affiliate_network_id", Shops.headline AS "Shops__headline", Shops.header_image AS "Shops__header_image", Shops.has_deeplink_support AS "Shops__has_deeplink_support", Shops.score AS "Shops__score", Shops.factor AS "Shops__factor", Shops.show_similar_offers AS "Shops__show_similar_offers", Shops.show_deals AS "Shops__show_deals", Shops.sitemap_lastmod AS "Shops__sitemap_lastmod", Shops.is_sitemap_aware AS "Shops__is_sitemap_aware", Shops.header_image_width AS "Shops__header_image_width", Shops.header_image_height AS "Shops__header_image_height", Shops.logo_width AS "Shops__logo_width", Shops.logo_height AS "Shops__logo_height" FROM deals Deals INNER JOIN deal_categories DealCategories ON (DealCategories.is_active = :c0 AND DealCategories.id = (Deals.deal_category_id)) LEFT JOIN shops Shops ON Shops.id = (Deals.shop_id) WHERE (Deals.slug = :c1 AND Deals.is_active = :c2) LIMIT 1',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Deals__id' => 'integer',
'Deals.id' => 'integer',
'id' => 'integer',
'Deals__name' => 'string',
'Deals.name' => 'string',
'name' => 'string',
'Deals__description' => 'text',
'Deals.description' => 'text',
'description' => 'text',
'Deals__slug' => 'string',
'Deals.slug' => 'string',
'slug' => 'string',
'Deals__deal_category_id' => 'integer',
'Deals.deal_category_id' => 'integer',
'deal_category_id' => 'integer',
'Deals__price' => 'float',
'Deals.price' => 'float',
'price' => 'float',
'Deals__reference_price' => 'float',
'Deals.reference_price' => 'float',
'reference_price' => 'float',
'Deals__clickout_url' => 'string',
'Deals.clickout_url' => 'string',
'clickout_url' => 'string',
'Deals__is_active' => 'boolean',
'Deals.is_active' => 'boolean',
'is_active' => 'boolean',
'Deals__expires' => 'timestamp',
'Deals.expires' => 'timestamp',
'expires' => 'timestamp',
'Deals__type' => 'integer',
'Deals.type' => 'integer',
'type' => 'integer',
'Deals__has_push' => 'boolean',
'Deals.has_push' => 'boolean',
'has_push' => 'boolean',
'Deals__comment_count' => 'integer',
'Deals.comment_count' => 'integer',
'comment_count' => 'integer',
'Deals__meta_title' => 'string',
'Deals.meta_title' => 'string',
'meta_title' => 'string',
'Deals__meta_description' => 'text',
'Deals.meta_description' => 'text',
'meta_description' => 'text',
'Deals__meta_keywords' => 'string',
'Deals.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Deals__meta_robots' => 'string',
'Deals.meta_robots' => 'string',
'meta_robots' => 'string',
'Deals__canonical' => 'string',
'Deals.canonical' => 'string',
'canonical' => 'string',
'Deals__image' => 'string',
'Deals.image' => 'string',
'image' => 'string',
'Deals__modified' => 'timestamp',
'Deals.modified' => 'timestamp',
'modified' => 'timestamp',
'Deals__created' => 'timestamp',
'Deals.created' => 'timestamp',
'created' => 'timestamp',
'Deals__shop_id' => 'integer',
'Deals.shop_id' => 'integer',
'shop_id' => 'integer',
'Deals__deeplink' => 'string',
'Deals.deeplink' => 'string',
'deeplink' => 'string',
'Deals__like_count' => 'integer',
'Deals.like_count' => 'integer',
'like_count' => 'integer',
'Deals__user_id' => 'integer',
'Deals.user_id' => 'integer',
'user_id' => 'integer',
'Deals__exclude_from_sitemap' => 'boolean',
'Deals.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'Deals__score' => 'float',
'Deals.score' => 'float',
'score' => 'float',
'Deals__start_date' => 'timestamp',
'Deals.start_date' => 'timestamp',
'start_date' => 'timestamp',
'Deals__sitemap_lastmod' => 'timestamp',
'Deals.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'Deals__is_sitemap_aware' => 'boolean',
'Deals.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'Deals__excerpt' => 'text',
'Deals.excerpt' => 'text',
'excerpt' => 'text',
'Deals__visibility' => 'integer',
'Deals.visibility' => 'integer',
'visibility' => 'integer',
'Deals__coupon_code' => 'string',
'Deals.coupon_code' => 'string',
'coupon_code' => 'string',
'Deals__shipping_cost' => 'float',
'Deals.shipping_cost' => 'float',
'shipping_cost' => 'float',
'Deals__image_width' => 'integer',
'Deals.image_width' => 'integer',
'image_width' => 'integer',
'Deals__image_height' => 'integer',
'Deals.image_height' => 'integer',
'image_height' => 'integer',
'Deals__show_comments' => 'boolean',
'Deals.show_comments' => 'boolean',
'show_comments' => 'boolean',
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'Shops__shop_category_id' => 'integer',
'Shops.shop_category_id' => 'integer',
'shop_category_id' => 'integer',
'Shops__slug' => 'string',
'Shops.slug' => 'string',
'Shops__name' => 'string',
'Shops.name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'Shops__meta_title' => 'string',
'Shops.meta_title' => 'string',
'Shops__meta_description' => 'text',
'Shops.meta_description' => 'text',
'Shops__meta_keywords' => 'string',
'Shops.meta_keywords' => 'string',
'Shops__is_active' => 'boolean',
'Shops.is_active' => 'boolean',
'Shops__modified' => 'timestamp',
'Shops.modified' => 'timestamp',
'Shops__created' => 'timestamp',
'Shops.created' => 'timestamp',
'Shops__logo' => 'string',
'Shops.logo' => 'string',
'logo' => 'string',
'Shops__excerpt' => 'text',
'Shops.excerpt' => 'text',
'Shops__clickout_url' => 'string',
'Shops.clickout_url' => 'string',
'Shops__hits' => 'integer',
'Shops.hits' => 'integer',
'hits' => 'integer',
'Shops__is_monetizable' => 'boolean',
'Shops.is_monetizable' => 'boolean',
'is_monetizable' => 'boolean',
'Shops__show_expired_offers' => 'boolean',
'Shops.show_expired_offers' => 'boolean',
'show_expired_offers' => 'boolean',
'Shops__exclude_from_sitemap' => 'boolean',
'Shops.exclude_from_sitemap' => 'boolean',
'Shops__meta_robots' => 'string',
'Shops.meta_robots' => 'string',
'Shops__canonical' => 'string',
'Shops.canonical' => 'string',
'Shops__rating' => 'float',
'Shops.rating' => 'float',
'rating' => 'float',
'Shops__rating_count' => 'integer',
'Shops.rating_count' => 'integer',
'rating_count' => 'integer',
'Shops__legacy_gp_id' => 'integer',
'Shops.legacy_gp_id' => 'integer',
'legacy_gp_id' => 'integer',
'Shops__is_visible' => 'boolean',
'Shops.is_visible' => 'boolean',
'is_visible' => 'boolean',
'Shops__address' => 'text',
'Shops.address' => 'text',
'address' => 'text',
'Shops__contact' => 'text',
'Shops.contact' => 'text',
'contact' => 'text',
'Shops__screenshot' => 'string',
'Shops.screenshot' => 'string',
'screenshot' => 'string',
'Shops__is_experimental' => 'boolean',
'Shops.is_experimental' => 'boolean',
'is_experimental' => 'boolean',
'Shops__minimum_order_label' => 'integer',
'Shops.minimum_order_label' => 'integer',
'minimum_order_label' => 'integer',
'Shops__url' => 'string',
'Shops.url' => 'string',
'url' => 'string',
'Shops__offers_limit' => 'integer',
'Shops.offers_limit' => 'integer',
'offers_limit' => 'integer',
'Shops__disclaimer' => 'text',
'Shops.disclaimer' => 'text',
'disclaimer' => 'text',
'Shops__show_reviews' => 'boolean',
'Shops.show_reviews' => 'boolean',
'show_reviews' => 'boolean',
'Shops__affiliate_network_id' => 'integer',
'Shops.affiliate_network_id' => 'integer',
'affiliate_network_id' => 'integer',
'Shops__headline' => 'string',
'Shops.headline' => 'string',
'headline' => 'string',
'Shops__header_image' => 'string',
'Shops.header_image' => 'string',
'header_image' => 'string',
'Shops__has_deeplink_support' => 'boolean',
'Shops.has_deeplink_support' => 'boolean',
'has_deeplink_support' => 'boolean',
'Shops__score' => 'float',
'Shops.score' => 'float',
'Shops__factor' => 'float',
'Shops.factor' => 'float',
'factor' => 'float',
'Shops__show_similar_offers' => 'boolean',
'Shops.show_similar_offers' => 'boolean',
'show_similar_offers' => 'boolean',
'Shops__show_deals' => 'boolean',
'Shops.show_deals' => 'boolean',
'show_deals' => 'boolean',
'Shops__sitemap_lastmod' => 'timestamp',
'Shops.sitemap_lastmod' => 'timestamp',
'Shops__is_sitemap_aware' => 'boolean',
'Shops.is_sitemap_aware' => 'boolean',
'Shops__header_image_width' => 'integer',
'Shops.header_image_width' => 'integer',
'header_image_width' => 'integer',
'Shops__header_image_height' => 'integer',
'Shops.header_image_height' => 'integer',
'header_image_height' => 'integer',
'Shops__logo_width' => 'integer',
'Shops.logo_width' => 'integer',
'logo_width' => 'integer',
'Shops__logo_height' => 'integer',
'Shops.logo_height' => 'integer',
'logo_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'DealCategories' => [[maximum depth reached]],
'Shops' => [[maximum depth reached]]
],
'matching' => [
'DealCategories' => [
[maximum depth reached]
]
],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealsTable) {}
},
'contain' => [],
'keys' => [
(int) 25 => (int) 25
],
'nestKey' => 'DealCategories',
'foreignKey' => 'deal_category_id',
'conditions' => [],
'sort' => null
]</pre>
</div>
</div>
<div id="stack-frame-5" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Association/BelongsTo.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-5">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="196"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'associationType' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">type</span><span style="color: #007700">(),</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="197"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'finder' </span><span style="color: #007700">=> [</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #DD0000">'find'</span><span style="color: #007700">]</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="198"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="199"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="200"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$loader</span><span style="color: #007700">-></span><span style="color: #0000BB">buildEagerLoader</span><span style="color: #007700">(</span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="201"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="202"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="203"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-5" style="display: none;">
<pre>[
'strategy' => 'select',
'query' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Deals.id AS "Deals__id", Deals.name AS "Deals__name", Deals.description AS "Deals__description", Deals.slug AS "Deals__slug", Deals.deal_category_id AS "Deals__deal_category_id", Deals.price AS "Deals__price", Deals.reference_price AS "Deals__reference_price", Deals.clickout_url AS "Deals__clickout_url", Deals.is_active AS "Deals__is_active", Deals.expires AS "Deals__expires", Deals.type AS "Deals__type", Deals.has_push AS "Deals__has_push", Deals.comment_count AS "Deals__comment_count", Deals.meta_title AS "Deals__meta_title", Deals.meta_description AS "Deals__meta_description", Deals.meta_keywords AS "Deals__meta_keywords", Deals.meta_robots AS "Deals__meta_robots", Deals.canonical AS "Deals__canonical", Deals.image AS "Deals__image", Deals.modified AS "Deals__modified", Deals.created AS "Deals__created", Deals.shop_id AS "Deals__shop_id", Deals.deeplink AS "Deals__deeplink", Deals.like_count AS "Deals__like_count", Deals.user_id AS "Deals__user_id", Deals.exclude_from_sitemap AS "Deals__exclude_from_sitemap", Deals.score AS "Deals__score", Deals.start_date AS "Deals__start_date", Deals.sitemap_lastmod AS "Deals__sitemap_lastmod", Deals.is_sitemap_aware AS "Deals__is_sitemap_aware", Deals.excerpt AS "Deals__excerpt", Deals.visibility AS "Deals__visibility", Deals.coupon_code AS "Deals__coupon_code", Deals.shipping_cost AS "Deals__shipping_cost", Deals.image_width AS "Deals__image_width", Deals.image_height AS "Deals__image_height", Deals.show_comments AS "Deals__show_comments", Shops.id AS "Shops__id", Shops.shop_category_id AS "Shops__shop_category_id", Shops.slug AS "Shops__slug", Shops.name AS "Shops__name", Shops.description AS "Shops__description", Shops.meta_title AS "Shops__meta_title", Shops.meta_description AS "Shops__meta_description", Shops.meta_keywords AS "Shops__meta_keywords", Shops.is_active AS "Shops__is_active", Shops.modified AS "Shops__modified", Shops.created AS "Shops__created", Shops.logo AS "Shops__logo", Shops.excerpt AS "Shops__excerpt", Shops.clickout_url AS "Shops__clickout_url", Shops.hits AS "Shops__hits", Shops.is_monetizable AS "Shops__is_monetizable", Shops.show_expired_offers AS "Shops__show_expired_offers", Shops.exclude_from_sitemap AS "Shops__exclude_from_sitemap", Shops.meta_robots AS "Shops__meta_robots", Shops.canonical AS "Shops__canonical", Shops.rating AS "Shops__rating", Shops.rating_count AS "Shops__rating_count", Shops.legacy_gp_id AS "Shops__legacy_gp_id", Shops.is_visible AS "Shops__is_visible", Shops.address AS "Shops__address", Shops.contact AS "Shops__contact", Shops.screenshot AS "Shops__screenshot", Shops.is_experimental AS "Shops__is_experimental", Shops.minimum_order_label AS "Shops__minimum_order_label", Shops.url AS "Shops__url", Shops.offers_limit AS "Shops__offers_limit", Shops.disclaimer AS "Shops__disclaimer", Shops.show_reviews AS "Shops__show_reviews", Shops.affiliate_network_id AS "Shops__affiliate_network_id", Shops.headline AS "Shops__headline", Shops.header_image AS "Shops__header_image", Shops.has_deeplink_support AS "Shops__has_deeplink_support", Shops.score AS "Shops__score", Shops.factor AS "Shops__factor", Shops.show_similar_offers AS "Shops__show_similar_offers", Shops.show_deals AS "Shops__show_deals", Shops.sitemap_lastmod AS "Shops__sitemap_lastmod", Shops.is_sitemap_aware AS "Shops__is_sitemap_aware", Shops.header_image_width AS "Shops__header_image_width", Shops.header_image_height AS "Shops__header_image_height", Shops.logo_width AS "Shops__logo_width", Shops.logo_height AS "Shops__logo_height" FROM deals Deals INNER JOIN deal_categories DealCategories ON (DealCategories.is_active = :c0 AND DealCategories.id = (Deals.deal_category_id)) LEFT JOIN shops Shops ON Shops.id = (Deals.shop_id) WHERE (Deals.slug = :c1 AND Deals.is_active = :c2) LIMIT 1',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Deals__id' => 'integer',
'Deals.id' => 'integer',
'id' => 'integer',
'Deals__name' => 'string',
'Deals.name' => 'string',
'name' => 'string',
'Deals__description' => 'text',
'Deals.description' => 'text',
'description' => 'text',
'Deals__slug' => 'string',
'Deals.slug' => 'string',
'slug' => 'string',
'Deals__deal_category_id' => 'integer',
'Deals.deal_category_id' => 'integer',
'deal_category_id' => 'integer',
'Deals__price' => 'float',
'Deals.price' => 'float',
'price' => 'float',
'Deals__reference_price' => 'float',
'Deals.reference_price' => 'float',
'reference_price' => 'float',
'Deals__clickout_url' => 'string',
'Deals.clickout_url' => 'string',
'clickout_url' => 'string',
'Deals__is_active' => 'boolean',
'Deals.is_active' => 'boolean',
'is_active' => 'boolean',
'Deals__expires' => 'timestamp',
'Deals.expires' => 'timestamp',
'expires' => 'timestamp',
'Deals__type' => 'integer',
'Deals.type' => 'integer',
'type' => 'integer',
'Deals__has_push' => 'boolean',
'Deals.has_push' => 'boolean',
'has_push' => 'boolean',
'Deals__comment_count' => 'integer',
'Deals.comment_count' => 'integer',
'comment_count' => 'integer',
'Deals__meta_title' => 'string',
'Deals.meta_title' => 'string',
'meta_title' => 'string',
'Deals__meta_description' => 'text',
'Deals.meta_description' => 'text',
'meta_description' => 'text',
'Deals__meta_keywords' => 'string',
'Deals.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Deals__meta_robots' => 'string',
'Deals.meta_robots' => 'string',
'meta_robots' => 'string',
'Deals__canonical' => 'string',
'Deals.canonical' => 'string',
'canonical' => 'string',
'Deals__image' => 'string',
'Deals.image' => 'string',
'image' => 'string',
'Deals__modified' => 'timestamp',
'Deals.modified' => 'timestamp',
'modified' => 'timestamp',
'Deals__created' => 'timestamp',
'Deals.created' => 'timestamp',
'created' => 'timestamp',
'Deals__shop_id' => 'integer',
'Deals.shop_id' => 'integer',
'shop_id' => 'integer',
'Deals__deeplink' => 'string',
'Deals.deeplink' => 'string',
'deeplink' => 'string',
'Deals__like_count' => 'integer',
'Deals.like_count' => 'integer',
'like_count' => 'integer',
'Deals__user_id' => 'integer',
'Deals.user_id' => 'integer',
'user_id' => 'integer',
'Deals__exclude_from_sitemap' => 'boolean',
'Deals.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'Deals__score' => 'float',
'Deals.score' => 'float',
'score' => 'float',
'Deals__start_date' => 'timestamp',
'Deals.start_date' => 'timestamp',
'start_date' => 'timestamp',
'Deals__sitemap_lastmod' => 'timestamp',
'Deals.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'Deals__is_sitemap_aware' => 'boolean',
'Deals.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'Deals__excerpt' => 'text',
'Deals.excerpt' => 'text',
'excerpt' => 'text',
'Deals__visibility' => 'integer',
'Deals.visibility' => 'integer',
'visibility' => 'integer',
'Deals__coupon_code' => 'string',
'Deals.coupon_code' => 'string',
'coupon_code' => 'string',
'Deals__shipping_cost' => 'float',
'Deals.shipping_cost' => 'float',
'shipping_cost' => 'float',
'Deals__image_width' => 'integer',
'Deals.image_width' => 'integer',
'image_width' => 'integer',
'Deals__image_height' => 'integer',
'Deals.image_height' => 'integer',
'image_height' => 'integer',
'Deals__show_comments' => 'boolean',
'Deals.show_comments' => 'boolean',
'show_comments' => 'boolean',
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'Shops__shop_category_id' => 'integer',
'Shops.shop_category_id' => 'integer',
'shop_category_id' => 'integer',
'Shops__slug' => 'string',
'Shops.slug' => 'string',
'Shops__name' => 'string',
'Shops.name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'Shops__meta_title' => 'string',
'Shops.meta_title' => 'string',
'Shops__meta_description' => 'text',
'Shops.meta_description' => 'text',
'Shops__meta_keywords' => 'string',
'Shops.meta_keywords' => 'string',
'Shops__is_active' => 'boolean',
'Shops.is_active' => 'boolean',
'Shops__modified' => 'timestamp',
'Shops.modified' => 'timestamp',
'Shops__created' => 'timestamp',
'Shops.created' => 'timestamp',
'Shops__logo' => 'string',
'Shops.logo' => 'string',
'logo' => 'string',
'Shops__excerpt' => 'text',
'Shops.excerpt' => 'text',
'Shops__clickout_url' => 'string',
'Shops.clickout_url' => 'string',
'Shops__hits' => 'integer',
'Shops.hits' => 'integer',
'hits' => 'integer',
'Shops__is_monetizable' => 'boolean',
'Shops.is_monetizable' => 'boolean',
'is_monetizable' => 'boolean',
'Shops__show_expired_offers' => 'boolean',
'Shops.show_expired_offers' => 'boolean',
'show_expired_offers' => 'boolean',
'Shops__exclude_from_sitemap' => 'boolean',
'Shops.exclude_from_sitemap' => 'boolean',
'Shops__meta_robots' => 'string',
'Shops.meta_robots' => 'string',
'Shops__canonical' => 'string',
'Shops.canonical' => 'string',
'Shops__rating' => 'float',
'Shops.rating' => 'float',
'rating' => 'float',
'Shops__rating_count' => 'integer',
'Shops.rating_count' => 'integer',
'rating_count' => 'integer',
'Shops__legacy_gp_id' => 'integer',
'Shops.legacy_gp_id' => 'integer',
'legacy_gp_id' => 'integer',
'Shops__is_visible' => 'boolean',
'Shops.is_visible' => 'boolean',
'is_visible' => 'boolean',
'Shops__address' => 'text',
'Shops.address' => 'text',
'address' => 'text',
'Shops__contact' => 'text',
'Shops.contact' => 'text',
'contact' => 'text',
'Shops__screenshot' => 'string',
'Shops.screenshot' => 'string',
'screenshot' => 'string',
'Shops__is_experimental' => 'boolean',
'Shops.is_experimental' => 'boolean',
'is_experimental' => 'boolean',
'Shops__minimum_order_label' => 'integer',
'Shops.minimum_order_label' => 'integer',
'minimum_order_label' => 'integer',
'Shops__url' => 'string',
'Shops.url' => 'string',
'url' => 'string',
'Shops__offers_limit' => 'integer',
'Shops.offers_limit' => 'integer',
'offers_limit' => 'integer',
'Shops__disclaimer' => 'text',
'Shops.disclaimer' => 'text',
'disclaimer' => 'text',
'Shops__show_reviews' => 'boolean',
'Shops.show_reviews' => 'boolean',
'show_reviews' => 'boolean',
'Shops__affiliate_network_id' => 'integer',
'Shops.affiliate_network_id' => 'integer',
'affiliate_network_id' => 'integer',
'Shops__headline' => 'string',
'Shops.headline' => 'string',
'headline' => 'string',
'Shops__header_image' => 'string',
'Shops.header_image' => 'string',
'header_image' => 'string',
'Shops__has_deeplink_support' => 'boolean',
'Shops.has_deeplink_support' => 'boolean',
'has_deeplink_support' => 'boolean',
'Shops__score' => 'float',
'Shops.score' => 'float',
'Shops__factor' => 'float',
'Shops.factor' => 'float',
'factor' => 'float',
'Shops__show_similar_offers' => 'boolean',
'Shops.show_similar_offers' => 'boolean',
'show_similar_offers' => 'boolean',
'Shops__show_deals' => 'boolean',
'Shops.show_deals' => 'boolean',
'show_deals' => 'boolean',
'Shops__sitemap_lastmod' => 'timestamp',
'Shops.sitemap_lastmod' => 'timestamp',
'Shops__is_sitemap_aware' => 'boolean',
'Shops.is_sitemap_aware' => 'boolean',
'Shops__header_image_width' => 'integer',
'Shops.header_image_width' => 'integer',
'header_image_width' => 'integer',
'Shops__header_image_height' => 'integer',
'Shops.header_image_height' => 'integer',
'header_image_height' => 'integer',
'Shops__logo_width' => 'integer',
'Shops.logo_width' => 'integer',
'logo_width' => 'integer',
'Shops__logo_height' => 'integer',
'Shops.logo_height' => 'integer',
'logo_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'DealCategories' => [[maximum depth reached]],
'Shops' => [[maximum depth reached]]
],
'matching' => [
'DealCategories' => [
[maximum depth reached]
]
],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealsTable) {}
},
'contain' => [],
'keys' => [
(int) 25 => (int) 25
],
'nestKey' => 'DealCategories',
'foreignKey' => 'deal_category_id',
'conditions' => [],
'sort' => null
]</pre>
</div>
</div>
<div id="stack-frame-6" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/EagerLoader.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-6">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="708"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $config </span><span style="color: #007700">+ [</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="709"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'query' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$query</span><span style="color: #007700">,</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="710"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'contain' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$contain</span><span style="color: #007700">,</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="711"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'keys' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$keys</span><span style="color: #007700">,</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="712"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'nestKey' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$meta</span><span style="color: #007700">-></span><span style="color: #0000BB">aliasPath</span><span style="color: #007700">()</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="713"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">]</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="714"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="715"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= new </span><span style="color: #0000BB">CallbackStatement</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">, </span><span style="color: #0000BB">$driver</span><span style="color: #007700">, </span><span style="color: #0000BB">$f</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="716"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-6" style="display: none;">
<pre>[
'strategy' => 'select',
'query' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Deals.id AS "Deals__id", Deals.name AS "Deals__name", Deals.description AS "Deals__description", Deals.slug AS "Deals__slug", Deals.deal_category_id AS "Deals__deal_category_id", Deals.price AS "Deals__price", Deals.reference_price AS "Deals__reference_price", Deals.clickout_url AS "Deals__clickout_url", Deals.is_active AS "Deals__is_active", Deals.expires AS "Deals__expires", Deals.type AS "Deals__type", Deals.has_push AS "Deals__has_push", Deals.comment_count AS "Deals__comment_count", Deals.meta_title AS "Deals__meta_title", Deals.meta_description AS "Deals__meta_description", Deals.meta_keywords AS "Deals__meta_keywords", Deals.meta_robots AS "Deals__meta_robots", Deals.canonical AS "Deals__canonical", Deals.image AS "Deals__image", Deals.modified AS "Deals__modified", Deals.created AS "Deals__created", Deals.shop_id AS "Deals__shop_id", Deals.deeplink AS "Deals__deeplink", Deals.like_count AS "Deals__like_count", Deals.user_id AS "Deals__user_id", Deals.exclude_from_sitemap AS "Deals__exclude_from_sitemap", Deals.score AS "Deals__score", Deals.start_date AS "Deals__start_date", Deals.sitemap_lastmod AS "Deals__sitemap_lastmod", Deals.is_sitemap_aware AS "Deals__is_sitemap_aware", Deals.excerpt AS "Deals__excerpt", Deals.visibility AS "Deals__visibility", Deals.coupon_code AS "Deals__coupon_code", Deals.shipping_cost AS "Deals__shipping_cost", Deals.image_width AS "Deals__image_width", Deals.image_height AS "Deals__image_height", Deals.show_comments AS "Deals__show_comments", Shops.id AS "Shops__id", Shops.shop_category_id AS "Shops__shop_category_id", Shops.slug AS "Shops__slug", Shops.name AS "Shops__name", Shops.description AS "Shops__description", Shops.meta_title AS "Shops__meta_title", Shops.meta_description AS "Shops__meta_description", Shops.meta_keywords AS "Shops__meta_keywords", Shops.is_active AS "Shops__is_active", Shops.modified AS "Shops__modified", Shops.created AS "Shops__created", Shops.logo AS "Shops__logo", Shops.excerpt AS "Shops__excerpt", Shops.clickout_url AS "Shops__clickout_url", Shops.hits AS "Shops__hits", Shops.is_monetizable AS "Shops__is_monetizable", Shops.show_expired_offers AS "Shops__show_expired_offers", Shops.exclude_from_sitemap AS "Shops__exclude_from_sitemap", Shops.meta_robots AS "Shops__meta_robots", Shops.canonical AS "Shops__canonical", Shops.rating AS "Shops__rating", Shops.rating_count AS "Shops__rating_count", Shops.legacy_gp_id AS "Shops__legacy_gp_id", Shops.is_visible AS "Shops__is_visible", Shops.address AS "Shops__address", Shops.contact AS "Shops__contact", Shops.screenshot AS "Shops__screenshot", Shops.is_experimental AS "Shops__is_experimental", Shops.minimum_order_label AS "Shops__minimum_order_label", Shops.url AS "Shops__url", Shops.offers_limit AS "Shops__offers_limit", Shops.disclaimer AS "Shops__disclaimer", Shops.show_reviews AS "Shops__show_reviews", Shops.affiliate_network_id AS "Shops__affiliate_network_id", Shops.headline AS "Shops__headline", Shops.header_image AS "Shops__header_image", Shops.has_deeplink_support AS "Shops__has_deeplink_support", Shops.score AS "Shops__score", Shops.factor AS "Shops__factor", Shops.show_similar_offers AS "Shops__show_similar_offers", Shops.show_deals AS "Shops__show_deals", Shops.sitemap_lastmod AS "Shops__sitemap_lastmod", Shops.is_sitemap_aware AS "Shops__is_sitemap_aware", Shops.header_image_width AS "Shops__header_image_width", Shops.header_image_height AS "Shops__header_image_height", Shops.logo_width AS "Shops__logo_width", Shops.logo_height AS "Shops__logo_height" FROM deals Deals INNER JOIN deal_categories DealCategories ON (DealCategories.is_active = :c0 AND DealCategories.id = (Deals.deal_category_id)) LEFT JOIN shops Shops ON Shops.id = (Deals.shop_id) WHERE (Deals.slug = :c1 AND Deals.is_active = :c2) LIMIT 1',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Deals__id' => 'integer',
'Deals.id' => 'integer',
'id' => 'integer',
'Deals__name' => 'string',
'Deals.name' => 'string',
'name' => 'string',
'Deals__description' => 'text',
'Deals.description' => 'text',
'description' => 'text',
'Deals__slug' => 'string',
'Deals.slug' => 'string',
'slug' => 'string',
'Deals__deal_category_id' => 'integer',
'Deals.deal_category_id' => 'integer',
'deal_category_id' => 'integer',
'Deals__price' => 'float',
'Deals.price' => 'float',
'price' => 'float',
'Deals__reference_price' => 'float',
'Deals.reference_price' => 'float',
'reference_price' => 'float',
'Deals__clickout_url' => 'string',
'Deals.clickout_url' => 'string',
'clickout_url' => 'string',
'Deals__is_active' => 'boolean',
'Deals.is_active' => 'boolean',
'is_active' => 'boolean',
'Deals__expires' => 'timestamp',
'Deals.expires' => 'timestamp',
'expires' => 'timestamp',
'Deals__type' => 'integer',
'Deals.type' => 'integer',
'type' => 'integer',
'Deals__has_push' => 'boolean',
'Deals.has_push' => 'boolean',
'has_push' => 'boolean',
'Deals__comment_count' => 'integer',
'Deals.comment_count' => 'integer',
'comment_count' => 'integer',
'Deals__meta_title' => 'string',
'Deals.meta_title' => 'string',
'meta_title' => 'string',
'Deals__meta_description' => 'text',
'Deals.meta_description' => 'text',
'meta_description' => 'text',
'Deals__meta_keywords' => 'string',
'Deals.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Deals__meta_robots' => 'string',
'Deals.meta_robots' => 'string',
'meta_robots' => 'string',
'Deals__canonical' => 'string',
'Deals.canonical' => 'string',
'canonical' => 'string',
'Deals__image' => 'string',
'Deals.image' => 'string',
'image' => 'string',
'Deals__modified' => 'timestamp',
'Deals.modified' => 'timestamp',
'modified' => 'timestamp',
'Deals__created' => 'timestamp',
'Deals.created' => 'timestamp',
'created' => 'timestamp',
'Deals__shop_id' => 'integer',
'Deals.shop_id' => 'integer',
'shop_id' => 'integer',
'Deals__deeplink' => 'string',
'Deals.deeplink' => 'string',
'deeplink' => 'string',
'Deals__like_count' => 'integer',
'Deals.like_count' => 'integer',
'like_count' => 'integer',
'Deals__user_id' => 'integer',
'Deals.user_id' => 'integer',
'user_id' => 'integer',
'Deals__exclude_from_sitemap' => 'boolean',
'Deals.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'Deals__score' => 'float',
'Deals.score' => 'float',
'score' => 'float',
'Deals__start_date' => 'timestamp',
'Deals.start_date' => 'timestamp',
'start_date' => 'timestamp',
'Deals__sitemap_lastmod' => 'timestamp',
'Deals.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'Deals__is_sitemap_aware' => 'boolean',
'Deals.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'Deals__excerpt' => 'text',
'Deals.excerpt' => 'text',
'excerpt' => 'text',
'Deals__visibility' => 'integer',
'Deals.visibility' => 'integer',
'visibility' => 'integer',
'Deals__coupon_code' => 'string',
'Deals.coupon_code' => 'string',
'coupon_code' => 'string',
'Deals__shipping_cost' => 'float',
'Deals.shipping_cost' => 'float',
'shipping_cost' => 'float',
'Deals__image_width' => 'integer',
'Deals.image_width' => 'integer',
'image_width' => 'integer',
'Deals__image_height' => 'integer',
'Deals.image_height' => 'integer',
'image_height' => 'integer',
'Deals__show_comments' => 'boolean',
'Deals.show_comments' => 'boolean',
'show_comments' => 'boolean',
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'Shops__shop_category_id' => 'integer',
'Shops.shop_category_id' => 'integer',
'shop_category_id' => 'integer',
'Shops__slug' => 'string',
'Shops.slug' => 'string',
'Shops__name' => 'string',
'Shops.name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'Shops__meta_title' => 'string',
'Shops.meta_title' => 'string',
'Shops__meta_description' => 'text',
'Shops.meta_description' => 'text',
'Shops__meta_keywords' => 'string',
'Shops.meta_keywords' => 'string',
'Shops__is_active' => 'boolean',
'Shops.is_active' => 'boolean',
'Shops__modified' => 'timestamp',
'Shops.modified' => 'timestamp',
'Shops__created' => 'timestamp',
'Shops.created' => 'timestamp',
'Shops__logo' => 'string',
'Shops.logo' => 'string',
'logo' => 'string',
'Shops__excerpt' => 'text',
'Shops.excerpt' => 'text',
'Shops__clickout_url' => 'string',
'Shops.clickout_url' => 'string',
'Shops__hits' => 'integer',
'Shops.hits' => 'integer',
'hits' => 'integer',
'Shops__is_monetizable' => 'boolean',
'Shops.is_monetizable' => 'boolean',
'is_monetizable' => 'boolean',
'Shops__show_expired_offers' => 'boolean',
'Shops.show_expired_offers' => 'boolean',
'show_expired_offers' => 'boolean',
'Shops__exclude_from_sitemap' => 'boolean',
'Shops.exclude_from_sitemap' => 'boolean',
'Shops__meta_robots' => 'string',
'Shops.meta_robots' => 'string',
'Shops__canonical' => 'string',
'Shops.canonical' => 'string',
'Shops__rating' => 'float',
'Shops.rating' => 'float',
'rating' => 'float',
'Shops__rating_count' => 'integer',
'Shops.rating_count' => 'integer',
'rating_count' => 'integer',
'Shops__legacy_gp_id' => 'integer',
'Shops.legacy_gp_id' => 'integer',
'legacy_gp_id' => 'integer',
'Shops__is_visible' => 'boolean',
'Shops.is_visible' => 'boolean',
'is_visible' => 'boolean',
'Shops__address' => 'text',
'Shops.address' => 'text',
'address' => 'text',
'Shops__contact' => 'text',
'Shops.contact' => 'text',
'contact' => 'text',
'Shops__screenshot' => 'string',
'Shops.screenshot' => 'string',
'screenshot' => 'string',
'Shops__is_experimental' => 'boolean',
'Shops.is_experimental' => 'boolean',
'is_experimental' => 'boolean',
'Shops__minimum_order_label' => 'integer',
'Shops.minimum_order_label' => 'integer',
'minimum_order_label' => 'integer',
'Shops__url' => 'string',
'Shops.url' => 'string',
'url' => 'string',
'Shops__offers_limit' => 'integer',
'Shops.offers_limit' => 'integer',
'offers_limit' => 'integer',
'Shops__disclaimer' => 'text',
'Shops.disclaimer' => 'text',
'disclaimer' => 'text',
'Shops__show_reviews' => 'boolean',
'Shops.show_reviews' => 'boolean',
'show_reviews' => 'boolean',
'Shops__affiliate_network_id' => 'integer',
'Shops.affiliate_network_id' => 'integer',
'affiliate_network_id' => 'integer',
'Shops__headline' => 'string',
'Shops.headline' => 'string',
'headline' => 'string',
'Shops__header_image' => 'string',
'Shops.header_image' => 'string',
'header_image' => 'string',
'Shops__has_deeplink_support' => 'boolean',
'Shops.has_deeplink_support' => 'boolean',
'has_deeplink_support' => 'boolean',
'Shops__score' => 'float',
'Shops.score' => 'float',
'Shops__factor' => 'float',
'Shops.factor' => 'float',
'factor' => 'float',
'Shops__show_similar_offers' => 'boolean',
'Shops.show_similar_offers' => 'boolean',
'show_similar_offers' => 'boolean',
'Shops__show_deals' => 'boolean',
'Shops.show_deals' => 'boolean',
'show_deals' => 'boolean',
'Shops__sitemap_lastmod' => 'timestamp',
'Shops.sitemap_lastmod' => 'timestamp',
'Shops__is_sitemap_aware' => 'boolean',
'Shops.is_sitemap_aware' => 'boolean',
'Shops__header_image_width' => 'integer',
'Shops.header_image_width' => 'integer',
'header_image_width' => 'integer',
'Shops__header_image_height' => 'integer',
'Shops.header_image_height' => 'integer',
'header_image_height' => 'integer',
'Shops__logo_width' => 'integer',
'Shops.logo_width' => 'integer',
'logo_width' => 'integer',
'Shops__logo_height' => 'integer',
'Shops.logo_height' => 'integer',
'logo_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'DealCategories' => [[maximum depth reached]],
'Shops' => [[maximum depth reached]]
],
'matching' => [
'DealCategories' => [
[maximum depth reached]
]
],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealsTable) {}
},
'contain' => [],
'keys' => [
(int) 25 => (int) 25
],
'nestKey' => 'DealCategories'
]</pre>
</div>
</div>
<div id="stack-frame-7" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Query.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-7">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="1137"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1138"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return new </span><span style="color: #0000BB">$decorator</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_results</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1139"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1140"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1141"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getEagerLoader</span><span style="color: #007700">()-></span><span style="color: #0000BB">loadExternal</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1142"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1143"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return new </span><span style="color: #0000BB">ResultSet</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1144"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1145"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-7" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Deals.id AS "Deals__id", Deals.name AS "Deals__name", Deals.description AS "Deals__description", Deals.slug AS "Deals__slug", Deals.deal_category_id AS "Deals__deal_category_id", Deals.price AS "Deals__price", Deals.reference_price AS "Deals__reference_price", Deals.clickout_url AS "Deals__clickout_url", Deals.is_active AS "Deals__is_active", Deals.expires AS "Deals__expires", Deals.type AS "Deals__type", Deals.has_push AS "Deals__has_push", Deals.comment_count AS "Deals__comment_count", Deals.meta_title AS "Deals__meta_title", Deals.meta_description AS "Deals__meta_description", Deals.meta_keywords AS "Deals__meta_keywords", Deals.meta_robots AS "Deals__meta_robots", Deals.canonical AS "Deals__canonical", Deals.image AS "Deals__image", Deals.modified AS "Deals__modified", Deals.created AS "Deals__created", Deals.shop_id AS "Deals__shop_id", Deals.deeplink AS "Deals__deeplink", Deals.like_count AS "Deals__like_count", Deals.user_id AS "Deals__user_id", Deals.exclude_from_sitemap AS "Deals__exclude_from_sitemap", Deals.score AS "Deals__score", Deals.start_date AS "Deals__start_date", Deals.sitemap_lastmod AS "Deals__sitemap_lastmod", Deals.is_sitemap_aware AS "Deals__is_sitemap_aware", Deals.excerpt AS "Deals__excerpt", Deals.visibility AS "Deals__visibility", Deals.coupon_code AS "Deals__coupon_code", Deals.shipping_cost AS "Deals__shipping_cost", Deals.image_width AS "Deals__image_width", Deals.image_height AS "Deals__image_height", Deals.show_comments AS "Deals__show_comments", Shops.id AS "Shops__id", Shops.shop_category_id AS "Shops__shop_category_id", Shops.slug AS "Shops__slug", Shops.name AS "Shops__name", Shops.description AS "Shops__description", Shops.meta_title AS "Shops__meta_title", Shops.meta_description AS "Shops__meta_description", Shops.meta_keywords AS "Shops__meta_keywords", Shops.is_active AS "Shops__is_active", Shops.modified AS "Shops__modified", Shops.created AS "Shops__created", Shops.logo AS "Shops__logo", Shops.excerpt AS "Shops__excerpt", Shops.clickout_url AS "Shops__clickout_url", Shops.hits AS "Shops__hits", Shops.is_monetizable AS "Shops__is_monetizable", Shops.show_expired_offers AS "Shops__show_expired_offers", Shops.exclude_from_sitemap AS "Shops__exclude_from_sitemap", Shops.meta_robots AS "Shops__meta_robots", Shops.canonical AS "Shops__canonical", Shops.rating AS "Shops__rating", Shops.rating_count AS "Shops__rating_count", Shops.legacy_gp_id AS "Shops__legacy_gp_id", Shops.is_visible AS "Shops__is_visible", Shops.address AS "Shops__address", Shops.contact AS "Shops__contact", Shops.screenshot AS "Shops__screenshot", Shops.is_experimental AS "Shops__is_experimental", Shops.minimum_order_label AS "Shops__minimum_order_label", Shops.url AS "Shops__url", Shops.offers_limit AS "Shops__offers_limit", Shops.disclaimer AS "Shops__disclaimer", Shops.show_reviews AS "Shops__show_reviews", Shops.affiliate_network_id AS "Shops__affiliate_network_id", Shops.headline AS "Shops__headline", Shops.header_image AS "Shops__header_image", Shops.has_deeplink_support AS "Shops__has_deeplink_support", Shops.score AS "Shops__score", Shops.factor AS "Shops__factor", Shops.show_similar_offers AS "Shops__show_similar_offers", Shops.show_deals AS "Shops__show_deals", Shops.sitemap_lastmod AS "Shops__sitemap_lastmod", Shops.is_sitemap_aware AS "Shops__is_sitemap_aware", Shops.header_image_width AS "Shops__header_image_width", Shops.header_image_height AS "Shops__header_image_height", Shops.logo_width AS "Shops__logo_width", Shops.logo_height AS "Shops__logo_height" FROM deals Deals INNER JOIN deal_categories DealCategories ON (DealCategories.is_active = :c0 AND DealCategories.id = (Deals.deal_category_id)) LEFT JOIN shops Shops ON Shops.id = (Deals.shop_id) WHERE (Deals.slug = :c1 AND Deals.is_active = :c2) LIMIT 1',
'params' => [
':c0' => [
'value' => true,
'type' => 'boolean',
'placeholder' => 'c0'
],
':c1' => [
'value' => 'philips-avent-scd73526',
'type' => 'string',
'placeholder' => 'c1'
],
':c2' => [
'value' => true,
'type' => 'boolean',
'placeholder' => 'c2'
]
],
'defaultTypes' => [
'Deals__id' => 'integer',
'Deals.id' => 'integer',
'id' => 'integer',
'Deals__name' => 'string',
'Deals.name' => 'string',
'name' => 'string',
'Deals__description' => 'text',
'Deals.description' => 'text',
'description' => 'text',
'Deals__slug' => 'string',
'Deals.slug' => 'string',
'slug' => 'string',
'Deals__deal_category_id' => 'integer',
'Deals.deal_category_id' => 'integer',
'deal_category_id' => 'integer',
'Deals__price' => 'float',
'Deals.price' => 'float',
'price' => 'float',
'Deals__reference_price' => 'float',
'Deals.reference_price' => 'float',
'reference_price' => 'float',
'Deals__clickout_url' => 'string',
'Deals.clickout_url' => 'string',
'clickout_url' => 'string',
'Deals__is_active' => 'boolean',
'Deals.is_active' => 'boolean',
'is_active' => 'boolean',
'Deals__expires' => 'timestamp',
'Deals.expires' => 'timestamp',
'expires' => 'timestamp',
'Deals__type' => 'integer',
'Deals.type' => 'integer',
'type' => 'integer',
'Deals__has_push' => 'boolean',
'Deals.has_push' => 'boolean',
'has_push' => 'boolean',
'Deals__comment_count' => 'integer',
'Deals.comment_count' => 'integer',
'comment_count' => 'integer',
'Deals__meta_title' => 'string',
'Deals.meta_title' => 'string',
'meta_title' => 'string',
'Deals__meta_description' => 'text',
'Deals.meta_description' => 'text',
'meta_description' => 'text',
'Deals__meta_keywords' => 'string',
'Deals.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Deals__meta_robots' => 'string',
'Deals.meta_robots' => 'string',
'meta_robots' => 'string',
'Deals__canonical' => 'string',
'Deals.canonical' => 'string',
'canonical' => 'string',
'Deals__image' => 'string',
'Deals.image' => 'string',
'image' => 'string',
'Deals__modified' => 'timestamp',
'Deals.modified' => 'timestamp',
'modified' => 'timestamp',
'Deals__created' => 'timestamp',
'Deals.created' => 'timestamp',
'created' => 'timestamp',
'Deals__shop_id' => 'integer',
'Deals.shop_id' => 'integer',
'shop_id' => 'integer',
'Deals__deeplink' => 'string',
'Deals.deeplink' => 'string',
'deeplink' => 'string',
'Deals__like_count' => 'integer',
'Deals.like_count' => 'integer',
'like_count' => 'integer',
'Deals__user_id' => 'integer',
'Deals.user_id' => 'integer',
'user_id' => 'integer',
'Deals__exclude_from_sitemap' => 'boolean',
'Deals.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'Deals__score' => 'float',
'Deals.score' => 'float',
'score' => 'float',
'Deals__start_date' => 'timestamp',
'Deals.start_date' => 'timestamp',
'start_date' => 'timestamp',
'Deals__sitemap_lastmod' => 'timestamp',
'Deals.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'Deals__is_sitemap_aware' => 'boolean',
'Deals.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'Deals__excerpt' => 'text',
'Deals.excerpt' => 'text',
'excerpt' => 'text',
'Deals__visibility' => 'integer',
'Deals.visibility' => 'integer',
'visibility' => 'integer',
'Deals__coupon_code' => 'string',
'Deals.coupon_code' => 'string',
'coupon_code' => 'string',
'Deals__shipping_cost' => 'float',
'Deals.shipping_cost' => 'float',
'shipping_cost' => 'float',
'Deals__image_width' => 'integer',
'Deals.image_width' => 'integer',
'image_width' => 'integer',
'Deals__image_height' => 'integer',
'Deals.image_height' => 'integer',
'image_height' => 'integer',
'Deals__show_comments' => 'boolean',
'Deals.show_comments' => 'boolean',
'show_comments' => 'boolean',
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'Shops__shop_category_id' => 'integer',
'Shops.shop_category_id' => 'integer',
'shop_category_id' => 'integer',
'Shops__slug' => 'string',
'Shops.slug' => 'string',
'Shops__name' => 'string',
'Shops.name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'Shops__meta_title' => 'string',
'Shops.meta_title' => 'string',
'Shops__meta_description' => 'text',
'Shops.meta_description' => 'text',
'Shops__meta_keywords' => 'string',
'Shops.meta_keywords' => 'string',
'Shops__is_active' => 'boolean',
'Shops.is_active' => 'boolean',
'Shops__modified' => 'timestamp',
'Shops.modified' => 'timestamp',
'Shops__created' => 'timestamp',
'Shops.created' => 'timestamp',
'Shops__logo' => 'string',
'Shops.logo' => 'string',
'logo' => 'string',
'Shops__excerpt' => 'text',
'Shops.excerpt' => 'text',
'Shops__clickout_url' => 'string',
'Shops.clickout_url' => 'string',
'Shops__hits' => 'integer',
'Shops.hits' => 'integer',
'hits' => 'integer',
'Shops__is_monetizable' => 'boolean',
'Shops.is_monetizable' => 'boolean',
'is_monetizable' => 'boolean',
'Shops__show_expired_offers' => 'boolean',
'Shops.show_expired_offers' => 'boolean',
'show_expired_offers' => 'boolean',
'Shops__exclude_from_sitemap' => 'boolean',
'Shops.exclude_from_sitemap' => 'boolean',
'Shops__meta_robots' => 'string',
'Shops.meta_robots' => 'string',
'Shops__canonical' => 'string',
'Shops.canonical' => 'string',
'Shops__rating' => 'float',
'Shops.rating' => 'float',
'rating' => 'float',
'Shops__rating_count' => 'integer',
'Shops.rating_count' => 'integer',
'rating_count' => 'integer',
'Shops__legacy_gp_id' => 'integer',
'Shops.legacy_gp_id' => 'integer',
'legacy_gp_id' => 'integer',
'Shops__is_visible' => 'boolean',
'Shops.is_visible' => 'boolean',
'is_visible' => 'boolean',
'Shops__address' => 'text',
'Shops.address' => 'text',
'address' => 'text',
'Shops__contact' => 'text',
'Shops.contact' => 'text',
'contact' => 'text',
'Shops__screenshot' => 'string',
'Shops.screenshot' => 'string',
'screenshot' => 'string',
'Shops__is_experimental' => 'boolean',
'Shops.is_experimental' => 'boolean',
'is_experimental' => 'boolean',
'Shops__minimum_order_label' => 'integer',
'Shops.minimum_order_label' => 'integer',
'minimum_order_label' => 'integer',
'Shops__url' => 'string',
'Shops.url' => 'string',
'url' => 'string',
'Shops__offers_limit' => 'integer',
'Shops.offers_limit' => 'integer',
'offers_limit' => 'integer',
'Shops__disclaimer' => 'text',
'Shops.disclaimer' => 'text',
'disclaimer' => 'text',
'Shops__show_reviews' => 'boolean',
'Shops.show_reviews' => 'boolean',
'show_reviews' => 'boolean',
'Shops__affiliate_network_id' => 'integer',
'Shops.affiliate_network_id' => 'integer',
'affiliate_network_id' => 'integer',
'Shops__headline' => 'string',
'Shops.headline' => 'string',
'headline' => 'string',
'Shops__header_image' => 'string',
'Shops.header_image' => 'string',
'header_image' => 'string',
'Shops__has_deeplink_support' => 'boolean',
'Shops.has_deeplink_support' => 'boolean',
'has_deeplink_support' => 'boolean',
'Shops__score' => 'float',
'Shops.score' => 'float',
'Shops__factor' => 'float',
'Shops.factor' => 'float',
'factor' => 'float',
'Shops__show_similar_offers' => 'boolean',
'Shops.show_similar_offers' => 'boolean',
'show_similar_offers' => 'boolean',
'Shops__show_deals' => 'boolean',
'Shops.show_deals' => 'boolean',
'show_deals' => 'boolean',
'Shops__sitemap_lastmod' => 'timestamp',
'Shops.sitemap_lastmod' => 'timestamp',
'Shops__is_sitemap_aware' => 'boolean',
'Shops.is_sitemap_aware' => 'boolean',
'Shops__header_image_width' => 'integer',
'Shops.header_image_width' => 'integer',
'header_image_width' => 'integer',
'Shops__header_image_height' => 'integer',
'Shops.header_image_height' => 'integer',
'header_image_height' => 'integer',
'Shops__logo_width' => 'integer',
'Shops.logo_width' => 'integer',
'logo_width' => 'integer',
'Shops__logo_height' => 'integer',
'Shops.logo_height' => 'integer',
'logo_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'DealCategories' => [],
'Shops' => []
],
'matching' => [
'DealCategories' => [
'queryBuilder' => object(Closure) {},
'matching' => true,
'joinType' => 'INNER',
'fields' => false
]
],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealsTable) {
'registryAlias' => 'Deals',
'table' => 'deals',
'alias' => 'Deals',
'entityClass' => 'App\Model\Entity\Deal',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
object(Cake\Database\Statement\BufferedStatement) {
[protected] _allFetched => true
[protected] statement => object(Cake\Database\Statement\CallbackStatement) {
[protected] _callback => object(Cake\Database\FieldTypeConverter) {}
[protected] _statement => object(Cake\Database\Statement\PDOStatement) {}
[protected] _driver => object(App\Database\Driver\Postgres) {}
[protected] _hasExecuted => false
}
[protected] _driver => object(App\Database\Driver\Postgres) {
'connected' => true
}
[protected] buffer => [
(int) 0 => [
'Deals__id' => (int) 220335,
'Deals__name' => 'Philips Avent DECT SCD735/26 für 95€ - Babyphone mit Nachtlicht & Sternenhimmel, 24 Std. Laufzeit, Eco-Modus',
'Deals__description' => '<p>Es gibt doch nichts Schöneres, als zu wissen, dass bei seinem kleinen Schatz alles in Ordnung ist. Dafür ist ein Babyphone wirklich Gold wert. Mit diesem könnt ihr euch bis zu 50 Meter innerhalb eurer Räume entfernen. Dank der DECT-Technologie befindet ihr euch dabei in einer sicheren und privaten Verbindung.</p>
<ul>
<li>
<a href="https://www.awin1.com/cread.php?awinaffid=320245&amp;awinmid=14824&amp;platform=dl&amp;ued=https%3A%2F%2Fwww.babymarkt.de%2Fphilips-avent-dect-babyphone-scd735-26-a280325.html" target="_blank">Philips Avent SCD735/26 für 94,99€ inkl. Versand</a> bei babymarkt.de (Preisvergleich: <a href="https://ipn.idealo.de/ts/i5541067/tsc?amc=pricecomp.idealo.494600.503359.159215&amp;rmd=3&amp;trg=https%3A%2F%2Fwww.idealo.de%2Fpreisvergleich%2FOffersOfProduct%2F6758321_-scd735-weiss-blau-philips-avent.html" target="_blank">137€</a>)</li>
<li>5€ Gutschein mit der <a href="https://www.awin1.com/cread.php?awinaffid=320245&amp;awinmid=14824&amp;platform=dl&amp;ued=https%3A%2F%2Fwww.babymarkt.de%2Fnewsletter%2F" target="_blank">Newsletter-Anmeldung</a>
</li>
</ul>
<br><hr>
<h2>Das könnte dich auch interessieren</h2>
<ul>
<li><a href="https://schnaeppchenfuchs.com/alltag/tchibo-cafissimo-pure" target="_blank">Tchibo Cafissimo Pure für 38€ – Kapselmaschine mit 60 Kapseln zusätzlich</a></li>
<li><a href="https://schnaeppchenfuchs.com/finanzen/payback-american-express-kreditkarte-amex" target="_blank">Prämie erhöht! American Express Payback Kreditkarte mit 4.000 Punkten Prämie – entspricht 40€, keine Jahresgebühr 💶</a></li>
<li><a href="https://schnaeppchenfuchs.com/alltag/xiaomi-mi-robot" target="_blank">Xiaomi Mi Robot für 195€ – Saugroboter mit Laser-Scanner, Smartphone-App und 5200 mAh Akku</a></li>
</ul>
<hr>
<h2>Beschreibung und Bewertung</h2>
<p>Das Babyphone von Philips verfügt über eine Akkulaufzeit von bis zu 24 Stunden. Dank der integrierten DECT-Technologie seid ihr dabei vor auswärtigen Zuhörern geschützt. Durch den Eco-Modus ist das Babyphone energiesparend und begünstigt zudem noch die Akkulebensdauer des Geräts. Außerdem könnt ihr eine Sternenhimmel-Projektion für euer Baby dazu schalten und somit eine beruhigende Atmosphäre schaffen. Diese wird durch die 5 wählbaren Einschlaf-Melodien unterstützt. Sogar eure eigene Stimme könnt ihr zur Beruhigung hinzuschalten. Klingt, als wäre Kinder ins Bett bringen noch nie so einfach gewesen, oder?😜<br><iframe src="https://www.youtube-nocookie.com/embed/SJyPbtyC5N4" width="850" height="478" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br>
Direkt bei Babymarkt sind die 291 Käufer bisher mehr als zufrieden. Sie bewerten das Babyphone mit <a href="https://www.awin1.com/cread.php?awinaffid=320245&amp;awinmid=14824&amp;clickref=https%3A%2F%2Fwww.babymarkt.de%2Fphilips-avent-dect-babyphone-scd735-26-a280325.html&amp;platform=dl&amp;ued=https%3A%2F%2Fwww.babymarkt.de%2Fphilips-avent-dect-babyphone-scd735-26-a280325.html" target="_blank">4,9 von 5 Sternen</a>. Das spricht durchaus für sich.</p>
<h3>Pro &amp; Contra</h3>
<ul>
<li><span style="color: #008000;">24 Stunden Laufzeit</span></li>
<li><span style="color: #008000;">Reichweite: 50m innen, 330m außen </span></li>
<li>
<span style="color: #008000;">DECT-Technologie &amp; </span><span style="color: #008000;">Eco-Modus</span>
</li>
<li><span style="color: #008000;">Sternenhimmel-Projektion, integrierte Schlaflieder sowie Nachtlicht</span></li>
<li><span style="color: #ff0000;">Aufladezeit bis zu 10 Stunden</span></li>
</ul>
<h4>Technische Details</h4>
<blockquote><p>Betriebsart: Batteriebetrieb, Netzbetrieb • Übertragung: digital, DECT • Reichweite: 330m • Display: LCD • Besonderheiten: Ladezustandsanzeige, Temperaturanzeige, Lautstärkenanzeige, Schlafliedfunktion, Gegensprechfunktion, Alarmfunktion, Geräuschsensor (Stimmaktivierung), Lautstärkenregulierung, Reichweitenkontrolle, einstellbare Empfindlichkeitsstufen, Vibrationsalarm, Stummschaltung, Nachtlicht (Sternenhimmel), Eco-Modus, Gürtelclip, automatische Kanalwahl • Betriebsdauer: 24h • Ladedauer: 10h • Lieferumfang: Ladestation, 2x Netzteil, Batterie, 1x Sender, 1x Empfänger</p></blockquote>',
'Deals__slug' => 'philips-avent-scd73526',
'Deals__deal_category_id' => (int) 25,
'Deals__price' => (float) 94.99,
'Deals__reference_price' => (float) 137,
'Deals__clickout_url' => 'https://rover.ebay.com/rover/1/707-53477-19255-0/1?ff3=4&toolid=11800&pub=5574865989&campid=5338563224&mpre=https%3A%2F%2Fwww.ebay.de%2Fitm%2F333602736161',
'Deals__is_active' => true,
'Deals__expires' => null,
'Deals__type' => (int) 1,
'Deals__has_push' => false,
'Deals__comment_count' => (int) 3,
'Deals__meta_title' => null,
'Deals__meta_description' => null,
'Deals__meta_keywords' => null,
'Deals__meta_robots' => null,
'Deals__canonical' => null,
'Deals__image' => 'img/8b/27/b0/philips-avent-dect-babyphone-scd735-26-a280325.jpg',
'Deals__modified' => object(Cake\I18n\Time) {},
'Deals__created' => object(Cake\I18n\Time) {},
'Deals__shop_id' => (int) 2385,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 127,
'Deals__user_id' => (int) 90,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => (float) 10.355381,
'Deals__start_date' => object(Cake\I18n\Time) {},
'Deals__sitemap_lastmod' => object(Cake\I18n\Time) {},
'Deals__is_sitemap_aware' => true,
'Deals__excerpt' => null,
'Deals__visibility' => (int) 0,
'Deals__coupon_code' => null,
'Deals__shipping_cost' => null,
'Deals__image_width' => (int) 900,
'Deals__image_height' => (int) 900,
'Deals__show_comments' => true,
'Shops__id' => (int) 2385,
'Shops__shop_category_id' => (int) 3,
'Shops__slug' => 'baby-markt',
'Shops__name' => 'babymarkt',
'Shops__description' => '<p>Ihr sucht nach einem Kindersitz, Babynahrung oder Spielzeug? Dann ist babymarkt.de genau die richtige Adresse für euch. „Klick, Klick, Glück“ lautet hier das Motto, denn der Onlineshop des Unternehmens möchte Eltern das Shoppingerlebnis so angenehm wie möglich machen. Hier findet ihr zahlreiche Produkte für Babys und Kinder. Insgesamt gibt es mehr als 100.000 Artikel zu familienfreundlichen Preisen im Sortiment. Die Produkte zeichnen sich durch die hochwertige Qualität aus und werden aufgrund von effizienten Logistik-Prozessen innerhalb von zwei bis drei Tagen zu euch nach Hause geschickt.</p>
<p>babymarkt.de hat sich zu einem international erfolgreichen Onlineshop für Baby- und Kinderartikel entwickelt und gehört zu einem der führenden Onlinefachmärkte in seiner Kategorie. In Deutschland gibt es neben dem Onlineshop auch insgesamt sechs Filialen, die sich an den Standorten Dortmund (mit 2 Filialen), Duisburg, Essen und Münster befinden. Dort könnt ihr euch die diversen Artikel persönlich ansehen und euch auch individuell von einem Mitarbeiter beraten lassen. Weiterhin gibt es 15 etablierte, internationale Onlineshops, die zu der Dachmarke pinkorblue gehören. Unter anderem ist das Unternehmen auch in den Ländern Frankreich, Österreich und in den Niederlanden vertreten.</p>
<hr>
<h2>Mein babymarkt Gutschein - Das Wichtigste in Kürze</h2>
<ul>
<li>Familien profitieren im {MMMM} {YYYY} von {OFFERS_COUNT} aktuellen Rabattaktionen</li>
<li>Sichert euch zum Beispiel {TOP_OFFER_LABEL} mit dem beliebtesten babymarkt Gutschein</li>
<li>Für die Anmeldung zum Newsletter erhaltet ihr fünf Euro Rabatt</li>
<li>Meldet euch zum Schwangerschafts-Newsletter an und erhaltet einen 10 Euro Gutscheincode</li>
<li>Ab einem Einkaufswert von 40 Euro entfallen die Versandkosten - auch ohne babymarkt Rabattcode</li>
</ul>
<hr>
<h2>Wie finde ich tolle Deals, Rabatte oder einen babymarkt.de Gutschein?</h2>
<p>Neue Produkte für Babys sowie Spielzeuge sind in der Regel leider teuer. Daher ist es gerade für junge Familien wichtig zu wissen, wie man bei dem ein oder anderen Artikel bei babymarkt.de ordentlich sparen kann. Damit wollen wir euch behilflich sein und zeigen euch im Folgenden ein paar mögliche Spartipps auf.</p>
<h3 data-faq-id="1" data-faq-type="question">Wo finde ich einen gültigen babymarkt.de Gutschein?</h3>
<p data-faq-id="1" data-faq-type="answer">Ihr sucht nach einem attraktiven babymarkt Gutschein? Dann findet ihr diesen und weitere Angebote direkt hier. Euch erwarten diverse Gutscheincodes, Rabattaktionen und stark reduzierte Artikel. Die Gutscheincodes findet ihr am Seitenanfang, gleich darunter befinden sich die besten Angebote und Deals, die babymarkt aktuell zu bieten hat. Freut euch auf verschiedene preiswerte Artikel, von Kindersitzen über Hochstühle bis hin zu Planschbecken.</p>
<h3 data-faq-id="2" data-faq-type="question">Bekomme ich einen babymarkt Gutschein als neue NewsletterabonnentIn?</h3>
<p data-faq-id="2" data-faq-type="answer">Wir empfehlen euch, den kostenlosen Newsletter zu abonnieren. Bei einer Neuanmeldung bekommt ihr einen fünf Euro <strong>babymarkt Gutschein</strong> mit dazu! Dieser gilt ab einem Einkauf von 40 Euro und ist bis insgesamt 30 Tage nach Erhalt gültig sowie nur einmalig einlösbar. Von der Ersparnis ausgeschlossen sind Artikel der folgenden Produktkategorien: Ernährung, Pflege, Bücher und Geschenkgutscheine sowie bestimmte Produkte einzelner Hersteller, was du bei den Produktdetails vermerkt siehst.</p>
<p>Außerdem erhaltet ihr mit dem Newsletter immer Informationen über aktuelle Angebote, attraktive Gutscheinaktionen, Gewinnspiele und natürlich Produktneuheiten.</p>
<h3 data-faq-id="3" data-faq-type="question">Bekomme ich einen babymarkt Gutschein in der Schwangerschaft?</h3>
<p data-faq-id="3" data-faq-type="answer">Meldet ihr euch für die Babybauch-Post an, erhaltet ihr einen 10 Euro babymarkt Rabattcode. Habt ihr den regulären Newsletter bereits abonniert und erst danach die frohe Botschaft erhalten, könnt ihr in euren Einstellungen das erwartete Geburtsdatum hinzufügen. Innerhalb einer Stunde erhaltet ihr dann den Gutscheincode per E-Mail und ab sofort wöchentlich eine Nachricht in euer Postfach.</p>
<p><img src="https://img-01.conqueror.menschdanke.de/img/ac/51/64/babymarkt-gutshein-newsletter.png" style="width: 850px;" class="fr-fic fr-dib" alt="babymarkt Gutschein im Newsletter zur Schwangerschaft" width="1050" height="280"></p>
<p>Die Babybauch-Post informiert euch über exklusive Gutscheine und stellt euch Produkte passend zur aktuellen Schwangerschaftswoche vor. Zusätzlich profitiert ihr von Tipps von Hebammen und Müttern, die eure Wünsche, Sorgen und Hoffnungen teilen.</p>
<h3 data-faq-id="4" data-faq-type="question">Wie viel kann ich im {MMMM} {YYYY} mit meinem babymarkt Gutschein sparen?</h3>
<p data-faq-id="4" data-faq-type="answer">Aktuell sind mit einem babymarkt Gutschein zum Beispiel {TOP_OFFER_LABEL} möglich. Dieses Angebot erfreut sich zurecht großer Beliebtheit. Sollte der Rabatt nicht für die Produkte in eurem Warenkorb in Frage kommen, seht euch die {OFFERS_COUNT-1} anderen Sparmöglichkeiten an, mit denen ihr bei babymarkt günstiger bestellen könnt.</p>
<hr>
<h2>Kann ich auch ohne babymarkt Gutschein sparen?</h2>
<p>Auf der Startseite der Unternehmenswebseite werden euch auf den ersten Blick ersichtlich tolle Deals präsentiert, darunter auch ein täglich variierendes Angebot des Tages. Außerdem findet ihr unter dem Reiter "<a href="https://www.babymarkt.de/sale/" rel="noopener noreferrer" target="_blank">Sale</a>" auf der Homepage super Schnäppchen. Viele Produkte sind nämlich bereits bis zu 70 Prozent reduziert. Ihr findet die Vergünstigungen in allen Produktkategorien. Gerade wenn ihr nicht auf spezielle Marken fokussiert seid, lohnt sich der Blick auf bereits reduzierte Artikel, die ihr ganz ohne babymarkt Gutschein günstiger bekommt.</p>
<p><img src="https://img-01.conqueror.menschdanke.de/img/64/e4/4a/babymarkt-gutschein-sale.png" style="width: 850px;" class="fr-fic fr-dib" alt="Ausgewählte Produkte mit bis zu 70 Prozent Rabatt" width="1050" height="336"></p>
<hr>
<h2>Lohnt sich eine Bestellung mit babymarkt Gutschein?</h2>
<p>Preisvergleiche lohnen sich nicht nur bei technischen Geräten oder anderen größeren Anschaffungen, sondern eben auch vor dem Kauf von Spielzeug oder Babyklamotten. So könnt ihr zum Beispiel die Preisvergleichsportale idealo und geizhals für eure Suche nutzen. Habt ihr den günstigsten Anbieter ausfindig gemacht, fängt der eigentliche Preischeck an. Vergleicht die verschiedenen Sparmöglichkeiten und Gutscheine und im Anschluss die neu entstandenen Preise.</p>
<p>Auch wenn der neue Kinderwagen oder der Kindersitz bei babymarkt nicht für den niedrigsten Preis zu haben ist, kann ein Gutschein den Preis senken. So könnt ihr nicht nur das euch vertraute Portal für die Bestellung nutzen, ihr könnt euch auch lange über eure gewissenhafte Kaufentscheidung freuen.</p>
<hr>
<h2>Wie löse ich einen babymarkt.de Gutschein ein?</h2>
<p>Ihr habt einen passenden babymarkt Gutschein gefunden? Dann möchtet ihr bestimmt gerne wissen, wie ihr diesen einlösen könnt! Das ganze Vorgehen ist ganz einfach. Befolgt diese simplen Schritte und macht euch selbst, eurem Nachwuchs und eurem Kontostand eine Freude.</p>
<ol>
<li>Wählt aus dem breitgefächerten Sortiment von babymarkt die benötigten Produkte aus und klickt auf den Button „in den Warenkorb“.</li>
<li>Geht dann weiter zum virtuellen Warenkorb. Hier findet ihr direkt unter der Zusammenfassung der ausgewählten Produkte die Option, einen Gutschein- oder Rabattcode in das vorgefertigte Feld einzugeben. Achtet auf die richtige Schreibweise, denn der Gutschein funktioniert nur, wenn ihr ihn korrekt eingebt. Am einfachsten kopiert ihr den Code und fügt ihn automatisch in das entsprechende Feld ein.</li>
<li>Klicke dann auf „weiter“. Nun könnt ihr euch mit euren Kundendaten von babymarkt.de einloggen, euch neu registrieren oder aber auch als Gast fortfahren. Wir empfehlen euch aber ein Konto anzulegen, denn das erspart euch bei einer erneuten Bestellung bei babymarkt so einiges an Zeit.</li>
<li>Gebt im Anschluss eure Lieferadresse an und wählt die gewünschte Zahlungsart aus.</li>
<li>Prüft die Bestellung und eure Daten und bestätigt diese, wenn ihr mit eurem Einkauf zufrieden seid.</li>
<li>Eine Bestätigung bekommt ihr dann automatisch per Mail zugeschickt.</li>
</ol>
<p>Nach nur wenigen Tagen wird das ersehnte Paket bei euch eintrudeln. Genießt so lange die Vorfreude auf den ersten Spaziergang mit dem neuen Kinderwagen, die erste Ausfahrt mit dem Kindersitz oder das erste gemeinsame Essen mit dem Hochstuhl.</p>
<hr>
<h2>Welche Produkte bietet babymarkt.de an?</h2>
<p>Bei babymarkt gibt es insgesamt mehr als 100.000 Artikel zu familienfreundlichen Preisen in den folgenden Kategorien:</p>
<ul>
<li>
<strong>Kinderwagen</strong> und jeweiliges Zubehör. Außerdem Buggys, Zwillingskinderwagen und Geschwisterwagen, Sportwagen, Babytrage, Tragetücher und Wickeltaschen.</li>
<li>
<strong>Kindersitze:</strong> Babymarkt bietet Kindersitze, bis zu einem Gewicht von 36 kg, sowie Kindersitz-Zubehör, Reboarder Kindersitze, Kinderfahrradsitze und Babyschalen. Für's Fahrrad gibt es Basisstationen, Fahrradanhänger und Sitzerhöhungen.</li>
<li>
<strong>Pflege:</strong> Der Online Shop hat eine große Auswahl an Pflegeprodukten für Mütter, zum Stillen, aber auch Babypflege zum Baden und Waschen, Gesundheitsprodukte, Windeln und Feuchttücher. Auch beinhaltet das Angebot zahlreiche Produkte zum Wickeln sowie Toilettentrainer und Töpfchen.</li>
<li>
<strong>Ernährung:</strong> Auch beim Thema Kinderernährung macht babymarkt eine gute Figur. Hier gibt es Startersets, Trinkbecher und Trinkflaschen, Kinderbesteck und Kindergeschirr, Babyflaschen und Schnuller, Babykostwärmer und Nahrungszubehör. Auch das Angebot an Babynahrung, Babynahrungsbehälter, Vaporisator und Sterilisator und Lätzchen solltet ihr euch ansehen.</li>
<li>
<strong>Sitzgruppe und Sitzmöbel:</strong> Hier findet ihr eine breite Auswahl an Möbeln für Kinder- und Jugendzimmer, Babyzimmer, aber auch Einzelmöbel, Kinderbett-Zubehör, Hochstühle und Kinderzimmer-Deko.</li>
<li>
<strong>Kinderspielzeug: </strong>Bei Babymarkt wird euch auch in puncto Spielzeug viel geboten. Egal ob Babyspielzeug, Badespielzeug oder auch Outdoorspielzeug. Auch Kinderfahrzeuge, Kindergarten- und Schulbedarf, Babybücher und Kinderbücher oder Multimedia und Elektronik findet ihr hier. Auch zum Malen und Basteln findet ihr hier ein breites Angebot. Lasst euch auch für ttolle Geschenkideen für Kinder inspirieren.</li>
</ul>
<hr>
<h2>Welche Besonderheiten bietet babymarkt.de?</h2>
<p>Babymarkt verfügt neben dem sowohl breiten als auch tiefen Sortiment auch über interessante und informative <a href="https://www.babymarkt.de/ratgeber/alle-beitraege/" rel="noopener noreferrer" target="_blank">Ratgeberseiten</a>. Hier findet ihr alles zu den Themen Schwangerschaft, Baby, Kind, Familie, Hebammentipps, Infografiken, Selbstgemachtes und natürlich tollen Produkten.</p>
<p>Eltern und Familien werden somit von der Schwangerschaftsberatung über Babytipps bis hin zur Kindererziehung <a href="https://www.babymarkt.de/beratung/" rel="noopener noreferrer" target="_blank">bestens beraten</a>. babymarkt steht werdenden Eltern mit Tipps und Tricks zu den Themen Schwangerschaft, Baby und Kind zur Seite. Das Ganze wird unterstützt von Infografiken sowie Expertentipps von Hebammen. Weiterhin gibt es eine ausführliche Schwangerschaftsberatung, einen Babyratgeber sowie einen Erziehungsratgeber.</p>
<hr>
<h2>Wie funktionieren Zahlung, Versand und Rückgabe bei babymarkt.de?</h2>
<p>Bei babymarkt stehen euch die folgenden Zahlungsarten zur Verfügung:</p>
<ul>
<li>Rechnung</li>
<li>Sofort Überweisung</li>
<li>Kreditkarte (Visa, American Express und Mastercard)</li>
<li>Vorkasse</li>
<li>PayPal</li>
</ul>
<h3>Welche Versandmöglichkeiten habe ich bei babymarkt.de?</h3>
<p>Babymarkt versendet seine Pakete mit der DHL. Auf babymarkt.de werden Pakete nur innerhalb von Deutschland verschickt. Falls ihr euch eine Lieferung nach Österreich wünscht, so müsst ihr auf die österreichische Webseite babymarkt.at gehen. Bei einem Bestellwert, der weniger als 40 Euro beträgt, werden Versandkosten in Höhe von 4,95 Euro erhoben. Dabei ist die jeweils gültige Umsatzsteuer bereits in den Lieferkosten enthalten. Bücher, Hörbücher und Kalender werden auch unter einem Warenwert von 40,00 Euro versandkostenfrei ausgeliefert. Verfügbare Produkte sind in der Regel versandfertig in ungefähr zwei Werktagen nach deinem Zahlungseingang.</p>
<h3>Wie läuft eine Rückgabe von Waren bei babymarkt.de ab?</h3>
<p>In der Regel liegt jeder Sendung gleich ein Rücksendeschein mit bei. Somit könnt ihr einen nicht gewünschten Artikel ganz einfach und auch gratis zurücksenden. Dafür habt ihr nach dem Erhalt eurer Produkte insgesamt 2 Wochen Zeit.</p>
<h3>Wie erreiche ich den Kundenservice von babymarkt.de?</h3>
<p>Die telefonische, kostenfreie Hotline des Kundenservice von babymarkt erreicht ihr immer Montag bis Freitag von 8 Uhr bis 20 Uhr sowie am Samstag von 9 Uhr bis 17 Uhr unter dieser Nummer: 0231 – 53471100.</p>
<p>Zusätzlich könnt ihr dem Kundenservice auch eine E-Mail schicken. Denn vorgesehenen Button dazu findet ihr gleich auf der Startseite der Webseite.</p>
<hr>
<h2>Babymarkt.de im Social Web</h2>
<p>Wollt ihr euch tiefergehend mit der Marke babymarkt auseinandersetzen, folgt dem Unternehmen auf den verschiedenen Social Media Plattformen.</p>
<ul>
<li>Die <a href="https://www.facebook.com/babymarkt.de" rel="noopener noreferrer" target="_blank">Facebookseite von babymarkt.de</a> hat fast 300.000 Fans. Hier werden alle LeserInnen mit den wichtigsten Themen sowie Informationen und um die Themen und Bereiche Baby, Schwangerschaft sowie Kind informiert. Außerdem bekommt ihr Informationen zu Ersparnissen, Rabatten, Gewinnspielen und natürlich tollen Gutscheinen.</li>
<li>Weiterhin ist <a href="https://www.instagram.com/babymarktde/" rel="noopener noreferrer" target="_blank">babymarkt auf Instagram</a> aktiv. Hier habt ihr die Möglichkeit, tolle Tipps rund um Babys und Kinder zu bekommen sowie mehr über einfache DIY-Ideen zu erfahren! Euch werden auf der Seite schöne, neue Produkte vorgestellt und auch Lifestyle Themen für junge Familien präsentiert. Zusätzlich gibt es viele Infos über Events des Unternehmens, Aktionen, Gutscheine und zahlreiche Sparmöglichkeiten. Auch Infografiken und Statistiken sollen dein Wissen rund um Babys und Kinder erweitern.</li>
</ul>',
'Shops__meta_title' => null,
'Shops__meta_description' => null,
'Shops__meta_keywords' => null,
'Shops__is_active' => true,
'Shops__modified' => object(Cake\I18n\Time) {},
'Shops__created' => object(Cake\I18n\Time) {},
'Shops__logo' => 'img/3f/e3/90/4883.png',
'Shops__excerpt' => '<p>Der neue Strampler passt wie angegossen, wenige Wochen später platzt er aus allen Nähten. Soeben war das neue Kinderzimmer der letzte Schrei, inzwischen muss es erwachsener und jugendlicher sein. Ihr seid gerade schwanger und auf der Suche nach Produkten, die nicht nur für euch, sondern auch für das neue Leben in euch Gutes tun. Mit einem babymarkt Gutschein könnt ihr auf die große Auswahl an Artikeln, die euch in jeder Phase des Elterndaseins unterstützen, Rabatte bekommen.</p><h2 data-faq-id="5" data-faq-type="question">Werde ich von babymarkt für meine Treue belohnt?</h2><p data-faq-id="5" data-faq-type="answer">Kinder sind nicht nur das größte Geschenk auf Erden, sie bedeuten leider auch eine große finanzielle Belastung. Sich ständig ändernde Größen und Vorlieben bringen immer neue Ausgaben mit sich. Für jeden Euro den ihr bei babymarkt ausgebt, wird euch ein babypoint gutgeschrieben. Dieser ist wiederum einen Cent Wert und kann bei eurem nächsten Einkauf gutgeschrieben werden.</p><p>Kauft ihr also zum Beispiel einen Kinderwagen im Wert von 600 Euro, erhaltet ihr auch 600 babypoints. Diese wiederum könnt ihr bei eurem nächsten Einkauf einlösen und spart dabei sechs Euro. An bestimmten Aktionstagen kann die Anzahl der Punkte, die ihr für euren Einkauf erhaltet, verzehnfacht werden. Um von diesem Treuebonus zu profitieren, müsst ihr nur ein Kundenkonto erstellen und sicherstellen, dass ihr bei eurem Einkauf auch eingeloggt seid. Nur so können die Punkte auf euer Konto gutgeschrieben werden.</p>',
'Shops__clickout_url' => 'https://www.awin1.com/awclick.php?gid=374571&mid=14824&awinaffid=320239&linkid=2493250&clickref=',
'Shops__hits' => (int) 20663,
'Shops__is_monetizable' => true,
'Shops__show_expired_offers' => true,
'Shops__exclude_from_sitemap' => false,
'Shops__meta_robots' => null,
'Shops__canonical' => null,
'Shops__rating' => (float) 4.5,
'Shops__rating_count' => (int) 40,
'Shops__legacy_gp_id' => null,
'Shops__is_visible' => true,
'Shops__address' => null,
'Shops__contact' => null,
'Shops__screenshot' => 'img/af/5d/90/screenshot-baby-markt.png',
'Shops__is_experimental' => false,
'Shops__minimum_order_label' => (int) 1,
'Shops__url' => 'https://www.baby-markt.de',
'Shops__offers_limit' => null,
'Shops__disclaimer' => null,
'Shops__show_reviews' => true,
'Shops__affiliate_network_id' => (int) 2,
'Shops__headline' => null,
'Shops__header_image' => null,
'Shops__has_deeplink_support' => true,
'Shops__score' => (float) 914,
'Shops__factor' => (float) 1,
'Shops__show_similar_offers' => true,
'Shops__show_deals' => true,
'Shops__sitemap_lastmod' => object(Cake\I18n\Time) {},
'Shops__is_sitemap_aware' => true,
'Shops__header_image_width' => null,
'Shops__header_image_height' => null,
'Shops__logo_width' => null,
'Shops__logo_height' => null
]
]
[protected] _hasExecuted => false
[protected] index => (int) 0
}</pre>
</div>
</div>
<div id="stack-frame-8" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-8">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="305"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_cache</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="306"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_cache</span><span style="color: #007700">-></span><span style="color: #0000BB">fetch</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="307"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="308"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!isset(</span><span style="color: #0000BB">$results</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="309"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_decorateResults</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_execute</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="310"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_cache</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="311"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_cache</span><span style="color: #007700">-></span><span style="color: #0000BB">store</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$results</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="312"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="313"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-8" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-9" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Query.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-9">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="1084"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'You cannot call all() on a non-select query. Use execute() instead.'</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1085"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1086"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1087"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1088"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_all</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1089"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1090"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1091"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1092"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Trigger the beforeFind event on the query</span><span style="color: #DD0000">'s repository object.</span></span></code></td>
</tr>
</table>
<div id="stack-args-9" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-10" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-10">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="467"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_dirty</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="468"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">limit</span><span style="color: #007700">(</span><span style="color: #0000BB">1</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="469"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="470"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="471"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">all</span><span style="color: #007700">()-></span><span style="color: #0000BB">first</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="472"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="473"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="474"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="475"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Get the first result from the executing query </span><span style="color: #007700">or </span><span style="color: #0000BB">raise an exception</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-10" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-11" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Routing/Route/SlugRoute.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-11">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$table </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ActivityAwareInterface</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $query</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'active'</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $entity </span><span style="color: #007700">= </span><span style="color: #0000BB">$query</span><span style="color: #007700">-></span><span style="color: #0000BB">first</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">$entity </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">EntityInterface</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_redirect</span><span style="color: #007700">(</span><span style="color: #0000BB">$parsedUrl</span><span style="color: #007700">, </span><span style="color: #0000BB">$model</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="70"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="71"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-11" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-12" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/Route/Route.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-12">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="425"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">options</span><span style="color: #007700">[</span><span style="color: #DD0000">'_host'</span><span style="color: #007700">]) && !</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">hostMatches</span><span style="color: #007700">(</span><span style="color: #0000BB">$uri</span><span style="color: #007700">-></span><span style="color: #0000BB">getHost</span><span style="color: #007700">())) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="426"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="427"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="428"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="429"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">parse</span><span style="color: #007700">(</span><span style="color: #0000BB">$uri</span><span style="color: #007700">-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">(), </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getMethod</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="430"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="431"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="432"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="433"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Checks to see </span><span style="color: #007700">if </span><span style="color: #0000BB">the given URL can be parsed by this route</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-12" style="display: none;">
<pre>'/angebote/philips-avent-scd73526'
'GET'</pre>
</div>
</div>
<div id="stack-frame-13" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/RouteCollection.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-13">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="201"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="202"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="203"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/* @var \Cake\Routing\Route\Route $route */</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="204"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_paths</span><span style="color: #007700">[</span><span style="color: #0000BB">$path</span><span style="color: #007700">] as </span><span style="color: #0000BB">$route</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="205"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $r </span><span style="color: #007700">= </span><span style="color: #0000BB">$route</span><span style="color: #007700">-></span><span style="color: #0000BB">parseRequest</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="206"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$r </span><span style="color: #007700">=== </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="207"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">continue;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="208"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="209"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$uri</span><span style="color: #007700">-></span><span style="color: #0000BB">getQuery</span><span style="color: #007700">()) {</span></span></code></td>
</tr>
</table>
<div id="stack-args-13" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}</pre>
</div>
</div>
<div id="stack-frame-14" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/Router.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-14">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="386"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!static::</span><span style="color: #0000BB">$initialized</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="387"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">_loadRoutes</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="388"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="389"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="390"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return static::</span><span style="color: #0000BB">$_collection</span><span style="color: #007700">-></span><span style="color: #0000BB">parseRequest</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="391"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="392"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="393"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="394"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Takes parameter </span><span style="color: #007700">and </span><span style="color: #0000BB">path information back from the Dispatcher</span><span style="color: #007700">, </span><span style="color: #0000BB">sets these</span></span></code></td>
</tr>
</table>
<div id="stack-args-14" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}</pre>
</div>
</div>
<div id="stack-frame-15" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-15">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="142"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $parsedBody </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParsedBody</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="143"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">is_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$parsedBody</span><span style="color: #007700">) && isset(</span><span style="color: #0000BB">$parsedBody</span><span style="color: #007700">[</span><span style="color: #DD0000">'_method'</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="144"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $request </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">withMethod</span><span style="color: #007700">(</span><span style="color: #0000BB">$parsedBody</span><span style="color: #007700">[</span><span style="color: #DD0000">'_method'</span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="145"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="146"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $params </span><span style="color: #007700">= </span><span style="color: #0000BB">Router</span><span style="color: #007700">::</span><span style="color: #0000BB">parseRequest</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">;</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="147"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$params</span><span style="color: #007700">[</span><span style="color: #DD0000">'_middleware'</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="148"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware </span><span style="color: #007700">= </span><span style="color: #0000BB">$params</span><span style="color: #007700">[</span><span style="color: #DD0000">'_middleware'</span><span style="color: #007700">];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="149"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">unset(</span><span style="color: #0000BB">$params</span><span style="color: #007700">[</span><span style="color: #DD0000">'_middleware'</span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="150"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-15" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}</pre>
</div>
</div>
<div id="stack-frame-16" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-16">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-16" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-17" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/LegacyRedirectMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-17">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">ServerRequestInterface $request</span><span style="color: #007700">, </span><span style="color: #0000BB">ResponseInterface $response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="26"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">MissingRouteException $e</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="27"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $path </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="28"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="29"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $base </span><span style="color: #007700">= </span><span style="color: #0000BB">Configure</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(</span><span style="color: #DD0000">'App.base'</span><span style="color: #007700">, </span><span style="color: #0000BB">false</span><span style="color: #007700">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-17" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-18" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-18">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-18" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-19" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/WwwCheckMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-19">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="17"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="18"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">ServerRequestInterface $request</span><span style="color: #007700">, </span><span style="color: #0000BB">ResponseInterface $response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="19"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="20"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">getenv</span><span style="color: #007700">(</span><span style="color: #DD0000">'CAKE_ENV'</span><span style="color: #007700">) !== </span><span style="color: #DD0000">'production'</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">Configure</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(</span><span style="color: #DD0000">'App.useWww'</span><span style="color: #007700">) && </span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getHost</span><span style="color: #007700">(), </span><span style="color: #DD0000">'www'</span><span style="color: #007700">) !== </span><span style="color: #0000BB">0</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $uri </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">withHost</span><span style="color: #007700">(</span><span style="color: #DD0000">'www.' </span><span style="color: #007700">. </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getHost</span><span style="color: #007700">());</span></span></code></td>
</tr>
</table>
<div id="stack-args-19" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-20" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-20">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-20" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-21" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/LoopbackMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-21">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="18"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">() === </span><span style="color: #DD0000">'/_loopback'</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="19"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">-></span><span style="color: #0000BB">withStatus</span><span style="color: #007700">(</span><span style="color: #0000BB">200</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="20"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-21" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-22" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-22">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-22" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-23" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/HealthCheckMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-23">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="18"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">() === </span><span style="color: #DD0000">'/_ping'</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="19"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">-></span><span style="color: #0000BB">withStatus</span><span style="color: #007700">(</span><span style="color: #0000BB">200</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="20"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-23" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-24" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-24">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-24" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-25" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-25">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="84"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="85"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="86"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $url </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="87"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'..'</span><span style="color: #007700">) !== </span><span style="color: #0000BB">false </span><span style="color: #007700">|| </span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'.'</span><span style="color: #007700">) === </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="88"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="89"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="90"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="91"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'/.'</span><span style="color: #007700">) !== </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="92"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-25" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-26" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-26">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-26" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-27" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/MissingTemplateMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-27">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="26"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">MissingTemplateException $e</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="27"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$response</span><span style="color: #007700">-></span><span style="color: #0000BB">withStatus</span><span style="color: #007700">(</span><span style="color: #0000BB">404</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="28"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="29"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-27" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-28" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-28">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-28" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-29" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-29">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="92"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Throwable $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Exception $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-29" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-30" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-30">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-30" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-31" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/CorsMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-31">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="26"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">ServerRequestInterface $request</span><span style="color: #007700">, </span><span style="color: #0000BB">ResponseInterface $response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="27"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="28"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">Configure</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(</span><span style="color: #DD0000">'Cors.enabled'</span><span style="color: #007700">, </span><span style="color: #0000BB">false</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="29"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="30"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="31"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="32"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">list(</span><span style="color: #0000BB">$allowedOrigins</span><span style="color: #007700">, </span><span style="color: #0000BB">$allowedMethods</span><span style="color: #007700">, </span><span style="color: #0000BB">$allowedHeaders</span><span style="color: #007700">) = </span><span style="color: #0000BB">array_values</span><span style="color: #007700">(</span><span style="color: #0000BB">Configure</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(</span><span style="color: #DD0000">'Cors'</span><span style="color: #007700">));</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="33"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-31" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-32" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-32">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-32" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-33" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/RevisionMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-33">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="19"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$revision</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="20"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$response</span><span style="color: #007700">-></span><span style="color: #0000BB">withHeader</span><span style="color: #007700">(</span><span style="color: #DD0000">'X-EKS-Rev'</span><span style="color: #007700">, </span><span style="color: #0000BB">$revision</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="26"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-33" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-34" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-34">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-34" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-35" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-35">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="47"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="48"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware </span><span style="color: #007700">= </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="49"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index </span><span style="color: #007700">= </span><span style="color: #0000BB">0</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="50"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="51"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="52"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="53"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="54"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="55"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @</span><span style="color: #0000BB">param </span><span style="color: #007700">\</span><span style="color: #0000BB">Psr</span><span style="color: #007700">\</span><span style="color: #0000BB">Http</span><span style="color: #007700">\</span><span style="color: #0000BB">Message</span><span style="color: #007700">\</span><span style="color: #0000BB">ServerRequestInterface $request The server request</span></span></code></td>
</tr>
</table>
<div id="stack-args-35" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-36" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Server.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-36">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatchEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Server.buildMiddleware'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'middleware' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">add</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">app</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">runner</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">(</span><span style="color: #0000BB">$middleware</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!(</span><span style="color: #0000BB">$response </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ResponseInterface</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">RuntimeException</span><span style="color: #007700">(</span><span style="color: #0000BB">sprintf</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="102"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'Application did not create a response. Got "%s" instead.'</span><span style="color: #007700">,</span></span></code></td>
</tr>
</table>
<div id="stack-args-36" style="display: none;">
<pre>object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(App\Middleware\RevisionMiddleware) {},
(int) 1 => object(App\Middleware\CorsMiddleware) {},
(int) 2 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 3 => object(App\Middleware\MissingTemplateMiddleware) {},
(int) 4 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 5 => object(App\Middleware\HealthCheckMiddleware) {},
(int) 6 => object(App\Middleware\LoopbackMiddleware) {},
(int) 7 => object(App\Middleware\WwwCheckMiddleware) {},
(int) 8 => object(App\Middleware\LegacyRedirectMiddleware) {},
(int) 9 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 10 => object(App\Middleware\UrlValidationMiddleware) {},
(int) 11 => object(App\Middleware\SlashCheckMiddleware) {},
(int) 12 => object(App\Middleware\BodyTerminateMiddleware) {},
(int) 13 => object(App\Middleware\UrlIdParserMiddleware) {},
(int) 14 => object(App\Middleware\CsrfProtectionMiddleware) {},
(int) 15 => object(App\Middleware\ClickoutMiddleware) {},
(int) 16 => object(App\Middleware\TimezoneMiddleware) {},
(int) 17 => object(App\Middleware\AuthenticationMiddleware) {},
(int) 18 => object(App\Middleware\FirewallMiddleware) {},
(int) 19 => object(App\Application) {}
]
[protected] callables => [
(int) 0 => object(App\Middleware\RevisionMiddleware) {},
(int) 1 => object(App\Middleware\CorsMiddleware) {},
(int) 2 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 3 => object(App\Middleware\MissingTemplateMiddleware) {},
(int) 4 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 5 => object(App\Middleware\HealthCheckMiddleware) {},
(int) 6 => object(App\Middleware\LoopbackMiddleware) {},
(int) 7 => object(App\Middleware\WwwCheckMiddleware) {},
(int) 8 => object(App\Middleware\LegacyRedirectMiddleware) {},
(int) 9 => object(Cake\Routing\Middleware\RoutingMiddleware) {}
]
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-37" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-37">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="36"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Bind your application to the server.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="37"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB">$server </span><span style="color: #007700">= new </span><span style="color: #0000BB">Server</span><span style="color: #007700">(new </span><span style="color: #0000BB">Application</span><span style="color: #007700">(</span><span style="color: #0000BB">dirname</span><span style="color: #007700">(</span><span style="color: #0000BB">__DIR__</span><span style="color: #007700">) . </span><span style="color: #DD0000">'/config'</span><span style="color: #007700">));</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="38"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="39"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Run the request/response through the application and emit the response.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="40"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">emit</span><span style="color: #007700">(</span><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="41"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-37" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div class="error-suggestion">
</div>
<p class="customize">
If you want to customize this error message, create
<em>src/Template/Error/error500.ctp</em>
</p>
</div>
<div class="error-nav">
<a href="#" class="toggle-link toggle-vendor-frames">toggle vendor stack frames</a>
<ul class="stack-trace">
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-0">
<span class="stack-function">⟩ Cake\ORM\Entity->__construct</span>
<span class="stack-file">
CORE/src/ORM/ResultSet.php, line 601 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-1">
<span class="stack-function">⟩ Cake\ORM\ResultSet->_groupResult</span>
<span class="stack-file">
CORE/src/ORM/ResultSet.php, line 490 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-2">
<span class="stack-function">⟩ Cake\ORM\ResultSet->_fetchResult</span>
<span class="stack-file">
CORE/src/ORM/ResultSet.php, line 276 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-3">
<span class="stack-function">⟩ Cake\ORM\ResultSet->valid</span>
<span class="stack-file">
CORE/src/ORM/Association/Loader/SelectLoader.php, line 468 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-4">
<span class="stack-function">⟩ Cake\ORM\Association\Loader\SelectLoader->_buildResultMap</span>
<span class="stack-file">
CORE/src/ORM/Association/Loader/SelectLoader.php, line 125 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-5">
<span class="stack-function">⟩ Cake\ORM\Association\Loader\SelectLoader->buildEagerLoader</span>
<span class="stack-file">
CORE/src/ORM/Association/BelongsTo.php, line 200 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-6">
<span class="stack-function">⟩ Cake\ORM\Association\BelongsTo->eagerLoader</span>
<span class="stack-file">
CORE/src/ORM/EagerLoader.php, line 712 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-7">
<span class="stack-function">⟩ Cake\ORM\EagerLoader->loadExternal</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1141 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-8">
<span class="stack-function">⟩ Cake\ORM\Query->_execute</span>
<span class="stack-file">
CORE/src/Datasource/QueryTrait.php, line 309 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-9">
<span class="stack-function">⟩ Cake\ORM\Query->_all</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1088 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-10">
<span class="stack-function">⟩ Cake\ORM\Query->all</span>
<span class="stack-file">
CORE/src/Datasource/QueryTrait.php, line 471 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-11">
<span class="stack-function">⟩ Cake\ORM\Query->first</span>
<span class="stack-file">
APP/Routing/Route/SlugRoute.php, line 67 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-12">
<span class="stack-function">⟩ App\Routing\Route\SlugRoute->parse</span>
<span class="stack-file">
CORE/src/Routing/Route/Route.php, line 429 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-13">
<span class="stack-function">⟩ Cake\Routing\Route\Route->parseRequest</span>
<span class="stack-file">
CORE/src/Routing/RouteCollection.php, line 205 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-14">
<span class="stack-function">⟩ Cake\Routing\RouteCollection->parseRequest</span>
<span class="stack-file">
CORE/src/Routing/Router.php, line 390 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-15">
<span class="stack-function">⟩ Cake\Routing\Router::parseRequest</span>
<span class="stack-file">
CORE/src/Routing/Middleware/RoutingMiddleware.php, line 146 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-16">
<span class="stack-function">⟩ Cake\Routing\Middleware\RoutingMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-17">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/LegacyRedirectMiddleware.php, line 25 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-18">
<span class="stack-function">⟩ App\Middleware\LegacyRedirectMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-19">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/WwwCheckMiddleware.php, line 21 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-20">
<span class="stack-function">⟩ App\Middleware\WwwCheckMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-21">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/LoopbackMiddleware.php, line 22 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-22">
<span class="stack-function">⟩ App\Middleware\LoopbackMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-23">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/HealthCheckMiddleware.php, line 22 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-24">
<span class="stack-function">⟩ App\Middleware\HealthCheckMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-25">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-26">
<span class="stack-function">⟩ Cake\Routing\Middleware\AssetMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-27">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/MissingTemplateMiddleware.php, line 25 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-28">
<span class="stack-function">⟩ App\Middleware\MissingTemplateMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-29">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-30">
<span class="stack-function">⟩ Cake\Error\Middleware\ErrorHandlerMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-31">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/CorsMiddleware.php, line 29 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-32">
<span class="stack-function">⟩ App\Middleware\CorsMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-33">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/RevisionMiddleware.php, line 23 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-34">
<span class="stack-function">⟩ App\Middleware\RevisionMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-35">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 51 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-36">
<span class="stack-function">⟩ Cake\Http\Runner->run</span>
<span class="stack-file">
CORE/src/Http/Server.php, line 98 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-37">
<span class="stack-function">⟩ Cake\Http\Server->run</span>
<span class="stack-file">
ROOT/webroot/index.php, line 40 </span>
</a>
</li>
</ul>
</div>
<script type="text/javascript">
function bindEvent(selector, eventName, listener) {
var els = document.querySelectorAll(selector);
for (var i = 0, len = els.length; i < len; i++) {
els[i].addEventListener(eventName, listener, false);
}
}
function toggleElement(el) {
if (el.style.display === 'none') {
el.style.display = 'block';
} else {
el.style.display = 'none';
}
}
function each(els, cb) {
var i, len;
for (i = 0, len = els.length; i < len; i++) {
cb(els[i], i);
}
}
window.addEventListener('load', function() {
bindEvent('.stack-frame-args', 'click', function(event) {
var target = this.dataset['target'];
var el = document.getElementById(target);
toggleElement(el);
event.preventDefault();
});
var details = document.querySelectorAll('.stack-details');
var frames = document.querySelectorAll('.stack-frame');
bindEvent('.stack-frame a', 'click', function(event) {
each(frames, function(el) {
el.classList.remove('active');
});
this.parentNode.classList.add('active');
each(details, function(el) {
el.style.display = 'none';
});
var target = document.getElementById(this.dataset['target']);
toggleElement(target);
event.preventDefault();
});
bindEvent('.toggle-vendor-frames', 'click', function(event) {
each(frames, function(el) {
if (el.classList.contains('vendor-frame')) {
toggleElement(el);
}
});
event.preventDefault();
});
});
</script>
</body>
</html>
'
}
$reasonPhrase = 'Internal Server Error' App\Error\NotifyAwareErrorHandler::handleError() - APP/Error/NotifyAwareErrorHandler.php, line 71
header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 152
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 57
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 141
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php , line 185 ]Code Context
return $this -> _handler -> handleError ( $code , $description , $file , $line , $context );
}
$response = object(Cake\Http\Response) {
'status' => (int) 500,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Error: Argument 1 passed to Cake\ORM\Entity::__construct() must be of the type array, boolean given, called in /var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php on line 601 </title>
<link href="https://cdn-01.www.staging.schnaeppchenfuchs.com/favicon.ico" type="image/x-icon" rel="icon"/><link href="https://cdn-01.www.staging.schnaeppchenfuchs.com/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <style>
body {
font: 14px helvetica, arial, sans-serif;
color: #222;
background-color: #f8f8f8;
padding:0;
margin: 0;
max-height: 100%;
}
.code-dump,
pre {
background: #fefefe;
border: 1px solid #ddd;
padding: 5px;
white-space: pre-wrap;
}
header {
background-color: #C3232D;
color: #ffffff;
padding: 16px 10px;
border-bottom: 3px solid #626262;
}
.header-title {
margin: 0;
font-weight: normal;
font-size: 30px;
line-height: 64px;
}
.header-type {
opacity: 0.75;
display: block;
font-size: 16px;
line-height: 1;
}
.header-help {
font-size: 12px;
line-height: 1;
position: absolute;
top: 30px;
right: 16px;
}
.header-help a {
color: #fff;
}
.error-nav {
float: left;
width: 30%;
}
.error-contents {
padding: 10px 1%;
float: right;
width: 68%;
}
.error,
.error-subheading {
font-size: 18px;
margin-top: 0;
padding: 10px;
border: 1px solid #EDBD26;
}
.error-subheading {
background: #1798A5;
color: #fff;
border: 1px solid #02808C;
}
.error {
background: #ffd54f;
}
.customize {
opacity: 0.6;
}
.stack-trace {
list-style: none;
margin: 0;
padding: 0;
}
.stack-frame {
padding: 10px;
border-bottom: 1px solid #212121;
}
.stack-frame:last-child {
border-bottom: none;
}
.stack-frame a {
display: block;
color: #212121;
text-decoration: none;
}
.stack-frame.active {
background: #e5e5e5;
}
.stack-frame a:hover {
text-decoration: underline;
}
.stack-file,
.stack-function {
display: block;
margin-bottom: 5px;
}
.stack-frame-file,
.stack-file {
font-family: consolas, monospace;
}
.stack-function {
font-weight: bold;
}
.stack-file {
font-size: 0.9em;
word-wrap: break-word;
}
.stack-details {
background: #ececec;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
border: 1px solid #ababab;
padding: 10px;
margin-bottom: 18px;
}
.stack-frame-args {
float: right;
}
.toggle-link {
color: #1798A5;
text-decoration: none;
}
.toggle-link:hover {
text-decoration: underline;
}
.toggle-vendor-frames {
padding: 5px;
display: block;
text-align: center;
}
.code-excerpt {
width: 100%;
margin: 5px 0;
background: #fefefe;
}
.code-highlight {
display: block;
background: #fff59d;
}
.excerpt-line {
padding-left: 2px;
}
.excerpt-number {
background: #f6f6f6;
width: 50px;
text-align: right;
color: #666;
border-right: 1px solid #ddd;
padding: 2px;
}
.excerpt-number:after {
content: attr(data-number);
}
table {
text-align: left;
}
th, td {
padding: 4px;
}
th {
border-bottom: 1px solid #ccc;
}
</style>
</head>
<body>
<header>
<h1 class="header-title">
Argument 1 passed to Cake\ORM\Entity::__construct() must be of the type array, boolean given, called in /var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php on line 601 <span class="header-type">TypeError</span>
</h1>
<div class="header-help">
<a target="_blank" href="https://book.cakephp.org/3.0/">Documentation</a>
<a target="_blank" href="https://api.cakephp.org/">API</a>
</div>
</header>
<div class="error-contents">
<div id="stack-frame-0" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-0">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="597"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$results</span><span style="color: #007700">[</span><span style="color: #0000BB">$defaultAlias</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="598"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= </span><span style="color: #0000BB">$results</span><span style="color: #007700">[</span><span style="color: #0000BB">$defaultAlias</span><span style="color: #007700">];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="599"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="600"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_hydrate </span><span style="color: #007700">&& !(</span><span style="color: #0000BB">$results </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">EntityInterface</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="601"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= new </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_entityClass</span><span style="color: #007700">(</span><span style="color: #0000BB">$results</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="602"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="603"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="604"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$results</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="605"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-0" style="display: none;">
<pre>false
[
'useSetters' => false,
'markClean' => true,
'markNew' => false,
'guard' => false,
'source' => 'DealCategories'
]</pre>
</div>
</div>
<div id="stack-frame-1" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-1">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="486"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$row </span><span style="color: #007700">=== </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="487"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$row</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="488"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="489"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="490"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_groupResult</span><span style="color: #007700">(</span><span style="color: #0000BB">$row</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="491"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="492"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="493"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="494"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Correctly nests results keys including those coming from associations</span></span></code></td>
</tr>
</table>
<div id="stack-args-1" style="display: none;">
<pre>[
'Deals__id' => (int) 25,
'Deals__name' => '4x c't und ein 1 GB USB Stick für 8,80 €',
'Deals__description' => '<p><a href="https://www.brandbuero.de/index.php5?module=formulars.production&amp;task=formular&amp;idformular=81">Hier</a> gibt es 4 Ausgaben der c’t für 8,80 € und einen USB-Stick mit 1 GB gibt es als Beigabe. Achtung: Das Abo muss gekündigt werden, sonst verlängert es sich automatisch.</p>',
'Deals__slug' => '4x-ct-und-ein-1-gb-usb-stick-fur-880-e',
'Deals__deal_category_id' => (int) 1,
'Deals__price' => null,
'Deals__reference_price' => null,
'Deals__clickout_url' => null,
'Deals__is_active' => false,
'Deals__expires' => null,
'Deals__type' => (int) 1,
'Deals__has_push' => false,
'Deals__comment_count' => (int) 0,
'Deals__meta_title' => null,
'Deals__meta_description' => null,
'Deals__meta_keywords' => null,
'Deals__meta_robots' => null,
'Deals__canonical' => null,
'Deals__image' => null,
'Deals__modified' => '2020-05-01 08:54:15+00',
'Deals__created' => '2008-01-10 18:20:06+00',
'Deals__shop_id' => null,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 0,
'Deals__user_id' => (int) 95,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => '3.8395715',
'Deals__start_date' => '2008-01-10 18:20:06+00',
'Deals__sitemap_lastmod' => '2021-01-26 20:26:10.915947+00',
'Deals__is_sitemap_aware' => true,
'Deals__excerpt' => null,
'Deals__visibility' => (int) 0,
'Deals__coupon_code' => null,
'Deals__shipping_cost' => null,
'Deals__image_width' => null,
'Deals__image_height' => null,
'Deals__show_comments' => true,
'Shops__id' => null,
'Shops__shop_category_id' => null,
'Shops__slug' => null,
'Shops__name' => null,
'Shops__description' => null,
'Shops__meta_title' => null,
'Shops__meta_description' => null,
'Shops__meta_keywords' => null,
'Shops__is_active' => null,
'Shops__modified' => null,
'Shops__created' => null,
'Shops__logo' => null,
'Shops__excerpt' => null,
'Shops__clickout_url' => null,
'Shops__hits' => null,
'Shops__is_monetizable' => null,
'Shops__show_expired_offers' => null,
'Shops__exclude_from_sitemap' => null,
'Shops__meta_robots' => null,
'Shops__canonical' => null,
'Shops__rating' => null,
'Shops__rating_count' => null,
'Shops__legacy_gp_id' => null,
'Shops__is_visible' => null,
'Shops__address' => null,
'Shops__contact' => null,
'Shops__screenshot' => null,
'Shops__is_experimental' => null,
'Shops__minimum_order_label' => null,
'Shops__url' => null,
'Shops__offers_limit' => null,
'Shops__disclaimer' => null,
'Shops__show_reviews' => null,
'Shops__affiliate_network_id' => null,
'Shops__headline' => null,
'Shops__header_image' => null,
'Shops__has_deeplink_support' => null,
'Shops__score' => null,
'Shops__factor' => null,
'Shops__show_similar_offers' => null,
'Shops__show_deals' => null,
'Shops__sitemap_lastmod' => null,
'Shops__is_sitemap_aware' => null,
'Shops__header_image_width' => null,
'Shops__header_image_height' => null,
'Shops__logo_width' => null,
'Shops__logo_height' => null,
'AffiliateNetworks__id' => null,
'AffiliateNetworks__name' => null,
'AffiliateNetworks__is_active' => null,
'AffiliateNetworks__modified' => null,
'AffiliateNetworks__created' => null,
'AffiliateNetworks__type' => null
]</pre>
</div>
</div>
<div id="stack-frame-2" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-2">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="272"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$valid</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="273"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="274"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="275"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="276"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_current </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_fetchResult</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="277"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $valid </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_current </span><span style="color: #007700">!== </span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="278"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="279"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$valid </span><span style="color: #007700">&& </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_useBuffering</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="280"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_results</span><span style="color: #007700">[</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_index</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_current</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-2" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-3" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-3">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="464"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">foreignKey </span><span style="color: #007700">:</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="465"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">bindingKey</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="466"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $key </span><span style="color: #007700">= (array)</span><span style="color: #0000BB">$keys</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="467"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="468"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$fetchQuery</span><span style="color: #007700">-></span><span style="color: #0000BB">all</span><span style="color: #007700">() as </span><span style="color: #0000BB">$result</span><span style="color: #007700">) {</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="469"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $values </span><span style="color: #007700">= [];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="470"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$key </span><span style="color: #007700">as </span><span style="color: #0000BB">$k</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="471"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $values</span><span style="color: #007700">[] = </span><span style="color: #0000BB">$result</span><span style="color: #007700">[</span><span style="color: #0000BB">$k</span><span style="color: #007700">];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="472"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-3" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-4" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-4">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="121"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">buildEagerLoader</span><span style="color: #007700">(array </span><span style="color: #0000BB">$options</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="122"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="123"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $options </span><span style="color: #007700">+= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_defaultOptions</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="124"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $fetchQuery </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_buildQuery</span><span style="color: #007700">(</span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="125"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $resultMap </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_buildResultMap</span><span style="color: #007700">(</span><span style="color: #0000BB">$fetchQuery</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="126"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="127"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_resultInjector</span><span style="color: #007700">(</span><span style="color: #0000BB">$fetchQuery</span><span style="color: #007700">, </span><span style="color: #0000BB">$resultMap</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="128"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="129"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-4" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT DealCategories.id AS "DealCategories__id", DealCategories.name AS "DealCategories__name", DealCategories.description AS "DealCategories__description", DealCategories.slug AS "DealCategories__slug", DealCategories.is_active AS "DealCategories__is_active", DealCategories.meta_title AS "DealCategories__meta_title", DealCategories.meta_description AS "DealCategories__meta_description", DealCategories.meta_keywords AS "DealCategories__meta_keywords", DealCategories.meta_robots AS "DealCategories__meta_robots", DealCategories.canonical AS "DealCategories__canonical", DealCategories.image AS "DealCategories__image", DealCategories.modified AS "DealCategories__modified", DealCategories.created AS "DealCategories__created", DealCategories.exclude_from_sitemap AS "DealCategories__exclude_from_sitemap", DealCategories.sitemap_lastmod AS "DealCategories__sitemap_lastmod", DealCategories.is_sitemap_aware AS "DealCategories__is_sitemap_aware", DealCategories.image_width AS "DealCategories__image_width", DealCategories.image_height AS "DealCategories__image_height" FROM deal_categories DealCategories WHERE DealCategories.id in (:c0)',
'params' => [
':c0' => [
'value' => (int) 25,
'type' => 'integer',
'placeholder' => 'c0'
]
],
'defaultTypes' => [
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'image_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealCategoriesTable) {
'registryAlias' => 'DealCategories',
'table' => 'deal_categories',
'alias' => 'DealCategories',
'entityClass' => 'App\Model\Entity\DealCategory',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'strategy' => 'select',
'query' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Deals.id AS "Deals__id", Deals.name AS "Deals__name", Deals.description AS "Deals__description", Deals.slug AS "Deals__slug", Deals.deal_category_id AS "Deals__deal_category_id", Deals.price AS "Deals__price", Deals.reference_price AS "Deals__reference_price", Deals.clickout_url AS "Deals__clickout_url", Deals.is_active AS "Deals__is_active", Deals.expires AS "Deals__expires", Deals.type AS "Deals__type", Deals.has_push AS "Deals__has_push", Deals.comment_count AS "Deals__comment_count", Deals.meta_title AS "Deals__meta_title", Deals.meta_description AS "Deals__meta_description", Deals.meta_keywords AS "Deals__meta_keywords", Deals.meta_robots AS "Deals__meta_robots", Deals.canonical AS "Deals__canonical", Deals.image AS "Deals__image", Deals.modified AS "Deals__modified", Deals.created AS "Deals__created", Deals.shop_id AS "Deals__shop_id", Deals.deeplink AS "Deals__deeplink", Deals.like_count AS "Deals__like_count", Deals.user_id AS "Deals__user_id", Deals.exclude_from_sitemap AS "Deals__exclude_from_sitemap", Deals.score AS "Deals__score", Deals.start_date AS "Deals__start_date", Deals.sitemap_lastmod AS "Deals__sitemap_lastmod", Deals.is_sitemap_aware AS "Deals__is_sitemap_aware", Deals.excerpt AS "Deals__excerpt", Deals.visibility AS "Deals__visibility", Deals.coupon_code AS "Deals__coupon_code", Deals.shipping_cost AS "Deals__shipping_cost", Deals.image_width AS "Deals__image_width", Deals.image_height AS "Deals__image_height", Deals.show_comments AS "Deals__show_comments", Shops.id AS "Shops__id", Shops.shop_category_id AS "Shops__shop_category_id", Shops.slug AS "Shops__slug", Shops.name AS "Shops__name", Shops.description AS "Shops__description", Shops.meta_title AS "Shops__meta_title", Shops.meta_description AS "Shops__meta_description", Shops.meta_keywords AS "Shops__meta_keywords", Shops.is_active AS "Shops__is_active", Shops.modified AS "Shops__modified", Shops.created AS "Shops__created", Shops.logo AS "Shops__logo", Shops.excerpt AS "Shops__excerpt", Shops.clickout_url AS "Shops__clickout_url", Shops.hits AS "Shops__hits", Shops.is_monetizable AS "Shops__is_monetizable", Shops.show_expired_offers AS "Shops__show_expired_offers", Shops.exclude_from_sitemap AS "Shops__exclude_from_sitemap", Shops.meta_robots AS "Shops__meta_robots", Shops.canonical AS "Shops__canonical", Shops.rating AS "Shops__rating", Shops.rating_count AS "Shops__rating_count", Shops.legacy_gp_id AS "Shops__legacy_gp_id", Shops.is_visible AS "Shops__is_visible", Shops.address AS "Shops__address", Shops.contact AS "Shops__contact", Shops.screenshot AS "Shops__screenshot", Shops.is_experimental AS "Shops__is_experimental", Shops.minimum_order_label AS "Shops__minimum_order_label", Shops.url AS "Shops__url", Shops.offers_limit AS "Shops__offers_limit", Shops.disclaimer AS "Shops__disclaimer", Shops.show_reviews AS "Shops__show_reviews", Shops.affiliate_network_id AS "Shops__affiliate_network_id", Shops.headline AS "Shops__headline", Shops.header_image AS "Shops__header_image", Shops.has_deeplink_support AS "Shops__has_deeplink_support", Shops.score AS "Shops__score", Shops.factor AS "Shops__factor", Shops.show_similar_offers AS "Shops__show_similar_offers", Shops.show_deals AS "Shops__show_deals", Shops.sitemap_lastmod AS "Shops__sitemap_lastmod", Shops.is_sitemap_aware AS "Shops__is_sitemap_aware", Shops.header_image_width AS "Shops__header_image_width", Shops.header_image_height AS "Shops__header_image_height", Shops.logo_width AS "Shops__logo_width", Shops.logo_height AS "Shops__logo_height" FROM deals Deals INNER JOIN deal_categories DealCategories ON (DealCategories.is_active = :c0 AND DealCategories.id = (Deals.deal_category_id)) LEFT JOIN shops Shops ON Shops.id = (Deals.shop_id) WHERE (Deals.slug = :c1 AND Deals.is_active = :c2) LIMIT 1',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Deals__id' => 'integer',
'Deals.id' => 'integer',
'id' => 'integer',
'Deals__name' => 'string',
'Deals.name' => 'string',
'name' => 'string',
'Deals__description' => 'text',
'Deals.description' => 'text',
'description' => 'text',
'Deals__slug' => 'string',
'Deals.slug' => 'string',
'slug' => 'string',
'Deals__deal_category_id' => 'integer',
'Deals.deal_category_id' => 'integer',
'deal_category_id' => 'integer',
'Deals__price' => 'float',
'Deals.price' => 'float',
'price' => 'float',
'Deals__reference_price' => 'float',
'Deals.reference_price' => 'float',
'reference_price' => 'float',
'Deals__clickout_url' => 'string',
'Deals.clickout_url' => 'string',
'clickout_url' => 'string',
'Deals__is_active' => 'boolean',
'Deals.is_active' => 'boolean',
'is_active' => 'boolean',
'Deals__expires' => 'timestamp',
'Deals.expires' => 'timestamp',
'expires' => 'timestamp',
'Deals__type' => 'integer',
'Deals.type' => 'integer',
'type' => 'integer',
'Deals__has_push' => 'boolean',
'Deals.has_push' => 'boolean',
'has_push' => 'boolean',
'Deals__comment_count' => 'integer',
'Deals.comment_count' => 'integer',
'comment_count' => 'integer',
'Deals__meta_title' => 'string',
'Deals.meta_title' => 'string',
'meta_title' => 'string',
'Deals__meta_description' => 'text',
'Deals.meta_description' => 'text',
'meta_description' => 'text',
'Deals__meta_keywords' => 'string',
'Deals.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Deals__meta_robots' => 'string',
'Deals.meta_robots' => 'string',
'meta_robots' => 'string',
'Deals__canonical' => 'string',
'Deals.canonical' => 'string',
'canonical' => 'string',
'Deals__image' => 'string',
'Deals.image' => 'string',
'image' => 'string',
'Deals__modified' => 'timestamp',
'Deals.modified' => 'timestamp',
'modified' => 'timestamp',
'Deals__created' => 'timestamp',
'Deals.created' => 'timestamp',
'created' => 'timestamp',
'Deals__shop_id' => 'integer',
'Deals.shop_id' => 'integer',
'shop_id' => 'integer',
'Deals__deeplink' => 'string',
'Deals.deeplink' => 'string',
'deeplink' => 'string',
'Deals__like_count' => 'integer',
'Deals.like_count' => 'integer',
'like_count' => 'integer',
'Deals__user_id' => 'integer',
'Deals.user_id' => 'integer',
'user_id' => 'integer',
'Deals__exclude_from_sitemap' => 'boolean',
'Deals.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'Deals__score' => 'float',
'Deals.score' => 'float',
'score' => 'float',
'Deals__start_date' => 'timestamp',
'Deals.start_date' => 'timestamp',
'start_date' => 'timestamp',
'Deals__sitemap_lastmod' => 'timestamp',
'Deals.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'Deals__is_sitemap_aware' => 'boolean',
'Deals.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'Deals__excerpt' => 'text',
'Deals.excerpt' => 'text',
'excerpt' => 'text',
'Deals__visibility' => 'integer',
'Deals.visibility' => 'integer',
'visibility' => 'integer',
'Deals__coupon_code' => 'string',
'Deals.coupon_code' => 'string',
'coupon_code' => 'string',
'Deals__shipping_cost' => 'float',
'Deals.shipping_cost' => 'float',
'shipping_cost' => 'float',
'Deals__image_width' => 'integer',
'Deals.image_width' => 'integer',
'image_width' => 'integer',
'Deals__image_height' => 'integer',
'Deals.image_height' => 'integer',
'image_height' => 'integer',
'Deals__show_comments' => 'boolean',
'Deals.show_comments' => 'boolean',
'show_comments' => 'boolean',
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'Shops__shop_category_id' => 'integer',
'Shops.shop_category_id' => 'integer',
'shop_category_id' => 'integer',
'Shops__slug' => 'string',
'Shops.slug' => 'string',
'Shops__name' => 'string',
'Shops.name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'Shops__meta_title' => 'string',
'Shops.meta_title' => 'string',
'Shops__meta_description' => 'text',
'Shops.meta_description' => 'text',
'Shops__meta_keywords' => 'string',
'Shops.meta_keywords' => 'string',
'Shops__is_active' => 'boolean',
'Shops.is_active' => 'boolean',
'Shops__modified' => 'timestamp',
'Shops.modified' => 'timestamp',
'Shops__created' => 'timestamp',
'Shops.created' => 'timestamp',
'Shops__logo' => 'string',
'Shops.logo' => 'string',
'logo' => 'string',
'Shops__excerpt' => 'text',
'Shops.excerpt' => 'text',
'Shops__clickout_url' => 'string',
'Shops.clickout_url' => 'string',
'Shops__hits' => 'integer',
'Shops.hits' => 'integer',
'hits' => 'integer',
'Shops__is_monetizable' => 'boolean',
'Shops.is_monetizable' => 'boolean',
'is_monetizable' => 'boolean',
'Shops__show_expired_offers' => 'boolean',
'Shops.show_expired_offers' => 'boolean',
'show_expired_offers' => 'boolean',
'Shops__exclude_from_sitemap' => 'boolean',
'Shops.exclude_from_sitemap' => 'boolean',
'Shops__meta_robots' => 'string',
'Shops.meta_robots' => 'string',
'Shops__canonical' => 'string',
'Shops.canonical' => 'string',
'Shops__rating' => 'float',
'Shops.rating' => 'float',
'rating' => 'float',
'Shops__rating_count' => 'integer',
'Shops.rating_count' => 'integer',
'rating_count' => 'integer',
'Shops__legacy_gp_id' => 'integer',
'Shops.legacy_gp_id' => 'integer',
'legacy_gp_id' => 'integer',
'Shops__is_visible' => 'boolean',
'Shops.is_visible' => 'boolean',
'is_visible' => 'boolean',
'Shops__address' => 'text',
'Shops.address' => 'text',
'address' => 'text',
'Shops__contact' => 'text',
'Shops.contact' => 'text',
'contact' => 'text',
'Shops__screenshot' => 'string',
'Shops.screenshot' => 'string',
'screenshot' => 'string',
'Shops__is_experimental' => 'boolean',
'Shops.is_experimental' => 'boolean',
'is_experimental' => 'boolean',
'Shops__minimum_order_label' => 'integer',
'Shops.minimum_order_label' => 'integer',
'minimum_order_label' => 'integer',
'Shops__url' => 'string',
'Shops.url' => 'string',
'url' => 'string',
'Shops__offers_limit' => 'integer',
'Shops.offers_limit' => 'integer',
'offers_limit' => 'integer',
'Shops__disclaimer' => 'text',
'Shops.disclaimer' => 'text',
'disclaimer' => 'text',
'Shops__show_reviews' => 'boolean',
'Shops.show_reviews' => 'boolean',
'show_reviews' => 'boolean',
'Shops__affiliate_network_id' => 'integer',
'Shops.affiliate_network_id' => 'integer',
'affiliate_network_id' => 'integer',
'Shops__headline' => 'string',
'Shops.headline' => 'string',
'headline' => 'string',
'Shops__header_image' => 'string',
'Shops.header_image' => 'string',
'header_image' => 'string',
'Shops__has_deeplink_support' => 'boolean',
'Shops.has_deeplink_support' => 'boolean',
'has_deeplink_support' => 'boolean',
'Shops__score' => 'float',
'Shops.score' => 'float',
'Shops__factor' => 'float',
'Shops.factor' => 'float',
'factor' => 'float',
'Shops__show_similar_offers' => 'boolean',
'Shops.show_similar_offers' => 'boolean',
'show_similar_offers' => 'boolean',
'Shops__show_deals' => 'boolean',
'Shops.show_deals' => 'boolean',
'show_deals' => 'boolean',
'Shops__sitemap_lastmod' => 'timestamp',
'Shops.sitemap_lastmod' => 'timestamp',
'Shops__is_sitemap_aware' => 'boolean',
'Shops.is_sitemap_aware' => 'boolean',
'Shops__header_image_width' => 'integer',
'Shops.header_image_width' => 'integer',
'header_image_width' => 'integer',
'Shops__header_image_height' => 'integer',
'Shops.header_image_height' => 'integer',
'header_image_height' => 'integer',
'Shops__logo_width' => 'integer',
'Shops.logo_width' => 'integer',
'logo_width' => 'integer',
'Shops__logo_height' => 'integer',
'Shops.logo_height' => 'integer',
'logo_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'DealCategories' => [[maximum depth reached]],
'Shops' => [[maximum depth reached]]
],
'matching' => [
'DealCategories' => [
[maximum depth reached]
]
],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealsTable) {}
},
'contain' => [],
'keys' => [
(int) 25 => (int) 25
],
'nestKey' => 'DealCategories',
'foreignKey' => 'deal_category_id',
'conditions' => [],
'sort' => null
]</pre>
</div>
</div>
<div id="stack-frame-5" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Association/BelongsTo.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-5">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="196"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'associationType' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">type</span><span style="color: #007700">(),</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="197"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'finder' </span><span style="color: #007700">=> [</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #DD0000">'find'</span><span style="color: #007700">]</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="198"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="199"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="200"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$loader</span><span style="color: #007700">-></span><span style="color: #0000BB">buildEagerLoader</span><span style="color: #007700">(</span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="201"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="202"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="203"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-5" style="display: none;">
<pre>[
'strategy' => 'select',
'query' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Deals.id AS "Deals__id", Deals.name AS "Deals__name", Deals.description AS "Deals__description", Deals.slug AS "Deals__slug", Deals.deal_category_id AS "Deals__deal_category_id", Deals.price AS "Deals__price", Deals.reference_price AS "Deals__reference_price", Deals.clickout_url AS "Deals__clickout_url", Deals.is_active AS "Deals__is_active", Deals.expires AS "Deals__expires", Deals.type AS "Deals__type", Deals.has_push AS "Deals__has_push", Deals.comment_count AS "Deals__comment_count", Deals.meta_title AS "Deals__meta_title", Deals.meta_description AS "Deals__meta_description", Deals.meta_keywords AS "Deals__meta_keywords", Deals.meta_robots AS "Deals__meta_robots", Deals.canonical AS "Deals__canonical", Deals.image AS "Deals__image", Deals.modified AS "Deals__modified", Deals.created AS "Deals__created", Deals.shop_id AS "Deals__shop_id", Deals.deeplink AS "Deals__deeplink", Deals.like_count AS "Deals__like_count", Deals.user_id AS "Deals__user_id", Deals.exclude_from_sitemap AS "Deals__exclude_from_sitemap", Deals.score AS "Deals__score", Deals.start_date AS "Deals__start_date", Deals.sitemap_lastmod AS "Deals__sitemap_lastmod", Deals.is_sitemap_aware AS "Deals__is_sitemap_aware", Deals.excerpt AS "Deals__excerpt", Deals.visibility AS "Deals__visibility", Deals.coupon_code AS "Deals__coupon_code", Deals.shipping_cost AS "Deals__shipping_cost", Deals.image_width AS "Deals__image_width", Deals.image_height AS "Deals__image_height", Deals.show_comments AS "Deals__show_comments", Shops.id AS "Shops__id", Shops.shop_category_id AS "Shops__shop_category_id", Shops.slug AS "Shops__slug", Shops.name AS "Shops__name", Shops.description AS "Shops__description", Shops.meta_title AS "Shops__meta_title", Shops.meta_description AS "Shops__meta_description", Shops.meta_keywords AS "Shops__meta_keywords", Shops.is_active AS "Shops__is_active", Shops.modified AS "Shops__modified", Shops.created AS "Shops__created", Shops.logo AS "Shops__logo", Shops.excerpt AS "Shops__excerpt", Shops.clickout_url AS "Shops__clickout_url", Shops.hits AS "Shops__hits", Shops.is_monetizable AS "Shops__is_monetizable", Shops.show_expired_offers AS "Shops__show_expired_offers", Shops.exclude_from_sitemap AS "Shops__exclude_from_sitemap", Shops.meta_robots AS "Shops__meta_robots", Shops.canonical AS "Shops__canonical", Shops.rating AS "Shops__rating", Shops.rating_count AS "Shops__rating_count", Shops.legacy_gp_id AS "Shops__legacy_gp_id", Shops.is_visible AS "Shops__is_visible", Shops.address AS "Shops__address", Shops.contact AS "Shops__contact", Shops.screenshot AS "Shops__screenshot", Shops.is_experimental AS "Shops__is_experimental", Shops.minimum_order_label AS "Shops__minimum_order_label", Shops.url AS "Shops__url", Shops.offers_limit AS "Shops__offers_limit", Shops.disclaimer AS "Shops__disclaimer", Shops.show_reviews AS "Shops__show_reviews", Shops.affiliate_network_id AS "Shops__affiliate_network_id", Shops.headline AS "Shops__headline", Shops.header_image AS "Shops__header_image", Shops.has_deeplink_support AS "Shops__has_deeplink_support", Shops.score AS "Shops__score", Shops.factor AS "Shops__factor", Shops.show_similar_offers AS "Shops__show_similar_offers", Shops.show_deals AS "Shops__show_deals", Shops.sitemap_lastmod AS "Shops__sitemap_lastmod", Shops.is_sitemap_aware AS "Shops__is_sitemap_aware", Shops.header_image_width AS "Shops__header_image_width", Shops.header_image_height AS "Shops__header_image_height", Shops.logo_width AS "Shops__logo_width", Shops.logo_height AS "Shops__logo_height" FROM deals Deals INNER JOIN deal_categories DealCategories ON (DealCategories.is_active = :c0 AND DealCategories.id = (Deals.deal_category_id)) LEFT JOIN shops Shops ON Shops.id = (Deals.shop_id) WHERE (Deals.slug = :c1 AND Deals.is_active = :c2) LIMIT 1',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Deals__id' => 'integer',
'Deals.id' => 'integer',
'id' => 'integer',
'Deals__name' => 'string',
'Deals.name' => 'string',
'name' => 'string',
'Deals__description' => 'text',
'Deals.description' => 'text',
'description' => 'text',
'Deals__slug' => 'string',
'Deals.slug' => 'string',
'slug' => 'string',
'Deals__deal_category_id' => 'integer',
'Deals.deal_category_id' => 'integer',
'deal_category_id' => 'integer',
'Deals__price' => 'float',
'Deals.price' => 'float',
'price' => 'float',
'Deals__reference_price' => 'float',
'Deals.reference_price' => 'float',
'reference_price' => 'float',
'Deals__clickout_url' => 'string',
'Deals.clickout_url' => 'string',
'clickout_url' => 'string',
'Deals__is_active' => 'boolean',
'Deals.is_active' => 'boolean',
'is_active' => 'boolean',
'Deals__expires' => 'timestamp',
'Deals.expires' => 'timestamp',
'expires' => 'timestamp',
'Deals__type' => 'integer',
'Deals.type' => 'integer',
'type' => 'integer',
'Deals__has_push' => 'boolean',
'Deals.has_push' => 'boolean',
'has_push' => 'boolean',
'Deals__comment_count' => 'integer',
'Deals.comment_count' => 'integer',
'comment_count' => 'integer',
'Deals__meta_title' => 'string',
'Deals.meta_title' => 'string',
'meta_title' => 'string',
'Deals__meta_description' => 'text',
'Deals.meta_description' => 'text',
'meta_description' => 'text',
'Deals__meta_keywords' => 'string',
'Deals.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Deals__meta_robots' => 'string',
'Deals.meta_robots' => 'string',
'meta_robots' => 'string',
'Deals__canonical' => 'string',
'Deals.canonical' => 'string',
'canonical' => 'string',
'Deals__image' => 'string',
'Deals.image' => 'string',
'image' => 'string',
'Deals__modified' => 'timestamp',
'Deals.modified' => 'timestamp',
'modified' => 'timestamp',
'Deals__created' => 'timestamp',
'Deals.created' => 'timestamp',
'created' => 'timestamp',
'Deals__shop_id' => 'integer',
'Deals.shop_id' => 'integer',
'shop_id' => 'integer',
'Deals__deeplink' => 'string',
'Deals.deeplink' => 'string',
'deeplink' => 'string',
'Deals__like_count' => 'integer',
'Deals.like_count' => 'integer',
'like_count' => 'integer',
'Deals__user_id' => 'integer',
'Deals.user_id' => 'integer',
'user_id' => 'integer',
'Deals__exclude_from_sitemap' => 'boolean',
'Deals.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'Deals__score' => 'float',
'Deals.score' => 'float',
'score' => 'float',
'Deals__start_date' => 'timestamp',
'Deals.start_date' => 'timestamp',
'start_date' => 'timestamp',
'Deals__sitemap_lastmod' => 'timestamp',
'Deals.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'Deals__is_sitemap_aware' => 'boolean',
'Deals.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'Deals__excerpt' => 'text',
'Deals.excerpt' => 'text',
'excerpt' => 'text',
'Deals__visibility' => 'integer',
'Deals.visibility' => 'integer',
'visibility' => 'integer',
'Deals__coupon_code' => 'string',
'Deals.coupon_code' => 'string',
'coupon_code' => 'string',
'Deals__shipping_cost' => 'float',
'Deals.shipping_cost' => 'float',
'shipping_cost' => 'float',
'Deals__image_width' => 'integer',
'Deals.image_width' => 'integer',
'image_width' => 'integer',
'Deals__image_height' => 'integer',
'Deals.image_height' => 'integer',
'image_height' => 'integer',
'Deals__show_comments' => 'boolean',
'Deals.show_comments' => 'boolean',
'show_comments' => 'boolean',
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'Shops__shop_category_id' => 'integer',
'Shops.shop_category_id' => 'integer',
'shop_category_id' => 'integer',
'Shops__slug' => 'string',
'Shops.slug' => 'string',
'Shops__name' => 'string',
'Shops.name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'Shops__meta_title' => 'string',
'Shops.meta_title' => 'string',
'Shops__meta_description' => 'text',
'Shops.meta_description' => 'text',
'Shops__meta_keywords' => 'string',
'Shops.meta_keywords' => 'string',
'Shops__is_active' => 'boolean',
'Shops.is_active' => 'boolean',
'Shops__modified' => 'timestamp',
'Shops.modified' => 'timestamp',
'Shops__created' => 'timestamp',
'Shops.created' => 'timestamp',
'Shops__logo' => 'string',
'Shops.logo' => 'string',
'logo' => 'string',
'Shops__excerpt' => 'text',
'Shops.excerpt' => 'text',
'Shops__clickout_url' => 'string',
'Shops.clickout_url' => 'string',
'Shops__hits' => 'integer',
'Shops.hits' => 'integer',
'hits' => 'integer',
'Shops__is_monetizable' => 'boolean',
'Shops.is_monetizable' => 'boolean',
'is_monetizable' => 'boolean',
'Shops__show_expired_offers' => 'boolean',
'Shops.show_expired_offers' => 'boolean',
'show_expired_offers' => 'boolean',
'Shops__exclude_from_sitemap' => 'boolean',
'Shops.exclude_from_sitemap' => 'boolean',
'Shops__meta_robots' => 'string',
'Shops.meta_robots' => 'string',
'Shops__canonical' => 'string',
'Shops.canonical' => 'string',
'Shops__rating' => 'float',
'Shops.rating' => 'float',
'rating' => 'float',
'Shops__rating_count' => 'integer',
'Shops.rating_count' => 'integer',
'rating_count' => 'integer',
'Shops__legacy_gp_id' => 'integer',
'Shops.legacy_gp_id' => 'integer',
'legacy_gp_id' => 'integer',
'Shops__is_visible' => 'boolean',
'Shops.is_visible' => 'boolean',
'is_visible' => 'boolean',
'Shops__address' => 'text',
'Shops.address' => 'text',
'address' => 'text',
'Shops__contact' => 'text',
'Shops.contact' => 'text',
'contact' => 'text',
'Shops__screenshot' => 'string',
'Shops.screenshot' => 'string',
'screenshot' => 'string',
'Shops__is_experimental' => 'boolean',
'Shops.is_experimental' => 'boolean',
'is_experimental' => 'boolean',
'Shops__minimum_order_label' => 'integer',
'Shops.minimum_order_label' => 'integer',
'minimum_order_label' => 'integer',
'Shops__url' => 'string',
'Shops.url' => 'string',
'url' => 'string',
'Shops__offers_limit' => 'integer',
'Shops.offers_limit' => 'integer',
'offers_limit' => 'integer',
'Shops__disclaimer' => 'text',
'Shops.disclaimer' => 'text',
'disclaimer' => 'text',
'Shops__show_reviews' => 'boolean',
'Shops.show_reviews' => 'boolean',
'show_reviews' => 'boolean',
'Shops__affiliate_network_id' => 'integer',
'Shops.affiliate_network_id' => 'integer',
'affiliate_network_id' => 'integer',
'Shops__headline' => 'string',
'Shops.headline' => 'string',
'headline' => 'string',
'Shops__header_image' => 'string',
'Shops.header_image' => 'string',
'header_image' => 'string',
'Shops__has_deeplink_support' => 'boolean',
'Shops.has_deeplink_support' => 'boolean',
'has_deeplink_support' => 'boolean',
'Shops__score' => 'float',
'Shops.score' => 'float',
'Shops__factor' => 'float',
'Shops.factor' => 'float',
'factor' => 'float',
'Shops__show_similar_offers' => 'boolean',
'Shops.show_similar_offers' => 'boolean',
'show_similar_offers' => 'boolean',
'Shops__show_deals' => 'boolean',
'Shops.show_deals' => 'boolean',
'show_deals' => 'boolean',
'Shops__sitemap_lastmod' => 'timestamp',
'Shops.sitemap_lastmod' => 'timestamp',
'Shops__is_sitemap_aware' => 'boolean',
'Shops.is_sitemap_aware' => 'boolean',
'Shops__header_image_width' => 'integer',
'Shops.header_image_width' => 'integer',
'header_image_width' => 'integer',
'Shops__header_image_height' => 'integer',
'Shops.header_image_height' => 'integer',
'header_image_height' => 'integer',
'Shops__logo_width' => 'integer',
'Shops.logo_width' => 'integer',
'logo_width' => 'integer',
'Shops__logo_height' => 'integer',
'Shops.logo_height' => 'integer',
'logo_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'DealCategories' => [[maximum depth reached]],
'Shops' => [[maximum depth reached]]
],
'matching' => [
'DealCategories' => [
[maximum depth reached]
]
],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealsTable) {}
},
'contain' => [],
'keys' => [
(int) 25 => (int) 25
],
'nestKey' => 'DealCategories',
'foreignKey' => 'deal_category_id',
'conditions' => [],
'sort' => null
]</pre>
</div>
</div>
<div id="stack-frame-6" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/EagerLoader.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-6">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="708"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $config </span><span style="color: #007700">+ [</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="709"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'query' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$query</span><span style="color: #007700">,</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="710"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'contain' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$contain</span><span style="color: #007700">,</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="711"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'keys' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$keys</span><span style="color: #007700">,</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="712"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'nestKey' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$meta</span><span style="color: #007700">-></span><span style="color: #0000BB">aliasPath</span><span style="color: #007700">()</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="713"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">]</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="714"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="715"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= new </span><span style="color: #0000BB">CallbackStatement</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">, </span><span style="color: #0000BB">$driver</span><span style="color: #007700">, </span><span style="color: #0000BB">$f</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="716"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-6" style="display: none;">
<pre>[
'strategy' => 'select',
'query' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Deals.id AS "Deals__id", Deals.name AS "Deals__name", Deals.description AS "Deals__description", Deals.slug AS "Deals__slug", Deals.deal_category_id AS "Deals__deal_category_id", Deals.price AS "Deals__price", Deals.reference_price AS "Deals__reference_price", Deals.clickout_url AS "Deals__clickout_url", Deals.is_active AS "Deals__is_active", Deals.expires AS "Deals__expires", Deals.type AS "Deals__type", Deals.has_push AS "Deals__has_push", Deals.comment_count AS "Deals__comment_count", Deals.meta_title AS "Deals__meta_title", Deals.meta_description AS "Deals__meta_description", Deals.meta_keywords AS "Deals__meta_keywords", Deals.meta_robots AS "Deals__meta_robots", Deals.canonical AS "Deals__canonical", Deals.image AS "Deals__image", Deals.modified AS "Deals__modified", Deals.created AS "Deals__created", Deals.shop_id AS "Deals__shop_id", Deals.deeplink AS "Deals__deeplink", Deals.like_count AS "Deals__like_count", Deals.user_id AS "Deals__user_id", Deals.exclude_from_sitemap AS "Deals__exclude_from_sitemap", Deals.score AS "Deals__score", Deals.start_date AS "Deals__start_date", Deals.sitemap_lastmod AS "Deals__sitemap_lastmod", Deals.is_sitemap_aware AS "Deals__is_sitemap_aware", Deals.excerpt AS "Deals__excerpt", Deals.visibility AS "Deals__visibility", Deals.coupon_code AS "Deals__coupon_code", Deals.shipping_cost AS "Deals__shipping_cost", Deals.image_width AS "Deals__image_width", Deals.image_height AS "Deals__image_height", Deals.show_comments AS "Deals__show_comments", Shops.id AS "Shops__id", Shops.shop_category_id AS "Shops__shop_category_id", Shops.slug AS "Shops__slug", Shops.name AS "Shops__name", Shops.description AS "Shops__description", Shops.meta_title AS "Shops__meta_title", Shops.meta_description AS "Shops__meta_description", Shops.meta_keywords AS "Shops__meta_keywords", Shops.is_active AS "Shops__is_active", Shops.modified AS "Shops__modified", Shops.created AS "Shops__created", Shops.logo AS "Shops__logo", Shops.excerpt AS "Shops__excerpt", Shops.clickout_url AS "Shops__clickout_url", Shops.hits AS "Shops__hits", Shops.is_monetizable AS "Shops__is_monetizable", Shops.show_expired_offers AS "Shops__show_expired_offers", Shops.exclude_from_sitemap AS "Shops__exclude_from_sitemap", Shops.meta_robots AS "Shops__meta_robots", Shops.canonical AS "Shops__canonical", Shops.rating AS "Shops__rating", Shops.rating_count AS "Shops__rating_count", Shops.legacy_gp_id AS "Shops__legacy_gp_id", Shops.is_visible AS "Shops__is_visible", Shops.address AS "Shops__address", Shops.contact AS "Shops__contact", Shops.screenshot AS "Shops__screenshot", Shops.is_experimental AS "Shops__is_experimental", Shops.minimum_order_label AS "Shops__minimum_order_label", Shops.url AS "Shops__url", Shops.offers_limit AS "Shops__offers_limit", Shops.disclaimer AS "Shops__disclaimer", Shops.show_reviews AS "Shops__show_reviews", Shops.affiliate_network_id AS "Shops__affiliate_network_id", Shops.headline AS "Shops__headline", Shops.header_image AS "Shops__header_image", Shops.has_deeplink_support AS "Shops__has_deeplink_support", Shops.score AS "Shops__score", Shops.factor AS "Shops__factor", Shops.show_similar_offers AS "Shops__show_similar_offers", Shops.show_deals AS "Shops__show_deals", Shops.sitemap_lastmod AS "Shops__sitemap_lastmod", Shops.is_sitemap_aware AS "Shops__is_sitemap_aware", Shops.header_image_width AS "Shops__header_image_width", Shops.header_image_height AS "Shops__header_image_height", Shops.logo_width AS "Shops__logo_width", Shops.logo_height AS "Shops__logo_height" FROM deals Deals INNER JOIN deal_categories DealCategories ON (DealCategories.is_active = :c0 AND DealCategories.id = (Deals.deal_category_id)) LEFT JOIN shops Shops ON Shops.id = (Deals.shop_id) WHERE (Deals.slug = :c1 AND Deals.is_active = :c2) LIMIT 1',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Deals__id' => 'integer',
'Deals.id' => 'integer',
'id' => 'integer',
'Deals__name' => 'string',
'Deals.name' => 'string',
'name' => 'string',
'Deals__description' => 'text',
'Deals.description' => 'text',
'description' => 'text',
'Deals__slug' => 'string',
'Deals.slug' => 'string',
'slug' => 'string',
'Deals__deal_category_id' => 'integer',
'Deals.deal_category_id' => 'integer',
'deal_category_id' => 'integer',
'Deals__price' => 'float',
'Deals.price' => 'float',
'price' => 'float',
'Deals__reference_price' => 'float',
'Deals.reference_price' => 'float',
'reference_price' => 'float',
'Deals__clickout_url' => 'string',
'Deals.clickout_url' => 'string',
'clickout_url' => 'string',
'Deals__is_active' => 'boolean',
'Deals.is_active' => 'boolean',
'is_active' => 'boolean',
'Deals__expires' => 'timestamp',
'Deals.expires' => 'timestamp',
'expires' => 'timestamp',
'Deals__type' => 'integer',
'Deals.type' => 'integer',
'type' => 'integer',
'Deals__has_push' => 'boolean',
'Deals.has_push' => 'boolean',
'has_push' => 'boolean',
'Deals__comment_count' => 'integer',
'Deals.comment_count' => 'integer',
'comment_count' => 'integer',
'Deals__meta_title' => 'string',
'Deals.meta_title' => 'string',
'meta_title' => 'string',
'Deals__meta_description' => 'text',
'Deals.meta_description' => 'text',
'meta_description' => 'text',
'Deals__meta_keywords' => 'string',
'Deals.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Deals__meta_robots' => 'string',
'Deals.meta_robots' => 'string',
'meta_robots' => 'string',
'Deals__canonical' => 'string',
'Deals.canonical' => 'string',
'canonical' => 'string',
'Deals__image' => 'string',
'Deals.image' => 'string',
'image' => 'string',
'Deals__modified' => 'timestamp',
'Deals.modified' => 'timestamp',
'modified' => 'timestamp',
'Deals__created' => 'timestamp',
'Deals.created' => 'timestamp',
'created' => 'timestamp',
'Deals__shop_id' => 'integer',
'Deals.shop_id' => 'integer',
'shop_id' => 'integer',
'Deals__deeplink' => 'string',
'Deals.deeplink' => 'string',
'deeplink' => 'string',
'Deals__like_count' => 'integer',
'Deals.like_count' => 'integer',
'like_count' => 'integer',
'Deals__user_id' => 'integer',
'Deals.user_id' => 'integer',
'user_id' => 'integer',
'Deals__exclude_from_sitemap' => 'boolean',
'Deals.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'Deals__score' => 'float',
'Deals.score' => 'float',
'score' => 'float',
'Deals__start_date' => 'timestamp',
'Deals.start_date' => 'timestamp',
'start_date' => 'timestamp',
'Deals__sitemap_lastmod' => 'timestamp',
'Deals.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'Deals__is_sitemap_aware' => 'boolean',
'Deals.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'Deals__excerpt' => 'text',
'Deals.excerpt' => 'text',
'excerpt' => 'text',
'Deals__visibility' => 'integer',
'Deals.visibility' => 'integer',
'visibility' => 'integer',
'Deals__coupon_code' => 'string',
'Deals.coupon_code' => 'string',
'coupon_code' => 'string',
'Deals__shipping_cost' => 'float',
'Deals.shipping_cost' => 'float',
'shipping_cost' => 'float',
'Deals__image_width' => 'integer',
'Deals.image_width' => 'integer',
'image_width' => 'integer',
'Deals__image_height' => 'integer',
'Deals.image_height' => 'integer',
'image_height' => 'integer',
'Deals__show_comments' => 'boolean',
'Deals.show_comments' => 'boolean',
'show_comments' => 'boolean',
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'Shops__shop_category_id' => 'integer',
'Shops.shop_category_id' => 'integer',
'shop_category_id' => 'integer',
'Shops__slug' => 'string',
'Shops.slug' => 'string',
'Shops__name' => 'string',
'Shops.name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'Shops__meta_title' => 'string',
'Shops.meta_title' => 'string',
'Shops__meta_description' => 'text',
'Shops.meta_description' => 'text',
'Shops__meta_keywords' => 'string',
'Shops.meta_keywords' => 'string',
'Shops__is_active' => 'boolean',
'Shops.is_active' => 'boolean',
'Shops__modified' => 'timestamp',
'Shops.modified' => 'timestamp',
'Shops__created' => 'timestamp',
'Shops.created' => 'timestamp',
'Shops__logo' => 'string',
'Shops.logo' => 'string',
'logo' => 'string',
'Shops__excerpt' => 'text',
'Shops.excerpt' => 'text',
'Shops__clickout_url' => 'string',
'Shops.clickout_url' => 'string',
'Shops__hits' => 'integer',
'Shops.hits' => 'integer',
'hits' => 'integer',
'Shops__is_monetizable' => 'boolean',
'Shops.is_monetizable' => 'boolean',
'is_monetizable' => 'boolean',
'Shops__show_expired_offers' => 'boolean',
'Shops.show_expired_offers' => 'boolean',
'show_expired_offers' => 'boolean',
'Shops__exclude_from_sitemap' => 'boolean',
'Shops.exclude_from_sitemap' => 'boolean',
'Shops__meta_robots' => 'string',
'Shops.meta_robots' => 'string',
'Shops__canonical' => 'string',
'Shops.canonical' => 'string',
'Shops__rating' => 'float',
'Shops.rating' => 'float',
'rating' => 'float',
'Shops__rating_count' => 'integer',
'Shops.rating_count' => 'integer',
'rating_count' => 'integer',
'Shops__legacy_gp_id' => 'integer',
'Shops.legacy_gp_id' => 'integer',
'legacy_gp_id' => 'integer',
'Shops__is_visible' => 'boolean',
'Shops.is_visible' => 'boolean',
'is_visible' => 'boolean',
'Shops__address' => 'text',
'Shops.address' => 'text',
'address' => 'text',
'Shops__contact' => 'text',
'Shops.contact' => 'text',
'contact' => 'text',
'Shops__screenshot' => 'string',
'Shops.screenshot' => 'string',
'screenshot' => 'string',
'Shops__is_experimental' => 'boolean',
'Shops.is_experimental' => 'boolean',
'is_experimental' => 'boolean',
'Shops__minimum_order_label' => 'integer',
'Shops.minimum_order_label' => 'integer',
'minimum_order_label' => 'integer',
'Shops__url' => 'string',
'Shops.url' => 'string',
'url' => 'string',
'Shops__offers_limit' => 'integer',
'Shops.offers_limit' => 'integer',
'offers_limit' => 'integer',
'Shops__disclaimer' => 'text',
'Shops.disclaimer' => 'text',
'disclaimer' => 'text',
'Shops__show_reviews' => 'boolean',
'Shops.show_reviews' => 'boolean',
'show_reviews' => 'boolean',
'Shops__affiliate_network_id' => 'integer',
'Shops.affiliate_network_id' => 'integer',
'affiliate_network_id' => 'integer',
'Shops__headline' => 'string',
'Shops.headline' => 'string',
'headline' => 'string',
'Shops__header_image' => 'string',
'Shops.header_image' => 'string',
'header_image' => 'string',
'Shops__has_deeplink_support' => 'boolean',
'Shops.has_deeplink_support' => 'boolean',
'has_deeplink_support' => 'boolean',
'Shops__score' => 'float',
'Shops.score' => 'float',
'Shops__factor' => 'float',
'Shops.factor' => 'float',
'factor' => 'float',
'Shops__show_similar_offers' => 'boolean',
'Shops.show_similar_offers' => 'boolean',
'show_similar_offers' => 'boolean',
'Shops__show_deals' => 'boolean',
'Shops.show_deals' => 'boolean',
'show_deals' => 'boolean',
'Shops__sitemap_lastmod' => 'timestamp',
'Shops.sitemap_lastmod' => 'timestamp',
'Shops__is_sitemap_aware' => 'boolean',
'Shops.is_sitemap_aware' => 'boolean',
'Shops__header_image_width' => 'integer',
'Shops.header_image_width' => 'integer',
'header_image_width' => 'integer',
'Shops__header_image_height' => 'integer',
'Shops.header_image_height' => 'integer',
'header_image_height' => 'integer',
'Shops__logo_width' => 'integer',
'Shops.logo_width' => 'integer',
'logo_width' => 'integer',
'Shops__logo_height' => 'integer',
'Shops.logo_height' => 'integer',
'logo_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'DealCategories' => [[maximum depth reached]],
'Shops' => [[maximum depth reached]]
],
'matching' => [
'DealCategories' => [
[maximum depth reached]
]
],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealsTable) {}
},
'contain' => [],
'keys' => [
(int) 25 => (int) 25
],
'nestKey' => 'DealCategories'
]</pre>
</div>
</div>
<div id="stack-frame-7" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Query.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-7">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="1137"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1138"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return new </span><span style="color: #0000BB">$decorator</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_results</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1139"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1140"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1141"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getEagerLoader</span><span style="color: #007700">()-></span><span style="color: #0000BB">loadExternal</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1142"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1143"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return new </span><span style="color: #0000BB">ResultSet</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1144"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1145"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-7" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Deals.id AS "Deals__id", Deals.name AS "Deals__name", Deals.description AS "Deals__description", Deals.slug AS "Deals__slug", Deals.deal_category_id AS "Deals__deal_category_id", Deals.price AS "Deals__price", Deals.reference_price AS "Deals__reference_price", Deals.clickout_url AS "Deals__clickout_url", Deals.is_active AS "Deals__is_active", Deals.expires AS "Deals__expires", Deals.type AS "Deals__type", Deals.has_push AS "Deals__has_push", Deals.comment_count AS "Deals__comment_count", Deals.meta_title AS "Deals__meta_title", Deals.meta_description AS "Deals__meta_description", Deals.meta_keywords AS "Deals__meta_keywords", Deals.meta_robots AS "Deals__meta_robots", Deals.canonical AS "Deals__canonical", Deals.image AS "Deals__image", Deals.modified AS "Deals__modified", Deals.created AS "Deals__created", Deals.shop_id AS "Deals__shop_id", Deals.deeplink AS "Deals__deeplink", Deals.like_count AS "Deals__like_count", Deals.user_id AS "Deals__user_id", Deals.exclude_from_sitemap AS "Deals__exclude_from_sitemap", Deals.score AS "Deals__score", Deals.start_date AS "Deals__start_date", Deals.sitemap_lastmod AS "Deals__sitemap_lastmod", Deals.is_sitemap_aware AS "Deals__is_sitemap_aware", Deals.excerpt AS "Deals__excerpt", Deals.visibility AS "Deals__visibility", Deals.coupon_code AS "Deals__coupon_code", Deals.shipping_cost AS "Deals__shipping_cost", Deals.image_width AS "Deals__image_width", Deals.image_height AS "Deals__image_height", Deals.show_comments AS "Deals__show_comments", Shops.id AS "Shops__id", Shops.shop_category_id AS "Shops__shop_category_id", Shops.slug AS "Shops__slug", Shops.name AS "Shops__name", Shops.description AS "Shops__description", Shops.meta_title AS "Shops__meta_title", Shops.meta_description AS "Shops__meta_description", Shops.meta_keywords AS "Shops__meta_keywords", Shops.is_active AS "Shops__is_active", Shops.modified AS "Shops__modified", Shops.created AS "Shops__created", Shops.logo AS "Shops__logo", Shops.excerpt AS "Shops__excerpt", Shops.clickout_url AS "Shops__clickout_url", Shops.hits AS "Shops__hits", Shops.is_monetizable AS "Shops__is_monetizable", Shops.show_expired_offers AS "Shops__show_expired_offers", Shops.exclude_from_sitemap AS "Shops__exclude_from_sitemap", Shops.meta_robots AS "Shops__meta_robots", Shops.canonical AS "Shops__canonical", Shops.rating AS "Shops__rating", Shops.rating_count AS "Shops__rating_count", Shops.legacy_gp_id AS "Shops__legacy_gp_id", Shops.is_visible AS "Shops__is_visible", Shops.address AS "Shops__address", Shops.contact AS "Shops__contact", Shops.screenshot AS "Shops__screenshot", Shops.is_experimental AS "Shops__is_experimental", Shops.minimum_order_label AS "Shops__minimum_order_label", Shops.url AS "Shops__url", Shops.offers_limit AS "Shops__offers_limit", Shops.disclaimer AS "Shops__disclaimer", Shops.show_reviews AS "Shops__show_reviews", Shops.affiliate_network_id AS "Shops__affiliate_network_id", Shops.headline AS "Shops__headline", Shops.header_image AS "Shops__header_image", Shops.has_deeplink_support AS "Shops__has_deeplink_support", Shops.score AS "Shops__score", Shops.factor AS "Shops__factor", Shops.show_similar_offers AS "Shops__show_similar_offers", Shops.show_deals AS "Shops__show_deals", Shops.sitemap_lastmod AS "Shops__sitemap_lastmod", Shops.is_sitemap_aware AS "Shops__is_sitemap_aware", Shops.header_image_width AS "Shops__header_image_width", Shops.header_image_height AS "Shops__header_image_height", Shops.logo_width AS "Shops__logo_width", Shops.logo_height AS "Shops__logo_height" FROM deals Deals INNER JOIN deal_categories DealCategories ON (DealCategories.is_active = :c0 AND DealCategories.id = (Deals.deal_category_id)) LEFT JOIN shops Shops ON Shops.id = (Deals.shop_id) WHERE (Deals.slug = :c1 AND Deals.is_active = :c2) LIMIT 1',
'params' => [
':c0' => [
'value' => true,
'type' => 'boolean',
'placeholder' => 'c0'
],
':c1' => [
'value' => 'philips-avent-scd73526',
'type' => 'string',
'placeholder' => 'c1'
],
':c2' => [
'value' => true,
'type' => 'boolean',
'placeholder' => 'c2'
]
],
'defaultTypes' => [
'Deals__id' => 'integer',
'Deals.id' => 'integer',
'id' => 'integer',
'Deals__name' => 'string',
'Deals.name' => 'string',
'name' => 'string',
'Deals__description' => 'text',
'Deals.description' => 'text',
'description' => 'text',
'Deals__slug' => 'string',
'Deals.slug' => 'string',
'slug' => 'string',
'Deals__deal_category_id' => 'integer',
'Deals.deal_category_id' => 'integer',
'deal_category_id' => 'integer',
'Deals__price' => 'float',
'Deals.price' => 'float',
'price' => 'float',
'Deals__reference_price' => 'float',
'Deals.reference_price' => 'float',
'reference_price' => 'float',
'Deals__clickout_url' => 'string',
'Deals.clickout_url' => 'string',
'clickout_url' => 'string',
'Deals__is_active' => 'boolean',
'Deals.is_active' => 'boolean',
'is_active' => 'boolean',
'Deals__expires' => 'timestamp',
'Deals.expires' => 'timestamp',
'expires' => 'timestamp',
'Deals__type' => 'integer',
'Deals.type' => 'integer',
'type' => 'integer',
'Deals__has_push' => 'boolean',
'Deals.has_push' => 'boolean',
'has_push' => 'boolean',
'Deals__comment_count' => 'integer',
'Deals.comment_count' => 'integer',
'comment_count' => 'integer',
'Deals__meta_title' => 'string',
'Deals.meta_title' => 'string',
'meta_title' => 'string',
'Deals__meta_description' => 'text',
'Deals.meta_description' => 'text',
'meta_description' => 'text',
'Deals__meta_keywords' => 'string',
'Deals.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Deals__meta_robots' => 'string',
'Deals.meta_robots' => 'string',
'meta_robots' => 'string',
'Deals__canonical' => 'string',
'Deals.canonical' => 'string',
'canonical' => 'string',
'Deals__image' => 'string',
'Deals.image' => 'string',
'image' => 'string',
'Deals__modified' => 'timestamp',
'Deals.modified' => 'timestamp',
'modified' => 'timestamp',
'Deals__created' => 'timestamp',
'Deals.created' => 'timestamp',
'created' => 'timestamp',
'Deals__shop_id' => 'integer',
'Deals.shop_id' => 'integer',
'shop_id' => 'integer',
'Deals__deeplink' => 'string',
'Deals.deeplink' => 'string',
'deeplink' => 'string',
'Deals__like_count' => 'integer',
'Deals.like_count' => 'integer',
'like_count' => 'integer',
'Deals__user_id' => 'integer',
'Deals.user_id' => 'integer',
'user_id' => 'integer',
'Deals__exclude_from_sitemap' => 'boolean',
'Deals.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'Deals__score' => 'float',
'Deals.score' => 'float',
'score' => 'float',
'Deals__start_date' => 'timestamp',
'Deals.start_date' => 'timestamp',
'start_date' => 'timestamp',
'Deals__sitemap_lastmod' => 'timestamp',
'Deals.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'Deals__is_sitemap_aware' => 'boolean',
'Deals.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'Deals__excerpt' => 'text',
'Deals.excerpt' => 'text',
'excerpt' => 'text',
'Deals__visibility' => 'integer',
'Deals.visibility' => 'integer',
'visibility' => 'integer',
'Deals__coupon_code' => 'string',
'Deals.coupon_code' => 'string',
'coupon_code' => 'string',
'Deals__shipping_cost' => 'float',
'Deals.shipping_cost' => 'float',
'shipping_cost' => 'float',
'Deals__image_width' => 'integer',
'Deals.image_width' => 'integer',
'image_width' => 'integer',
'Deals__image_height' => 'integer',
'Deals.image_height' => 'integer',
'image_height' => 'integer',
'Deals__show_comments' => 'boolean',
'Deals.show_comments' => 'boolean',
'show_comments' => 'boolean',
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'Shops__shop_category_id' => 'integer',
'Shops.shop_category_id' => 'integer',
'shop_category_id' => 'integer',
'Shops__slug' => 'string',
'Shops.slug' => 'string',
'Shops__name' => 'string',
'Shops.name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'Shops__meta_title' => 'string',
'Shops.meta_title' => 'string',
'Shops__meta_description' => 'text',
'Shops.meta_description' => 'text',
'Shops__meta_keywords' => 'string',
'Shops.meta_keywords' => 'string',
'Shops__is_active' => 'boolean',
'Shops.is_active' => 'boolean',
'Shops__modified' => 'timestamp',
'Shops.modified' => 'timestamp',
'Shops__created' => 'timestamp',
'Shops.created' => 'timestamp',
'Shops__logo' => 'string',
'Shops.logo' => 'string',
'logo' => 'string',
'Shops__excerpt' => 'text',
'Shops.excerpt' => 'text',
'Shops__clickout_url' => 'string',
'Shops.clickout_url' => 'string',
'Shops__hits' => 'integer',
'Shops.hits' => 'integer',
'hits' => 'integer',
'Shops__is_monetizable' => 'boolean',
'Shops.is_monetizable' => 'boolean',
'is_monetizable' => 'boolean',
'Shops__show_expired_offers' => 'boolean',
'Shops.show_expired_offers' => 'boolean',
'show_expired_offers' => 'boolean',
'Shops__exclude_from_sitemap' => 'boolean',
'Shops.exclude_from_sitemap' => 'boolean',
'Shops__meta_robots' => 'string',
'Shops.meta_robots' => 'string',
'Shops__canonical' => 'string',
'Shops.canonical' => 'string',
'Shops__rating' => 'float',
'Shops.rating' => 'float',
'rating' => 'float',
'Shops__rating_count' => 'integer',
'Shops.rating_count' => 'integer',
'rating_count' => 'integer',
'Shops__legacy_gp_id' => 'integer',
'Shops.legacy_gp_id' => 'integer',
'legacy_gp_id' => 'integer',
'Shops__is_visible' => 'boolean',
'Shops.is_visible' => 'boolean',
'is_visible' => 'boolean',
'Shops__address' => 'text',
'Shops.address' => 'text',
'address' => 'text',
'Shops__contact' => 'text',
'Shops.contact' => 'text',
'contact' => 'text',
'Shops__screenshot' => 'string',
'Shops.screenshot' => 'string',
'screenshot' => 'string',
'Shops__is_experimental' => 'boolean',
'Shops.is_experimental' => 'boolean',
'is_experimental' => 'boolean',
'Shops__minimum_order_label' => 'integer',
'Shops.minimum_order_label' => 'integer',
'minimum_order_label' => 'integer',
'Shops__url' => 'string',
'Shops.url' => 'string',
'url' => 'string',
'Shops__offers_limit' => 'integer',
'Shops.offers_limit' => 'integer',
'offers_limit' => 'integer',
'Shops__disclaimer' => 'text',
'Shops.disclaimer' => 'text',
'disclaimer' => 'text',
'Shops__show_reviews' => 'boolean',
'Shops.show_reviews' => 'boolean',
'show_reviews' => 'boolean',
'Shops__affiliate_network_id' => 'integer',
'Shops.affiliate_network_id' => 'integer',
'affiliate_network_id' => 'integer',
'Shops__headline' => 'string',
'Shops.headline' => 'string',
'headline' => 'string',
'Shops__header_image' => 'string',
'Shops.header_image' => 'string',
'header_image' => 'string',
'Shops__has_deeplink_support' => 'boolean',
'Shops.has_deeplink_support' => 'boolean',
'has_deeplink_support' => 'boolean',
'Shops__score' => 'float',
'Shops.score' => 'float',
'Shops__factor' => 'float',
'Shops.factor' => 'float',
'factor' => 'float',
'Shops__show_similar_offers' => 'boolean',
'Shops.show_similar_offers' => 'boolean',
'show_similar_offers' => 'boolean',
'Shops__show_deals' => 'boolean',
'Shops.show_deals' => 'boolean',
'show_deals' => 'boolean',
'Shops__sitemap_lastmod' => 'timestamp',
'Shops.sitemap_lastmod' => 'timestamp',
'Shops__is_sitemap_aware' => 'boolean',
'Shops.is_sitemap_aware' => 'boolean',
'Shops__header_image_width' => 'integer',
'Shops.header_image_width' => 'integer',
'header_image_width' => 'integer',
'Shops__header_image_height' => 'integer',
'Shops.header_image_height' => 'integer',
'header_image_height' => 'integer',
'Shops__logo_width' => 'integer',
'Shops.logo_width' => 'integer',
'logo_width' => 'integer',
'Shops__logo_height' => 'integer',
'Shops.logo_height' => 'integer',
'logo_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'DealCategories' => [],
'Shops' => []
],
'matching' => [
'DealCategories' => [
'queryBuilder' => object(Closure) {},
'matching' => true,
'joinType' => 'INNER',
'fields' => false
]
],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealsTable) {
'registryAlias' => 'Deals',
'table' => 'deals',
'alias' => 'Deals',
'entityClass' => 'App\Model\Entity\Deal',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
object(Cake\Database\Statement\BufferedStatement) {
[protected] _allFetched => true
[protected] statement => object(Cake\Database\Statement\CallbackStatement) {
[protected] _callback => object(Cake\Database\FieldTypeConverter) {}
[protected] _statement => object(Cake\Database\Statement\PDOStatement) {}
[protected] _driver => object(App\Database\Driver\Postgres) {}
[protected] _hasExecuted => false
}
[protected] _driver => object(App\Database\Driver\Postgres) {
'connected' => true
}
[protected] buffer => [
(int) 0 => [
'Deals__id' => (int) 220335,
'Deals__name' => 'Philips Avent DECT SCD735/26 für 95€ - Babyphone mit Nachtlicht & Sternenhimmel, 24 Std. Laufzeit, Eco-Modus',
'Deals__description' => '<p>Es gibt doch nichts Schöneres, als zu wissen, dass bei seinem kleinen Schatz alles in Ordnung ist. Dafür ist ein Babyphone wirklich Gold wert. Mit diesem könnt ihr euch bis zu 50 Meter innerhalb eurer Räume entfernen. Dank der DECT-Technologie befindet ihr euch dabei in einer sicheren und privaten Verbindung.</p>
<ul>
<li>
<a href="https://www.awin1.com/cread.php?awinaffid=320245&amp;awinmid=14824&amp;platform=dl&amp;ued=https%3A%2F%2Fwww.babymarkt.de%2Fphilips-avent-dect-babyphone-scd735-26-a280325.html" target="_blank">Philips Avent SCD735/26 für 94,99€ inkl. Versand</a> bei babymarkt.de (Preisvergleich: <a href="https://ipn.idealo.de/ts/i5541067/tsc?amc=pricecomp.idealo.494600.503359.159215&amp;rmd=3&amp;trg=https%3A%2F%2Fwww.idealo.de%2Fpreisvergleich%2FOffersOfProduct%2F6758321_-scd735-weiss-blau-philips-avent.html" target="_blank">137€</a>)</li>
<li>5€ Gutschein mit der <a href="https://www.awin1.com/cread.php?awinaffid=320245&amp;awinmid=14824&amp;platform=dl&amp;ued=https%3A%2F%2Fwww.babymarkt.de%2Fnewsletter%2F" target="_blank">Newsletter-Anmeldung</a>
</li>
</ul>
<br><hr>
<h2>Das könnte dich auch interessieren</h2>
<ul>
<li><a href="https://schnaeppchenfuchs.com/alltag/tchibo-cafissimo-pure" target="_blank">Tchibo Cafissimo Pure für 38€ – Kapselmaschine mit 60 Kapseln zusätzlich</a></li>
<li><a href="https://schnaeppchenfuchs.com/finanzen/payback-american-express-kreditkarte-amex" target="_blank">Prämie erhöht! American Express Payback Kreditkarte mit 4.000 Punkten Prämie – entspricht 40€, keine Jahresgebühr 💶</a></li>
<li><a href="https://schnaeppchenfuchs.com/alltag/xiaomi-mi-robot" target="_blank">Xiaomi Mi Robot für 195€ – Saugroboter mit Laser-Scanner, Smartphone-App und 5200 mAh Akku</a></li>
</ul>
<hr>
<h2>Beschreibung und Bewertung</h2>
<p>Das Babyphone von Philips verfügt über eine Akkulaufzeit von bis zu 24 Stunden. Dank der integrierten DECT-Technologie seid ihr dabei vor auswärtigen Zuhörern geschützt. Durch den Eco-Modus ist das Babyphone energiesparend und begünstigt zudem noch die Akkulebensdauer des Geräts. Außerdem könnt ihr eine Sternenhimmel-Projektion für euer Baby dazu schalten und somit eine beruhigende Atmosphäre schaffen. Diese wird durch die 5 wählbaren Einschlaf-Melodien unterstützt. Sogar eure eigene Stimme könnt ihr zur Beruhigung hinzuschalten. Klingt, als wäre Kinder ins Bett bringen noch nie so einfach gewesen, oder?😜<br><iframe src="https://www.youtube-nocookie.com/embed/SJyPbtyC5N4" width="850" height="478" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br>
Direkt bei Babymarkt sind die 291 Käufer bisher mehr als zufrieden. Sie bewerten das Babyphone mit <a href="https://www.awin1.com/cread.php?awinaffid=320245&amp;awinmid=14824&amp;clickref=https%3A%2F%2Fwww.babymarkt.de%2Fphilips-avent-dect-babyphone-scd735-26-a280325.html&amp;platform=dl&amp;ued=https%3A%2F%2Fwww.babymarkt.de%2Fphilips-avent-dect-babyphone-scd735-26-a280325.html" target="_blank">4,9 von 5 Sternen</a>. Das spricht durchaus für sich.</p>
<h3>Pro &amp; Contra</h3>
<ul>
<li><span style="color: #008000;">24 Stunden Laufzeit</span></li>
<li><span style="color: #008000;">Reichweite: 50m innen, 330m außen </span></li>
<li>
<span style="color: #008000;">DECT-Technologie &amp; </span><span style="color: #008000;">Eco-Modus</span>
</li>
<li><span style="color: #008000;">Sternenhimmel-Projektion, integrierte Schlaflieder sowie Nachtlicht</span></li>
<li><span style="color: #ff0000;">Aufladezeit bis zu 10 Stunden</span></li>
</ul>
<h4>Technische Details</h4>
<blockquote><p>Betriebsart: Batteriebetrieb, Netzbetrieb • Übertragung: digital, DECT • Reichweite: 330m • Display: LCD • Besonderheiten: Ladezustandsanzeige, Temperaturanzeige, Lautstärkenanzeige, Schlafliedfunktion, Gegensprechfunktion, Alarmfunktion, Geräuschsensor (Stimmaktivierung), Lautstärkenregulierung, Reichweitenkontrolle, einstellbare Empfindlichkeitsstufen, Vibrationsalarm, Stummschaltung, Nachtlicht (Sternenhimmel), Eco-Modus, Gürtelclip, automatische Kanalwahl • Betriebsdauer: 24h • Ladedauer: 10h • Lieferumfang: Ladestation, 2x Netzteil, Batterie, 1x Sender, 1x Empfänger</p></blockquote>',
'Deals__slug' => 'philips-avent-scd73526',
'Deals__deal_category_id' => (int) 25,
'Deals__price' => (float) 94.99,
'Deals__reference_price' => (float) 137,
'Deals__clickout_url' => 'https://rover.ebay.com/rover/1/707-53477-19255-0/1?ff3=4&toolid=11800&pub=5574865989&campid=5338563224&mpre=https%3A%2F%2Fwww.ebay.de%2Fitm%2F333602736161',
'Deals__is_active' => true,
'Deals__expires' => null,
'Deals__type' => (int) 1,
'Deals__has_push' => false,
'Deals__comment_count' => (int) 3,
'Deals__meta_title' => null,
'Deals__meta_description' => null,
'Deals__meta_keywords' => null,
'Deals__meta_robots' => null,
'Deals__canonical' => null,
'Deals__image' => 'img/8b/27/b0/philips-avent-dect-babyphone-scd735-26-a280325.jpg',
'Deals__modified' => object(Cake\I18n\Time) {},
'Deals__created' => object(Cake\I18n\Time) {},
'Deals__shop_id' => (int) 2385,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 127,
'Deals__user_id' => (int) 90,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => (float) 10.355381,
'Deals__start_date' => object(Cake\I18n\Time) {},
'Deals__sitemap_lastmod' => object(Cake\I18n\Time) {},
'Deals__is_sitemap_aware' => true,
'Deals__excerpt' => null,
'Deals__visibility' => (int) 0,
'Deals__coupon_code' => null,
'Deals__shipping_cost' => null,
'Deals__image_width' => (int) 900,
'Deals__image_height' => (int) 900,
'Deals__show_comments' => true,
'Shops__id' => (int) 2385,
'Shops__shop_category_id' => (int) 3,
'Shops__slug' => 'baby-markt',
'Shops__name' => 'babymarkt',
'Shops__description' => '<p>Ihr sucht nach einem Kindersitz, Babynahrung oder Spielzeug? Dann ist babymarkt.de genau die richtige Adresse für euch. „Klick, Klick, Glück“ lautet hier das Motto, denn der Onlineshop des Unternehmens möchte Eltern das Shoppingerlebnis so angenehm wie möglich machen. Hier findet ihr zahlreiche Produkte für Babys und Kinder. Insgesamt gibt es mehr als 100.000 Artikel zu familienfreundlichen Preisen im Sortiment. Die Produkte zeichnen sich durch die hochwertige Qualität aus und werden aufgrund von effizienten Logistik-Prozessen innerhalb von zwei bis drei Tagen zu euch nach Hause geschickt.</p>
<p>babymarkt.de hat sich zu einem international erfolgreichen Onlineshop für Baby- und Kinderartikel entwickelt und gehört zu einem der führenden Onlinefachmärkte in seiner Kategorie. In Deutschland gibt es neben dem Onlineshop auch insgesamt sechs Filialen, die sich an den Standorten Dortmund (mit 2 Filialen), Duisburg, Essen und Münster befinden. Dort könnt ihr euch die diversen Artikel persönlich ansehen und euch auch individuell von einem Mitarbeiter beraten lassen. Weiterhin gibt es 15 etablierte, internationale Onlineshops, die zu der Dachmarke pinkorblue gehören. Unter anderem ist das Unternehmen auch in den Ländern Frankreich, Österreich und in den Niederlanden vertreten.</p>
<hr>
<h2>Mein babymarkt Gutschein - Das Wichtigste in Kürze</h2>
<ul>
<li>Familien profitieren im {MMMM} {YYYY} von {OFFERS_COUNT} aktuellen Rabattaktionen</li>
<li>Sichert euch zum Beispiel {TOP_OFFER_LABEL} mit dem beliebtesten babymarkt Gutschein</li>
<li>Für die Anmeldung zum Newsletter erhaltet ihr fünf Euro Rabatt</li>
<li>Meldet euch zum Schwangerschafts-Newsletter an und erhaltet einen 10 Euro Gutscheincode</li>
<li>Ab einem Einkaufswert von 40 Euro entfallen die Versandkosten - auch ohne babymarkt Rabattcode</li>
</ul>
<hr>
<h2>Wie finde ich tolle Deals, Rabatte oder einen babymarkt.de Gutschein?</h2>
<p>Neue Produkte für Babys sowie Spielzeuge sind in der Regel leider teuer. Daher ist es gerade für junge Familien wichtig zu wissen, wie man bei dem ein oder anderen Artikel bei babymarkt.de ordentlich sparen kann. Damit wollen wir euch behilflich sein und zeigen euch im Folgenden ein paar mögliche Spartipps auf.</p>
<h3 data-faq-id="1" data-faq-type="question">Wo finde ich einen gültigen babymarkt.de Gutschein?</h3>
<p data-faq-id="1" data-faq-type="answer">Ihr sucht nach einem attraktiven babymarkt Gutschein? Dann findet ihr diesen und weitere Angebote direkt hier. Euch erwarten diverse Gutscheincodes, Rabattaktionen und stark reduzierte Artikel. Die Gutscheincodes findet ihr am Seitenanfang, gleich darunter befinden sich die besten Angebote und Deals, die babymarkt aktuell zu bieten hat. Freut euch auf verschiedene preiswerte Artikel, von Kindersitzen über Hochstühle bis hin zu Planschbecken.</p>
<h3 data-faq-id="2" data-faq-type="question">Bekomme ich einen babymarkt Gutschein als neue NewsletterabonnentIn?</h3>
<p data-faq-id="2" data-faq-type="answer">Wir empfehlen euch, den kostenlosen Newsletter zu abonnieren. Bei einer Neuanmeldung bekommt ihr einen fünf Euro <strong>babymarkt Gutschein</strong> mit dazu! Dieser gilt ab einem Einkauf von 40 Euro und ist bis insgesamt 30 Tage nach Erhalt gültig sowie nur einmalig einlösbar. Von der Ersparnis ausgeschlossen sind Artikel der folgenden Produktkategorien: Ernährung, Pflege, Bücher und Geschenkgutscheine sowie bestimmte Produkte einzelner Hersteller, was du bei den Produktdetails vermerkt siehst.</p>
<p>Außerdem erhaltet ihr mit dem Newsletter immer Informationen über aktuelle Angebote, attraktive Gutscheinaktionen, Gewinnspiele und natürlich Produktneuheiten.</p>
<h3 data-faq-id="3" data-faq-type="question">Bekomme ich einen babymarkt Gutschein in der Schwangerschaft?</h3>
<p data-faq-id="3" data-faq-type="answer">Meldet ihr euch für die Babybauch-Post an, erhaltet ihr einen 10 Euro babymarkt Rabattcode. Habt ihr den regulären Newsletter bereits abonniert und erst danach die frohe Botschaft erhalten, könnt ihr in euren Einstellungen das erwartete Geburtsdatum hinzufügen. Innerhalb einer Stunde erhaltet ihr dann den Gutscheincode per E-Mail und ab sofort wöchentlich eine Nachricht in euer Postfach.</p>
<p><img src="https://img-01.conqueror.menschdanke.de/img/ac/51/64/babymarkt-gutshein-newsletter.png" style="width: 850px;" class="fr-fic fr-dib" alt="babymarkt Gutschein im Newsletter zur Schwangerschaft" width="1050" height="280"></p>
<p>Die Babybauch-Post informiert euch über exklusive Gutscheine und stellt euch Produkte passend zur aktuellen Schwangerschaftswoche vor. Zusätzlich profitiert ihr von Tipps von Hebammen und Müttern, die eure Wünsche, Sorgen und Hoffnungen teilen.</p>
<h3 data-faq-id="4" data-faq-type="question">Wie viel kann ich im {MMMM} {YYYY} mit meinem babymarkt Gutschein sparen?</h3>
<p data-faq-id="4" data-faq-type="answer">Aktuell sind mit einem babymarkt Gutschein zum Beispiel {TOP_OFFER_LABEL} möglich. Dieses Angebot erfreut sich zurecht großer Beliebtheit. Sollte der Rabatt nicht für die Produkte in eurem Warenkorb in Frage kommen, seht euch die {OFFERS_COUNT-1} anderen Sparmöglichkeiten an, mit denen ihr bei babymarkt günstiger bestellen könnt.</p>
<hr>
<h2>Kann ich auch ohne babymarkt Gutschein sparen?</h2>
<p>Auf der Startseite der Unternehmenswebseite werden euch auf den ersten Blick ersichtlich tolle Deals präsentiert, darunter auch ein täglich variierendes Angebot des Tages. Außerdem findet ihr unter dem Reiter "<a href="https://www.babymarkt.de/sale/" rel="noopener noreferrer" target="_blank">Sale</a>" auf der Homepage super Schnäppchen. Viele Produkte sind nämlich bereits bis zu 70 Prozent reduziert. Ihr findet die Vergünstigungen in allen Produktkategorien. Gerade wenn ihr nicht auf spezielle Marken fokussiert seid, lohnt sich der Blick auf bereits reduzierte Artikel, die ihr ganz ohne babymarkt Gutschein günstiger bekommt.</p>
<p><img src="https://img-01.conqueror.menschdanke.de/img/64/e4/4a/babymarkt-gutschein-sale.png" style="width: 850px;" class="fr-fic fr-dib" alt="Ausgewählte Produkte mit bis zu 70 Prozent Rabatt" width="1050" height="336"></p>
<hr>
<h2>Lohnt sich eine Bestellung mit babymarkt Gutschein?</h2>
<p>Preisvergleiche lohnen sich nicht nur bei technischen Geräten oder anderen größeren Anschaffungen, sondern eben auch vor dem Kauf von Spielzeug oder Babyklamotten. So könnt ihr zum Beispiel die Preisvergleichsportale idealo und geizhals für eure Suche nutzen. Habt ihr den günstigsten Anbieter ausfindig gemacht, fängt der eigentliche Preischeck an. Vergleicht die verschiedenen Sparmöglichkeiten und Gutscheine und im Anschluss die neu entstandenen Preise.</p>
<p>Auch wenn der neue Kinderwagen oder der Kindersitz bei babymarkt nicht für den niedrigsten Preis zu haben ist, kann ein Gutschein den Preis senken. So könnt ihr nicht nur das euch vertraute Portal für die Bestellung nutzen, ihr könnt euch auch lange über eure gewissenhafte Kaufentscheidung freuen.</p>
<hr>
<h2>Wie löse ich einen babymarkt.de Gutschein ein?</h2>
<p>Ihr habt einen passenden babymarkt Gutschein gefunden? Dann möchtet ihr bestimmt gerne wissen, wie ihr diesen einlösen könnt! Das ganze Vorgehen ist ganz einfach. Befolgt diese simplen Schritte und macht euch selbst, eurem Nachwuchs und eurem Kontostand eine Freude.</p>
<ol>
<li>Wählt aus dem breitgefächerten Sortiment von babymarkt die benötigten Produkte aus und klickt auf den Button „in den Warenkorb“.</li>
<li>Geht dann weiter zum virtuellen Warenkorb. Hier findet ihr direkt unter der Zusammenfassung der ausgewählten Produkte die Option, einen Gutschein- oder Rabattcode in das vorgefertigte Feld einzugeben. Achtet auf die richtige Schreibweise, denn der Gutschein funktioniert nur, wenn ihr ihn korrekt eingebt. Am einfachsten kopiert ihr den Code und fügt ihn automatisch in das entsprechende Feld ein.</li>
<li>Klicke dann auf „weiter“. Nun könnt ihr euch mit euren Kundendaten von babymarkt.de einloggen, euch neu registrieren oder aber auch als Gast fortfahren. Wir empfehlen euch aber ein Konto anzulegen, denn das erspart euch bei einer erneuten Bestellung bei babymarkt so einiges an Zeit.</li>
<li>Gebt im Anschluss eure Lieferadresse an und wählt die gewünschte Zahlungsart aus.</li>
<li>Prüft die Bestellung und eure Daten und bestätigt diese, wenn ihr mit eurem Einkauf zufrieden seid.</li>
<li>Eine Bestätigung bekommt ihr dann automatisch per Mail zugeschickt.</li>
</ol>
<p>Nach nur wenigen Tagen wird das ersehnte Paket bei euch eintrudeln. Genießt so lange die Vorfreude auf den ersten Spaziergang mit dem neuen Kinderwagen, die erste Ausfahrt mit dem Kindersitz oder das erste gemeinsame Essen mit dem Hochstuhl.</p>
<hr>
<h2>Welche Produkte bietet babymarkt.de an?</h2>
<p>Bei babymarkt gibt es insgesamt mehr als 100.000 Artikel zu familienfreundlichen Preisen in den folgenden Kategorien:</p>
<ul>
<li>
<strong>Kinderwagen</strong> und jeweiliges Zubehör. Außerdem Buggys, Zwillingskinderwagen und Geschwisterwagen, Sportwagen, Babytrage, Tragetücher und Wickeltaschen.</li>
<li>
<strong>Kindersitze:</strong> Babymarkt bietet Kindersitze, bis zu einem Gewicht von 36 kg, sowie Kindersitz-Zubehör, Reboarder Kindersitze, Kinderfahrradsitze und Babyschalen. Für's Fahrrad gibt es Basisstationen, Fahrradanhänger und Sitzerhöhungen.</li>
<li>
<strong>Pflege:</strong> Der Online Shop hat eine große Auswahl an Pflegeprodukten für Mütter, zum Stillen, aber auch Babypflege zum Baden und Waschen, Gesundheitsprodukte, Windeln und Feuchttücher. Auch beinhaltet das Angebot zahlreiche Produkte zum Wickeln sowie Toilettentrainer und Töpfchen.</li>
<li>
<strong>Ernährung:</strong> Auch beim Thema Kinderernährung macht babymarkt eine gute Figur. Hier gibt es Startersets, Trinkbecher und Trinkflaschen, Kinderbesteck und Kindergeschirr, Babyflaschen und Schnuller, Babykostwärmer und Nahrungszubehör. Auch das Angebot an Babynahrung, Babynahrungsbehälter, Vaporisator und Sterilisator und Lätzchen solltet ihr euch ansehen.</li>
<li>
<strong>Sitzgruppe und Sitzmöbel:</strong> Hier findet ihr eine breite Auswahl an Möbeln für Kinder- und Jugendzimmer, Babyzimmer, aber auch Einzelmöbel, Kinderbett-Zubehör, Hochstühle und Kinderzimmer-Deko.</li>
<li>
<strong>Kinderspielzeug: </strong>Bei Babymarkt wird euch auch in puncto Spielzeug viel geboten. Egal ob Babyspielzeug, Badespielzeug oder auch Outdoorspielzeug. Auch Kinderfahrzeuge, Kindergarten- und Schulbedarf, Babybücher und Kinderbücher oder Multimedia und Elektronik findet ihr hier. Auch zum Malen und Basteln findet ihr hier ein breites Angebot. Lasst euch auch für ttolle Geschenkideen für Kinder inspirieren.</li>
</ul>
<hr>
<h2>Welche Besonderheiten bietet babymarkt.de?</h2>
<p>Babymarkt verfügt neben dem sowohl breiten als auch tiefen Sortiment auch über interessante und informative <a href="https://www.babymarkt.de/ratgeber/alle-beitraege/" rel="noopener noreferrer" target="_blank">Ratgeberseiten</a>. Hier findet ihr alles zu den Themen Schwangerschaft, Baby, Kind, Familie, Hebammentipps, Infografiken, Selbstgemachtes und natürlich tollen Produkten.</p>
<p>Eltern und Familien werden somit von der Schwangerschaftsberatung über Babytipps bis hin zur Kindererziehung <a href="https://www.babymarkt.de/beratung/" rel="noopener noreferrer" target="_blank">bestens beraten</a>. babymarkt steht werdenden Eltern mit Tipps und Tricks zu den Themen Schwangerschaft, Baby und Kind zur Seite. Das Ganze wird unterstützt von Infografiken sowie Expertentipps von Hebammen. Weiterhin gibt es eine ausführliche Schwangerschaftsberatung, einen Babyratgeber sowie einen Erziehungsratgeber.</p>
<hr>
<h2>Wie funktionieren Zahlung, Versand und Rückgabe bei babymarkt.de?</h2>
<p>Bei babymarkt stehen euch die folgenden Zahlungsarten zur Verfügung:</p>
<ul>
<li>Rechnung</li>
<li>Sofort Überweisung</li>
<li>Kreditkarte (Visa, American Express und Mastercard)</li>
<li>Vorkasse</li>
<li>PayPal</li>
</ul>
<h3>Welche Versandmöglichkeiten habe ich bei babymarkt.de?</h3>
<p>Babymarkt versendet seine Pakete mit der DHL. Auf babymarkt.de werden Pakete nur innerhalb von Deutschland verschickt. Falls ihr euch eine Lieferung nach Österreich wünscht, so müsst ihr auf die österreichische Webseite babymarkt.at gehen. Bei einem Bestellwert, der weniger als 40 Euro beträgt, werden Versandkosten in Höhe von 4,95 Euro erhoben. Dabei ist die jeweils gültige Umsatzsteuer bereits in den Lieferkosten enthalten. Bücher, Hörbücher und Kalender werden auch unter einem Warenwert von 40,00 Euro versandkostenfrei ausgeliefert. Verfügbare Produkte sind in der Regel versandfertig in ungefähr zwei Werktagen nach deinem Zahlungseingang.</p>
<h3>Wie läuft eine Rückgabe von Waren bei babymarkt.de ab?</h3>
<p>In der Regel liegt jeder Sendung gleich ein Rücksendeschein mit bei. Somit könnt ihr einen nicht gewünschten Artikel ganz einfach und auch gratis zurücksenden. Dafür habt ihr nach dem Erhalt eurer Produkte insgesamt 2 Wochen Zeit.</p>
<h3>Wie erreiche ich den Kundenservice von babymarkt.de?</h3>
<p>Die telefonische, kostenfreie Hotline des Kundenservice von babymarkt erreicht ihr immer Montag bis Freitag von 8 Uhr bis 20 Uhr sowie am Samstag von 9 Uhr bis 17 Uhr unter dieser Nummer: 0231 – 53471100.</p>
<p>Zusätzlich könnt ihr dem Kundenservice auch eine E-Mail schicken. Denn vorgesehenen Button dazu findet ihr gleich auf der Startseite der Webseite.</p>
<hr>
<h2>Babymarkt.de im Social Web</h2>
<p>Wollt ihr euch tiefergehend mit der Marke babymarkt auseinandersetzen, folgt dem Unternehmen auf den verschiedenen Social Media Plattformen.</p>
<ul>
<li>Die <a href="https://www.facebook.com/babymarkt.de" rel="noopener noreferrer" target="_blank">Facebookseite von babymarkt.de</a> hat fast 300.000 Fans. Hier werden alle LeserInnen mit den wichtigsten Themen sowie Informationen und um die Themen und Bereiche Baby, Schwangerschaft sowie Kind informiert. Außerdem bekommt ihr Informationen zu Ersparnissen, Rabatten, Gewinnspielen und natürlich tollen Gutscheinen.</li>
<li>Weiterhin ist <a href="https://www.instagram.com/babymarktde/" rel="noopener noreferrer" target="_blank">babymarkt auf Instagram</a> aktiv. Hier habt ihr die Möglichkeit, tolle Tipps rund um Babys und Kinder zu bekommen sowie mehr über einfache DIY-Ideen zu erfahren! Euch werden auf der Seite schöne, neue Produkte vorgestellt und auch Lifestyle Themen für junge Familien präsentiert. Zusätzlich gibt es viele Infos über Events des Unternehmens, Aktionen, Gutscheine und zahlreiche Sparmöglichkeiten. Auch Infografiken und Statistiken sollen dein Wissen rund um Babys und Kinder erweitern.</li>
</ul>',
'Shops__meta_title' => null,
'Shops__meta_description' => null,
'Shops__meta_keywords' => null,
'Shops__is_active' => true,
'Shops__modified' => object(Cake\I18n\Time) {},
'Shops__created' => object(Cake\I18n\Time) {},
'Shops__logo' => 'img/3f/e3/90/4883.png',
'Shops__excerpt' => '<p>Der neue Strampler passt wie angegossen, wenige Wochen später platzt er aus allen Nähten. Soeben war das neue Kinderzimmer der letzte Schrei, inzwischen muss es erwachsener und jugendlicher sein. Ihr seid gerade schwanger und auf der Suche nach Produkten, die nicht nur für euch, sondern auch für das neue Leben in euch Gutes tun. Mit einem babymarkt Gutschein könnt ihr auf die große Auswahl an Artikeln, die euch in jeder Phase des Elterndaseins unterstützen, Rabatte bekommen.</p><h2 data-faq-id="5" data-faq-type="question">Werde ich von babymarkt für meine Treue belohnt?</h2><p data-faq-id="5" data-faq-type="answer">Kinder sind nicht nur das größte Geschenk auf Erden, sie bedeuten leider auch eine große finanzielle Belastung. Sich ständig ändernde Größen und Vorlieben bringen immer neue Ausgaben mit sich. Für jeden Euro den ihr bei babymarkt ausgebt, wird euch ein babypoint gutgeschrieben. Dieser ist wiederum einen Cent Wert und kann bei eurem nächsten Einkauf gutgeschrieben werden.</p><p>Kauft ihr also zum Beispiel einen Kinderwagen im Wert von 600 Euro, erhaltet ihr auch 600 babypoints. Diese wiederum könnt ihr bei eurem nächsten Einkauf einlösen und spart dabei sechs Euro. An bestimmten Aktionstagen kann die Anzahl der Punkte, die ihr für euren Einkauf erhaltet, verzehnfacht werden. Um von diesem Treuebonus zu profitieren, müsst ihr nur ein Kundenkonto erstellen und sicherstellen, dass ihr bei eurem Einkauf auch eingeloggt seid. Nur so können die Punkte auf euer Konto gutgeschrieben werden.</p>',
'Shops__clickout_url' => 'https://www.awin1.com/awclick.php?gid=374571&mid=14824&awinaffid=320239&linkid=2493250&clickref=',
'Shops__hits' => (int) 20663,
'Shops__is_monetizable' => true,
'Shops__show_expired_offers' => true,
'Shops__exclude_from_sitemap' => false,
'Shops__meta_robots' => null,
'Shops__canonical' => null,
'Shops__rating' => (float) 4.5,
'Shops__rating_count' => (int) 40,
'Shops__legacy_gp_id' => null,
'Shops__is_visible' => true,
'Shops__address' => null,
'Shops__contact' => null,
'Shops__screenshot' => 'img/af/5d/90/screenshot-baby-markt.png',
'Shops__is_experimental' => false,
'Shops__minimum_order_label' => (int) 1,
'Shops__url' => 'https://www.baby-markt.de',
'Shops__offers_limit' => null,
'Shops__disclaimer' => null,
'Shops__show_reviews' => true,
'Shops__affiliate_network_id' => (int) 2,
'Shops__headline' => null,
'Shops__header_image' => null,
'Shops__has_deeplink_support' => true,
'Shops__score' => (float) 914,
'Shops__factor' => (float) 1,
'Shops__show_similar_offers' => true,
'Shops__show_deals' => true,
'Shops__sitemap_lastmod' => object(Cake\I18n\Time) {},
'Shops__is_sitemap_aware' => true,
'Shops__header_image_width' => null,
'Shops__header_image_height' => null,
'Shops__logo_width' => null,
'Shops__logo_height' => null
]
]
[protected] _hasExecuted => false
[protected] index => (int) 0
}</pre>
</div>
</div>
<div id="stack-frame-8" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-8">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="305"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_cache</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="306"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_cache</span><span style="color: #007700">-></span><span style="color: #0000BB">fetch</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="307"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="308"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!isset(</span><span style="color: #0000BB">$results</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="309"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_decorateResults</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_execute</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="310"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_cache</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="311"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_cache</span><span style="color: #007700">-></span><span style="color: #0000BB">store</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$results</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="312"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="313"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-8" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-9" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Query.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-9">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="1084"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'You cannot call all() on a non-select query. Use execute() instead.'</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1085"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1086"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1087"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1088"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_all</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1089"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1090"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1091"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1092"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Trigger the beforeFind event on the query</span><span style="color: #DD0000">'s repository object.</span></span></code></td>
</tr>
</table>
<div id="stack-args-9" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-10" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-10">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="467"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_dirty</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="468"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">limit</span><span style="color: #007700">(</span><span style="color: #0000BB">1</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="469"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="470"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="471"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">all</span><span style="color: #007700">()-></span><span style="color: #0000BB">first</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="472"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="473"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="474"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="475"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Get the first result from the executing query </span><span style="color: #007700">or </span><span style="color: #0000BB">raise an exception</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-10" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-11" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Routing/Route/SlugRoute.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-11">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$table </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ActivityAwareInterface</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $query</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'active'</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $entity </span><span style="color: #007700">= </span><span style="color: #0000BB">$query</span><span style="color: #007700">-></span><span style="color: #0000BB">first</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">$entity </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">EntityInterface</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_redirect</span><span style="color: #007700">(</span><span style="color: #0000BB">$parsedUrl</span><span style="color: #007700">, </span><span style="color: #0000BB">$model</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="70"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="71"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-11" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-12" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/Route/Route.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-12">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="425"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">options</span><span style="color: #007700">[</span><span style="color: #DD0000">'_host'</span><span style="color: #007700">]) && !</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">hostMatches</span><span style="color: #007700">(</span><span style="color: #0000BB">$uri</span><span style="color: #007700">-></span><span style="color: #0000BB">getHost</span><span style="color: #007700">())) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="426"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="427"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="428"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="429"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">parse</span><span style="color: #007700">(</span><span style="color: #0000BB">$uri</span><span style="color: #007700">-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">(), </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getMethod</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="430"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="431"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="432"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="433"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Checks to see </span><span style="color: #007700">if </span><span style="color: #0000BB">the given URL can be parsed by this route</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-12" style="display: none;">
<pre>'/angebote/philips-avent-scd73526'
'GET'</pre>
</div>
</div>
<div id="stack-frame-13" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/RouteCollection.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-13">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="201"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="202"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="203"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/* @var \Cake\Routing\Route\Route $route */</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="204"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_paths</span><span style="color: #007700">[</span><span style="color: #0000BB">$path</span><span style="color: #007700">] as </span><span style="color: #0000BB">$route</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="205"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $r </span><span style="color: #007700">= </span><span style="color: #0000BB">$route</span><span style="color: #007700">-></span><span style="color: #0000BB">parseRequest</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="206"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$r </span><span style="color: #007700">=== </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="207"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">continue;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="208"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="209"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$uri</span><span style="color: #007700">-></span><span style="color: #0000BB">getQuery</span><span style="color: #007700">()) {</span></span></code></td>
</tr>
</table>
<div id="stack-args-13" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}</pre>
</div>
</div>
<div id="stack-frame-14" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/Router.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-14">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="386"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!static::</span><span style="color: #0000BB">$initialized</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="387"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">_loadRoutes</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="388"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="389"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="390"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return static::</span><span style="color: #0000BB">$_collection</span><span style="color: #007700">-></span><span style="color: #0000BB">parseRequest</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="391"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="392"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="393"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="394"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Takes parameter </span><span style="color: #007700">and </span><span style="color: #0000BB">path information back from the Dispatcher</span><span style="color: #007700">, </span><span style="color: #0000BB">sets these</span></span></code></td>
</tr>
</table>
<div id="stack-args-14" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}</pre>
</div>
</div>
<div id="stack-frame-15" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-15">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="142"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $parsedBody </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParsedBody</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="143"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">is_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$parsedBody</span><span style="color: #007700">) && isset(</span><span style="color: #0000BB">$parsedBody</span><span style="color: #007700">[</span><span style="color: #DD0000">'_method'</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="144"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $request </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">withMethod</span><span style="color: #007700">(</span><span style="color: #0000BB">$parsedBody</span><span style="color: #007700">[</span><span style="color: #DD0000">'_method'</span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="145"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="146"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $params </span><span style="color: #007700">= </span><span style="color: #0000BB">Router</span><span style="color: #007700">::</span><span style="color: #0000BB">parseRequest</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">;</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="147"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$params</span><span style="color: #007700">[</span><span style="color: #DD0000">'_middleware'</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="148"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware </span><span style="color: #007700">= </span><span style="color: #0000BB">$params</span><span style="color: #007700">[</span><span style="color: #DD0000">'_middleware'</span><span style="color: #007700">];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="149"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">unset(</span><span style="color: #0000BB">$params</span><span style="color: #007700">[</span><span style="color: #DD0000">'_middleware'</span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="150"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-15" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}</pre>
</div>
</div>
<div id="stack-frame-16" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-16">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-16" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-17" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/LegacyRedirectMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-17">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">ServerRequestInterface $request</span><span style="color: #007700">, </span><span style="color: #0000BB">ResponseInterface $response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="26"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">MissingRouteException $e</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="27"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $path </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="28"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="29"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $base </span><span style="color: #007700">= </span><span style="color: #0000BB">Configure</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(</span><span style="color: #DD0000">'App.base'</span><span style="color: #007700">, </span><span style="color: #0000BB">false</span><span style="color: #007700">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-17" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-18" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-18">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-18" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-19" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/WwwCheckMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-19">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="17"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="18"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">ServerRequestInterface $request</span><span style="color: #007700">, </span><span style="color: #0000BB">ResponseInterface $response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="19"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="20"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">getenv</span><span style="color: #007700">(</span><span style="color: #DD0000">'CAKE_ENV'</span><span style="color: #007700">) !== </span><span style="color: #DD0000">'production'</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">Configure</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(</span><span style="color: #DD0000">'App.useWww'</span><span style="color: #007700">) && </span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getHost</span><span style="color: #007700">(), </span><span style="color: #DD0000">'www'</span><span style="color: #007700">) !== </span><span style="color: #0000BB">0</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $uri </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">withHost</span><span style="color: #007700">(</span><span style="color: #DD0000">'www.' </span><span style="color: #007700">. </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getHost</span><span style="color: #007700">());</span></span></code></td>
</tr>
</table>
<div id="stack-args-19" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-20" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-20">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-20" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-21" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/LoopbackMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-21">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="18"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">() === </span><span style="color: #DD0000">'/_loopback'</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="19"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">-></span><span style="color: #0000BB">withStatus</span><span style="color: #007700">(</span><span style="color: #0000BB">200</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="20"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-21" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-22" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-22">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-22" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-23" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/HealthCheckMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-23">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="18"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">() === </span><span style="color: #DD0000">'/_ping'</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="19"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">-></span><span style="color: #0000BB">withStatus</span><span style="color: #007700">(</span><span style="color: #0000BB">200</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="20"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-23" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-24" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-24">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-24" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-25" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-25">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="84"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="85"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="86"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $url </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="87"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'..'</span><span style="color: #007700">) !== </span><span style="color: #0000BB">false </span><span style="color: #007700">|| </span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'.'</span><span style="color: #007700">) === </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="88"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="89"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="90"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="91"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'/.'</span><span style="color: #007700">) !== </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="92"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-25" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-26" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-26">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-26" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-27" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/MissingTemplateMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-27">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="26"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">MissingTemplateException $e</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="27"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$response</span><span style="color: #007700">-></span><span style="color: #0000BB">withStatus</span><span style="color: #007700">(</span><span style="color: #0000BB">404</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="28"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="29"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-27" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-28" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-28">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-28" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-29" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-29">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="92"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Throwable $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Exception $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-29" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-30" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-30">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-30" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-31" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/CorsMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-31">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="26"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">ServerRequestInterface $request</span><span style="color: #007700">, </span><span style="color: #0000BB">ResponseInterface $response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="27"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="28"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">Configure</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(</span><span style="color: #DD0000">'Cors.enabled'</span><span style="color: #007700">, </span><span style="color: #0000BB">false</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="29"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="30"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="31"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="32"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">list(</span><span style="color: #0000BB">$allowedOrigins</span><span style="color: #007700">, </span><span style="color: #0000BB">$allowedMethods</span><span style="color: #007700">, </span><span style="color: #0000BB">$allowedHeaders</span><span style="color: #007700">) = </span><span style="color: #0000BB">array_values</span><span style="color: #007700">(</span><span style="color: #0000BB">Configure</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(</span><span style="color: #DD0000">'Cors'</span><span style="color: #007700">));</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="33"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-31" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-32" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-32">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-32" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-33" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/RevisionMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-33">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="19"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$revision</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="20"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$response</span><span style="color: #007700">-></span><span style="color: #0000BB">withHeader</span><span style="color: #007700">(</span><span style="color: #DD0000">'X-EKS-Rev'</span><span style="color: #007700">, </span><span style="color: #0000BB">$revision</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="21"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="22"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="23"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="24"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="25"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="26"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-33" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-34" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-34">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-34" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-35" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-35">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="47"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="48"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware </span><span style="color: #007700">= </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="49"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index </span><span style="color: #007700">= </span><span style="color: #0000BB">0</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="50"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="51"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="52"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="53"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="54"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="55"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @</span><span style="color: #0000BB">param </span><span style="color: #007700">\</span><span style="color: #0000BB">Psr</span><span style="color: #007700">\</span><span style="color: #0000BB">Http</span><span style="color: #007700">\</span><span style="color: #0000BB">Message</span><span style="color: #007700">\</span><span style="color: #0000BB">ServerRequestInterface $request The server request</span></span></code></td>
</tr>
</table>
<div id="stack-args-35" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-36" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Server.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-36">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatchEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Server.buildMiddleware'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'middleware' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">add</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">app</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">runner</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">(</span><span style="color: #0000BB">$middleware</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!(</span><span style="color: #0000BB">$response </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ResponseInterface</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">RuntimeException</span><span style="color: #007700">(</span><span style="color: #0000BB">sprintf</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="102"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'Application did not create a response. Got "%s" instead.'</span><span style="color: #007700">,</span></span></code></td>
</tr>
</table>
<div id="stack-args-36" style="display: none;">
<pre>object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(App\Middleware\RevisionMiddleware) {},
(int) 1 => object(App\Middleware\CorsMiddleware) {},
(int) 2 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 3 => object(App\Middleware\MissingTemplateMiddleware) {},
(int) 4 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 5 => object(App\Middleware\HealthCheckMiddleware) {},
(int) 6 => object(App\Middleware\LoopbackMiddleware) {},
(int) 7 => object(App\Middleware\WwwCheckMiddleware) {},
(int) 8 => object(App\Middleware\LegacyRedirectMiddleware) {},
(int) 9 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 10 => object(App\Middleware\UrlValidationMiddleware) {},
(int) 11 => object(App\Middleware\SlashCheckMiddleware) {},
(int) 12 => object(App\Middleware\BodyTerminateMiddleware) {},
(int) 13 => object(App\Middleware\UrlIdParserMiddleware) {},
(int) 14 => object(App\Middleware\CsrfProtectionMiddleware) {},
(int) 15 => object(App\Middleware\ClickoutMiddleware) {},
(int) 16 => object(App\Middleware\TimezoneMiddleware) {},
(int) 17 => object(App\Middleware\AuthenticationMiddleware) {},
(int) 18 => object(App\Middleware\FirewallMiddleware) {},
(int) 19 => object(App\Application) {}
]
[protected] callables => [
(int) 0 => object(App\Middleware\RevisionMiddleware) {},
(int) 1 => object(App\Middleware\CorsMiddleware) {},
(int) 2 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 3 => object(App\Middleware\MissingTemplateMiddleware) {},
(int) 4 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 5 => object(App\Middleware\HealthCheckMiddleware) {},
(int) 6 => object(App\Middleware\LoopbackMiddleware) {},
(int) 7 => object(App\Middleware\WwwCheckMiddleware) {},
(int) 8 => object(App\Middleware\LegacyRedirectMiddleware) {},
(int) 9 => object(Cake\Routing\Middleware\RoutingMiddleware) {}
]
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-37" style="display:none;" class="stack-details">
<span class="stack-frame-file">/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-37">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="36"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Bind your application to the server.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="37"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB">$server </span><span style="color: #007700">= new </span><span style="color: #0000BB">Server</span><span style="color: #007700">(new </span><span style="color: #0000BB">Application</span><span style="color: #007700">(</span><span style="color: #0000BB">dirname</span><span style="color: #007700">(</span><span style="color: #0000BB">__DIR__</span><span style="color: #007700">) . </span><span style="color: #DD0000">'/config'</span><span style="color: #007700">));</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="38"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="39"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Run the request/response through the application and emit the response.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="40"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">emit</span><span style="color: #007700">(</span><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="41"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-37" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div class="error-suggestion">
</div>
<p class="customize">
If you want to customize this error message, create
<em>src/Template/Error/error500.ctp</em>
</p>
</div>
<div class="error-nav">
<a href="#" class="toggle-link toggle-vendor-frames">toggle vendor stack frames</a>
<ul class="stack-trace">
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-0">
<span class="stack-function">⟩ Cake\ORM\Entity->__construct</span>
<span class="stack-file">
CORE/src/ORM/ResultSet.php, line 601 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-1">
<span class="stack-function">⟩ Cake\ORM\ResultSet->_groupResult</span>
<span class="stack-file">
CORE/src/ORM/ResultSet.php, line 490 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-2">
<span class="stack-function">⟩ Cake\ORM\ResultSet->_fetchResult</span>
<span class="stack-file">
CORE/src/ORM/ResultSet.php, line 276 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-3">
<span class="stack-function">⟩ Cake\ORM\ResultSet->valid</span>
<span class="stack-file">
CORE/src/ORM/Association/Loader/SelectLoader.php, line 468 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-4">
<span class="stack-function">⟩ Cake\ORM\Association\Loader\SelectLoader->_buildResultMap</span>
<span class="stack-file">
CORE/src/ORM/Association/Loader/SelectLoader.php, line 125 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-5">
<span class="stack-function">⟩ Cake\ORM\Association\Loader\SelectLoader->buildEagerLoader</span>
<span class="stack-file">
CORE/src/ORM/Association/BelongsTo.php, line 200 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-6">
<span class="stack-function">⟩ Cake\ORM\Association\BelongsTo->eagerLoader</span>
<span class="stack-file">
CORE/src/ORM/EagerLoader.php, line 712 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-7">
<span class="stack-function">⟩ Cake\ORM\EagerLoader->loadExternal</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1141 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-8">
<span class="stack-function">⟩ Cake\ORM\Query->_execute</span>
<span class="stack-file">
CORE/src/Datasource/QueryTrait.php, line 309 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-9">
<span class="stack-function">⟩ Cake\ORM\Query->_all</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1088 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-10">
<span class="stack-function">⟩ Cake\ORM\Query->all</span>
<span class="stack-file">
CORE/src/Datasource/QueryTrait.php, line 471 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-11">
<span class="stack-function">⟩ Cake\ORM\Query->first</span>
<span class="stack-file">
APP/Routing/Route/SlugRoute.php, line 67 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-12">
<span class="stack-function">⟩ App\Routing\Route\SlugRoute->parse</span>
<span class="stack-file">
CORE/src/Routing/Route/Route.php, line 429 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-13">
<span class="stack-function">⟩ Cake\Routing\Route\Route->parseRequest</span>
<span class="stack-file">
CORE/src/Routing/RouteCollection.php, line 205 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-14">
<span class="stack-function">⟩ Cake\Routing\RouteCollection->parseRequest</span>
<span class="stack-file">
CORE/src/Routing/Router.php, line 390 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-15">
<span class="stack-function">⟩ Cake\Routing\Router::parseRequest</span>
<span class="stack-file">
CORE/src/Routing/Middleware/RoutingMiddleware.php, line 146 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-16">
<span class="stack-function">⟩ Cake\Routing\Middleware\RoutingMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-17">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/LegacyRedirectMiddleware.php, line 25 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-18">
<span class="stack-function">⟩ App\Middleware\LegacyRedirectMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-19">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/WwwCheckMiddleware.php, line 21 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-20">
<span class="stack-function">⟩ App\Middleware\WwwCheckMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-21">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/LoopbackMiddleware.php, line 22 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-22">
<span class="stack-function">⟩ App\Middleware\LoopbackMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-23">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/HealthCheckMiddleware.php, line 22 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-24">
<span class="stack-function">⟩ App\Middleware\HealthCheckMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-25">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-26">
<span class="stack-function">⟩ Cake\Routing\Middleware\AssetMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-27">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/MissingTemplateMiddleware.php, line 25 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-28">
<span class="stack-function">⟩ App\Middleware\MissingTemplateMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-29">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-30">
<span class="stack-function">⟩ Cake\Error\Middleware\ErrorHandlerMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-31">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/CorsMiddleware.php, line 29 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-32">
<span class="stack-function">⟩ App\Middleware\CorsMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-33">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
APP/Middleware/RevisionMiddleware.php, line 23 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-34">
<span class="stack-function">⟩ App\Middleware\RevisionMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-35">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 51 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-36">
<span class="stack-function">⟩ Cake\Http\Runner->run</span>
<span class="stack-file">
CORE/src/Http/Server.php, line 98 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-37">
<span class="stack-function">⟩ Cake\Http\Server->run</span>
<span class="stack-file">
ROOT/webroot/index.php, line 40 </span>
</a>
</li>
</ul>
</div>
<script type="text/javascript">
function bindEvent(selector, eventName, listener) {
var els = document.querySelectorAll(selector);
for (var i = 0, len = els.length; i < len; i++) {
els[i].addEventListener(eventName, listener, false);
}
}
function toggleElement(el) {
if (el.style.display === 'none') {
el.style.display = 'block';
} else {
el.style.display = 'none';
}
}
function each(els, cb) {
var i, len;
for (i = 0, len = els.length; i < len; i++) {
cb(els[i], i);
}
}
window.addEventListener('load', function() {
bindEvent('.stack-frame-args', 'click', function(event) {
var target = this.dataset['target'];
var el = document.getElementById(target);
toggleElement(el);
event.preventDefault();
});
var details = document.querySelectorAll('.stack-details');
var frames = document.querySelectorAll('.stack-frame');
bindEvent('.stack-frame a', 'click', function(event) {
each(frames, function(el) {
el.classList.remove('active');
});
this.parentNode.classList.add('active');
each(details, function(el) {
el.style.display = 'none';
});
var target = document.getElementById(this.dataset['target']);
toggleElement(target);
event.preventDefault();
});
bindEvent('.toggle-vendor-frames', 'click', function(event) {
each(frames, function(el) {
if (el.classList.contains('vendor-frame')) {
toggleElement(el);
}
});
event.preventDefault();
});
});
</script>
</body>
</html>
'
}
$cookies = []
$values = [
(int) 0 => 'text/html; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'text/html; charset=UTF-8' App\Error\NotifyAwareErrorHandler::handleError() - APP/Error/NotifyAwareErrorHandler.php, line 71
header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 185
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 58
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 141
[main] - ROOT/webroot/index.php, line 40
Error: Argument 1 passed to Cake\ORM\Entity::__construct() must be of the type array, boolean given, called in /var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php on line 601
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php
toggle arguments
if (isset( $results [ $defaultAlias ])) {
$results = $results [ $defaultAlias ];
}
if ( $this -> _hydrate && !( $results instanceof EntityInterface )) {
$results = new $this -> _entityClass ( $results , $options );
}
return $results ;
}
false
[
'useSetters' => false,
'markClean' => true,
'markNew' => false,
'guard' => false,
'source' => 'DealCategories'
]
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php
toggle arguments
if ( $row === false ) {
return $row ;
}
return $this -> _groupResult ( $row );
}
/**
* Correctly nests results keys including those coming from associations
[
'Deals__id' => (int) 25,
'Deals__name' => '4x c't und ein 1 GB USB Stick für 8,80 €',
'Deals__description' => '<p><a href="https://www.brandbuero.de/index.php5?module=formulars.production&task=formular&idformular=81">Hier</a> gibt es 4 Ausgaben der c’t für 8,80 € und einen USB-Stick mit 1 GB gibt es als Beigabe. Achtung: Das Abo muss gekündigt werden, sonst verlängert es sich automatisch.</p>',
'Deals__slug' => '4x-ct-und-ein-1-gb-usb-stick-fur-880-e',
'Deals__deal_category_id' => (int) 1,
'Deals__price' => null,
'Deals__reference_price' => null,
'Deals__clickout_url' => null,
'Deals__is_active' => false,
'Deals__expires' => null,
'Deals__type' => (int) 1,
'Deals__has_push' => false,
'Deals__comment_count' => (int) 0,
'Deals__meta_title' => null,
'Deals__meta_description' => null,
'Deals__meta_keywords' => null,
'Deals__meta_robots' => null,
'Deals__canonical' => null,
'Deals__image' => null,
'Deals__modified' => '2020-05-01 08:54:15+00',
'Deals__created' => '2008-01-10 18:20:06+00',
'Deals__shop_id' => null,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 0,
'Deals__user_id' => (int) 95,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => '3.8395715',
'Deals__start_date' => '2008-01-10 18:20:06+00',
'Deals__sitemap_lastmod' => '2021-01-26 20:26:10.915947+00',
'Deals__is_sitemap_aware' => true,
'Deals__excerpt' => null,
'Deals__visibility' => (int) 0,
'Deals__coupon_code' => null,
'Deals__shipping_cost' => null,
'Deals__image_width' => null,
'Deals__image_height' => null,
'Deals__show_comments' => true,
'Shops__id' => null,
'Shops__shop_category_id' => null,
'Shops__slug' => null,
'Shops__name' => null,
'Shops__description' => null,
'Shops__meta_title' => null,
'Shops__meta_description' => null,
'Shops__meta_keywords' => null,
'Shops__is_active' => null,
'Shops__modified' => null,
'Shops__created' => null,
'Shops__logo' => null,
'Shops__excerpt' => null,
'Shops__clickout_url' => null,
'Shops__hits' => null,
'Shops__is_monetizable' => null,
'Shops__show_expired_offers' => null,
'Shops__exclude_from_sitemap' => null,
'Shops__meta_robots' => null,
'Shops__canonical' => null,
'Shops__rating' => null,
'Shops__rating_count' => null,
'Shops__legacy_gp_id' => null,
'Shops__is_visible' => null,
'Shops__address' => null,
'Shops__contact' => null,
'Shops__screenshot' => null,
'Shops__is_experimental' => null,
'Shops__minimum_order_label' => null,
'Shops__url' => null,
'Shops__offers_limit' => null,
'Shops__disclaimer' => null,
'Shops__show_reviews' => null,
'Shops__affiliate_network_id' => null,
'Shops__headline' => null,
'Shops__header_image' => null,
'Shops__has_deeplink_support' => null,
'Shops__score' => null,
'Shops__factor' => null,
'Shops__show_similar_offers' => null,
'Shops__show_deals' => null,
'Shops__sitemap_lastmod' => null,
'Shops__is_sitemap_aware' => null,
'Shops__header_image_width' => null,
'Shops__header_image_height' => null,
'Shops__logo_width' => null,
'Shops__logo_height' => null,
'AffiliateNetworks__id' => null,
'AffiliateNetworks__name' => null,
'AffiliateNetworks__is_active' => null,
'AffiliateNetworks__modified' => null,
'AffiliateNetworks__created' => null,
'AffiliateNetworks__type' => null
]
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/ResultSet.php
toggle arguments
return $valid ;
}
}
$this -> _current = $this -> _fetchResult ();
$valid = $this -> _current !== false ;
if ( $valid && $this -> _useBuffering ) {
$this -> _results [ $this -> _index ] = $this -> _current ;
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php
toggle arguments
$this -> foreignKey :
$this -> bindingKey ;
$key = (array) $keys ;
foreach ( $fetchQuery -> all () as $result ) {
$values = [];
foreach ( $key as $k ) {
$values [] = $result [ $k ];
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php
toggle arguments
public function buildEagerLoader (array $options )
{
$options += $this -> _defaultOptions ();
$fetchQuery = $this -> _buildQuery ( $options );
$resultMap = $this -> _buildResultMap ( $fetchQuery , $options );
return $this -> _resultInjector ( $fetchQuery , $resultMap , $options );
}
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT DealCategories.id AS "DealCategories__id", DealCategories.name AS "DealCategories__name", DealCategories.description AS "DealCategories__description", DealCategories.slug AS "DealCategories__slug", DealCategories.is_active AS "DealCategories__is_active", DealCategories.meta_title AS "DealCategories__meta_title", DealCategories.meta_description AS "DealCategories__meta_description", DealCategories.meta_keywords AS "DealCategories__meta_keywords", DealCategories.meta_robots AS "DealCategories__meta_robots", DealCategories.canonical AS "DealCategories__canonical", DealCategories.image AS "DealCategories__image", DealCategories.modified AS "DealCategories__modified", DealCategories.created AS "DealCategories__created", DealCategories.exclude_from_sitemap AS "DealCategories__exclude_from_sitemap", DealCategories.sitemap_lastmod AS "DealCategories__sitemap_lastmod", DealCategories.is_sitemap_aware AS "DealCategories__is_sitemap_aware", DealCategories.image_width AS "DealCategories__image_width", DealCategories.image_height AS "DealCategories__image_height" FROM deal_categories DealCategories WHERE DealCategories.id in (:c0)',
'params' => [
':c0' => [
'value' => (int) 25,
'type' => 'integer',
'placeholder' => 'c0'
]
],
'defaultTypes' => [
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'image_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealCategoriesTable) {
'registryAlias' => 'DealCategories',
'table' => 'deal_categories',
'alias' => 'DealCategories',
'entityClass' => 'App\Model\Entity\DealCategory',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'strategy' => 'select',
'query' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Deals.id AS "Deals__id", Deals.name AS "Deals__name", Deals.description AS "Deals__description", Deals.slug AS "Deals__slug", Deals.deal_category_id AS "Deals__deal_category_id", Deals.price AS "Deals__price", Deals.reference_price AS "Deals__reference_price", Deals.clickout_url AS "Deals__clickout_url", Deals.is_active AS "Deals__is_active", Deals.expires AS "Deals__expires", Deals.type AS "Deals__type", Deals.has_push AS "Deals__has_push", Deals.comment_count AS "Deals__comment_count", Deals.meta_title AS "Deals__meta_title", Deals.meta_description AS "Deals__meta_description", Deals.meta_keywords AS "Deals__meta_keywords", Deals.meta_robots AS "Deals__meta_robots", Deals.canonical AS "Deals__canonical", Deals.image AS "Deals__image", Deals.modified AS "Deals__modified", Deals.created AS "Deals__created", Deals.shop_id AS "Deals__shop_id", Deals.deeplink AS "Deals__deeplink", Deals.like_count AS "Deals__like_count", Deals.user_id AS "Deals__user_id", Deals.exclude_from_sitemap AS "Deals__exclude_from_sitemap", Deals.score AS "Deals__score", Deals.start_date AS "Deals__start_date", Deals.sitemap_lastmod AS "Deals__sitemap_lastmod", Deals.is_sitemap_aware AS "Deals__is_sitemap_aware", Deals.excerpt AS "Deals__excerpt", Deals.visibility AS "Deals__visibility", Deals.coupon_code AS "Deals__coupon_code", Deals.shipping_cost AS "Deals__shipping_cost", Deals.image_width AS "Deals__image_width", Deals.image_height AS "Deals__image_height", Deals.show_comments AS "Deals__show_comments", Shops.id AS "Shops__id", Shops.shop_category_id AS "Shops__shop_category_id", Shops.slug AS "Shops__slug", Shops.name AS "Shops__name", Shops.description AS "Shops__description", Shops.meta_title AS "Shops__meta_title", Shops.meta_description AS "Shops__meta_description", Shops.meta_keywords AS "Shops__meta_keywords", Shops.is_active AS "Shops__is_active", Shops.modified AS "Shops__modified", Shops.created AS "Shops__created", Shops.logo AS "Shops__logo", Shops.excerpt AS "Shops__excerpt", Shops.clickout_url AS "Shops__clickout_url", Shops.hits AS "Shops__hits", Shops.is_monetizable AS "Shops__is_monetizable", Shops.show_expired_offers AS "Shops__show_expired_offers", Shops.exclude_from_sitemap AS "Shops__exclude_from_sitemap", Shops.meta_robots AS "Shops__meta_robots", Shops.canonical AS "Shops__canonical", Shops.rating AS "Shops__rating", Shops.rating_count AS "Shops__rating_count", Shops.legacy_gp_id AS "Shops__legacy_gp_id", Shops.is_visible AS "Shops__is_visible", Shops.address AS "Shops__address", Shops.contact AS "Shops__contact", Shops.screenshot AS "Shops__screenshot", Shops.is_experimental AS "Shops__is_experimental", Shops.minimum_order_label AS "Shops__minimum_order_label", Shops.url AS "Shops__url", Shops.offers_limit AS "Shops__offers_limit", Shops.disclaimer AS "Shops__disclaimer", Shops.show_reviews AS "Shops__show_reviews", Shops.affiliate_network_id AS "Shops__affiliate_network_id", Shops.headline AS "Shops__headline", Shops.header_image AS "Shops__header_image", Shops.has_deeplink_support AS "Shops__has_deeplink_support", Shops.score AS "Shops__score", Shops.factor AS "Shops__factor", Shops.show_similar_offers AS "Shops__show_similar_offers", Shops.show_deals AS "Shops__show_deals", Shops.sitemap_lastmod AS "Shops__sitemap_lastmod", Shops.is_sitemap_aware AS "Shops__is_sitemap_aware", Shops.header_image_width AS "Shops__header_image_width", Shops.header_image_height AS "Shops__header_image_height", Shops.logo_width AS "Shops__logo_width", Shops.logo_height AS "Shops__logo_height" FROM deals Deals INNER JOIN deal_categories DealCategories ON (DealCategories.is_active = :c0 AND DealCategories.id = (Deals.deal_category_id)) LEFT JOIN shops Shops ON Shops.id = (Deals.shop_id) WHERE (Deals.slug = :c1 AND Deals.is_active = :c2) LIMIT 1',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Deals__id' => 'integer',
'Deals.id' => 'integer',
'id' => 'integer',
'Deals__name' => 'string',
'Deals.name' => 'string',
'name' => 'string',
'Deals__description' => 'text',
'Deals.description' => 'text',
'description' => 'text',
'Deals__slug' => 'string',
'Deals.slug' => 'string',
'slug' => 'string',
'Deals__deal_category_id' => 'integer',
'Deals.deal_category_id' => 'integer',
'deal_category_id' => 'integer',
'Deals__price' => 'float',
'Deals.price' => 'float',
'price' => 'float',
'Deals__reference_price' => 'float',
'Deals.reference_price' => 'float',
'reference_price' => 'float',
'Deals__clickout_url' => 'string',
'Deals.clickout_url' => 'string',
'clickout_url' => 'string',
'Deals__is_active' => 'boolean',
'Deals.is_active' => 'boolean',
'is_active' => 'boolean',
'Deals__expires' => 'timestamp',
'Deals.expires' => 'timestamp',
'expires' => 'timestamp',
'Deals__type' => 'integer',
'Deals.type' => 'integer',
'type' => 'integer',
'Deals__has_push' => 'boolean',
'Deals.has_push' => 'boolean',
'has_push' => 'boolean',
'Deals__comment_count' => 'integer',
'Deals.comment_count' => 'integer',
'comment_count' => 'integer',
'Deals__meta_title' => 'string',
'Deals.meta_title' => 'string',
'meta_title' => 'string',
'Deals__meta_description' => 'text',
'Deals.meta_description' => 'text',
'meta_description' => 'text',
'Deals__meta_keywords' => 'string',
'Deals.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Deals__meta_robots' => 'string',
'Deals.meta_robots' => 'string',
'meta_robots' => 'string',
'Deals__canonical' => 'string',
'Deals.canonical' => 'string',
'canonical' => 'string',
'Deals__image' => 'string',
'Deals.image' => 'string',
'image' => 'string',
'Deals__modified' => 'timestamp',
'Deals.modified' => 'timestamp',
'modified' => 'timestamp',
'Deals__created' => 'timestamp',
'Deals.created' => 'timestamp',
'created' => 'timestamp',
'Deals__shop_id' => 'integer',
'Deals.shop_id' => 'integer',
'shop_id' => 'integer',
'Deals__deeplink' => 'string',
'Deals.deeplink' => 'string',
'deeplink' => 'string',
'Deals__like_count' => 'integer',
'Deals.like_count' => 'integer',
'like_count' => 'integer',
'Deals__user_id' => 'integer',
'Deals.user_id' => 'integer',
'user_id' => 'integer',
'Deals__exclude_from_sitemap' => 'boolean',
'Deals.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'Deals__score' => 'float',
'Deals.score' => 'float',
'score' => 'float',
'Deals__start_date' => 'timestamp',
'Deals.start_date' => 'timestamp',
'start_date' => 'timestamp',
'Deals__sitemap_lastmod' => 'timestamp',
'Deals.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'Deals__is_sitemap_aware' => 'boolean',
'Deals.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'Deals__excerpt' => 'text',
'Deals.excerpt' => 'text',
'excerpt' => 'text',
'Deals__visibility' => 'integer',
'Deals.visibility' => 'integer',
'visibility' => 'integer',
'Deals__coupon_code' => 'string',
'Deals.coupon_code' => 'string',
'coupon_code' => 'string',
'Deals__shipping_cost' => 'float',
'Deals.shipping_cost' => 'float',
'shipping_cost' => 'float',
'Deals__image_width' => 'integer',
'Deals.image_width' => 'integer',
'image_width' => 'integer',
'Deals__image_height' => 'integer',
'Deals.image_height' => 'integer',
'image_height' => 'integer',
'Deals__show_comments' => 'boolean',
'Deals.show_comments' => 'boolean',
'show_comments' => 'boolean',
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'Shops__shop_category_id' => 'integer',
'Shops.shop_category_id' => 'integer',
'shop_category_id' => 'integer',
'Shops__slug' => 'string',
'Shops.slug' => 'string',
'Shops__name' => 'string',
'Shops.name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'Shops__meta_title' => 'string',
'Shops.meta_title' => 'string',
'Shops__meta_description' => 'text',
'Shops.meta_description' => 'text',
'Shops__meta_keywords' => 'string',
'Shops.meta_keywords' => 'string',
'Shops__is_active' => 'boolean',
'Shops.is_active' => 'boolean',
'Shops__modified' => 'timestamp',
'Shops.modified' => 'timestamp',
'Shops__created' => 'timestamp',
'Shops.created' => 'timestamp',
'Shops__logo' => 'string',
'Shops.logo' => 'string',
'logo' => 'string',
'Shops__excerpt' => 'text',
'Shops.excerpt' => 'text',
'Shops__clickout_url' => 'string',
'Shops.clickout_url' => 'string',
'Shops__hits' => 'integer',
'Shops.hits' => 'integer',
'hits' => 'integer',
'Shops__is_monetizable' => 'boolean',
'Shops.is_monetizable' => 'boolean',
'is_monetizable' => 'boolean',
'Shops__show_expired_offers' => 'boolean',
'Shops.show_expired_offers' => 'boolean',
'show_expired_offers' => 'boolean',
'Shops__exclude_from_sitemap' => 'boolean',
'Shops.exclude_from_sitemap' => 'boolean',
'Shops__meta_robots' => 'string',
'Shops.meta_robots' => 'string',
'Shops__canonical' => 'string',
'Shops.canonical' => 'string',
'Shops__rating' => 'float',
'Shops.rating' => 'float',
'rating' => 'float',
'Shops__rating_count' => 'integer',
'Shops.rating_count' => 'integer',
'rating_count' => 'integer',
'Shops__legacy_gp_id' => 'integer',
'Shops.legacy_gp_id' => 'integer',
'legacy_gp_id' => 'integer',
'Shops__is_visible' => 'boolean',
'Shops.is_visible' => 'boolean',
'is_visible' => 'boolean',
'Shops__address' => 'text',
'Shops.address' => 'text',
'address' => 'text',
'Shops__contact' => 'text',
'Shops.contact' => 'text',
'contact' => 'text',
'Shops__screenshot' => 'string',
'Shops.screenshot' => 'string',
'screenshot' => 'string',
'Shops__is_experimental' => 'boolean',
'Shops.is_experimental' => 'boolean',
'is_experimental' => 'boolean',
'Shops__minimum_order_label' => 'integer',
'Shops.minimum_order_label' => 'integer',
'minimum_order_label' => 'integer',
'Shops__url' => 'string',
'Shops.url' => 'string',
'url' => 'string',
'Shops__offers_limit' => 'integer',
'Shops.offers_limit' => 'integer',
'offers_limit' => 'integer',
'Shops__disclaimer' => 'text',
'Shops.disclaimer' => 'text',
'disclaimer' => 'text',
'Shops__show_reviews' => 'boolean',
'Shops.show_reviews' => 'boolean',
'show_reviews' => 'boolean',
'Shops__affiliate_network_id' => 'integer',
'Shops.affiliate_network_id' => 'integer',
'affiliate_network_id' => 'integer',
'Shops__headline' => 'string',
'Shops.headline' => 'string',
'headline' => 'string',
'Shops__header_image' => 'string',
'Shops.header_image' => 'string',
'header_image' => 'string',
'Shops__has_deeplink_support' => 'boolean',
'Shops.has_deeplink_support' => 'boolean',
'has_deeplink_support' => 'boolean',
'Shops__score' => 'float',
'Shops.score' => 'float',
'Shops__factor' => 'float',
'Shops.factor' => 'float',
'factor' => 'float',
'Shops__show_similar_offers' => 'boolean',
'Shops.show_similar_offers' => 'boolean',
'show_similar_offers' => 'boolean',
'Shops__show_deals' => 'boolean',
'Shops.show_deals' => 'boolean',
'show_deals' => 'boolean',
'Shops__sitemap_lastmod' => 'timestamp',
'Shops.sitemap_lastmod' => 'timestamp',
'Shops__is_sitemap_aware' => 'boolean',
'Shops.is_sitemap_aware' => 'boolean',
'Shops__header_image_width' => 'integer',
'Shops.header_image_width' => 'integer',
'header_image_width' => 'integer',
'Shops__header_image_height' => 'integer',
'Shops.header_image_height' => 'integer',
'header_image_height' => 'integer',
'Shops__logo_width' => 'integer',
'Shops.logo_width' => 'integer',
'logo_width' => 'integer',
'Shops__logo_height' => 'integer',
'Shops.logo_height' => 'integer',
'logo_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'DealCategories' => [[maximum depth reached]],
'Shops' => [[maximum depth reached]]
],
'matching' => [
'DealCategories' => [
[maximum depth reached]
]
],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealsTable) {}
},
'contain' => [],
'keys' => [
(int) 25 => (int) 25
],
'nestKey' => 'DealCategories',
'foreignKey' => 'deal_category_id',
'conditions' => [],
'sort' => null
]
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Association/BelongsTo.php
toggle arguments
'associationType' => $this -> type (),
'finder' => [ $this , 'find' ]
]);
return $loader -> buildEagerLoader ( $options );
}
}
[
'strategy' => 'select',
'query' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Deals.id AS "Deals__id", Deals.name AS "Deals__name", Deals.description AS "Deals__description", Deals.slug AS "Deals__slug", Deals.deal_category_id AS "Deals__deal_category_id", Deals.price AS "Deals__price", Deals.reference_price AS "Deals__reference_price", Deals.clickout_url AS "Deals__clickout_url", Deals.is_active AS "Deals__is_active", Deals.expires AS "Deals__expires", Deals.type AS "Deals__type", Deals.has_push AS "Deals__has_push", Deals.comment_count AS "Deals__comment_count", Deals.meta_title AS "Deals__meta_title", Deals.meta_description AS "Deals__meta_description", Deals.meta_keywords AS "Deals__meta_keywords", Deals.meta_robots AS "Deals__meta_robots", Deals.canonical AS "Deals__canonical", Deals.image AS "Deals__image", Deals.modified AS "Deals__modified", Deals.created AS "Deals__created", Deals.shop_id AS "Deals__shop_id", Deals.deeplink AS "Deals__deeplink", Deals.like_count AS "Deals__like_count", Deals.user_id AS "Deals__user_id", Deals.exclude_from_sitemap AS "Deals__exclude_from_sitemap", Deals.score AS "Deals__score", Deals.start_date AS "Deals__start_date", Deals.sitemap_lastmod AS "Deals__sitemap_lastmod", Deals.is_sitemap_aware AS "Deals__is_sitemap_aware", Deals.excerpt AS "Deals__excerpt", Deals.visibility AS "Deals__visibility", Deals.coupon_code AS "Deals__coupon_code", Deals.shipping_cost AS "Deals__shipping_cost", Deals.image_width AS "Deals__image_width", Deals.image_height AS "Deals__image_height", Deals.show_comments AS "Deals__show_comments", Shops.id AS "Shops__id", Shops.shop_category_id AS "Shops__shop_category_id", Shops.slug AS "Shops__slug", Shops.name AS "Shops__name", Shops.description AS "Shops__description", Shops.meta_title AS "Shops__meta_title", Shops.meta_description AS "Shops__meta_description", Shops.meta_keywords AS "Shops__meta_keywords", Shops.is_active AS "Shops__is_active", Shops.modified AS "Shops__modified", Shops.created AS "Shops__created", Shops.logo AS "Shops__logo", Shops.excerpt AS "Shops__excerpt", Shops.clickout_url AS "Shops__clickout_url", Shops.hits AS "Shops__hits", Shops.is_monetizable AS "Shops__is_monetizable", Shops.show_expired_offers AS "Shops__show_expired_offers", Shops.exclude_from_sitemap AS "Shops__exclude_from_sitemap", Shops.meta_robots AS "Shops__meta_robots", Shops.canonical AS "Shops__canonical", Shops.rating AS "Shops__rating", Shops.rating_count AS "Shops__rating_count", Shops.legacy_gp_id AS "Shops__legacy_gp_id", Shops.is_visible AS "Shops__is_visible", Shops.address AS "Shops__address", Shops.contact AS "Shops__contact", Shops.screenshot AS "Shops__screenshot", Shops.is_experimental AS "Shops__is_experimental", Shops.minimum_order_label AS "Shops__minimum_order_label", Shops.url AS "Shops__url", Shops.offers_limit AS "Shops__offers_limit", Shops.disclaimer AS "Shops__disclaimer", Shops.show_reviews AS "Shops__show_reviews", Shops.affiliate_network_id AS "Shops__affiliate_network_id", Shops.headline AS "Shops__headline", Shops.header_image AS "Shops__header_image", Shops.has_deeplink_support AS "Shops__has_deeplink_support", Shops.score AS "Shops__score", Shops.factor AS "Shops__factor", Shops.show_similar_offers AS "Shops__show_similar_offers", Shops.show_deals AS "Shops__show_deals", Shops.sitemap_lastmod AS "Shops__sitemap_lastmod", Shops.is_sitemap_aware AS "Shops__is_sitemap_aware", Shops.header_image_width AS "Shops__header_image_width", Shops.header_image_height AS "Shops__header_image_height", Shops.logo_width AS "Shops__logo_width", Shops.logo_height AS "Shops__logo_height" FROM deals Deals INNER JOIN deal_categories DealCategories ON (DealCategories.is_active = :c0 AND DealCategories.id = (Deals.deal_category_id)) LEFT JOIN shops Shops ON Shops.id = (Deals.shop_id) WHERE (Deals.slug = :c1 AND Deals.is_active = :c2) LIMIT 1',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Deals__id' => 'integer',
'Deals.id' => 'integer',
'id' => 'integer',
'Deals__name' => 'string',
'Deals.name' => 'string',
'name' => 'string',
'Deals__description' => 'text',
'Deals.description' => 'text',
'description' => 'text',
'Deals__slug' => 'string',
'Deals.slug' => 'string',
'slug' => 'string',
'Deals__deal_category_id' => 'integer',
'Deals.deal_category_id' => 'integer',
'deal_category_id' => 'integer',
'Deals__price' => 'float',
'Deals.price' => 'float',
'price' => 'float',
'Deals__reference_price' => 'float',
'Deals.reference_price' => 'float',
'reference_price' => 'float',
'Deals__clickout_url' => 'string',
'Deals.clickout_url' => 'string',
'clickout_url' => 'string',
'Deals__is_active' => 'boolean',
'Deals.is_active' => 'boolean',
'is_active' => 'boolean',
'Deals__expires' => 'timestamp',
'Deals.expires' => 'timestamp',
'expires' => 'timestamp',
'Deals__type' => 'integer',
'Deals.type' => 'integer',
'type' => 'integer',
'Deals__has_push' => 'boolean',
'Deals.has_push' => 'boolean',
'has_push' => 'boolean',
'Deals__comment_count' => 'integer',
'Deals.comment_count' => 'integer',
'comment_count' => 'integer',
'Deals__meta_title' => 'string',
'Deals.meta_title' => 'string',
'meta_title' => 'string',
'Deals__meta_description' => 'text',
'Deals.meta_description' => 'text',
'meta_description' => 'text',
'Deals__meta_keywords' => 'string',
'Deals.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Deals__meta_robots' => 'string',
'Deals.meta_robots' => 'string',
'meta_robots' => 'string',
'Deals__canonical' => 'string',
'Deals.canonical' => 'string',
'canonical' => 'string',
'Deals__image' => 'string',
'Deals.image' => 'string',
'image' => 'string',
'Deals__modified' => 'timestamp',
'Deals.modified' => 'timestamp',
'modified' => 'timestamp',
'Deals__created' => 'timestamp',
'Deals.created' => 'timestamp',
'created' => 'timestamp',
'Deals__shop_id' => 'integer',
'Deals.shop_id' => 'integer',
'shop_id' => 'integer',
'Deals__deeplink' => 'string',
'Deals.deeplink' => 'string',
'deeplink' => 'string',
'Deals__like_count' => 'integer',
'Deals.like_count' => 'integer',
'like_count' => 'integer',
'Deals__user_id' => 'integer',
'Deals.user_id' => 'integer',
'user_id' => 'integer',
'Deals__exclude_from_sitemap' => 'boolean',
'Deals.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'Deals__score' => 'float',
'Deals.score' => 'float',
'score' => 'float',
'Deals__start_date' => 'timestamp',
'Deals.start_date' => 'timestamp',
'start_date' => 'timestamp',
'Deals__sitemap_lastmod' => 'timestamp',
'Deals.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'Deals__is_sitemap_aware' => 'boolean',
'Deals.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'Deals__excerpt' => 'text',
'Deals.excerpt' => 'text',
'excerpt' => 'text',
'Deals__visibility' => 'integer',
'Deals.visibility' => 'integer',
'visibility' => 'integer',
'Deals__coupon_code' => 'string',
'Deals.coupon_code' => 'string',
'coupon_code' => 'string',
'Deals__shipping_cost' => 'float',
'Deals.shipping_cost' => 'float',
'shipping_cost' => 'float',
'Deals__image_width' => 'integer',
'Deals.image_width' => 'integer',
'image_width' => 'integer',
'Deals__image_height' => 'integer',
'Deals.image_height' => 'integer',
'image_height' => 'integer',
'Deals__show_comments' => 'boolean',
'Deals.show_comments' => 'boolean',
'show_comments' => 'boolean',
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'Shops__shop_category_id' => 'integer',
'Shops.shop_category_id' => 'integer',
'shop_category_id' => 'integer',
'Shops__slug' => 'string',
'Shops.slug' => 'string',
'Shops__name' => 'string',
'Shops.name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'Shops__meta_title' => 'string',
'Shops.meta_title' => 'string',
'Shops__meta_description' => 'text',
'Shops.meta_description' => 'text',
'Shops__meta_keywords' => 'string',
'Shops.meta_keywords' => 'string',
'Shops__is_active' => 'boolean',
'Shops.is_active' => 'boolean',
'Shops__modified' => 'timestamp',
'Shops.modified' => 'timestamp',
'Shops__created' => 'timestamp',
'Shops.created' => 'timestamp',
'Shops__logo' => 'string',
'Shops.logo' => 'string',
'logo' => 'string',
'Shops__excerpt' => 'text',
'Shops.excerpt' => 'text',
'Shops__clickout_url' => 'string',
'Shops.clickout_url' => 'string',
'Shops__hits' => 'integer',
'Shops.hits' => 'integer',
'hits' => 'integer',
'Shops__is_monetizable' => 'boolean',
'Shops.is_monetizable' => 'boolean',
'is_monetizable' => 'boolean',
'Shops__show_expired_offers' => 'boolean',
'Shops.show_expired_offers' => 'boolean',
'show_expired_offers' => 'boolean',
'Shops__exclude_from_sitemap' => 'boolean',
'Shops.exclude_from_sitemap' => 'boolean',
'Shops__meta_robots' => 'string',
'Shops.meta_robots' => 'string',
'Shops__canonical' => 'string',
'Shops.canonical' => 'string',
'Shops__rating' => 'float',
'Shops.rating' => 'float',
'rating' => 'float',
'Shops__rating_count' => 'integer',
'Shops.rating_count' => 'integer',
'rating_count' => 'integer',
'Shops__legacy_gp_id' => 'integer',
'Shops.legacy_gp_id' => 'integer',
'legacy_gp_id' => 'integer',
'Shops__is_visible' => 'boolean',
'Shops.is_visible' => 'boolean',
'is_visible' => 'boolean',
'Shops__address' => 'text',
'Shops.address' => 'text',
'address' => 'text',
'Shops__contact' => 'text',
'Shops.contact' => 'text',
'contact' => 'text',
'Shops__screenshot' => 'string',
'Shops.screenshot' => 'string',
'screenshot' => 'string',
'Shops__is_experimental' => 'boolean',
'Shops.is_experimental' => 'boolean',
'is_experimental' => 'boolean',
'Shops__minimum_order_label' => 'integer',
'Shops.minimum_order_label' => 'integer',
'minimum_order_label' => 'integer',
'Shops__url' => 'string',
'Shops.url' => 'string',
'url' => 'string',
'Shops__offers_limit' => 'integer',
'Shops.offers_limit' => 'integer',
'offers_limit' => 'integer',
'Shops__disclaimer' => 'text',
'Shops.disclaimer' => 'text',
'disclaimer' => 'text',
'Shops__show_reviews' => 'boolean',
'Shops.show_reviews' => 'boolean',
'show_reviews' => 'boolean',
'Shops__affiliate_network_id' => 'integer',
'Shops.affiliate_network_id' => 'integer',
'affiliate_network_id' => 'integer',
'Shops__headline' => 'string',
'Shops.headline' => 'string',
'headline' => 'string',
'Shops__header_image' => 'string',
'Shops.header_image' => 'string',
'header_image' => 'string',
'Shops__has_deeplink_support' => 'boolean',
'Shops.has_deeplink_support' => 'boolean',
'has_deeplink_support' => 'boolean',
'Shops__score' => 'float',
'Shops.score' => 'float',
'Shops__factor' => 'float',
'Shops.factor' => 'float',
'factor' => 'float',
'Shops__show_similar_offers' => 'boolean',
'Shops.show_similar_offers' => 'boolean',
'show_similar_offers' => 'boolean',
'Shops__show_deals' => 'boolean',
'Shops.show_deals' => 'boolean',
'show_deals' => 'boolean',
'Shops__sitemap_lastmod' => 'timestamp',
'Shops.sitemap_lastmod' => 'timestamp',
'Shops__is_sitemap_aware' => 'boolean',
'Shops.is_sitemap_aware' => 'boolean',
'Shops__header_image_width' => 'integer',
'Shops.header_image_width' => 'integer',
'header_image_width' => 'integer',
'Shops__header_image_height' => 'integer',
'Shops.header_image_height' => 'integer',
'header_image_height' => 'integer',
'Shops__logo_width' => 'integer',
'Shops.logo_width' => 'integer',
'logo_width' => 'integer',
'Shops__logo_height' => 'integer',
'Shops.logo_height' => 'integer',
'logo_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'DealCategories' => [[maximum depth reached]],
'Shops' => [[maximum depth reached]]
],
'matching' => [
'DealCategories' => [
[maximum depth reached]
]
],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealsTable) {}
},
'contain' => [],
'keys' => [
(int) 25 => (int) 25
],
'nestKey' => 'DealCategories',
'foreignKey' => 'deal_category_id',
'conditions' => [],
'sort' => null
]
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/EagerLoader.php
toggle arguments
$config + [
'query' => $query ,
'contain' => $contain ,
'keys' => $keys ,
'nestKey' => $meta -> aliasPath ()
]
);
$statement = new CallbackStatement ( $statement , $driver , $f );
}
[
'strategy' => 'select',
'query' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Deals.id AS "Deals__id", Deals.name AS "Deals__name", Deals.description AS "Deals__description", Deals.slug AS "Deals__slug", Deals.deal_category_id AS "Deals__deal_category_id", Deals.price AS "Deals__price", Deals.reference_price AS "Deals__reference_price", Deals.clickout_url AS "Deals__clickout_url", Deals.is_active AS "Deals__is_active", Deals.expires AS "Deals__expires", Deals.type AS "Deals__type", Deals.has_push AS "Deals__has_push", Deals.comment_count AS "Deals__comment_count", Deals.meta_title AS "Deals__meta_title", Deals.meta_description AS "Deals__meta_description", Deals.meta_keywords AS "Deals__meta_keywords", Deals.meta_robots AS "Deals__meta_robots", Deals.canonical AS "Deals__canonical", Deals.image AS "Deals__image", Deals.modified AS "Deals__modified", Deals.created AS "Deals__created", Deals.shop_id AS "Deals__shop_id", Deals.deeplink AS "Deals__deeplink", Deals.like_count AS "Deals__like_count", Deals.user_id AS "Deals__user_id", Deals.exclude_from_sitemap AS "Deals__exclude_from_sitemap", Deals.score AS "Deals__score", Deals.start_date AS "Deals__start_date", Deals.sitemap_lastmod AS "Deals__sitemap_lastmod", Deals.is_sitemap_aware AS "Deals__is_sitemap_aware", Deals.excerpt AS "Deals__excerpt", Deals.visibility AS "Deals__visibility", Deals.coupon_code AS "Deals__coupon_code", Deals.shipping_cost AS "Deals__shipping_cost", Deals.image_width AS "Deals__image_width", Deals.image_height AS "Deals__image_height", Deals.show_comments AS "Deals__show_comments", Shops.id AS "Shops__id", Shops.shop_category_id AS "Shops__shop_category_id", Shops.slug AS "Shops__slug", Shops.name AS "Shops__name", Shops.description AS "Shops__description", Shops.meta_title AS "Shops__meta_title", Shops.meta_description AS "Shops__meta_description", Shops.meta_keywords AS "Shops__meta_keywords", Shops.is_active AS "Shops__is_active", Shops.modified AS "Shops__modified", Shops.created AS "Shops__created", Shops.logo AS "Shops__logo", Shops.excerpt AS "Shops__excerpt", Shops.clickout_url AS "Shops__clickout_url", Shops.hits AS "Shops__hits", Shops.is_monetizable AS "Shops__is_monetizable", Shops.show_expired_offers AS "Shops__show_expired_offers", Shops.exclude_from_sitemap AS "Shops__exclude_from_sitemap", Shops.meta_robots AS "Shops__meta_robots", Shops.canonical AS "Shops__canonical", Shops.rating AS "Shops__rating", Shops.rating_count AS "Shops__rating_count", Shops.legacy_gp_id AS "Shops__legacy_gp_id", Shops.is_visible AS "Shops__is_visible", Shops.address AS "Shops__address", Shops.contact AS "Shops__contact", Shops.screenshot AS "Shops__screenshot", Shops.is_experimental AS "Shops__is_experimental", Shops.minimum_order_label AS "Shops__minimum_order_label", Shops.url AS "Shops__url", Shops.offers_limit AS "Shops__offers_limit", Shops.disclaimer AS "Shops__disclaimer", Shops.show_reviews AS "Shops__show_reviews", Shops.affiliate_network_id AS "Shops__affiliate_network_id", Shops.headline AS "Shops__headline", Shops.header_image AS "Shops__header_image", Shops.has_deeplink_support AS "Shops__has_deeplink_support", Shops.score AS "Shops__score", Shops.factor AS "Shops__factor", Shops.show_similar_offers AS "Shops__show_similar_offers", Shops.show_deals AS "Shops__show_deals", Shops.sitemap_lastmod AS "Shops__sitemap_lastmod", Shops.is_sitemap_aware AS "Shops__is_sitemap_aware", Shops.header_image_width AS "Shops__header_image_width", Shops.header_image_height AS "Shops__header_image_height", Shops.logo_width AS "Shops__logo_width", Shops.logo_height AS "Shops__logo_height" FROM deals Deals INNER JOIN deal_categories DealCategories ON (DealCategories.is_active = :c0 AND DealCategories.id = (Deals.deal_category_id)) LEFT JOIN shops Shops ON Shops.id = (Deals.shop_id) WHERE (Deals.slug = :c1 AND Deals.is_active = :c2) LIMIT 1',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Deals__id' => 'integer',
'Deals.id' => 'integer',
'id' => 'integer',
'Deals__name' => 'string',
'Deals.name' => 'string',
'name' => 'string',
'Deals__description' => 'text',
'Deals.description' => 'text',
'description' => 'text',
'Deals__slug' => 'string',
'Deals.slug' => 'string',
'slug' => 'string',
'Deals__deal_category_id' => 'integer',
'Deals.deal_category_id' => 'integer',
'deal_category_id' => 'integer',
'Deals__price' => 'float',
'Deals.price' => 'float',
'price' => 'float',
'Deals__reference_price' => 'float',
'Deals.reference_price' => 'float',
'reference_price' => 'float',
'Deals__clickout_url' => 'string',
'Deals.clickout_url' => 'string',
'clickout_url' => 'string',
'Deals__is_active' => 'boolean',
'Deals.is_active' => 'boolean',
'is_active' => 'boolean',
'Deals__expires' => 'timestamp',
'Deals.expires' => 'timestamp',
'expires' => 'timestamp',
'Deals__type' => 'integer',
'Deals.type' => 'integer',
'type' => 'integer',
'Deals__has_push' => 'boolean',
'Deals.has_push' => 'boolean',
'has_push' => 'boolean',
'Deals__comment_count' => 'integer',
'Deals.comment_count' => 'integer',
'comment_count' => 'integer',
'Deals__meta_title' => 'string',
'Deals.meta_title' => 'string',
'meta_title' => 'string',
'Deals__meta_description' => 'text',
'Deals.meta_description' => 'text',
'meta_description' => 'text',
'Deals__meta_keywords' => 'string',
'Deals.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Deals__meta_robots' => 'string',
'Deals.meta_robots' => 'string',
'meta_robots' => 'string',
'Deals__canonical' => 'string',
'Deals.canonical' => 'string',
'canonical' => 'string',
'Deals__image' => 'string',
'Deals.image' => 'string',
'image' => 'string',
'Deals__modified' => 'timestamp',
'Deals.modified' => 'timestamp',
'modified' => 'timestamp',
'Deals__created' => 'timestamp',
'Deals.created' => 'timestamp',
'created' => 'timestamp',
'Deals__shop_id' => 'integer',
'Deals.shop_id' => 'integer',
'shop_id' => 'integer',
'Deals__deeplink' => 'string',
'Deals.deeplink' => 'string',
'deeplink' => 'string',
'Deals__like_count' => 'integer',
'Deals.like_count' => 'integer',
'like_count' => 'integer',
'Deals__user_id' => 'integer',
'Deals.user_id' => 'integer',
'user_id' => 'integer',
'Deals__exclude_from_sitemap' => 'boolean',
'Deals.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'Deals__score' => 'float',
'Deals.score' => 'float',
'score' => 'float',
'Deals__start_date' => 'timestamp',
'Deals.start_date' => 'timestamp',
'start_date' => 'timestamp',
'Deals__sitemap_lastmod' => 'timestamp',
'Deals.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'Deals__is_sitemap_aware' => 'boolean',
'Deals.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'Deals__excerpt' => 'text',
'Deals.excerpt' => 'text',
'excerpt' => 'text',
'Deals__visibility' => 'integer',
'Deals.visibility' => 'integer',
'visibility' => 'integer',
'Deals__coupon_code' => 'string',
'Deals.coupon_code' => 'string',
'coupon_code' => 'string',
'Deals__shipping_cost' => 'float',
'Deals.shipping_cost' => 'float',
'shipping_cost' => 'float',
'Deals__image_width' => 'integer',
'Deals.image_width' => 'integer',
'image_width' => 'integer',
'Deals__image_height' => 'integer',
'Deals.image_height' => 'integer',
'image_height' => 'integer',
'Deals__show_comments' => 'boolean',
'Deals.show_comments' => 'boolean',
'show_comments' => 'boolean',
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'Shops__shop_category_id' => 'integer',
'Shops.shop_category_id' => 'integer',
'shop_category_id' => 'integer',
'Shops__slug' => 'string',
'Shops.slug' => 'string',
'Shops__name' => 'string',
'Shops.name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'Shops__meta_title' => 'string',
'Shops.meta_title' => 'string',
'Shops__meta_description' => 'text',
'Shops.meta_description' => 'text',
'Shops__meta_keywords' => 'string',
'Shops.meta_keywords' => 'string',
'Shops__is_active' => 'boolean',
'Shops.is_active' => 'boolean',
'Shops__modified' => 'timestamp',
'Shops.modified' => 'timestamp',
'Shops__created' => 'timestamp',
'Shops.created' => 'timestamp',
'Shops__logo' => 'string',
'Shops.logo' => 'string',
'logo' => 'string',
'Shops__excerpt' => 'text',
'Shops.excerpt' => 'text',
'Shops__clickout_url' => 'string',
'Shops.clickout_url' => 'string',
'Shops__hits' => 'integer',
'Shops.hits' => 'integer',
'hits' => 'integer',
'Shops__is_monetizable' => 'boolean',
'Shops.is_monetizable' => 'boolean',
'is_monetizable' => 'boolean',
'Shops__show_expired_offers' => 'boolean',
'Shops.show_expired_offers' => 'boolean',
'show_expired_offers' => 'boolean',
'Shops__exclude_from_sitemap' => 'boolean',
'Shops.exclude_from_sitemap' => 'boolean',
'Shops__meta_robots' => 'string',
'Shops.meta_robots' => 'string',
'Shops__canonical' => 'string',
'Shops.canonical' => 'string',
'Shops__rating' => 'float',
'Shops.rating' => 'float',
'rating' => 'float',
'Shops__rating_count' => 'integer',
'Shops.rating_count' => 'integer',
'rating_count' => 'integer',
'Shops__legacy_gp_id' => 'integer',
'Shops.legacy_gp_id' => 'integer',
'legacy_gp_id' => 'integer',
'Shops__is_visible' => 'boolean',
'Shops.is_visible' => 'boolean',
'is_visible' => 'boolean',
'Shops__address' => 'text',
'Shops.address' => 'text',
'address' => 'text',
'Shops__contact' => 'text',
'Shops.contact' => 'text',
'contact' => 'text',
'Shops__screenshot' => 'string',
'Shops.screenshot' => 'string',
'screenshot' => 'string',
'Shops__is_experimental' => 'boolean',
'Shops.is_experimental' => 'boolean',
'is_experimental' => 'boolean',
'Shops__minimum_order_label' => 'integer',
'Shops.minimum_order_label' => 'integer',
'minimum_order_label' => 'integer',
'Shops__url' => 'string',
'Shops.url' => 'string',
'url' => 'string',
'Shops__offers_limit' => 'integer',
'Shops.offers_limit' => 'integer',
'offers_limit' => 'integer',
'Shops__disclaimer' => 'text',
'Shops.disclaimer' => 'text',
'disclaimer' => 'text',
'Shops__show_reviews' => 'boolean',
'Shops.show_reviews' => 'boolean',
'show_reviews' => 'boolean',
'Shops__affiliate_network_id' => 'integer',
'Shops.affiliate_network_id' => 'integer',
'affiliate_network_id' => 'integer',
'Shops__headline' => 'string',
'Shops.headline' => 'string',
'headline' => 'string',
'Shops__header_image' => 'string',
'Shops.header_image' => 'string',
'header_image' => 'string',
'Shops__has_deeplink_support' => 'boolean',
'Shops.has_deeplink_support' => 'boolean',
'has_deeplink_support' => 'boolean',
'Shops__score' => 'float',
'Shops.score' => 'float',
'Shops__factor' => 'float',
'Shops.factor' => 'float',
'factor' => 'float',
'Shops__show_similar_offers' => 'boolean',
'Shops.show_similar_offers' => 'boolean',
'show_similar_offers' => 'boolean',
'Shops__show_deals' => 'boolean',
'Shops.show_deals' => 'boolean',
'show_deals' => 'boolean',
'Shops__sitemap_lastmod' => 'timestamp',
'Shops.sitemap_lastmod' => 'timestamp',
'Shops__is_sitemap_aware' => 'boolean',
'Shops.is_sitemap_aware' => 'boolean',
'Shops__header_image_width' => 'integer',
'Shops.header_image_width' => 'integer',
'header_image_width' => 'integer',
'Shops__header_image_height' => 'integer',
'Shops.header_image_height' => 'integer',
'header_image_height' => 'integer',
'Shops__logo_width' => 'integer',
'Shops.logo_width' => 'integer',
'logo_width' => 'integer',
'Shops__logo_height' => 'integer',
'Shops.logo_height' => 'integer',
'logo_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'DealCategories' => [[maximum depth reached]],
'Shops' => [[maximum depth reached]]
],
'matching' => [
'DealCategories' => [
[maximum depth reached]
]
],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealsTable) {}
},
'contain' => [],
'keys' => [
(int) 25 => (int) 25
],
'nestKey' => 'DealCategories'
]
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Query.php
toggle arguments
return new $decorator ( $this -> _results );
}
$statement = $this -> getEagerLoader ()-> loadExternal ( $this , $this -> execute ());
return new ResultSet ( $this , $statement );
}
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Deals.id AS "Deals__id", Deals.name AS "Deals__name", Deals.description AS "Deals__description", Deals.slug AS "Deals__slug", Deals.deal_category_id AS "Deals__deal_category_id", Deals.price AS "Deals__price", Deals.reference_price AS "Deals__reference_price", Deals.clickout_url AS "Deals__clickout_url", Deals.is_active AS "Deals__is_active", Deals.expires AS "Deals__expires", Deals.type AS "Deals__type", Deals.has_push AS "Deals__has_push", Deals.comment_count AS "Deals__comment_count", Deals.meta_title AS "Deals__meta_title", Deals.meta_description AS "Deals__meta_description", Deals.meta_keywords AS "Deals__meta_keywords", Deals.meta_robots AS "Deals__meta_robots", Deals.canonical AS "Deals__canonical", Deals.image AS "Deals__image", Deals.modified AS "Deals__modified", Deals.created AS "Deals__created", Deals.shop_id AS "Deals__shop_id", Deals.deeplink AS "Deals__deeplink", Deals.like_count AS "Deals__like_count", Deals.user_id AS "Deals__user_id", Deals.exclude_from_sitemap AS "Deals__exclude_from_sitemap", Deals.score AS "Deals__score", Deals.start_date AS "Deals__start_date", Deals.sitemap_lastmod AS "Deals__sitemap_lastmod", Deals.is_sitemap_aware AS "Deals__is_sitemap_aware", Deals.excerpt AS "Deals__excerpt", Deals.visibility AS "Deals__visibility", Deals.coupon_code AS "Deals__coupon_code", Deals.shipping_cost AS "Deals__shipping_cost", Deals.image_width AS "Deals__image_width", Deals.image_height AS "Deals__image_height", Deals.show_comments AS "Deals__show_comments", Shops.id AS "Shops__id", Shops.shop_category_id AS "Shops__shop_category_id", Shops.slug AS "Shops__slug", Shops.name AS "Shops__name", Shops.description AS "Shops__description", Shops.meta_title AS "Shops__meta_title", Shops.meta_description AS "Shops__meta_description", Shops.meta_keywords AS "Shops__meta_keywords", Shops.is_active AS "Shops__is_active", Shops.modified AS "Shops__modified", Shops.created AS "Shops__created", Shops.logo AS "Shops__logo", Shops.excerpt AS "Shops__excerpt", Shops.clickout_url AS "Shops__clickout_url", Shops.hits AS "Shops__hits", Shops.is_monetizable AS "Shops__is_monetizable", Shops.show_expired_offers AS "Shops__show_expired_offers", Shops.exclude_from_sitemap AS "Shops__exclude_from_sitemap", Shops.meta_robots AS "Shops__meta_robots", Shops.canonical AS "Shops__canonical", Shops.rating AS "Shops__rating", Shops.rating_count AS "Shops__rating_count", Shops.legacy_gp_id AS "Shops__legacy_gp_id", Shops.is_visible AS "Shops__is_visible", Shops.address AS "Shops__address", Shops.contact AS "Shops__contact", Shops.screenshot AS "Shops__screenshot", Shops.is_experimental AS "Shops__is_experimental", Shops.minimum_order_label AS "Shops__minimum_order_label", Shops.url AS "Shops__url", Shops.offers_limit AS "Shops__offers_limit", Shops.disclaimer AS "Shops__disclaimer", Shops.show_reviews AS "Shops__show_reviews", Shops.affiliate_network_id AS "Shops__affiliate_network_id", Shops.headline AS "Shops__headline", Shops.header_image AS "Shops__header_image", Shops.has_deeplink_support AS "Shops__has_deeplink_support", Shops.score AS "Shops__score", Shops.factor AS "Shops__factor", Shops.show_similar_offers AS "Shops__show_similar_offers", Shops.show_deals AS "Shops__show_deals", Shops.sitemap_lastmod AS "Shops__sitemap_lastmod", Shops.is_sitemap_aware AS "Shops__is_sitemap_aware", Shops.header_image_width AS "Shops__header_image_width", Shops.header_image_height AS "Shops__header_image_height", Shops.logo_width AS "Shops__logo_width", Shops.logo_height AS "Shops__logo_height" FROM deals Deals INNER JOIN deal_categories DealCategories ON (DealCategories.is_active = :c0 AND DealCategories.id = (Deals.deal_category_id)) LEFT JOIN shops Shops ON Shops.id = (Deals.shop_id) WHERE (Deals.slug = :c1 AND Deals.is_active = :c2) LIMIT 1',
'params' => [
':c0' => [
'value' => true,
'type' => 'boolean',
'placeholder' => 'c0'
],
':c1' => [
'value' => 'philips-avent-scd73526',
'type' => 'string',
'placeholder' => 'c1'
],
':c2' => [
'value' => true,
'type' => 'boolean',
'placeholder' => 'c2'
]
],
'defaultTypes' => [
'Deals__id' => 'integer',
'Deals.id' => 'integer',
'id' => 'integer',
'Deals__name' => 'string',
'Deals.name' => 'string',
'name' => 'string',
'Deals__description' => 'text',
'Deals.description' => 'text',
'description' => 'text',
'Deals__slug' => 'string',
'Deals.slug' => 'string',
'slug' => 'string',
'Deals__deal_category_id' => 'integer',
'Deals.deal_category_id' => 'integer',
'deal_category_id' => 'integer',
'Deals__price' => 'float',
'Deals.price' => 'float',
'price' => 'float',
'Deals__reference_price' => 'float',
'Deals.reference_price' => 'float',
'reference_price' => 'float',
'Deals__clickout_url' => 'string',
'Deals.clickout_url' => 'string',
'clickout_url' => 'string',
'Deals__is_active' => 'boolean',
'Deals.is_active' => 'boolean',
'is_active' => 'boolean',
'Deals__expires' => 'timestamp',
'Deals.expires' => 'timestamp',
'expires' => 'timestamp',
'Deals__type' => 'integer',
'Deals.type' => 'integer',
'type' => 'integer',
'Deals__has_push' => 'boolean',
'Deals.has_push' => 'boolean',
'has_push' => 'boolean',
'Deals__comment_count' => 'integer',
'Deals.comment_count' => 'integer',
'comment_count' => 'integer',
'Deals__meta_title' => 'string',
'Deals.meta_title' => 'string',
'meta_title' => 'string',
'Deals__meta_description' => 'text',
'Deals.meta_description' => 'text',
'meta_description' => 'text',
'Deals__meta_keywords' => 'string',
'Deals.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Deals__meta_robots' => 'string',
'Deals.meta_robots' => 'string',
'meta_robots' => 'string',
'Deals__canonical' => 'string',
'Deals.canonical' => 'string',
'canonical' => 'string',
'Deals__image' => 'string',
'Deals.image' => 'string',
'image' => 'string',
'Deals__modified' => 'timestamp',
'Deals.modified' => 'timestamp',
'modified' => 'timestamp',
'Deals__created' => 'timestamp',
'Deals.created' => 'timestamp',
'created' => 'timestamp',
'Deals__shop_id' => 'integer',
'Deals.shop_id' => 'integer',
'shop_id' => 'integer',
'Deals__deeplink' => 'string',
'Deals.deeplink' => 'string',
'deeplink' => 'string',
'Deals__like_count' => 'integer',
'Deals.like_count' => 'integer',
'like_count' => 'integer',
'Deals__user_id' => 'integer',
'Deals.user_id' => 'integer',
'user_id' => 'integer',
'Deals__exclude_from_sitemap' => 'boolean',
'Deals.exclude_from_sitemap' => 'boolean',
'exclude_from_sitemap' => 'boolean',
'Deals__score' => 'float',
'Deals.score' => 'float',
'score' => 'float',
'Deals__start_date' => 'timestamp',
'Deals.start_date' => 'timestamp',
'start_date' => 'timestamp',
'Deals__sitemap_lastmod' => 'timestamp',
'Deals.sitemap_lastmod' => 'timestamp',
'sitemap_lastmod' => 'timestamp',
'Deals__is_sitemap_aware' => 'boolean',
'Deals.is_sitemap_aware' => 'boolean',
'is_sitemap_aware' => 'boolean',
'Deals__excerpt' => 'text',
'Deals.excerpt' => 'text',
'excerpt' => 'text',
'Deals__visibility' => 'integer',
'Deals.visibility' => 'integer',
'visibility' => 'integer',
'Deals__coupon_code' => 'string',
'Deals.coupon_code' => 'string',
'coupon_code' => 'string',
'Deals__shipping_cost' => 'float',
'Deals.shipping_cost' => 'float',
'shipping_cost' => 'float',
'Deals__image_width' => 'integer',
'Deals.image_width' => 'integer',
'image_width' => 'integer',
'Deals__image_height' => 'integer',
'Deals.image_height' => 'integer',
'image_height' => 'integer',
'Deals__show_comments' => 'boolean',
'Deals.show_comments' => 'boolean',
'show_comments' => 'boolean',
'DealCategories__id' => 'integer',
'DealCategories.id' => 'integer',
'DealCategories__name' => 'string',
'DealCategories.name' => 'string',
'DealCategories__description' => 'text',
'DealCategories.description' => 'text',
'DealCategories__slug' => 'string',
'DealCategories.slug' => 'string',
'DealCategories__is_active' => 'boolean',
'DealCategories.is_active' => 'boolean',
'DealCategories__meta_title' => 'string',
'DealCategories.meta_title' => 'string',
'DealCategories__meta_description' => 'text',
'DealCategories.meta_description' => 'text',
'DealCategories__meta_keywords' => 'string',
'DealCategories.meta_keywords' => 'string',
'DealCategories__meta_robots' => 'string',
'DealCategories.meta_robots' => 'string',
'DealCategories__canonical' => 'string',
'DealCategories.canonical' => 'string',
'DealCategories__image' => 'string',
'DealCategories.image' => 'string',
'DealCategories__modified' => 'timestamp',
'DealCategories.modified' => 'timestamp',
'DealCategories__created' => 'timestamp',
'DealCategories.created' => 'timestamp',
'DealCategories__exclude_from_sitemap' => 'boolean',
'DealCategories.exclude_from_sitemap' => 'boolean',
'DealCategories__sitemap_lastmod' => 'timestamp',
'DealCategories.sitemap_lastmod' => 'timestamp',
'DealCategories__is_sitemap_aware' => 'boolean',
'DealCategories.is_sitemap_aware' => 'boolean',
'DealCategories__image_width' => 'integer',
'DealCategories.image_width' => 'integer',
'DealCategories__image_height' => 'integer',
'DealCategories.image_height' => 'integer',
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'Shops__shop_category_id' => 'integer',
'Shops.shop_category_id' => 'integer',
'shop_category_id' => 'integer',
'Shops__slug' => 'string',
'Shops.slug' => 'string',
'Shops__name' => 'string',
'Shops.name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'Shops__meta_title' => 'string',
'Shops.meta_title' => 'string',
'Shops__meta_description' => 'text',
'Shops.meta_description' => 'text',
'Shops__meta_keywords' => 'string',
'Shops.meta_keywords' => 'string',
'Shops__is_active' => 'boolean',
'Shops.is_active' => 'boolean',
'Shops__modified' => 'timestamp',
'Shops.modified' => 'timestamp',
'Shops__created' => 'timestamp',
'Shops.created' => 'timestamp',
'Shops__logo' => 'string',
'Shops.logo' => 'string',
'logo' => 'string',
'Shops__excerpt' => 'text',
'Shops.excerpt' => 'text',
'Shops__clickout_url' => 'string',
'Shops.clickout_url' => 'string',
'Shops__hits' => 'integer',
'Shops.hits' => 'integer',
'hits' => 'integer',
'Shops__is_monetizable' => 'boolean',
'Shops.is_monetizable' => 'boolean',
'is_monetizable' => 'boolean',
'Shops__show_expired_offers' => 'boolean',
'Shops.show_expired_offers' => 'boolean',
'show_expired_offers' => 'boolean',
'Shops__exclude_from_sitemap' => 'boolean',
'Shops.exclude_from_sitemap' => 'boolean',
'Shops__meta_robots' => 'string',
'Shops.meta_robots' => 'string',
'Shops__canonical' => 'string',
'Shops.canonical' => 'string',
'Shops__rating' => 'float',
'Shops.rating' => 'float',
'rating' => 'float',
'Shops__rating_count' => 'integer',
'Shops.rating_count' => 'integer',
'rating_count' => 'integer',
'Shops__legacy_gp_id' => 'integer',
'Shops.legacy_gp_id' => 'integer',
'legacy_gp_id' => 'integer',
'Shops__is_visible' => 'boolean',
'Shops.is_visible' => 'boolean',
'is_visible' => 'boolean',
'Shops__address' => 'text',
'Shops.address' => 'text',
'address' => 'text',
'Shops__contact' => 'text',
'Shops.contact' => 'text',
'contact' => 'text',
'Shops__screenshot' => 'string',
'Shops.screenshot' => 'string',
'screenshot' => 'string',
'Shops__is_experimental' => 'boolean',
'Shops.is_experimental' => 'boolean',
'is_experimental' => 'boolean',
'Shops__minimum_order_label' => 'integer',
'Shops.minimum_order_label' => 'integer',
'minimum_order_label' => 'integer',
'Shops__url' => 'string',
'Shops.url' => 'string',
'url' => 'string',
'Shops__offers_limit' => 'integer',
'Shops.offers_limit' => 'integer',
'offers_limit' => 'integer',
'Shops__disclaimer' => 'text',
'Shops.disclaimer' => 'text',
'disclaimer' => 'text',
'Shops__show_reviews' => 'boolean',
'Shops.show_reviews' => 'boolean',
'show_reviews' => 'boolean',
'Shops__affiliate_network_id' => 'integer',
'Shops.affiliate_network_id' => 'integer',
'affiliate_network_id' => 'integer',
'Shops__headline' => 'string',
'Shops.headline' => 'string',
'headline' => 'string',
'Shops__header_image' => 'string',
'Shops.header_image' => 'string',
'header_image' => 'string',
'Shops__has_deeplink_support' => 'boolean',
'Shops.has_deeplink_support' => 'boolean',
'has_deeplink_support' => 'boolean',
'Shops__score' => 'float',
'Shops.score' => 'float',
'Shops__factor' => 'float',
'Shops.factor' => 'float',
'factor' => 'float',
'Shops__show_similar_offers' => 'boolean',
'Shops.show_similar_offers' => 'boolean',
'show_similar_offers' => 'boolean',
'Shops__show_deals' => 'boolean',
'Shops.show_deals' => 'boolean',
'show_deals' => 'boolean',
'Shops__sitemap_lastmod' => 'timestamp',
'Shops.sitemap_lastmod' => 'timestamp',
'Shops__is_sitemap_aware' => 'boolean',
'Shops.is_sitemap_aware' => 'boolean',
'Shops__header_image_width' => 'integer',
'Shops.header_image_width' => 'integer',
'header_image_width' => 'integer',
'Shops__header_image_height' => 'integer',
'Shops.header_image_height' => 'integer',
'header_image_height' => 'integer',
'Shops__logo_width' => 'integer',
'Shops.logo_width' => 'integer',
'logo_width' => 'integer',
'Shops__logo_height' => 'integer',
'Shops.logo_height' => 'integer',
'logo_height' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'DealCategories' => [],
'Shops' => []
],
'matching' => [
'DealCategories' => [
'queryBuilder' => object(Closure) {},
'matching' => true,
'joinType' => 'INNER',
'fields' => false
]
],
'extraOptions' => [],
'repository' => object(App\Model\Table\DealsTable) {
'registryAlias' => 'Deals',
'table' => 'deals',
'alias' => 'Deals',
'entityClass' => 'App\Model\Entity\Deal',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
object(Cake\Database\Statement\BufferedStatement) {
[protected] _allFetched => true
[protected] statement => object(Cake\Database\Statement\CallbackStatement) {
[protected] _callback => object(Cake\Database\FieldTypeConverter) {}
[protected] _statement => object(Cake\Database\Statement\PDOStatement) {}
[protected] _driver => object(App\Database\Driver\Postgres) {}
[protected] _hasExecuted => false
}
[protected] _driver => object(App\Database\Driver\Postgres) {
'connected' => true
}
[protected] buffer => [
(int) 0 => [
'Deals__id' => (int) 220335,
'Deals__name' => 'Philips Avent DECT SCD735/26 für 95€ - Babyphone mit Nachtlicht & Sternenhimmel, 24 Std. Laufzeit, Eco-Modus',
'Deals__description' => '<p>Es gibt doch nichts Schöneres, als zu wissen, dass bei seinem kleinen Schatz alles in Ordnung ist. Dafür ist ein Babyphone wirklich Gold wert. Mit diesem könnt ihr euch bis zu 50 Meter innerhalb eurer Räume entfernen. Dank der DECT-Technologie befindet ihr euch dabei in einer sicheren und privaten Verbindung.</p>
<ul>
<li>
<a href="https://www.awin1.com/cread.php?awinaffid=320245&awinmid=14824&platform=dl&ued=https%3A%2F%2Fwww.babymarkt.de%2Fphilips-avent-dect-babyphone-scd735-26-a280325.html" target="_blank">Philips Avent SCD735/26 für 94,99€ inkl. Versand</a> bei babymarkt.de (Preisvergleich: <a href="https://ipn.idealo.de/ts/i5541067/tsc?amc=pricecomp.idealo.494600.503359.159215&rmd=3&trg=https%3A%2F%2Fwww.idealo.de%2Fpreisvergleich%2FOffersOfProduct%2F6758321_-scd735-weiss-blau-philips-avent.html" target="_blank">137€</a>)</li>
<li>5€ Gutschein mit der <a href="https://www.awin1.com/cread.php?awinaffid=320245&awinmid=14824&platform=dl&ued=https%3A%2F%2Fwww.babymarkt.de%2Fnewsletter%2F" target="_blank">Newsletter-Anmeldung</a>
</li>
</ul>
<br><hr>
<h2>Das könnte dich auch interessieren</h2>
<ul>
<li><a href="https://schnaeppchenfuchs.com/alltag/tchibo-cafissimo-pure" target="_blank">Tchibo Cafissimo Pure für 38€ – Kapselmaschine mit 60 Kapseln zusätzlich</a></li>
<li><a href="https://schnaeppchenfuchs.com/finanzen/payback-american-express-kreditkarte-amex" target="_blank">Prämie erhöht! American Express Payback Kreditkarte mit 4.000 Punkten Prämie – entspricht 40€, keine Jahresgebühr 💶</a></li>
<li><a href="https://schnaeppchenfuchs.com/alltag/xiaomi-mi-robot" target="_blank">Xiaomi Mi Robot für 195€ – Saugroboter mit Laser-Scanner, Smartphone-App und 5200 mAh Akku</a></li>
</ul>
<hr>
<h2>Beschreibung und Bewertung</h2>
<p>Das Babyphone von Philips verfügt über eine Akkulaufzeit von bis zu 24 Stunden. Dank der integrierten DECT-Technologie seid ihr dabei vor auswärtigen Zuhörern geschützt. Durch den Eco-Modus ist das Babyphone energiesparend und begünstigt zudem noch die Akkulebensdauer des Geräts. Außerdem könnt ihr eine Sternenhimmel-Projektion für euer Baby dazu schalten und somit eine beruhigende Atmosphäre schaffen. Diese wird durch die 5 wählbaren Einschlaf-Melodien unterstützt. Sogar eure eigene Stimme könnt ihr zur Beruhigung hinzuschalten. Klingt, als wäre Kinder ins Bett bringen noch nie so einfach gewesen, oder?😜<br><iframe src="https://www.youtube-nocookie.com/embed/SJyPbtyC5N4" width="850" height="478" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br>
Direkt bei Babymarkt sind die 291 Käufer bisher mehr als zufrieden. Sie bewerten das Babyphone mit <a href="https://www.awin1.com/cread.php?awinaffid=320245&awinmid=14824&clickref=https%3A%2F%2Fwww.babymarkt.de%2Fphilips-avent-dect-babyphone-scd735-26-a280325.html&platform=dl&ued=https%3A%2F%2Fwww.babymarkt.de%2Fphilips-avent-dect-babyphone-scd735-26-a280325.html" target="_blank">4,9 von 5 Sternen</a>. Das spricht durchaus für sich.</p>
<h3>Pro & Contra</h3>
<ul>
<li><span style="color: #008000;">24 Stunden Laufzeit</span></li>
<li><span style="color: #008000;">Reichweite: 50m innen, 330m außen </span></li>
<li>
<span style="color: #008000;">DECT-Technologie & </span><span style="color: #008000;">Eco-Modus</span>
</li>
<li><span style="color: #008000;">Sternenhimmel-Projektion, integrierte Schlaflieder sowie Nachtlicht</span></li>
<li><span style="color: #ff0000;">Aufladezeit bis zu 10 Stunden</span></li>
</ul>
<h4>Technische Details</h4>
<blockquote><p>Betriebsart: Batteriebetrieb, Netzbetrieb • Übertragung: digital, DECT • Reichweite: 330m • Display: LCD • Besonderheiten: Ladezustandsanzeige, Temperaturanzeige, Lautstärkenanzeige, Schlafliedfunktion, Gegensprechfunktion, Alarmfunktion, Geräuschsensor (Stimmaktivierung), Lautstärkenregulierung, Reichweitenkontrolle, einstellbare Empfindlichkeitsstufen, Vibrationsalarm, Stummschaltung, Nachtlicht (Sternenhimmel), Eco-Modus, Gürtelclip, automatische Kanalwahl • Betriebsdauer: 24h • Ladedauer: 10h • Lieferumfang: Ladestation, 2x Netzteil, Batterie, 1x Sender, 1x Empfänger</p></blockquote>',
'Deals__slug' => 'philips-avent-scd73526',
'Deals__deal_category_id' => (int) 25,
'Deals__price' => (float) 94.99,
'Deals__reference_price' => (float) 137,
'Deals__clickout_url' => 'https://rover.ebay.com/rover/1/707-53477-19255-0/1?ff3=4&toolid=11800&pub=5574865989&campid=5338563224&mpre=https%3A%2F%2Fwww.ebay.de%2Fitm%2F333602736161',
'Deals__is_active' => true,
'Deals__expires' => null,
'Deals__type' => (int) 1,
'Deals__has_push' => false,
'Deals__comment_count' => (int) 3,
'Deals__meta_title' => null,
'Deals__meta_description' => null,
'Deals__meta_keywords' => null,
'Deals__meta_robots' => null,
'Deals__canonical' => null,
'Deals__image' => 'img/8b/27/b0/philips-avent-dect-babyphone-scd735-26-a280325.jpg',
'Deals__modified' => object(Cake\I18n\Time) {},
'Deals__created' => object(Cake\I18n\Time) {},
'Deals__shop_id' => (int) 2385,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 127,
'Deals__user_id' => (int) 90,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => (float) 10.355381,
'Deals__start_date' => object(Cake\I18n\Time) {},
'Deals__sitemap_lastmod' => object(Cake\I18n\Time) {},
'Deals__is_sitemap_aware' => true,
'Deals__excerpt' => null,
'Deals__visibility' => (int) 0,
'Deals__coupon_code' => null,
'Deals__shipping_cost' => null,
'Deals__image_width' => (int) 900,
'Deals__image_height' => (int) 900,
'Deals__show_comments' => true,
'Shops__id' => (int) 2385,
'Shops__shop_category_id' => (int) 3,
'Shops__slug' => 'baby-markt',
'Shops__name' => 'babymarkt',
'Shops__description' => '<p>Ihr sucht nach einem Kindersitz, Babynahrung oder Spielzeug? Dann ist babymarkt.de genau die richtige Adresse für euch. „Klick, Klick, Glück“ lautet hier das Motto, denn der Onlineshop des Unternehmens möchte Eltern das Shoppingerlebnis so angenehm wie möglich machen. Hier findet ihr zahlreiche Produkte für Babys und Kinder. Insgesamt gibt es mehr als 100.000 Artikel zu familienfreundlichen Preisen im Sortiment. Die Produkte zeichnen sich durch die hochwertige Qualität aus und werden aufgrund von effizienten Logistik-Prozessen innerhalb von zwei bis drei Tagen zu euch nach Hause geschickt.</p>
<p>babymarkt.de hat sich zu einem international erfolgreichen Onlineshop für Baby- und Kinderartikel entwickelt und gehört zu einem der führenden Onlinefachmärkte in seiner Kategorie. In Deutschland gibt es neben dem Onlineshop auch insgesamt sechs Filialen, die sich an den Standorten Dortmund (mit 2 Filialen), Duisburg, Essen und Münster befinden. Dort könnt ihr euch die diversen Artikel persönlich ansehen und euch auch individuell von einem Mitarbeiter beraten lassen. Weiterhin gibt es 15 etablierte, internationale Onlineshops, die zu der Dachmarke pinkorblue gehören. Unter anderem ist das Unternehmen auch in den Ländern Frankreich, Österreich und in den Niederlanden vertreten.</p>
<hr>
<h2>Mein babymarkt Gutschein - Das Wichtigste in Kürze</h2>
<ul>
<li>Familien profitieren im {MMMM} {YYYY} von {OFFERS_COUNT} aktuellen Rabattaktionen</li>
<li>Sichert euch zum Beispiel {TOP_OFFER_LABEL} mit dem beliebtesten babymarkt Gutschein</li>
<li>Für die Anmeldung zum Newsletter erhaltet ihr fünf Euro Rabatt</li>
<li>Meldet euch zum Schwangerschafts-Newsletter an und erhaltet einen 10 Euro Gutscheincode</li>
<li>Ab einem Einkaufswert von 40 Euro entfallen die Versandkosten - auch ohne babymarkt Rabattcode</li>
</ul>
<hr>
<h2>Wie finde ich tolle Deals, Rabatte oder einen babymarkt.de Gutschein?</h2>
<p>Neue Produkte für Babys sowie Spielzeuge sind in der Regel leider teuer. Daher ist es gerade für junge Familien wichtig zu wissen, wie man bei dem ein oder anderen Artikel bei babymarkt.de ordentlich sparen kann. Damit wollen wir euch behilflich sein und zeigen euch im Folgenden ein paar mögliche Spartipps auf.</p>
<h3 data-faq-id="1" data-faq-type="question">Wo finde ich einen gültigen babymarkt.de Gutschein?</h3>
<p data-faq-id="1" data-faq-type="answer">Ihr sucht nach einem attraktiven babymarkt Gutschein? Dann findet ihr diesen und weitere Angebote direkt hier. Euch erwarten diverse Gutscheincodes, Rabattaktionen und stark reduzierte Artikel. Die Gutscheincodes findet ihr am Seitenanfang, gleich darunter befinden sich die besten Angebote und Deals, die babymarkt aktuell zu bieten hat. Freut euch auf verschiedene preiswerte Artikel, von Kindersitzen über Hochstühle bis hin zu Planschbecken.</p>
<h3 data-faq-id="2" data-faq-type="question">Bekomme ich einen babymarkt Gutschein als neue NewsletterabonnentIn?</h3>
<p data-faq-id="2" data-faq-type="answer">Wir empfehlen euch, den kostenlosen Newsletter zu abonnieren. Bei einer Neuanmeldung bekommt ihr einen fünf Euro <strong>babymarkt Gutschein</strong> mit dazu! Dieser gilt ab einem Einkauf von 40 Euro und ist bis insgesamt 30 Tage nach Erhalt gültig sowie nur einmalig einlösbar. Von der Ersparnis ausgeschlossen sind Artikel der folgenden Produktkategorien: Ernährung, Pflege, Bücher und Geschenkgutscheine sowie bestimmte Produkte einzelner Hersteller, was du bei den Produktdetails vermerkt siehst.</p>
<p>Außerdem erhaltet ihr mit dem Newsletter immer Informationen über aktuelle Angebote, attraktive Gutscheinaktionen, Gewinnspiele und natürlich Produktneuheiten.</p>
<h3 data-faq-id="3" data-faq-type="question">Bekomme ich einen babymarkt Gutschein in der Schwangerschaft?</h3>
<p data-faq-id="3" data-faq-type="answer">Meldet ihr euch für die Babybauch-Post an, erhaltet ihr einen 10 Euro babymarkt Rabattcode. Habt ihr den regulären Newsletter bereits abonniert und erst danach die frohe Botschaft erhalten, könnt ihr in euren Einstellungen das erwartete Geburtsdatum hinzufügen. Innerhalb einer Stunde erhaltet ihr dann den Gutscheincode per E-Mail und ab sofort wöchentlich eine Nachricht in euer Postfach.</p>
<p><img src="https://img-01.conqueror.menschdanke.de/img/ac/51/64/babymarkt-gutshein-newsletter.png" style="width: 850px;" class="fr-fic fr-dib" alt="babymarkt Gutschein im Newsletter zur Schwangerschaft" width="1050" height="280"></p>
<p>Die Babybauch-Post informiert euch über exklusive Gutscheine und stellt euch Produkte passend zur aktuellen Schwangerschaftswoche vor. Zusätzlich profitiert ihr von Tipps von Hebammen und Müttern, die eure Wünsche, Sorgen und Hoffnungen teilen.</p>
<h3 data-faq-id="4" data-faq-type="question">Wie viel kann ich im {MMMM} {YYYY} mit meinem babymarkt Gutschein sparen?</h3>
<p data-faq-id="4" data-faq-type="answer">Aktuell sind mit einem babymarkt Gutschein zum Beispiel {TOP_OFFER_LABEL} möglich. Dieses Angebot erfreut sich zurecht großer Beliebtheit. Sollte der Rabatt nicht für die Produkte in eurem Warenkorb in Frage kommen, seht euch die {OFFERS_COUNT-1} anderen Sparmöglichkeiten an, mit denen ihr bei babymarkt günstiger bestellen könnt.</p>
<hr>
<h2>Kann ich auch ohne babymarkt Gutschein sparen?</h2>
<p>Auf der Startseite der Unternehmenswebseite werden euch auf den ersten Blick ersichtlich tolle Deals präsentiert, darunter auch ein täglich variierendes Angebot des Tages. Außerdem findet ihr unter dem Reiter "<a href="https://www.babymarkt.de/sale/" rel="noopener noreferrer" target="_blank">Sale</a>" auf der Homepage super Schnäppchen. Viele Produkte sind nämlich bereits bis zu 70 Prozent reduziert. Ihr findet die Vergünstigungen in allen Produktkategorien. Gerade wenn ihr nicht auf spezielle Marken fokussiert seid, lohnt sich der Blick auf bereits reduzierte Artikel, die ihr ganz ohne babymarkt Gutschein günstiger bekommt.</p>
<p><img src="https://img-01.conqueror.menschdanke.de/img/64/e4/4a/babymarkt-gutschein-sale.png" style="width: 850px;" class="fr-fic fr-dib" alt="Ausgewählte Produkte mit bis zu 70 Prozent Rabatt" width="1050" height="336"></p>
<hr>
<h2>Lohnt sich eine Bestellung mit babymarkt Gutschein?</h2>
<p>Preisvergleiche lohnen sich nicht nur bei technischen Geräten oder anderen größeren Anschaffungen, sondern eben auch vor dem Kauf von Spielzeug oder Babyklamotten. So könnt ihr zum Beispiel die Preisvergleichsportale idealo und geizhals für eure Suche nutzen. Habt ihr den günstigsten Anbieter ausfindig gemacht, fängt der eigentliche Preischeck an. Vergleicht die verschiedenen Sparmöglichkeiten und Gutscheine und im Anschluss die neu entstandenen Preise.</p>
<p>Auch wenn der neue Kinderwagen oder der Kindersitz bei babymarkt nicht für den niedrigsten Preis zu haben ist, kann ein Gutschein den Preis senken. So könnt ihr nicht nur das euch vertraute Portal für die Bestellung nutzen, ihr könnt euch auch lange über eure gewissenhafte Kaufentscheidung freuen.</p>
<hr>
<h2>Wie löse ich einen babymarkt.de Gutschein ein?</h2>
<p>Ihr habt einen passenden babymarkt Gutschein gefunden? Dann möchtet ihr bestimmt gerne wissen, wie ihr diesen einlösen könnt! Das ganze Vorgehen ist ganz einfach. Befolgt diese simplen Schritte und macht euch selbst, eurem Nachwuchs und eurem Kontostand eine Freude.</p>
<ol>
<li>Wählt aus dem breitgefächerten Sortiment von babymarkt die benötigten Produkte aus und klickt auf den Button „in den Warenkorb“.</li>
<li>Geht dann weiter zum virtuellen Warenkorb. Hier findet ihr direkt unter der Zusammenfassung der ausgewählten Produkte die Option, einen Gutschein- oder Rabattcode in das vorgefertigte Feld einzugeben. Achtet auf die richtige Schreibweise, denn der Gutschein funktioniert nur, wenn ihr ihn korrekt eingebt. Am einfachsten kopiert ihr den Code und fügt ihn automatisch in das entsprechende Feld ein.</li>
<li>Klicke dann auf „weiter“. Nun könnt ihr euch mit euren Kundendaten von babymarkt.de einloggen, euch neu registrieren oder aber auch als Gast fortfahren. Wir empfehlen euch aber ein Konto anzulegen, denn das erspart euch bei einer erneuten Bestellung bei babymarkt so einiges an Zeit.</li>
<li>Gebt im Anschluss eure Lieferadresse an und wählt die gewünschte Zahlungsart aus.</li>
<li>Prüft die Bestellung und eure Daten und bestätigt diese, wenn ihr mit eurem Einkauf zufrieden seid.</li>
<li>Eine Bestätigung bekommt ihr dann automatisch per Mail zugeschickt.</li>
</ol>
<p>Nach nur wenigen Tagen wird das ersehnte Paket bei euch eintrudeln. Genießt so lange die Vorfreude auf den ersten Spaziergang mit dem neuen Kinderwagen, die erste Ausfahrt mit dem Kindersitz oder das erste gemeinsame Essen mit dem Hochstuhl.</p>
<hr>
<h2>Welche Produkte bietet babymarkt.de an?</h2>
<p>Bei babymarkt gibt es insgesamt mehr als 100.000 Artikel zu familienfreundlichen Preisen in den folgenden Kategorien:</p>
<ul>
<li>
<strong>Kinderwagen</strong> und jeweiliges Zubehör. Außerdem Buggys, Zwillingskinderwagen und Geschwisterwagen, Sportwagen, Babytrage, Tragetücher und Wickeltaschen.</li>
<li>
<strong>Kindersitze:</strong> Babymarkt bietet Kindersitze, bis zu einem Gewicht von 36 kg, sowie Kindersitz-Zubehör, Reboarder Kindersitze, Kinderfahrradsitze und Babyschalen. Für's Fahrrad gibt es Basisstationen, Fahrradanhänger und Sitzerhöhungen.</li>
<li>
<strong>Pflege:</strong> Der Online Shop hat eine große Auswahl an Pflegeprodukten für Mütter, zum Stillen, aber auch Babypflege zum Baden und Waschen, Gesundheitsprodukte, Windeln und Feuchttücher. Auch beinhaltet das Angebot zahlreiche Produkte zum Wickeln sowie Toilettentrainer und Töpfchen.</li>
<li>
<strong>Ernährung:</strong> Auch beim Thema Kinderernährung macht babymarkt eine gute Figur. Hier gibt es Startersets, Trinkbecher und Trinkflaschen, Kinderbesteck und Kindergeschirr, Babyflaschen und Schnuller, Babykostwärmer und Nahrungszubehör. Auch das Angebot an Babynahrung, Babynahrungsbehälter, Vaporisator und Sterilisator und Lätzchen solltet ihr euch ansehen.</li>
<li>
<strong>Sitzgruppe und Sitzmöbel:</strong> Hier findet ihr eine breite Auswahl an Möbeln für Kinder- und Jugendzimmer, Babyzimmer, aber auch Einzelmöbel, Kinderbett-Zubehör, Hochstühle und Kinderzimmer-Deko.</li>
<li>
<strong>Kinderspielzeug: </strong>Bei Babymarkt wird euch auch in puncto Spielzeug viel geboten. Egal ob Babyspielzeug, Badespielzeug oder auch Outdoorspielzeug. Auch Kinderfahrzeuge, Kindergarten- und Schulbedarf, Babybücher und Kinderbücher oder Multimedia und Elektronik findet ihr hier. Auch zum Malen und Basteln findet ihr hier ein breites Angebot. Lasst euch auch für ttolle Geschenkideen für Kinder inspirieren.</li>
</ul>
<hr>
<h2>Welche Besonderheiten bietet babymarkt.de?</h2>
<p>Babymarkt verfügt neben dem sowohl breiten als auch tiefen Sortiment auch über interessante und informative <a href="https://www.babymarkt.de/ratgeber/alle-beitraege/" rel="noopener noreferrer" target="_blank">Ratgeberseiten</a>. Hier findet ihr alles zu den Themen Schwangerschaft, Baby, Kind, Familie, Hebammentipps, Infografiken, Selbstgemachtes und natürlich tollen Produkten.</p>
<p>Eltern und Familien werden somit von der Schwangerschaftsberatung über Babytipps bis hin zur Kindererziehung <a href="https://www.babymarkt.de/beratung/" rel="noopener noreferrer" target="_blank">bestens beraten</a>. babymarkt steht werdenden Eltern mit Tipps und Tricks zu den Themen Schwangerschaft, Baby und Kind zur Seite. Das Ganze wird unterstützt von Infografiken sowie Expertentipps von Hebammen. Weiterhin gibt es eine ausführliche Schwangerschaftsberatung, einen Babyratgeber sowie einen Erziehungsratgeber.</p>
<hr>
<h2>Wie funktionieren Zahlung, Versand und Rückgabe bei babymarkt.de?</h2>
<p>Bei babymarkt stehen euch die folgenden Zahlungsarten zur Verfügung:</p>
<ul>
<li>Rechnung</li>
<li>Sofort Überweisung</li>
<li>Kreditkarte (Visa, American Express und Mastercard)</li>
<li>Vorkasse</li>
<li>PayPal</li>
</ul>
<h3>Welche Versandmöglichkeiten habe ich bei babymarkt.de?</h3>
<p>Babymarkt versendet seine Pakete mit der DHL. Auf babymarkt.de werden Pakete nur innerhalb von Deutschland verschickt. Falls ihr euch eine Lieferung nach Österreich wünscht, so müsst ihr auf die österreichische Webseite babymarkt.at gehen. Bei einem Bestellwert, der weniger als 40 Euro beträgt, werden Versandkosten in Höhe von 4,95 Euro erhoben. Dabei ist die jeweils gültige Umsatzsteuer bereits in den Lieferkosten enthalten. Bücher, Hörbücher und Kalender werden auch unter einem Warenwert von 40,00 Euro versandkostenfrei ausgeliefert. Verfügbare Produkte sind in der Regel versandfertig in ungefähr zwei Werktagen nach deinem Zahlungseingang.</p>
<h3>Wie läuft eine Rückgabe von Waren bei babymarkt.de ab?</h3>
<p>In der Regel liegt jeder Sendung gleich ein Rücksendeschein mit bei. Somit könnt ihr einen nicht gewünschten Artikel ganz einfach und auch gratis zurücksenden. Dafür habt ihr nach dem Erhalt eurer Produkte insgesamt 2 Wochen Zeit.</p>
<h3>Wie erreiche ich den Kundenservice von babymarkt.de?</h3>
<p>Die telefonische, kostenfreie Hotline des Kundenservice von babymarkt erreicht ihr immer Montag bis Freitag von 8 Uhr bis 20 Uhr sowie am Samstag von 9 Uhr bis 17 Uhr unter dieser Nummer: 0231 – 53471100.</p>
<p>Zusätzlich könnt ihr dem Kundenservice auch eine E-Mail schicken. Denn vorgesehenen Button dazu findet ihr gleich auf der Startseite der Webseite.</p>
<hr>
<h2>Babymarkt.de im Social Web</h2>
<p>Wollt ihr euch tiefergehend mit der Marke babymarkt auseinandersetzen, folgt dem Unternehmen auf den verschiedenen Social Media Plattformen.</p>
<ul>
<li>Die <a href="https://www.facebook.com/babymarkt.de" rel="noopener noreferrer" target="_blank">Facebookseite von babymarkt.de</a> hat fast 300.000 Fans. Hier werden alle LeserInnen mit den wichtigsten Themen sowie Informationen und um die Themen und Bereiche Baby, Schwangerschaft sowie Kind informiert. Außerdem bekommt ihr Informationen zu Ersparnissen, Rabatten, Gewinnspielen und natürlich tollen Gutscheinen.</li>
<li>Weiterhin ist <a href="https://www.instagram.com/babymarktde/" rel="noopener noreferrer" target="_blank">babymarkt auf Instagram</a> aktiv. Hier habt ihr die Möglichkeit, tolle Tipps rund um Babys und Kinder zu bekommen sowie mehr über einfache DIY-Ideen zu erfahren! Euch werden auf der Seite schöne, neue Produkte vorgestellt und auch Lifestyle Themen für junge Familien präsentiert. Zusätzlich gibt es viele Infos über Events des Unternehmens, Aktionen, Gutscheine und zahlreiche Sparmöglichkeiten. Auch Infografiken und Statistiken sollen dein Wissen rund um Babys und Kinder erweitern.</li>
</ul>',
'Shops__meta_title' => null,
'Shops__meta_description' => null,
'Shops__meta_keywords' => null,
'Shops__is_active' => true,
'Shops__modified' => object(Cake\I18n\Time) {},
'Shops__created' => object(Cake\I18n\Time) {},
'Shops__logo' => 'img/3f/e3/90/4883.png',
'Shops__excerpt' => '<p>Der neue Strampler passt wie angegossen, wenige Wochen später platzt er aus allen Nähten. Soeben war das neue Kinderzimmer der letzte Schrei, inzwischen muss es erwachsener und jugendlicher sein. Ihr seid gerade schwanger und auf der Suche nach Produkten, die nicht nur für euch, sondern auch für das neue Leben in euch Gutes tun. Mit einem babymarkt Gutschein könnt ihr auf die große Auswahl an Artikeln, die euch in jeder Phase des Elterndaseins unterstützen, Rabatte bekommen.</p><h2 data-faq-id="5" data-faq-type="question">Werde ich von babymarkt für meine Treue belohnt?</h2><p data-faq-id="5" data-faq-type="answer">Kinder sind nicht nur das größte Geschenk auf Erden, sie bedeuten leider auch eine große finanzielle Belastung. Sich ständig ändernde Größen und Vorlieben bringen immer neue Ausgaben mit sich. Für jeden Euro den ihr bei babymarkt ausgebt, wird euch ein babypoint gutgeschrieben. Dieser ist wiederum einen Cent Wert und kann bei eurem nächsten Einkauf gutgeschrieben werden.</p><p>Kauft ihr also zum Beispiel einen Kinderwagen im Wert von 600 Euro, erhaltet ihr auch 600 babypoints. Diese wiederum könnt ihr bei eurem nächsten Einkauf einlösen und spart dabei sechs Euro. An bestimmten Aktionstagen kann die Anzahl der Punkte, die ihr für euren Einkauf erhaltet, verzehnfacht werden. Um von diesem Treuebonus zu profitieren, müsst ihr nur ein Kundenkonto erstellen und sicherstellen, dass ihr bei eurem Einkauf auch eingeloggt seid. Nur so können die Punkte auf euer Konto gutgeschrieben werden.</p>',
'Shops__clickout_url' => 'https://www.awin1.com/awclick.php?gid=374571&mid=14824&awinaffid=320239&linkid=2493250&clickref=',
'Shops__hits' => (int) 20663,
'Shops__is_monetizable' => true,
'Shops__show_expired_offers' => true,
'Shops__exclude_from_sitemap' => false,
'Shops__meta_robots' => null,
'Shops__canonical' => null,
'Shops__rating' => (float) 4.5,
'Shops__rating_count' => (int) 40,
'Shops__legacy_gp_id' => null,
'Shops__is_visible' => true,
'Shops__address' => null,
'Shops__contact' => null,
'Shops__screenshot' => 'img/af/5d/90/screenshot-baby-markt.png',
'Shops__is_experimental' => false,
'Shops__minimum_order_label' => (int) 1,
'Shops__url' => 'https://www.baby-markt.de',
'Shops__offers_limit' => null,
'Shops__disclaimer' => null,
'Shops__show_reviews' => true,
'Shops__affiliate_network_id' => (int) 2,
'Shops__headline' => null,
'Shops__header_image' => null,
'Shops__has_deeplink_support' => true,
'Shops__score' => (float) 914,
'Shops__factor' => (float) 1,
'Shops__show_similar_offers' => true,
'Shops__show_deals' => true,
'Shops__sitemap_lastmod' => object(Cake\I18n\Time) {},
'Shops__is_sitemap_aware' => true,
'Shops__header_image_width' => null,
'Shops__header_image_height' => null,
'Shops__logo_width' => null,
'Shops__logo_height' => null
]
]
[protected] _hasExecuted => false
[protected] index => (int) 0
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php
toggle arguments
if ( $this -> _cache ) {
$results = $this -> _cache -> fetch ( $this );
}
if (!isset( $results )) {
$results = $this -> _decorateResults ( $this -> _execute ());
if ( $this -> _cache ) {
$this -> _cache -> store ( $this , $results );
}
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/ORM/Query.php
toggle arguments
'You cannot call all() on a non-select query. Use execute() instead.'
);
}
return $this -> _all ();
}
/**
* Trigger the beforeFind event on the query 's repository object.
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php
toggle arguments
if ( $this -> _dirty ) {
$this -> limit ( 1 );
}
return $this -> all ()-> first ();
}
/**
* Get the first result from the executing query or raise an exception .
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Routing/Route/SlugRoute.php
toggle arguments
if ( $table instanceof ActivityAwareInterface ) {
$query -> find ( 'active' , $options );
}
$entity = $query -> first ();
if (! $entity instanceof EntityInterface ) {
return $this -> _redirect ( $parsedUrl , $model );
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/Route/Route.php
toggle arguments
if (isset( $this -> options [ '_host' ]) && ! $this -> hostMatches ( $uri -> getHost ())) {
return false ;
}
return $this -> parse ( $uri -> getPath (), $request -> getMethod ());
}
/**
* Checks to see if the given URL can be parsed by this route .
'/angebote/philips-avent-scd73526'
'GET'
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/RouteCollection.php
toggle arguments
}
/* @var \Cake\Routing\Route\Route $route */
foreach ( $this -> _paths [ $path ] as $route ) {
$r = $route -> parseRequest ( $request );
if ( $r === false ) {
continue;
}
if ( $uri -> getQuery ()) {
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/Router.php
toggle arguments
if (!static:: $initialized ) {
static:: _loadRoutes ();
}
return static:: $_collection -> parseRequest ( $request );
}
/**
* Takes parameter and path information back from the Dispatcher , sets these
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php
toggle arguments
$parsedBody = $request -> getParsedBody ();
if ( is_array ( $parsedBody ) && isset( $parsedBody [ '_method' ])) {
$request = $request -> withMethod ( $parsedBody [ '_method' ]);
}
$params = Router :: parseRequest ( $request ) + $params ;
if (isset( $params [ '_middleware' ])) {
$middleware = $params [ '_middleware' ];
unset( $params [ '_middleware' ]);
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/LegacyRedirectMiddleware.php
toggle arguments
*/
public function __invoke ( ServerRequestInterface $request , ResponseInterface $response , $next )
{
try {
return $next ( $request , $response );
} catch ( MissingRouteException $e ) {
$path = $request -> getUri ()-> getPath ();
$base = Configure :: read ( 'App.base' , false );
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/WwwCheckMiddleware.php
toggle arguments
*/
public function __invoke ( ServerRequestInterface $request , ResponseInterface $response , $next )
{
if ( getenv ( 'CAKE_ENV' ) !== 'production' ) {
return $next ( $request , $response );
}
if ( Configure :: read ( 'App.useWww' ) && strpos ( $request -> getUri ()-> getHost (), 'www' ) !== 0 ) {
$uri = $request -> getUri ()-> withHost ( 'www.' . $request -> getUri ()-> getHost ());
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/LoopbackMiddleware.php
toggle arguments
if ( $request -> getUri ()-> getPath () === '/_loopback' ) {
return $response -> withStatus ( 200 );
}
return $next ( $request , $response );
}
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/HealthCheckMiddleware.php
toggle arguments
if ( $request -> getUri ()-> getPath () === '/_ping' ) {
return $response -> withStatus ( 200 );
}
return $next ( $request , $response );
}
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php
toggle arguments
public function __invoke ( $request , $response , $next )
{
$url = $request -> getUri ()-> getPath ();
if ( strpos ( $url , '..' ) !== false || strpos ( $url , '.' ) === false ) {
return $next ( $request , $response );
}
if ( strpos ( $url , '/.' ) !== false ) {
return $next ( $request , $response );
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/MissingTemplateMiddleware.php
toggle arguments
return $next ( $request , $response );
}
try {
return $next ( $request , $response );
} catch ( MissingTemplateException $e ) {
$response = $response -> withStatus ( 404 );
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php
toggle arguments
*/
public function __invoke ( $request , $response , $next )
{
try {
return $next ( $request , $response );
} catch ( Throwable $exception ) {
return $this -> handleException ( $exception , $request , $response );
} catch ( Exception $exception ) {
return $this -> handleException ( $exception , $request , $response );
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/CorsMiddleware.php
toggle arguments
*/
public function __invoke ( ServerRequestInterface $request , ResponseInterface $response , $next )
{
if (! Configure :: read ( 'Cors.enabled' , false )) {
return $next ( $request , $response );
}
list( $allowedOrigins , $allowedMethods , $allowedHeaders ) = array_values ( Configure :: read ( 'Cors' ));
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/src/Middleware/RevisionMiddleware.php
toggle arguments
if ( $revision ) {
$response = $response -> withHeader ( 'X-EKS-Rev' , $revision );
}
return $next ( $request , $response );
}
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 10
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
{
$this -> middleware = $middleware ;
$this -> index = 0 ;
return $this -> __invoke ( $request , $response );
}
/**
* @ param \ Psr \ Http \ Message \ ServerRequestInterface $request The server request
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/vendor/cakephp/cakephp/src/Http/Server.php
toggle arguments
}
$this -> dispatchEvent ( 'Server.buildMiddleware' , [ 'middleware' => $middleware ]);
$middleware -> add ( $this -> app );
$response = $this -> runner -> run ( $middleware , $request , $response );
if (!( $response instanceof ResponseInterface )) {
throw new RuntimeException ( sprintf (
'Application did not create a response. Got "%s" instead.' ,
object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(App\Middleware\RevisionMiddleware) {},
(int) 1 => object(App\Middleware\CorsMiddleware) {},
(int) 2 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 3 => object(App\Middleware\MissingTemplateMiddleware) {},
(int) 4 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 5 => object(App\Middleware\HealthCheckMiddleware) {},
(int) 6 => object(App\Middleware\LoopbackMiddleware) {},
(int) 7 => object(App\Middleware\WwwCheckMiddleware) {},
(int) 8 => object(App\Middleware\LegacyRedirectMiddleware) {},
(int) 9 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 10 => object(App\Middleware\UrlValidationMiddleware) {},
(int) 11 => object(App\Middleware\SlashCheckMiddleware) {},
(int) 12 => object(App\Middleware\BodyTerminateMiddleware) {},
(int) 13 => object(App\Middleware\UrlIdParserMiddleware) {},
(int) 14 => object(App\Middleware\CsrfProtectionMiddleware) {},
(int) 15 => object(App\Middleware\ClickoutMiddleware) {},
(int) 16 => object(App\Middleware\TimezoneMiddleware) {},
(int) 17 => object(App\Middleware\AuthenticationMiddleware) {},
(int) 18 => object(App\Middleware\FirewallMiddleware) {},
(int) 19 => object(App\Application) {}
]
[protected] callables => [
(int) 0 => object(App\Middleware\RevisionMiddleware) {},
(int) 1 => object(App\Middleware\CorsMiddleware) {},
(int) 2 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 3 => object(App\Middleware\MissingTemplateMiddleware) {},
(int) 4 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 5 => object(App\Middleware\HealthCheckMiddleware) {},
(int) 6 => object(App\Middleware\LoopbackMiddleware) {},
(int) 7 => object(App\Middleware\WwwCheckMiddleware) {},
(int) 8 => object(App\Middleware\LegacyRedirectMiddleware) {},
(int) 9 => object(Cake\Routing\Middleware\RoutingMiddleware) {}
]
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => [
'DO-LB' => '"Cg4xMC4xMTQuMC4yMzo4MBClseUS"',
'CAKEPHP' => 'dhh41063nkqq0vm3ipf8fie11u',
'csrfToken' => '60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7'
]
[protected] _environment => [
'USER' => 'ubuntu',
'HOME' => '/home/ubuntu',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.217.4',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_COOKIE' => 'DO-LB="Cg4xMC4xMTQuMC4yMzo4MBClseUS"; CAKEPHP=dhh41063nkqq0vm3ipf8fie11u; csrfToken=60ec0e193af82a2b86844840b5cbed2ef80111f916046ab4f2ecfb3c93aa6e7450f8d35b6b7da64c44d79a611e3634f8ce9c68c8f0fd8f9c3dd511e3699a3ea7',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.staging.schnaeppchenfuchs.com',
'CAKE_JWT_SECRET' => 'nSpQR4rBDYce5H6XF8og',
'CAKE_BUGSNAG_API_KEY' => 'e36038bad94bd5a322b6405d5906d344',
'CAKE_SKIMLINKS_ID' => '105875X1562910',
'CAKE_AWS_S3_SCRT' => 'On6Dlr1C2pimzAER8TkQvq5ca3nGoYXd6R1J2rRx',
'CAKE_AWS_S3_KEY' => 'AKIAJEX3QANFCFZVUD5Q',
'CAKE_IMG_SSL' => '1',
'CAKE_IMG_HOST' => 'img-160.menschdanke.de',
'CAKE_MLCHIMP_AUDIENCE_KEY' => '288d35524bef045aed25e0e66c48be85-us3',
'CAKE_MLCHIMP_AUDIENCE_URL' => 'https://us3.api.mailchimp.com',
'CAKE_MLCHIMP_LIST' => '6f9cc7a68a',
'CAKE_MLCHIMP_KEY' => '95371cb1a6eaf25551f2b3f676fba53b-us3',
'CAKE_REDIS_HOST' => '10.114.0.23',
'CAKE_MQ_VHOST' => 'tmx-conqueror-satellite-de-06',
'CAKE_MQ_PASS' => 'kyXDpiHQjj83Hi5q',
'CAKE_MQ_USER' => 'trimexa',
'CAKE_MQ_PORT' => '5672',
'CAKE_MQ_HOST' => '10.114.0.23',
'CAKE_DB_NAME' => 'conqueror-satellite-de-06-staging',
'CAKE_DB_PASS' => 'AVNS_md_tSjiAfelqxu15heT',
'CAKE_DB_USER' => 'ubuntu',
'CAKE_DB_PORT' => '6432',
'CAKE_DB_HOST' => '10.114.0.23',
'CAKE_CONQ_TOKEN' => 'R5kmHKbZvfNUjEd51buWoOobyiOdvA2U',
'CAKE_CONQ_URI' => 'https://conqueror-staging.trimexa.de',
'CAKE_SALT' => 'hfnGyGd/5M0f8rW31JSV2x5bniAzryojZzCK7HHDUmizpulGz4IUfEDVBL3gjZQZMfF5qSmlOXgGun0T9klHDg==',
'CAKE_TRACKING_IDENTITY' => '43teHa2crVM4DeBINWlLlXI6GAu1k2Jc',
'CAKE_SATELLITE' => 'de-06',
'CAKE_ENV' => 'staging',
'HTTPS' => 'on',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '10.114.0.23',
'REMOTE_USER' => '',
'REMOTE_ADDR' => '216.73.217.4',
'REQUEST_METHOD' => 'GET',
'DOCUMENT_URI' => '/angebote/philips-avent-scd73526',
'REQUEST_URI' => '/angebote/philips-avent-scd73526',
'SERVER_NAME' => 'staging.schnaeppchenfuchs.com',
'CONTENT_LENGTH' => '',
'CONTENT_TYPE' => '',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'SCRIPT_FILENAME' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php',
'DOCUMENT_ROOT' => '/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1754420222.3744,
'REQUEST_TIME' => (int) 1754420222,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/philips-avent-scd73526'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/philips-avent-scd73526'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.staging.schnaeppchenfuchs.com'
[private] port => null
[private] path => '/angebote/philips-avent-scd73526'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 1440
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/var/www/tmx-conqueror-satellite-de-06/releases/20250724183224/webroot/index.php
toggle arguments
// Bind your application to the server.
$server = new Server (new Application ( dirname ( __DIR__ ) . '/config' ));
// Run the request/response through the application and emit the response.
$server -> emit ( $server -> run ());
If you want to customize this error message, create
src/Template/Error/error500.ctp
toggle vendor stack frames
〉 Cake\ORM\Entity->__construct
CORE/src/ORM/ResultSet.php, line 601
〉 Cake\ORM\ResultSet->_groupResult
CORE/src/ORM/ResultSet.php, line 490
〉 Cake\ORM\ResultSet->_fetchResult
CORE/src/ORM/ResultSet.php, line 276
〉 Cake\ORM\ResultSet->valid
CORE/src/ORM/Association/Loader/SelectLoader.php, line 468
〉 Cake\ORM\Association\Loader\SelectLoader->_buildResultMap
CORE/src/ORM/Association/Loader/SelectLoader.php, line 125
〉 Cake\ORM\Association\Loader\SelectLoader->buildEagerLoader
CORE/src/ORM/Association/BelongsTo.php, line 200
〉 Cake\ORM\Association\BelongsTo->eagerLoader
CORE/src/ORM/EagerLoader.php, line 712
〉 Cake\ORM\EagerLoader->loadExternal
CORE/src/ORM/Query.php, line 1141
〉 Cake\ORM\Query->_execute
CORE/src/Datasource/QueryTrait.php, line 309
〉 Cake\ORM\Query->_all
CORE/src/ORM/Query.php, line 1088
〉 Cake\ORM\Query->all
CORE/src/Datasource/QueryTrait.php, line 471
〉 Cake\ORM\Query->first
APP/Routing/Route/SlugRoute.php, line 67
〉 App\Routing\Route\SlugRoute->parse
CORE/src/Routing/Route/Route.php, line 429
〉 Cake\Routing\Route\Route->parseRequest
CORE/src/Routing/RouteCollection.php, line 205
〉 Cake\Routing\RouteCollection->parseRequest
CORE/src/Routing/Router.php, line 390
〉 Cake\Routing\Router::parseRequest
CORE/src/Routing/Middleware/RoutingMiddleware.php, line 146
〉 Cake\Routing\Middleware\RoutingMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
APP/Middleware/LegacyRedirectMiddleware.php, line 25
〉 App\Middleware\LegacyRedirectMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
APP/Middleware/WwwCheckMiddleware.php, line 21
〉 App\Middleware\WwwCheckMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
APP/Middleware/LoopbackMiddleware.php, line 22
〉 App\Middleware\LoopbackMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
APP/Middleware/HealthCheckMiddleware.php, line 22
〉 App\Middleware\HealthCheckMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
〉 Cake\Routing\Middleware\AssetMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
APP/Middleware/MissingTemplateMiddleware.php, line 25
〉 App\Middleware\MissingTemplateMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96
〉 Cake\Error\Middleware\ErrorHandlerMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
APP/Middleware/CorsMiddleware.php, line 29
〉 App\Middleware\CorsMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
APP/Middleware/RevisionMiddleware.php, line 23
〉 App\Middleware\RevisionMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Http/Runner.php, line 51
〉 Cake\Http\Runner->run
CORE/src/Http/Server.php, line 98
〉 Cake\Http\Server->run
ROOT/webroot/index.php, line 40