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) 27,
'Deals__name' => 'Süddeutsche Zeitung für 2 Wochen umsonst',
'Deals__description' => '<p>Bei der <a href="http://www.sueddeutsche.de/">Süddeutschen Zeitung</a> gibts ein 2-wöchiges Probeabo geschenkt.</p>
<p><strong>Achtung, Nachtrag: </strong>Hier stand vorher, man müsse nicht kündigen. <em>Das stimmt nicht!</em> Man muss eine Kündigung an die SZ schicken, wenn man die SZ nicht weiter lesen möchte (geht per E-mail). Die Adresse lautet aboservice@sueddeutsche.de.</p>
<p><a href="http://partners.webmasterplan.com/click.asp?ref=434848&site=3841&type=text&tnb=1">Link zum Angebot</a></p>',
'Deals__slug' => 'suddeutsche-zeitung-fur-2-wochen-umsonst',
'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 20:53:14+00',
'Deals__shop_id' => null,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 15,
'Deals__user_id' => (int) 95,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => '5.7602215',
'Deals__start_date' => '2008-01-10 20:53:14+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) 27,
'Deals__name' => 'Süddeutsche Zeitung für 2 Wochen umsonst',
'Deals__description' => '<p>Bei der <a href="http://www.sueddeutsche.de/">Süddeutschen Zeitung</a> gibts ein 2-wöchiges Probeabo geschenkt.</p>
<p><strong>Achtung, Nachtrag: </strong>Hier stand vorher, man müsse nicht kündigen. <em>Das stimmt nicht!</em> Man muss eine Kündigung an die SZ schicken, wenn man die SZ nicht weiter lesen möchte (geht per E-mail). Die Adresse lautet aboservice@sueddeutsche.de.</p>
<p><a href="http://partners.webmasterplan.com/click.asp?ref=434848&amp;site=3841&amp;type=text&amp;tnb=1">Link zum Angebot</a></p>',
'Deals__slug' => 'suddeutsche-zeitung-fur-2-wochen-umsonst',
'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 20:53:14+00',
'Deals__shop_id' => null,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 15,
'Deals__user_id' => (int) 95,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => '5.7602215',
'Deals__start_date' => '2008-01-10 20:53:14+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) 27,
'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) 27 => (int) 27
],
'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) 27 => (int) 27
],
'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) 27 => (int) 27
],
'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' => 'esn-sale-bis-zu-60-rabatt',
'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) 237445,
'Deals__name' => 'ESN Sale bis zu 60% Rabatt',
'Deals__description' => '<p>Bei Fitmart gibt's grad eine coole Aktion mit bis zu 60% Rabatt. Fast alle ESN Produkte sind darin enthalten!</p>
<p><br></p>
<p>Die Aktion läuft bis zum 14.10.2020.</p>',
'Deals__slug' => 'esn-sale-bis-zu-60-rabatt',
'Deals__deal_category_id' => (int) 27,
'Deals__price' => (float) 7.81,
'Deals__reference_price' => (float) 19.53,
'Deals__clickout_url' => 'https://www.fitmart.de/aktion',
'Deals__is_active' => true,
'Deals__expires' => object(Cake\I18n\Time) {},
'Deals__type' => (int) 2,
'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' => 'img/9b/b5/f9/ESNDays_2020-10-13.jpg',
'Deals__modified' => object(Cake\I18n\Time) {},
'Deals__created' => object(Cake\I18n\Time) {},
'Deals__shop_id' => (int) 4436,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 2,
'Deals__user_id' => null,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => (float) 88.43694,
'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) 1088,
'Deals__image_height' => (int) 232,
'Deals__show_comments' => true,
'Shops__id' => (int) 4436,
'Shops__shop_category_id' => (int) 4,
'Shops__slug' => 'fitmart',
'Shops__name' => 'Fitmart',
'Shops__description' => '<p>Bei Fitmart bekommst du mit dem richtigen Fitmart Gutschein Supplements aller Art, seien es Aminosäuren, Eiweißshakes, Kohlenhydratreduzierte Nahrung oder Metabolismus-Booster, zu Knallerpreisen und blitzschnell mit DHL zu dir nach Hause geliefert. Mithilfe von zahlreichen Auswahlfiltern und einer übersichtlichen Sortierung findest du hier schnell und zuverlässig genau das, wonach du suchst, und hast dabei noch bares Geld gespart. Das geht entweder durch die Nutzung der regelmäßig auftretenden Sales und Sonderangebote beim Online-Shop, oder mit deinem persönlichen Fitmart Gutschein. Diesen findest du ganz einfach bei Schnäppchenfuchs und kannst so optimal vergleichen, was andere Shops im Netz bieten, und ob du auch wirklich das günstigste Angebot ergattert hast. Beste Markenprodukte von etablierten Unternehmen kannst du hier finden und in den Warenkorb legen, ganz gemütlich per Kreditkarte, PayPal, Überweisung oder mit einem anderen Zahlungsmittel auschecken. Hole dir jetzt deinen Fitmart Gutschein und kaufe dir deine Fitness-Nahrung online.<br></p>
<hr>
<p><strong><a name=""uebersicht""></a></strong></p>
<center>
<p><strong><a href=""#Fakten"">Fitmart Fakten</a> |
<a href=""#Was-kann-ich-bestellen"">Was kann ich bei Fitmart bestellen?</a> |
<a href=""#Schnäppchen"">Fitmart Schnäppchen und Sonderangebote</a> |
<a href=""#Foren-Deals"">Fitmart Foren-Deals</a> |
<a href=""#Gutschein-funktioniert-nicht""> Der Gutschein funktioniert nicht?</a> |
<a href=""#Zahlarten"">Wie kann ich bei Fitmart bezahlen?</a> |
<a href=""#Rückgabe"">Fitmart Retoure</a> |
<a href=""#Kundenservice"">Der Fitmart Kundenservice</a> |
<a href=""#Social-Media"">Fitmart im Internet</a> |
<a href=""#FAQ"">Wo finde ich die Fitmart FAQ?</a> |
</strong></p>
</center>
<hr>
<h2><a name=""Fakten""></a>Die Fitmart Fakten
</h2>
<p>Der beliebte Online-Versandhändler Fitmart mit Sitz in Rellingen vertreibt seit 2014 über das Einkaufsportal die Eigenmarke ESN und viele andere renommierte Produktreihen von namhaften Herstellern.
</p>
<ul><li>Im Jahr 2014 gegründet</li><li>Hauptsitz in Rellingen, Schleswig-Holstein</li><li>Verkauft Eigenmarke ESN</li></ul>
<h2><a name=""Was-kann-ich-bestellen""></a>Was kann ich bei Fitmart bestellen?
</h2>
<p>Du willst dein Training mit allen Mitteln verfolgen, egal ob zur Gewichtsabnahme, zum Muskelaufbau oder wegen eines anderen, individuellen Zieles? Bei Fitmart bist du genau richtig, wenn du Supplements und die richtige Ernährung für deinen sportlichen Lifestyle suchst. Ein riesiges, mit deinem Gutscheincode sogar noch günstigeres Sortiment an Sporternährung und mehr ist hier im Angebot.
</p>
<p>Was für Produkte du alles im Online-Shop von Fitmart bekommst, siehst du hier zusammengefasst:
</p>
<ul><li>Aminosäuren: Aminosäuren Komplex, Amino Liquid, BCAA, Leucin, Glutamin, Arginin, AAKG, Beta Alanin, Citrullin, etc&hellip;</li><li>Superfood: Müsli-Zutaten, Pulver, Samen, Nüsse, Chips, Bohnen, Beeren, Öle</li><li>Eiweißpulver: Whey Protein, Casein Protein, Mehrkomponenten Protein, Egg Protein, Soja Protein, Reisprotein, Erbsenprotein, Pflanzliches Eiweiß, All-In-One Protein</li><li>Fitness Zubehör: Eiweißshaker, Pillenbox, Trinkflasche, Dosierhilfe, Trainingshandschuhe, Trainingsgürtel, Zughilfen, Sportbandagen, Sporttaschen, etc&hellip;</li><li>Marken: ESN, Cellucor, Scitec; Quest, Optimum Nutrition, Olimp, Weider, ISS, etc...</li></ul>
<p>Solltest du einmal nicht fündig werden, kannst du dich in der Rubrik <a href=""https://schnaeppchenfuchs.com/gutschein"">Gutscheine</a> bei Schnäppchenfuchs nach vielen anderen tollen Shops und Angeboten umsehen. Bei anderen Online-Shoppern sind insbesondere die Portale von <a href=""https://schnaeppchenfuchs.com/gutschein/myprotein"">MyProtein</a> und <a href=""https://schnaeppchenfuchs.com/gutschein/vitafy"">Vitafy</a>&nbsp;beliebt.</p>
<h2><a name=""Schnäppchen""></a>Wie finde ich Fitmart Schnäppchen und Sonderangebote?</h2>
<p>Die Deals, die du nicht ohnehin schon auf direktem Weg über die Sales von Fitmart auf der offiziellen Webseite nutzen kannst, findest du des weiteren in der Rubrik „Gutscheine“ bei Schnäppchenfuchs. Hier lädt die Redaktion regelmäßig aktualisierte Gutscheine hoch, mit denen du bis hin zu 20% Rabatt auf Supplements und Ähnliches bekommst.
</p>
<p><strong>Wie kann ich meinen </strong><strong>Fitmart</strong><strong> Gutschein einlösen?</strong>
</p>
<p>Zahlreiche Sonderangebote und Sales erwarten dich auf Fitmart, aber die großen Ersparnisse von bis zu 20% kommen erst mit deinem offiziellen Gutscheincode. Du kannst ihn noch vor der Wahl deiner Bezahlmethode im Checkout anwenden.
</p>
<p>Folge diesen einfachen Schritten, damit deinen Einsparungen nichts im Wege ist:
</p>
<ol><li>Zunächst einen Gutschein heraussuchen, der zu dem passt, was du gerne online auf Fitmart kaufen möchtest. Überprüfe kurz die Einlösebedingungen und folge dann dem Link zum Shop.</li><li>Suche dir nun alle Artikel zusammen, die du kaufen möchtest, und lege sie ganz einfach per Mausklick in den Warenkorb.</li><li>Wenn du fertig bist, klicke auf den Warenkorb und gib deinen Vorteilscode ein, gleich unter der Auswahl der Items. Der Preisnachlass wird sofort auf den zu zahlenden Betrag aufgerechnet, sodass du noch vor dem Bezahlen den finalen Rechnungsbetrag siehst.</li><li>Nun musst du Informationen zu deiner präferierten Zahlungsmethode und der Liefer- und Rechnungsanschrift geben. Beim Anlegen eines Kundenkontos hilft dir weiter, dass du beim nächsten Einkauf lediglich deine bereits eingetragenen Zahlungsmethoden bestätigen musst.</li><li>Zuletzt solltest du noch einmal alle von dir gemachten Angaben überprüfen, bevor du dann die Bestellung endgültig abschickst.</li></ol>
<figure><img src=""https://img.schnaeppchenfuchs.com/img/d9/27/2a/Gutscheinfeld-Fitmart.PNG"" data-image=""480241""></figure>
<h2><a name=""Foren-Deals""></a>Welche Foren-Deals sind für Fitmart verfügbar?</h2>
<p> </p>
<p>Andere Angebote, die du nicht bei den verfügbaren Gutscheinen finden konntest, kannst du im <a href=""https://schnaeppchenfuchs.com/forum"">Forenbereich</a> von Schnäppchenfuchs entdecken. Die Netzgemeinde lädt hier eigens im Internet gefundene Angebote hoch, die dann von der Redaktion geprüft und im Forum angeboten werden. Am Anfang sind die Angebote nach der Aktualität sortiert (neueste zuerst), jedoch kannst du natürlich die Filteroptionen verändern, um genau den richtigen Shop für dich zu finden</p>
<h2><a name=""Gutschein-funktioniert-nicht""></a>Warum funktioniert mein Fitmart Gutschein nicht mehr?
</h2>
<p>❌ Ist mein Fitmart Gutschein gültig?
</p>
<p>Wenn dein Fitmart Gutscheincode nicht mehr eingelöst werden kann, ist es durchaus möglich, dass das unter dem Gutscheintitel angegebene Ablaufdatum überschritten ist. Ist dies der Fall, suche dir einfach einen von vielen anderen tollen Coupons heraus, mit denen du dir viele Prozent Ersparnis holen kannst.
</p>
<figure><img src=""https://img.schnaeppchenfuchs.com/img/5e/9e/38/Gltigkeit-Fitmart.PNG"" data-image=""480240""></figure>
<p>❌ Stimmen die Einlösebedingungen?<br></p>
<p>Die Einlösebedingungen stehen an jedem Coupon unter „Einlösehinweise“ aufgelistet und müssen für den Erfolg strengstens eingehalten werden. Einzelne Artikel im Warenkorb, auf welche ein Punkt aus dieser Aufzählung nicht zutrifft, können schon dafür sorgen, dass der gesamte Rabatt hinfällig ist. Um sicherzugehen solltest du alle nicht von der Aktion betroffenen Artikel aus dem digitalen Warenkorb entfernen.</p>
<p>❌ Hast du deinen Gutscheincode richtig übertragen?
</p>
<p>Manchmal kommt es auch vor, dass beim manuellen übertragend es Gutscheincodes einzelne Buchstaben falsch abgetragen werden. Pass auf, dass du die Groß- und Kleinschreibung aus dem originalen Code einhältst, da jedes Zeichen im Einlösefeld identisch sein muss.
</p>
<p>❌ Wo bekomme ich Hilfe, wenn mein <strong>Fitmart Gutschein</strong> immer noch nicht einlösbar ist?
</p>
<p>Hast du bei einem Gutschein weiterhin Probleme, ihn einzulösen? Hast du vorab eine Frage zu einem der Coupons? Schreibe uns gerne jederzeit über das praktische <strong><span class=""redactor-unlink"">Kontaktformular</span></strong> und wir setzen uns dann zeitnah mit dir in Verbindung, um einen passenden Lösungsweg zu finden.
</p>
<h2><a name=""Zahlarten""></a>Welche Zahlungsoptionen bietet Fitmart an?
</h2>
<p>Bei deinem nächsten Sportnahrungs- und Supplement-Einkauf kannst du ganz entspannt online über den Checkout bezahlen und dabei stehen dir viele gängige Zahlungsmittel zur Verfügung.
</p>
<p>Zahlen kannst du beim Online-Einkauf auf Fitmart.de:
</p>
<ul><li>per Kreditkarte: MasterCard, VISA</li><li>per Sofortüberweisung</li><li>per Vorauskasse</li><li>per PayPal</li><li>auf Rechnung</li></ul>
<h2><a name=""Rückgabe""></a>Wie funktioniert die Retoure bei Fitmart?
</h2>
<p>Innerhalb von 14 Tagen kannst du ohne Angabe von Gründen ganz einfach Gebrauch von deinem gesetzlichen Widerrufsrecht machen. Hierbei ist noch zu beachten, dass Lebensmittel aller Art von der Regelung ausgeschlossen sind. Zum Widerruf reicht eine ausdrückliche Mitteilung über den Wunsch zur Annullierung des Vertrages. Dies kannst du entweder telefonisch über die Hotline +49 (0) 4101 300 49 10 machen, oder aber schriftlich an die Industriestraße 10 d, 25462 Rellingen oder die E-Mail Adresse info@fitmart.de.
</p>
<h2><a name=""Kundenservice""></a>Wie erreiche ich den Kundenservice von Fitmart?
</h2>
<p>Du hast noch Fragen zum Sortiment oder den Bezahl- oder Bestellmodalitäten von Fitmart? Melde dich entweder postalisch unter Fitmart GmbH & Co. KG, Industriestraße 10 d, 25462 Rellingen, Deutschland, oder auf digitalem Schriftweg unter der Adresse <a href=""mailto:info@fitmart.de"" rel=""nofollow"">info@fitmart.de</a>. Alternativ dazu steht dir das Hotmail-Telefon unter der Nummer +49 (0) 4101 300 49 10 zur Verfügung. Der denkbar unkomplizierteste Weg führt über das vorgefertigte <a href=""https://www.fitmart.de/kontakt/"" rel=""nofollow"">Kontaktformular</a> vom Versandhändler, in dem du ausführlich dein Problem oder deine Nachfrage shcildern kannst.
</p>
<h2>Warum bei Fitmart bestellen?
</h2>
<p><strong>✅</strong> Trusted Shops zertifiziert
</p>
<p>✅ Riesenauswahl
</p>
<p>✅ Schnelle Lieferung mit DHL
</p>
<p>✅ Günstige Preise
</p>
<h2><a name=""Social-Media""></a>Wo bleibe ich immer über die beste Sportnahrung informiert?
</h2>
<p><a href=""https://www.facebook.com/FITMART"" rel=""nofollow"">Facebook</a> – Hier bekommst du Promotion-Codes für viele tolle Nahrungsergänzugsmittel der Hausmarke ESN, sowie lustige Posts rund um Fitness und Sport, die du mit deinen Freunden auf Facebook teilen kannst.
</p>
<p><a href=""https://twitter.com/FitmartDE"" rel=""nofollow"">Twitter</a> –&nbsp; Infos zu Aktionen und Produkten aus dem vielseitigen Sortiment sowie alles weitere rund um Fitmart in Kurzform findest du auf dem offiziellen Twitter-Kanal. Klicke auf „folgen“, um in Zukunft keinen der kurzen, informativen Tweets mehr zu verpassen und immer up to date zu sein.
</p>
<p><a href=""https://plus.google.com/+fitmart"" rel=""nofollow"">Google+</a> – Blder, Artikel, Videos und alles sonstige rund um Fitness findest du auf dem offiziellen Fitmart-Channel bei Google+. Verbinde dich mit der deutschen Gemeinde und finde hier alle nötigen Infos zu deinen Supplements und mehr.
</p>
<p><a href=""https://www.instagram.com/fitmart_de/"" rel=""nofollow"">Instagram</a> – Auf Instagram bekommst du als einer der Ersten mit, sollten aktuell wieder Angebote verfügbar sein, die du mit deinen Fitmart Gutscheinen nutzen kannst. Einfach auf „folgen“ klicken, um auch mobil immer zu sehen, ob wieder ein neues Angebot verfügbar sit.
</p>
<h2><a name=""FAQ""></a>FAQs
</h2>
<ul><li><a href=""https://www.fitmart.de/Wie-bestellen/"" rel=""nofollow"">Wie bestelle ich meine Artikel bei Fitmart?</a></li><li><a href=""https://www.fitmart.de/Widerrufsbelehrung/"" rel=""nofollow"">Wie lauten die Widerrufsbedingungen?</a></li><li><a href=""https://www.fitmart.de/Koelner-Liste/"" rel=""nofollow"">Was ist die Kölner Liste?</a></li><li><a href=""https://www.fitmart.de/Datenschutz/"" rel=""nofollow"">Sind meine Daten sicher?</a></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/9d/fc/01/32077.png',
'Shops__excerpt' => '',
'Shops__clickout_url' => 'https://www.awin1.com/cread.php?awinmid=14369&awinaffid=320239&clickref=&ued=https%3A%2F%2Fwww.fitmart.de%2F',
'Shops__hits' => (int) 865,
'Shops__is_monetizable' => true,
'Shops__show_expired_offers' => true,
'Shops__exclude_from_sitemap' => false,
'Shops__meta_robots' => null,
'Shops__canonical' => null,
'Shops__rating' => (float) 0,
'Shops__rating_count' => (int) 0,
'Shops__legacy_gp_id' => null,
'Shops__is_visible' => true,
'Shops__address' => null,
'Shops__contact' => null,
'Shops__screenshot' => 'img/15/16/2d/screenshot-fitmart.png',
'Shops__is_experimental' => false,
'Shops__minimum_order_label' => (int) 1,
'Shops__url' => 'https://www.fitmart.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) 125,
'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/esn-sale-bis-zu-60-rabatt'
'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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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) 27,
'Deals__name' => 'Süddeutsche Zeitung für 2 Wochen umsonst',
'Deals__description' => '<p>Bei der <a href="http://www.sueddeutsche.de/">Süddeutschen Zeitung</a> gibts ein 2-wöchiges Probeabo geschenkt.</p>
<p><strong>Achtung, Nachtrag: </strong>Hier stand vorher, man müsse nicht kündigen. <em>Das stimmt nicht!</em> Man muss eine Kündigung an die SZ schicken, wenn man die SZ nicht weiter lesen möchte (geht per E-mail). Die Adresse lautet aboservice@sueddeutsche.de.</p>
<p><a href="http://partners.webmasterplan.com/click.asp?ref=434848&amp;site=3841&amp;type=text&amp;tnb=1">Link zum Angebot</a></p>',
'Deals__slug' => 'suddeutsche-zeitung-fur-2-wochen-umsonst',
'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 20:53:14+00',
'Deals__shop_id' => null,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 15,
'Deals__user_id' => (int) 95,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => '5.7602215',
'Deals__start_date' => '2008-01-10 20:53:14+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) 27,
'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) 27 => (int) 27
],
'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) 27 => (int) 27
],
'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) 27 => (int) 27
],
'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' => 'esn-sale-bis-zu-60-rabatt',
'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) 237445,
'Deals__name' => 'ESN Sale bis zu 60% Rabatt',
'Deals__description' => '<p>Bei Fitmart gibt's grad eine coole Aktion mit bis zu 60% Rabatt. Fast alle ESN Produkte sind darin enthalten!</p>
<p><br></p>
<p>Die Aktion läuft bis zum 14.10.2020.</p>',
'Deals__slug' => 'esn-sale-bis-zu-60-rabatt',
'Deals__deal_category_id' => (int) 27,
'Deals__price' => (float) 7.81,
'Deals__reference_price' => (float) 19.53,
'Deals__clickout_url' => 'https://www.fitmart.de/aktion',
'Deals__is_active' => true,
'Deals__expires' => object(Cake\I18n\Time) {},
'Deals__type' => (int) 2,
'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' => 'img/9b/b5/f9/ESNDays_2020-10-13.jpg',
'Deals__modified' => object(Cake\I18n\Time) {},
'Deals__created' => object(Cake\I18n\Time) {},
'Deals__shop_id' => (int) 4436,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 2,
'Deals__user_id' => null,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => (float) 88.43694,
'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) 1088,
'Deals__image_height' => (int) 232,
'Deals__show_comments' => true,
'Shops__id' => (int) 4436,
'Shops__shop_category_id' => (int) 4,
'Shops__slug' => 'fitmart',
'Shops__name' => 'Fitmart',
'Shops__description' => '<p>Bei Fitmart bekommst du mit dem richtigen Fitmart Gutschein Supplements aller Art, seien es Aminosäuren, Eiweißshakes, Kohlenhydratreduzierte Nahrung oder Metabolismus-Booster, zu Knallerpreisen und blitzschnell mit DHL zu dir nach Hause geliefert. Mithilfe von zahlreichen Auswahlfiltern und einer übersichtlichen Sortierung findest du hier schnell und zuverlässig genau das, wonach du suchst, und hast dabei noch bares Geld gespart. Das geht entweder durch die Nutzung der regelmäßig auftretenden Sales und Sonderangebote beim Online-Shop, oder mit deinem persönlichen Fitmart Gutschein. Diesen findest du ganz einfach bei Schnäppchenfuchs und kannst so optimal vergleichen, was andere Shops im Netz bieten, und ob du auch wirklich das günstigste Angebot ergattert hast. Beste Markenprodukte von etablierten Unternehmen kannst du hier finden und in den Warenkorb legen, ganz gemütlich per Kreditkarte, PayPal, Überweisung oder mit einem anderen Zahlungsmittel auschecken. Hole dir jetzt deinen Fitmart Gutschein und kaufe dir deine Fitness-Nahrung online.<br></p>
<hr>
<p><strong><a name=""uebersicht""></a></strong></p>
<center>
<p><strong><a href=""#Fakten"">Fitmart Fakten</a> |
<a href=""#Was-kann-ich-bestellen"">Was kann ich bei Fitmart bestellen?</a> |
<a href=""#Schnäppchen"">Fitmart Schnäppchen und Sonderangebote</a> |
<a href=""#Foren-Deals"">Fitmart Foren-Deals</a> |
<a href=""#Gutschein-funktioniert-nicht""> Der Gutschein funktioniert nicht?</a> |
<a href=""#Zahlarten"">Wie kann ich bei Fitmart bezahlen?</a> |
<a href=""#Rückgabe"">Fitmart Retoure</a> |
<a href=""#Kundenservice"">Der Fitmart Kundenservice</a> |
<a href=""#Social-Media"">Fitmart im Internet</a> |
<a href=""#FAQ"">Wo finde ich die Fitmart FAQ?</a> |
</strong></p>
</center>
<hr>
<h2><a name=""Fakten""></a>Die Fitmart Fakten
</h2>
<p>Der beliebte Online-Versandhändler Fitmart mit Sitz in Rellingen vertreibt seit 2014 über das Einkaufsportal die Eigenmarke ESN und viele andere renommierte Produktreihen von namhaften Herstellern.
</p>
<ul><li>Im Jahr 2014 gegründet</li><li>Hauptsitz in Rellingen, Schleswig-Holstein</li><li>Verkauft Eigenmarke ESN</li></ul>
<h2><a name=""Was-kann-ich-bestellen""></a>Was kann ich bei Fitmart bestellen?
</h2>
<p>Du willst dein Training mit allen Mitteln verfolgen, egal ob zur Gewichtsabnahme, zum Muskelaufbau oder wegen eines anderen, individuellen Zieles? Bei Fitmart bist du genau richtig, wenn du Supplements und die richtige Ernährung für deinen sportlichen Lifestyle suchst. Ein riesiges, mit deinem Gutscheincode sogar noch günstigeres Sortiment an Sporternährung und mehr ist hier im Angebot.
</p>
<p>Was für Produkte du alles im Online-Shop von Fitmart bekommst, siehst du hier zusammengefasst:
</p>
<ul><li>Aminosäuren: Aminosäuren Komplex, Amino Liquid, BCAA, Leucin, Glutamin, Arginin, AAKG, Beta Alanin, Citrullin, etc&hellip;</li><li>Superfood: Müsli-Zutaten, Pulver, Samen, Nüsse, Chips, Bohnen, Beeren, Öle</li><li>Eiweißpulver: Whey Protein, Casein Protein, Mehrkomponenten Protein, Egg Protein, Soja Protein, Reisprotein, Erbsenprotein, Pflanzliches Eiweiß, All-In-One Protein</li><li>Fitness Zubehör: Eiweißshaker, Pillenbox, Trinkflasche, Dosierhilfe, Trainingshandschuhe, Trainingsgürtel, Zughilfen, Sportbandagen, Sporttaschen, etc&hellip;</li><li>Marken: ESN, Cellucor, Scitec; Quest, Optimum Nutrition, Olimp, Weider, ISS, etc...</li></ul>
<p>Solltest du einmal nicht fündig werden, kannst du dich in der Rubrik <a href=""https://schnaeppchenfuchs.com/gutschein"">Gutscheine</a> bei Schnäppchenfuchs nach vielen anderen tollen Shops und Angeboten umsehen. Bei anderen Online-Shoppern sind insbesondere die Portale von <a href=""https://schnaeppchenfuchs.com/gutschein/myprotein"">MyProtein</a> und <a href=""https://schnaeppchenfuchs.com/gutschein/vitafy"">Vitafy</a>&nbsp;beliebt.</p>
<h2><a name=""Schnäppchen""></a>Wie finde ich Fitmart Schnäppchen und Sonderangebote?</h2>
<p>Die Deals, die du nicht ohnehin schon auf direktem Weg über die Sales von Fitmart auf der offiziellen Webseite nutzen kannst, findest du des weiteren in der Rubrik „Gutscheine“ bei Schnäppchenfuchs. Hier lädt die Redaktion regelmäßig aktualisierte Gutscheine hoch, mit denen du bis hin zu 20% Rabatt auf Supplements und Ähnliches bekommst.
</p>
<p><strong>Wie kann ich meinen </strong><strong>Fitmart</strong><strong> Gutschein einlösen?</strong>
</p>
<p>Zahlreiche Sonderangebote und Sales erwarten dich auf Fitmart, aber die großen Ersparnisse von bis zu 20% kommen erst mit deinem offiziellen Gutscheincode. Du kannst ihn noch vor der Wahl deiner Bezahlmethode im Checkout anwenden.
</p>
<p>Folge diesen einfachen Schritten, damit deinen Einsparungen nichts im Wege ist:
</p>
<ol><li>Zunächst einen Gutschein heraussuchen, der zu dem passt, was du gerne online auf Fitmart kaufen möchtest. Überprüfe kurz die Einlösebedingungen und folge dann dem Link zum Shop.</li><li>Suche dir nun alle Artikel zusammen, die du kaufen möchtest, und lege sie ganz einfach per Mausklick in den Warenkorb.</li><li>Wenn du fertig bist, klicke auf den Warenkorb und gib deinen Vorteilscode ein, gleich unter der Auswahl der Items. Der Preisnachlass wird sofort auf den zu zahlenden Betrag aufgerechnet, sodass du noch vor dem Bezahlen den finalen Rechnungsbetrag siehst.</li><li>Nun musst du Informationen zu deiner präferierten Zahlungsmethode und der Liefer- und Rechnungsanschrift geben. Beim Anlegen eines Kundenkontos hilft dir weiter, dass du beim nächsten Einkauf lediglich deine bereits eingetragenen Zahlungsmethoden bestätigen musst.</li><li>Zuletzt solltest du noch einmal alle von dir gemachten Angaben überprüfen, bevor du dann die Bestellung endgültig abschickst.</li></ol>
<figure><img src=""https://img.schnaeppchenfuchs.com/img/d9/27/2a/Gutscheinfeld-Fitmart.PNG"" data-image=""480241""></figure>
<h2><a name=""Foren-Deals""></a>Welche Foren-Deals sind für Fitmart verfügbar?</h2>
<p> </p>
<p>Andere Angebote, die du nicht bei den verfügbaren Gutscheinen finden konntest, kannst du im <a href=""https://schnaeppchenfuchs.com/forum"">Forenbereich</a> von Schnäppchenfuchs entdecken. Die Netzgemeinde lädt hier eigens im Internet gefundene Angebote hoch, die dann von der Redaktion geprüft und im Forum angeboten werden. Am Anfang sind die Angebote nach der Aktualität sortiert (neueste zuerst), jedoch kannst du natürlich die Filteroptionen verändern, um genau den richtigen Shop für dich zu finden</p>
<h2><a name=""Gutschein-funktioniert-nicht""></a>Warum funktioniert mein Fitmart Gutschein nicht mehr?
</h2>
<p>❌ Ist mein Fitmart Gutschein gültig?
</p>
<p>Wenn dein Fitmart Gutscheincode nicht mehr eingelöst werden kann, ist es durchaus möglich, dass das unter dem Gutscheintitel angegebene Ablaufdatum überschritten ist. Ist dies der Fall, suche dir einfach einen von vielen anderen tollen Coupons heraus, mit denen du dir viele Prozent Ersparnis holen kannst.
</p>
<figure><img src=""https://img.schnaeppchenfuchs.com/img/5e/9e/38/Gltigkeit-Fitmart.PNG"" data-image=""480240""></figure>
<p>❌ Stimmen die Einlösebedingungen?<br></p>
<p>Die Einlösebedingungen stehen an jedem Coupon unter „Einlösehinweise“ aufgelistet und müssen für den Erfolg strengstens eingehalten werden. Einzelne Artikel im Warenkorb, auf welche ein Punkt aus dieser Aufzählung nicht zutrifft, können schon dafür sorgen, dass der gesamte Rabatt hinfällig ist. Um sicherzugehen solltest du alle nicht von der Aktion betroffenen Artikel aus dem digitalen Warenkorb entfernen.</p>
<p>❌ Hast du deinen Gutscheincode richtig übertragen?
</p>
<p>Manchmal kommt es auch vor, dass beim manuellen übertragend es Gutscheincodes einzelne Buchstaben falsch abgetragen werden. Pass auf, dass du die Groß- und Kleinschreibung aus dem originalen Code einhältst, da jedes Zeichen im Einlösefeld identisch sein muss.
</p>
<p>❌ Wo bekomme ich Hilfe, wenn mein <strong>Fitmart Gutschein</strong> immer noch nicht einlösbar ist?
</p>
<p>Hast du bei einem Gutschein weiterhin Probleme, ihn einzulösen? Hast du vorab eine Frage zu einem der Coupons? Schreibe uns gerne jederzeit über das praktische <strong><span class=""redactor-unlink"">Kontaktformular</span></strong> und wir setzen uns dann zeitnah mit dir in Verbindung, um einen passenden Lösungsweg zu finden.
</p>
<h2><a name=""Zahlarten""></a>Welche Zahlungsoptionen bietet Fitmart an?
</h2>
<p>Bei deinem nächsten Sportnahrungs- und Supplement-Einkauf kannst du ganz entspannt online über den Checkout bezahlen und dabei stehen dir viele gängige Zahlungsmittel zur Verfügung.
</p>
<p>Zahlen kannst du beim Online-Einkauf auf Fitmart.de:
</p>
<ul><li>per Kreditkarte: MasterCard, VISA</li><li>per Sofortüberweisung</li><li>per Vorauskasse</li><li>per PayPal</li><li>auf Rechnung</li></ul>
<h2><a name=""Rückgabe""></a>Wie funktioniert die Retoure bei Fitmart?
</h2>
<p>Innerhalb von 14 Tagen kannst du ohne Angabe von Gründen ganz einfach Gebrauch von deinem gesetzlichen Widerrufsrecht machen. Hierbei ist noch zu beachten, dass Lebensmittel aller Art von der Regelung ausgeschlossen sind. Zum Widerruf reicht eine ausdrückliche Mitteilung über den Wunsch zur Annullierung des Vertrages. Dies kannst du entweder telefonisch über die Hotline +49 (0) 4101 300 49 10 machen, oder aber schriftlich an die Industriestraße 10 d, 25462 Rellingen oder die E-Mail Adresse info@fitmart.de.
</p>
<h2><a name=""Kundenservice""></a>Wie erreiche ich den Kundenservice von Fitmart?
</h2>
<p>Du hast noch Fragen zum Sortiment oder den Bezahl- oder Bestellmodalitäten von Fitmart? Melde dich entweder postalisch unter Fitmart GmbH & Co. KG, Industriestraße 10 d, 25462 Rellingen, Deutschland, oder auf digitalem Schriftweg unter der Adresse <a href=""mailto:info@fitmart.de"" rel=""nofollow"">info@fitmart.de</a>. Alternativ dazu steht dir das Hotmail-Telefon unter der Nummer +49 (0) 4101 300 49 10 zur Verfügung. Der denkbar unkomplizierteste Weg führt über das vorgefertigte <a href=""https://www.fitmart.de/kontakt/"" rel=""nofollow"">Kontaktformular</a> vom Versandhändler, in dem du ausführlich dein Problem oder deine Nachfrage shcildern kannst.
</p>
<h2>Warum bei Fitmart bestellen?
</h2>
<p><strong>✅</strong> Trusted Shops zertifiziert
</p>
<p>✅ Riesenauswahl
</p>
<p>✅ Schnelle Lieferung mit DHL
</p>
<p>✅ Günstige Preise
</p>
<h2><a name=""Social-Media""></a>Wo bleibe ich immer über die beste Sportnahrung informiert?
</h2>
<p><a href=""https://www.facebook.com/FITMART"" rel=""nofollow"">Facebook</a> – Hier bekommst du Promotion-Codes für viele tolle Nahrungsergänzugsmittel der Hausmarke ESN, sowie lustige Posts rund um Fitness und Sport, die du mit deinen Freunden auf Facebook teilen kannst.
</p>
<p><a href=""https://twitter.com/FitmartDE"" rel=""nofollow"">Twitter</a> –&nbsp; Infos zu Aktionen und Produkten aus dem vielseitigen Sortiment sowie alles weitere rund um Fitmart in Kurzform findest du auf dem offiziellen Twitter-Kanal. Klicke auf „folgen“, um in Zukunft keinen der kurzen, informativen Tweets mehr zu verpassen und immer up to date zu sein.
</p>
<p><a href=""https://plus.google.com/+fitmart"" rel=""nofollow"">Google+</a> – Blder, Artikel, Videos und alles sonstige rund um Fitness findest du auf dem offiziellen Fitmart-Channel bei Google+. Verbinde dich mit der deutschen Gemeinde und finde hier alle nötigen Infos zu deinen Supplements und mehr.
</p>
<p><a href=""https://www.instagram.com/fitmart_de/"" rel=""nofollow"">Instagram</a> – Auf Instagram bekommst du als einer der Ersten mit, sollten aktuell wieder Angebote verfügbar sein, die du mit deinen Fitmart Gutscheinen nutzen kannst. Einfach auf „folgen“ klicken, um auch mobil immer zu sehen, ob wieder ein neues Angebot verfügbar sit.
</p>
<h2><a name=""FAQ""></a>FAQs
</h2>
<ul><li><a href=""https://www.fitmart.de/Wie-bestellen/"" rel=""nofollow"">Wie bestelle ich meine Artikel bei Fitmart?</a></li><li><a href=""https://www.fitmart.de/Widerrufsbelehrung/"" rel=""nofollow"">Wie lauten die Widerrufsbedingungen?</a></li><li><a href=""https://www.fitmart.de/Koelner-Liste/"" rel=""nofollow"">Was ist die Kölner Liste?</a></li><li><a href=""https://www.fitmart.de/Datenschutz/"" rel=""nofollow"">Sind meine Daten sicher?</a></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/9d/fc/01/32077.png',
'Shops__excerpt' => '',
'Shops__clickout_url' => 'https://www.awin1.com/cread.php?awinmid=14369&awinaffid=320239&clickref=&ued=https%3A%2F%2Fwww.fitmart.de%2F',
'Shops__hits' => (int) 865,
'Shops__is_monetizable' => true,
'Shops__show_expired_offers' => true,
'Shops__exclude_from_sitemap' => false,
'Shops__meta_robots' => null,
'Shops__canonical' => null,
'Shops__rating' => (float) 0,
'Shops__rating_count' => (int) 0,
'Shops__legacy_gp_id' => null,
'Shops__is_visible' => true,
'Shops__address' => null,
'Shops__contact' => null,
'Shops__screenshot' => 'img/15/16/2d/screenshot-fitmart.png',
'Shops__is_experimental' => false,
'Shops__minimum_order_label' => (int) 1,
'Shops__url' => 'https://www.fitmart.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) 125,
'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/esn-sale-bis-zu-60-rabatt'
'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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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) 27,
'Deals__name' => 'Süddeutsche Zeitung für 2 Wochen umsonst',
'Deals__description' => '<p>Bei der <a href="http://www.sueddeutsche.de/">Süddeutschen Zeitung</a> gibts ein 2-wöchiges Probeabo geschenkt.</p>
<p><strong>Achtung, Nachtrag: </strong>Hier stand vorher, man müsse nicht kündigen. <em>Das stimmt nicht!</em> Man muss eine Kündigung an die SZ schicken, wenn man die SZ nicht weiter lesen möchte (geht per E-mail). Die Adresse lautet aboservice@sueddeutsche.de.</p>
<p><a href="http://partners.webmasterplan.com/click.asp?ref=434848&amp;site=3841&amp;type=text&amp;tnb=1">Link zum Angebot</a></p>',
'Deals__slug' => 'suddeutsche-zeitung-fur-2-wochen-umsonst',
'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 20:53:14+00',
'Deals__shop_id' => null,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 15,
'Deals__user_id' => (int) 95,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => '5.7602215',
'Deals__start_date' => '2008-01-10 20:53:14+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) 27,
'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) 27 => (int) 27
],
'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) 27 => (int) 27
],
'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) 27 => (int) 27
],
'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' => 'esn-sale-bis-zu-60-rabatt',
'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) 237445,
'Deals__name' => 'ESN Sale bis zu 60% Rabatt',
'Deals__description' => '<p>Bei Fitmart gibt's grad eine coole Aktion mit bis zu 60% Rabatt. Fast alle ESN Produkte sind darin enthalten!</p>
<p><br></p>
<p>Die Aktion läuft bis zum 14.10.2020.</p>',
'Deals__slug' => 'esn-sale-bis-zu-60-rabatt',
'Deals__deal_category_id' => (int) 27,
'Deals__price' => (float) 7.81,
'Deals__reference_price' => (float) 19.53,
'Deals__clickout_url' => 'https://www.fitmart.de/aktion',
'Deals__is_active' => true,
'Deals__expires' => object(Cake\I18n\Time) {},
'Deals__type' => (int) 2,
'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' => 'img/9b/b5/f9/ESNDays_2020-10-13.jpg',
'Deals__modified' => object(Cake\I18n\Time) {},
'Deals__created' => object(Cake\I18n\Time) {},
'Deals__shop_id' => (int) 4436,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 2,
'Deals__user_id' => null,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => (float) 88.43694,
'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) 1088,
'Deals__image_height' => (int) 232,
'Deals__show_comments' => true,
'Shops__id' => (int) 4436,
'Shops__shop_category_id' => (int) 4,
'Shops__slug' => 'fitmart',
'Shops__name' => 'Fitmart',
'Shops__description' => '<p>Bei Fitmart bekommst du mit dem richtigen Fitmart Gutschein Supplements aller Art, seien es Aminosäuren, Eiweißshakes, Kohlenhydratreduzierte Nahrung oder Metabolismus-Booster, zu Knallerpreisen und blitzschnell mit DHL zu dir nach Hause geliefert. Mithilfe von zahlreichen Auswahlfiltern und einer übersichtlichen Sortierung findest du hier schnell und zuverlässig genau das, wonach du suchst, und hast dabei noch bares Geld gespart. Das geht entweder durch die Nutzung der regelmäßig auftretenden Sales und Sonderangebote beim Online-Shop, oder mit deinem persönlichen Fitmart Gutschein. Diesen findest du ganz einfach bei Schnäppchenfuchs und kannst so optimal vergleichen, was andere Shops im Netz bieten, und ob du auch wirklich das günstigste Angebot ergattert hast. Beste Markenprodukte von etablierten Unternehmen kannst du hier finden und in den Warenkorb legen, ganz gemütlich per Kreditkarte, PayPal, Überweisung oder mit einem anderen Zahlungsmittel auschecken. Hole dir jetzt deinen Fitmart Gutschein und kaufe dir deine Fitness-Nahrung online.<br></p>
<hr>
<p><strong><a name=""uebersicht""></a></strong></p>
<center>
<p><strong><a href=""#Fakten"">Fitmart Fakten</a> |
<a href=""#Was-kann-ich-bestellen"">Was kann ich bei Fitmart bestellen?</a> |
<a href=""#Schnäppchen"">Fitmart Schnäppchen und Sonderangebote</a> |
<a href=""#Foren-Deals"">Fitmart Foren-Deals</a> |
<a href=""#Gutschein-funktioniert-nicht""> Der Gutschein funktioniert nicht?</a> |
<a href=""#Zahlarten"">Wie kann ich bei Fitmart bezahlen?</a> |
<a href=""#Rückgabe"">Fitmart Retoure</a> |
<a href=""#Kundenservice"">Der Fitmart Kundenservice</a> |
<a href=""#Social-Media"">Fitmart im Internet</a> |
<a href=""#FAQ"">Wo finde ich die Fitmart FAQ?</a> |
</strong></p>
</center>
<hr>
<h2><a name=""Fakten""></a>Die Fitmart Fakten
</h2>
<p>Der beliebte Online-Versandhändler Fitmart mit Sitz in Rellingen vertreibt seit 2014 über das Einkaufsportal die Eigenmarke ESN und viele andere renommierte Produktreihen von namhaften Herstellern.
</p>
<ul><li>Im Jahr 2014 gegründet</li><li>Hauptsitz in Rellingen, Schleswig-Holstein</li><li>Verkauft Eigenmarke ESN</li></ul>
<h2><a name=""Was-kann-ich-bestellen""></a>Was kann ich bei Fitmart bestellen?
</h2>
<p>Du willst dein Training mit allen Mitteln verfolgen, egal ob zur Gewichtsabnahme, zum Muskelaufbau oder wegen eines anderen, individuellen Zieles? Bei Fitmart bist du genau richtig, wenn du Supplements und die richtige Ernährung für deinen sportlichen Lifestyle suchst. Ein riesiges, mit deinem Gutscheincode sogar noch günstigeres Sortiment an Sporternährung und mehr ist hier im Angebot.
</p>
<p>Was für Produkte du alles im Online-Shop von Fitmart bekommst, siehst du hier zusammengefasst:
</p>
<ul><li>Aminosäuren: Aminosäuren Komplex, Amino Liquid, BCAA, Leucin, Glutamin, Arginin, AAKG, Beta Alanin, Citrullin, etc&hellip;</li><li>Superfood: Müsli-Zutaten, Pulver, Samen, Nüsse, Chips, Bohnen, Beeren, Öle</li><li>Eiweißpulver: Whey Protein, Casein Protein, Mehrkomponenten Protein, Egg Protein, Soja Protein, Reisprotein, Erbsenprotein, Pflanzliches Eiweiß, All-In-One Protein</li><li>Fitness Zubehör: Eiweißshaker, Pillenbox, Trinkflasche, Dosierhilfe, Trainingshandschuhe, Trainingsgürtel, Zughilfen, Sportbandagen, Sporttaschen, etc&hellip;</li><li>Marken: ESN, Cellucor, Scitec; Quest, Optimum Nutrition, Olimp, Weider, ISS, etc...</li></ul>
<p>Solltest du einmal nicht fündig werden, kannst du dich in der Rubrik <a href=""https://schnaeppchenfuchs.com/gutschein"">Gutscheine</a> bei Schnäppchenfuchs nach vielen anderen tollen Shops und Angeboten umsehen. Bei anderen Online-Shoppern sind insbesondere die Portale von <a href=""https://schnaeppchenfuchs.com/gutschein/myprotein"">MyProtein</a> und <a href=""https://schnaeppchenfuchs.com/gutschein/vitafy"">Vitafy</a>&nbsp;beliebt.</p>
<h2><a name=""Schnäppchen""></a>Wie finde ich Fitmart Schnäppchen und Sonderangebote?</h2>
<p>Die Deals, die du nicht ohnehin schon auf direktem Weg über die Sales von Fitmart auf der offiziellen Webseite nutzen kannst, findest du des weiteren in der Rubrik „Gutscheine“ bei Schnäppchenfuchs. Hier lädt die Redaktion regelmäßig aktualisierte Gutscheine hoch, mit denen du bis hin zu 20% Rabatt auf Supplements und Ähnliches bekommst.
</p>
<p><strong>Wie kann ich meinen </strong><strong>Fitmart</strong><strong> Gutschein einlösen?</strong>
</p>
<p>Zahlreiche Sonderangebote und Sales erwarten dich auf Fitmart, aber die großen Ersparnisse von bis zu 20% kommen erst mit deinem offiziellen Gutscheincode. Du kannst ihn noch vor der Wahl deiner Bezahlmethode im Checkout anwenden.
</p>
<p>Folge diesen einfachen Schritten, damit deinen Einsparungen nichts im Wege ist:
</p>
<ol><li>Zunächst einen Gutschein heraussuchen, der zu dem passt, was du gerne online auf Fitmart kaufen möchtest. Überprüfe kurz die Einlösebedingungen und folge dann dem Link zum Shop.</li><li>Suche dir nun alle Artikel zusammen, die du kaufen möchtest, und lege sie ganz einfach per Mausklick in den Warenkorb.</li><li>Wenn du fertig bist, klicke auf den Warenkorb und gib deinen Vorteilscode ein, gleich unter der Auswahl der Items. Der Preisnachlass wird sofort auf den zu zahlenden Betrag aufgerechnet, sodass du noch vor dem Bezahlen den finalen Rechnungsbetrag siehst.</li><li>Nun musst du Informationen zu deiner präferierten Zahlungsmethode und der Liefer- und Rechnungsanschrift geben. Beim Anlegen eines Kundenkontos hilft dir weiter, dass du beim nächsten Einkauf lediglich deine bereits eingetragenen Zahlungsmethoden bestätigen musst.</li><li>Zuletzt solltest du noch einmal alle von dir gemachten Angaben überprüfen, bevor du dann die Bestellung endgültig abschickst.</li></ol>
<figure><img src=""https://img.schnaeppchenfuchs.com/img/d9/27/2a/Gutscheinfeld-Fitmart.PNG"" data-image=""480241""></figure>
<h2><a name=""Foren-Deals""></a>Welche Foren-Deals sind für Fitmart verfügbar?</h2>
<p> </p>
<p>Andere Angebote, die du nicht bei den verfügbaren Gutscheinen finden konntest, kannst du im <a href=""https://schnaeppchenfuchs.com/forum"">Forenbereich</a> von Schnäppchenfuchs entdecken. Die Netzgemeinde lädt hier eigens im Internet gefundene Angebote hoch, die dann von der Redaktion geprüft und im Forum angeboten werden. Am Anfang sind die Angebote nach der Aktualität sortiert (neueste zuerst), jedoch kannst du natürlich die Filteroptionen verändern, um genau den richtigen Shop für dich zu finden</p>
<h2><a name=""Gutschein-funktioniert-nicht""></a>Warum funktioniert mein Fitmart Gutschein nicht mehr?
</h2>
<p>❌ Ist mein Fitmart Gutschein gültig?
</p>
<p>Wenn dein Fitmart Gutscheincode nicht mehr eingelöst werden kann, ist es durchaus möglich, dass das unter dem Gutscheintitel angegebene Ablaufdatum überschritten ist. Ist dies der Fall, suche dir einfach einen von vielen anderen tollen Coupons heraus, mit denen du dir viele Prozent Ersparnis holen kannst.
</p>
<figure><img src=""https://img.schnaeppchenfuchs.com/img/5e/9e/38/Gltigkeit-Fitmart.PNG"" data-image=""480240""></figure>
<p>❌ Stimmen die Einlösebedingungen?<br></p>
<p>Die Einlösebedingungen stehen an jedem Coupon unter „Einlösehinweise“ aufgelistet und müssen für den Erfolg strengstens eingehalten werden. Einzelne Artikel im Warenkorb, auf welche ein Punkt aus dieser Aufzählung nicht zutrifft, können schon dafür sorgen, dass der gesamte Rabatt hinfällig ist. Um sicherzugehen solltest du alle nicht von der Aktion betroffenen Artikel aus dem digitalen Warenkorb entfernen.</p>
<p>❌ Hast du deinen Gutscheincode richtig übertragen?
</p>
<p>Manchmal kommt es auch vor, dass beim manuellen übertragend es Gutscheincodes einzelne Buchstaben falsch abgetragen werden. Pass auf, dass du die Groß- und Kleinschreibung aus dem originalen Code einhältst, da jedes Zeichen im Einlösefeld identisch sein muss.
</p>
<p>❌ Wo bekomme ich Hilfe, wenn mein <strong>Fitmart Gutschein</strong> immer noch nicht einlösbar ist?
</p>
<p>Hast du bei einem Gutschein weiterhin Probleme, ihn einzulösen? Hast du vorab eine Frage zu einem der Coupons? Schreibe uns gerne jederzeit über das praktische <strong><span class=""redactor-unlink"">Kontaktformular</span></strong> und wir setzen uns dann zeitnah mit dir in Verbindung, um einen passenden Lösungsweg zu finden.
</p>
<h2><a name=""Zahlarten""></a>Welche Zahlungsoptionen bietet Fitmart an?
</h2>
<p>Bei deinem nächsten Sportnahrungs- und Supplement-Einkauf kannst du ganz entspannt online über den Checkout bezahlen und dabei stehen dir viele gängige Zahlungsmittel zur Verfügung.
</p>
<p>Zahlen kannst du beim Online-Einkauf auf Fitmart.de:
</p>
<ul><li>per Kreditkarte: MasterCard, VISA</li><li>per Sofortüberweisung</li><li>per Vorauskasse</li><li>per PayPal</li><li>auf Rechnung</li></ul>
<h2><a name=""Rückgabe""></a>Wie funktioniert die Retoure bei Fitmart?
</h2>
<p>Innerhalb von 14 Tagen kannst du ohne Angabe von Gründen ganz einfach Gebrauch von deinem gesetzlichen Widerrufsrecht machen. Hierbei ist noch zu beachten, dass Lebensmittel aller Art von der Regelung ausgeschlossen sind. Zum Widerruf reicht eine ausdrückliche Mitteilung über den Wunsch zur Annullierung des Vertrages. Dies kannst du entweder telefonisch über die Hotline +49 (0) 4101 300 49 10 machen, oder aber schriftlich an die Industriestraße 10 d, 25462 Rellingen oder die E-Mail Adresse info@fitmart.de.
</p>
<h2><a name=""Kundenservice""></a>Wie erreiche ich den Kundenservice von Fitmart?
</h2>
<p>Du hast noch Fragen zum Sortiment oder den Bezahl- oder Bestellmodalitäten von Fitmart? Melde dich entweder postalisch unter Fitmart GmbH & Co. KG, Industriestraße 10 d, 25462 Rellingen, Deutschland, oder auf digitalem Schriftweg unter der Adresse <a href=""mailto:info@fitmart.de"" rel=""nofollow"">info@fitmart.de</a>. Alternativ dazu steht dir das Hotmail-Telefon unter der Nummer +49 (0) 4101 300 49 10 zur Verfügung. Der denkbar unkomplizierteste Weg führt über das vorgefertigte <a href=""https://www.fitmart.de/kontakt/"" rel=""nofollow"">Kontaktformular</a> vom Versandhändler, in dem du ausführlich dein Problem oder deine Nachfrage shcildern kannst.
</p>
<h2>Warum bei Fitmart bestellen?
</h2>
<p><strong>✅</strong> Trusted Shops zertifiziert
</p>
<p>✅ Riesenauswahl
</p>
<p>✅ Schnelle Lieferung mit DHL
</p>
<p>✅ Günstige Preise
</p>
<h2><a name=""Social-Media""></a>Wo bleibe ich immer über die beste Sportnahrung informiert?
</h2>
<p><a href=""https://www.facebook.com/FITMART"" rel=""nofollow"">Facebook</a> – Hier bekommst du Promotion-Codes für viele tolle Nahrungsergänzugsmittel der Hausmarke ESN, sowie lustige Posts rund um Fitness und Sport, die du mit deinen Freunden auf Facebook teilen kannst.
</p>
<p><a href=""https://twitter.com/FitmartDE"" rel=""nofollow"">Twitter</a> –&nbsp; Infos zu Aktionen und Produkten aus dem vielseitigen Sortiment sowie alles weitere rund um Fitmart in Kurzform findest du auf dem offiziellen Twitter-Kanal. Klicke auf „folgen“, um in Zukunft keinen der kurzen, informativen Tweets mehr zu verpassen und immer up to date zu sein.
</p>
<p><a href=""https://plus.google.com/+fitmart"" rel=""nofollow"">Google+</a> – Blder, Artikel, Videos und alles sonstige rund um Fitness findest du auf dem offiziellen Fitmart-Channel bei Google+. Verbinde dich mit der deutschen Gemeinde und finde hier alle nötigen Infos zu deinen Supplements und mehr.
</p>
<p><a href=""https://www.instagram.com/fitmart_de/"" rel=""nofollow"">Instagram</a> – Auf Instagram bekommst du als einer der Ersten mit, sollten aktuell wieder Angebote verfügbar sein, die du mit deinen Fitmart Gutscheinen nutzen kannst. Einfach auf „folgen“ klicken, um auch mobil immer zu sehen, ob wieder ein neues Angebot verfügbar sit.
</p>
<h2><a name=""FAQ""></a>FAQs
</h2>
<ul><li><a href=""https://www.fitmart.de/Wie-bestellen/"" rel=""nofollow"">Wie bestelle ich meine Artikel bei Fitmart?</a></li><li><a href=""https://www.fitmart.de/Widerrufsbelehrung/"" rel=""nofollow"">Wie lauten die Widerrufsbedingungen?</a></li><li><a href=""https://www.fitmart.de/Koelner-Liste/"" rel=""nofollow"">Was ist die Kölner Liste?</a></li><li><a href=""https://www.fitmart.de/Datenschutz/"" rel=""nofollow"">Sind meine Daten sicher?</a></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/9d/fc/01/32077.png',
'Shops__excerpt' => '',
'Shops__clickout_url' => 'https://www.awin1.com/cread.php?awinmid=14369&awinaffid=320239&clickref=&ued=https%3A%2F%2Fwww.fitmart.de%2F',
'Shops__hits' => (int) 865,
'Shops__is_monetizable' => true,
'Shops__show_expired_offers' => true,
'Shops__exclude_from_sitemap' => false,
'Shops__meta_robots' => null,
'Shops__canonical' => null,
'Shops__rating' => (float) 0,
'Shops__rating_count' => (int) 0,
'Shops__legacy_gp_id' => null,
'Shops__is_visible' => true,
'Shops__address' => null,
'Shops__contact' => null,
'Shops__screenshot' => 'img/15/16/2d/screenshot-fitmart.png',
'Shops__is_experimental' => false,
'Shops__minimum_order_label' => (int) 1,
'Shops__url' => 'https://www.fitmart.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) 125,
'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/esn-sale-bis-zu-60-rabatt'
'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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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) 27,
'Deals__name' => 'Süddeutsche Zeitung für 2 Wochen umsonst',
'Deals__description' => '<p>Bei der <a href="http://www.sueddeutsche.de/">Süddeutschen Zeitung</a> gibts ein 2-wöchiges Probeabo geschenkt.</p>
<p><strong>Achtung, Nachtrag: </strong>Hier stand vorher, man müsse nicht kündigen. <em>Das stimmt nicht!</em> Man muss eine Kündigung an die SZ schicken, wenn man die SZ nicht weiter lesen möchte (geht per E-mail). Die Adresse lautet aboservice@sueddeutsche.de.</p>
<p><a href="http://partners.webmasterplan.com/click.asp?ref=434848&site=3841&type=text&tnb=1">Link zum Angebot</a></p>',
'Deals__slug' => 'suddeutsche-zeitung-fur-2-wochen-umsonst',
'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 20:53:14+00',
'Deals__shop_id' => null,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 15,
'Deals__user_id' => (int) 95,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => '5.7602215',
'Deals__start_date' => '2008-01-10 20:53:14+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) 27,
'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) 27 => (int) 27
],
'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) 27 => (int) 27
],
'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) 27 => (int) 27
],
'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' => 'esn-sale-bis-zu-60-rabatt',
'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) 237445,
'Deals__name' => 'ESN Sale bis zu 60% Rabatt',
'Deals__description' => '<p>Bei Fitmart gibt's grad eine coole Aktion mit bis zu 60% Rabatt. Fast alle ESN Produkte sind darin enthalten!</p>
<p><br></p>
<p>Die Aktion läuft bis zum 14.10.2020.</p>',
'Deals__slug' => 'esn-sale-bis-zu-60-rabatt',
'Deals__deal_category_id' => (int) 27,
'Deals__price' => (float) 7.81,
'Deals__reference_price' => (float) 19.53,
'Deals__clickout_url' => 'https://www.fitmart.de/aktion',
'Deals__is_active' => true,
'Deals__expires' => object(Cake\I18n\Time) {},
'Deals__type' => (int) 2,
'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' => 'img/9b/b5/f9/ESNDays_2020-10-13.jpg',
'Deals__modified' => object(Cake\I18n\Time) {},
'Deals__created' => object(Cake\I18n\Time) {},
'Deals__shop_id' => (int) 4436,
'Deals__deeplink' => null,
'Deals__like_count' => (int) 2,
'Deals__user_id' => null,
'Deals__exclude_from_sitemap' => false,
'Deals__score' => (float) 88.43694,
'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) 1088,
'Deals__image_height' => (int) 232,
'Deals__show_comments' => true,
'Shops__id' => (int) 4436,
'Shops__shop_category_id' => (int) 4,
'Shops__slug' => 'fitmart',
'Shops__name' => 'Fitmart',
'Shops__description' => '<p>Bei Fitmart bekommst du mit dem richtigen Fitmart Gutschein Supplements aller Art, seien es Aminosäuren, Eiweißshakes, Kohlenhydratreduzierte Nahrung oder Metabolismus-Booster, zu Knallerpreisen und blitzschnell mit DHL zu dir nach Hause geliefert. Mithilfe von zahlreichen Auswahlfiltern und einer übersichtlichen Sortierung findest du hier schnell und zuverlässig genau das, wonach du suchst, und hast dabei noch bares Geld gespart. Das geht entweder durch die Nutzung der regelmäßig auftretenden Sales und Sonderangebote beim Online-Shop, oder mit deinem persönlichen Fitmart Gutschein. Diesen findest du ganz einfach bei Schnäppchenfuchs und kannst so optimal vergleichen, was andere Shops im Netz bieten, und ob du auch wirklich das günstigste Angebot ergattert hast. Beste Markenprodukte von etablierten Unternehmen kannst du hier finden und in den Warenkorb legen, ganz gemütlich per Kreditkarte, PayPal, Überweisung oder mit einem anderen Zahlungsmittel auschecken. Hole dir jetzt deinen Fitmart Gutschein und kaufe dir deine Fitness-Nahrung online.<br></p>
<hr>
<p><strong><a name=""uebersicht""></a></strong></p>
<center>
<p><strong><a href=""#Fakten"">Fitmart Fakten</a> |
<a href=""#Was-kann-ich-bestellen"">Was kann ich bei Fitmart bestellen?</a> |
<a href=""#Schnäppchen"">Fitmart Schnäppchen und Sonderangebote</a> |
<a href=""#Foren-Deals"">Fitmart Foren-Deals</a> |
<a href=""#Gutschein-funktioniert-nicht""> Der Gutschein funktioniert nicht?</a> |
<a href=""#Zahlarten"">Wie kann ich bei Fitmart bezahlen?</a> |
<a href=""#Rückgabe"">Fitmart Retoure</a> |
<a href=""#Kundenservice"">Der Fitmart Kundenservice</a> |
<a href=""#Social-Media"">Fitmart im Internet</a> |
<a href=""#FAQ"">Wo finde ich die Fitmart FAQ?</a> |
</strong></p>
</center>
<hr>
<h2><a name=""Fakten""></a>Die Fitmart Fakten
</h2>
<p>Der beliebte Online-Versandhändler Fitmart mit Sitz in Rellingen vertreibt seit 2014 über das Einkaufsportal die Eigenmarke ESN und viele andere renommierte Produktreihen von namhaften Herstellern.
</p>
<ul><li>Im Jahr 2014 gegründet</li><li>Hauptsitz in Rellingen, Schleswig-Holstein</li><li>Verkauft Eigenmarke ESN</li></ul>
<h2><a name=""Was-kann-ich-bestellen""></a>Was kann ich bei Fitmart bestellen?
</h2>
<p>Du willst dein Training mit allen Mitteln verfolgen, egal ob zur Gewichtsabnahme, zum Muskelaufbau oder wegen eines anderen, individuellen Zieles? Bei Fitmart bist du genau richtig, wenn du Supplements und die richtige Ernährung für deinen sportlichen Lifestyle suchst. Ein riesiges, mit deinem Gutscheincode sogar noch günstigeres Sortiment an Sporternährung und mehr ist hier im Angebot.
</p>
<p>Was für Produkte du alles im Online-Shop von Fitmart bekommst, siehst du hier zusammengefasst:
</p>
<ul><li>Aminosäuren: Aminosäuren Komplex, Amino Liquid, BCAA, Leucin, Glutamin, Arginin, AAKG, Beta Alanin, Citrullin, etc…</li><li>Superfood: Müsli-Zutaten, Pulver, Samen, Nüsse, Chips, Bohnen, Beeren, Öle</li><li>Eiweißpulver: Whey Protein, Casein Protein, Mehrkomponenten Protein, Egg Protein, Soja Protein, Reisprotein, Erbsenprotein, Pflanzliches Eiweiß, All-In-One Protein</li><li>Fitness Zubehör: Eiweißshaker, Pillenbox, Trinkflasche, Dosierhilfe, Trainingshandschuhe, Trainingsgürtel, Zughilfen, Sportbandagen, Sporttaschen, etc…</li><li>Marken: ESN, Cellucor, Scitec; Quest, Optimum Nutrition, Olimp, Weider, ISS, etc...</li></ul>
<p>Solltest du einmal nicht fündig werden, kannst du dich in der Rubrik <a href=""https://schnaeppchenfuchs.com/gutschein"">Gutscheine</a> bei Schnäppchenfuchs nach vielen anderen tollen Shops und Angeboten umsehen. Bei anderen Online-Shoppern sind insbesondere die Portale von <a href=""https://schnaeppchenfuchs.com/gutschein/myprotein"">MyProtein</a> und <a href=""https://schnaeppchenfuchs.com/gutschein/vitafy"">Vitafy</a> beliebt.</p>
<h2><a name=""Schnäppchen""></a>Wie finde ich Fitmart Schnäppchen und Sonderangebote?</h2>
<p>Die Deals, die du nicht ohnehin schon auf direktem Weg über die Sales von Fitmart auf der offiziellen Webseite nutzen kannst, findest du des weiteren in der Rubrik „Gutscheine“ bei Schnäppchenfuchs. Hier lädt die Redaktion regelmäßig aktualisierte Gutscheine hoch, mit denen du bis hin zu 20% Rabatt auf Supplements und Ähnliches bekommst.
</p>
<p><strong>Wie kann ich meinen </strong><strong>Fitmart</strong><strong> Gutschein einlösen?</strong>
</p>
<p>Zahlreiche Sonderangebote und Sales erwarten dich auf Fitmart, aber die großen Ersparnisse von bis zu 20% kommen erst mit deinem offiziellen Gutscheincode. Du kannst ihn noch vor der Wahl deiner Bezahlmethode im Checkout anwenden.
</p>
<p>Folge diesen einfachen Schritten, damit deinen Einsparungen nichts im Wege ist:
</p>
<ol><li>Zunächst einen Gutschein heraussuchen, der zu dem passt, was du gerne online auf Fitmart kaufen möchtest. Überprüfe kurz die Einlösebedingungen und folge dann dem Link zum Shop.</li><li>Suche dir nun alle Artikel zusammen, die du kaufen möchtest, und lege sie ganz einfach per Mausklick in den Warenkorb.</li><li>Wenn du fertig bist, klicke auf den Warenkorb und gib deinen Vorteilscode ein, gleich unter der Auswahl der Items. Der Preisnachlass wird sofort auf den zu zahlenden Betrag aufgerechnet, sodass du noch vor dem Bezahlen den finalen Rechnungsbetrag siehst.</li><li>Nun musst du Informationen zu deiner präferierten Zahlungsmethode und der Liefer- und Rechnungsanschrift geben. Beim Anlegen eines Kundenkontos hilft dir weiter, dass du beim nächsten Einkauf lediglich deine bereits eingetragenen Zahlungsmethoden bestätigen musst.</li><li>Zuletzt solltest du noch einmal alle von dir gemachten Angaben überprüfen, bevor du dann die Bestellung endgültig abschickst.</li></ol>
<figure><img src=""https://img.schnaeppchenfuchs.com/img/d9/27/2a/Gutscheinfeld-Fitmart.PNG"" data-image=""480241""></figure>
<h2><a name=""Foren-Deals""></a>Welche Foren-Deals sind für Fitmart verfügbar?</h2>
<p> </p>
<p>Andere Angebote, die du nicht bei den verfügbaren Gutscheinen finden konntest, kannst du im <a href=""https://schnaeppchenfuchs.com/forum"">Forenbereich</a> von Schnäppchenfuchs entdecken. Die Netzgemeinde lädt hier eigens im Internet gefundene Angebote hoch, die dann von der Redaktion geprüft und im Forum angeboten werden. Am Anfang sind die Angebote nach der Aktualität sortiert (neueste zuerst), jedoch kannst du natürlich die Filteroptionen verändern, um genau den richtigen Shop für dich zu finden</p>
<h2><a name=""Gutschein-funktioniert-nicht""></a>Warum funktioniert mein Fitmart Gutschein nicht mehr?
</h2>
<p>❌ Ist mein Fitmart Gutschein gültig?
</p>
<p>Wenn dein Fitmart Gutscheincode nicht mehr eingelöst werden kann, ist es durchaus möglich, dass das unter dem Gutscheintitel angegebene Ablaufdatum überschritten ist. Ist dies der Fall, suche dir einfach einen von vielen anderen tollen Coupons heraus, mit denen du dir viele Prozent Ersparnis holen kannst.
</p>
<figure><img src=""https://img.schnaeppchenfuchs.com/img/5e/9e/38/Gltigkeit-Fitmart.PNG"" data-image=""480240""></figure>
<p>❌ Stimmen die Einlösebedingungen?<br></p>
<p>Die Einlösebedingungen stehen an jedem Coupon unter „Einlösehinweise“ aufgelistet und müssen für den Erfolg strengstens eingehalten werden. Einzelne Artikel im Warenkorb, auf welche ein Punkt aus dieser Aufzählung nicht zutrifft, können schon dafür sorgen, dass der gesamte Rabatt hinfällig ist. Um sicherzugehen solltest du alle nicht von der Aktion betroffenen Artikel aus dem digitalen Warenkorb entfernen.</p>
<p>❌ Hast du deinen Gutscheincode richtig übertragen?
</p>
<p>Manchmal kommt es auch vor, dass beim manuellen übertragend es Gutscheincodes einzelne Buchstaben falsch abgetragen werden. Pass auf, dass du die Groß- und Kleinschreibung aus dem originalen Code einhältst, da jedes Zeichen im Einlösefeld identisch sein muss.
</p>
<p>❌ Wo bekomme ich Hilfe, wenn mein <strong>Fitmart Gutschein</strong> immer noch nicht einlösbar ist?
</p>
<p>Hast du bei einem Gutschein weiterhin Probleme, ihn einzulösen? Hast du vorab eine Frage zu einem der Coupons? Schreibe uns gerne jederzeit über das praktische <strong><span class=""redactor-unlink"">Kontaktformular</span></strong> und wir setzen uns dann zeitnah mit dir in Verbindung, um einen passenden Lösungsweg zu finden.
</p>
<h2><a name=""Zahlarten""></a>Welche Zahlungsoptionen bietet Fitmart an?
</h2>
<p>Bei deinem nächsten Sportnahrungs- und Supplement-Einkauf kannst du ganz entspannt online über den Checkout bezahlen und dabei stehen dir viele gängige Zahlungsmittel zur Verfügung.
</p>
<p>Zahlen kannst du beim Online-Einkauf auf Fitmart.de:
</p>
<ul><li>per Kreditkarte: MasterCard, VISA</li><li>per Sofortüberweisung</li><li>per Vorauskasse</li><li>per PayPal</li><li>auf Rechnung</li></ul>
<h2><a name=""Rückgabe""></a>Wie funktioniert die Retoure bei Fitmart?
</h2>
<p>Innerhalb von 14 Tagen kannst du ohne Angabe von Gründen ganz einfach Gebrauch von deinem gesetzlichen Widerrufsrecht machen. Hierbei ist noch zu beachten, dass Lebensmittel aller Art von der Regelung ausgeschlossen sind. Zum Widerruf reicht eine ausdrückliche Mitteilung über den Wunsch zur Annullierung des Vertrages. Dies kannst du entweder telefonisch über die Hotline +49 (0) 4101 300 49 10 machen, oder aber schriftlich an die Industriestraße 10 d, 25462 Rellingen oder die E-Mail Adresse info@fitmart.de.
</p>
<h2><a name=""Kundenservice""></a>Wie erreiche ich den Kundenservice von Fitmart?
</h2>
<p>Du hast noch Fragen zum Sortiment oder den Bezahl- oder Bestellmodalitäten von Fitmart? Melde dich entweder postalisch unter Fitmart GmbH & Co. KG, Industriestraße 10 d, 25462 Rellingen, Deutschland, oder auf digitalem Schriftweg unter der Adresse <a href=""mailto:info@fitmart.de"" rel=""nofollow"">info@fitmart.de</a>. Alternativ dazu steht dir das Hotmail-Telefon unter der Nummer +49 (0) 4101 300 49 10 zur Verfügung. Der denkbar unkomplizierteste Weg führt über das vorgefertigte <a href=""https://www.fitmart.de/kontakt/"" rel=""nofollow"">Kontaktformular</a> vom Versandhändler, in dem du ausführlich dein Problem oder deine Nachfrage shcildern kannst.
</p>
<h2>Warum bei Fitmart bestellen?
</h2>
<p><strong>✅</strong> Trusted Shops zertifiziert
</p>
<p>✅ Riesenauswahl
</p>
<p>✅ Schnelle Lieferung mit DHL
</p>
<p>✅ Günstige Preise
</p>
<h2><a name=""Social-Media""></a>Wo bleibe ich immer über die beste Sportnahrung informiert?
</h2>
<p><a href=""https://www.facebook.com/FITMART"" rel=""nofollow"">Facebook</a> – Hier bekommst du Promotion-Codes für viele tolle Nahrungsergänzugsmittel der Hausmarke ESN, sowie lustige Posts rund um Fitness und Sport, die du mit deinen Freunden auf Facebook teilen kannst.
</p>
<p><a href=""https://twitter.com/FitmartDE"" rel=""nofollow"">Twitter</a> – Infos zu Aktionen und Produkten aus dem vielseitigen Sortiment sowie alles weitere rund um Fitmart in Kurzform findest du auf dem offiziellen Twitter-Kanal. Klicke auf „folgen“, um in Zukunft keinen der kurzen, informativen Tweets mehr zu verpassen und immer up to date zu sein.
</p>
<p><a href=""https://plus.google.com/+fitmart"" rel=""nofollow"">Google+</a> – Blder, Artikel, Videos und alles sonstige rund um Fitness findest du auf dem offiziellen Fitmart-Channel bei Google+. Verbinde dich mit der deutschen Gemeinde und finde hier alle nötigen Infos zu deinen Supplements und mehr.
</p>
<p><a href=""https://www.instagram.com/fitmart_de/"" rel=""nofollow"">Instagram</a> – Auf Instagram bekommst du als einer der Ersten mit, sollten aktuell wieder Angebote verfügbar sein, die du mit deinen Fitmart Gutscheinen nutzen kannst. Einfach auf „folgen“ klicken, um auch mobil immer zu sehen, ob wieder ein neues Angebot verfügbar sit.
</p>
<h2><a name=""FAQ""></a>FAQs
</h2>
<ul><li><a href=""https://www.fitmart.de/Wie-bestellen/"" rel=""nofollow"">Wie bestelle ich meine Artikel bei Fitmart?</a></li><li><a href=""https://www.fitmart.de/Widerrufsbelehrung/"" rel=""nofollow"">Wie lauten die Widerrufsbedingungen?</a></li><li><a href=""https://www.fitmart.de/Koelner-Liste/"" rel=""nofollow"">Was ist die Kölner Liste?</a></li><li><a href=""https://www.fitmart.de/Datenschutz/"" rel=""nofollow"">Sind meine Daten sicher?</a></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/9d/fc/01/32077.png',
'Shops__excerpt' => '',
'Shops__clickout_url' => 'https://www.awin1.com/cread.php?awinmid=14369&awinaffid=320239&clickref=&ued=https%3A%2F%2Fwww.fitmart.de%2F',
'Shops__hits' => (int) 865,
'Shops__is_monetizable' => true,
'Shops__show_expired_offers' => true,
'Shops__exclude_from_sitemap' => false,
'Shops__meta_robots' => null,
'Shops__canonical' => null,
'Shops__rating' => (float) 0,
'Shops__rating_count' => (int) 0,
'Shops__legacy_gp_id' => null,
'Shops__is_visible' => true,
'Shops__address' => null,
'Shops__contact' => null,
'Shops__screenshot' => 'img/15/16/2d/screenshot-fitmart.png',
'Shops__is_experimental' => false,
'Shops__minimum_order_label' => (int) 1,
'Shops__url' => 'https://www.fitmart.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) 125,
'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/esn-sale-bis-zu-60-rabatt'
'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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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' => '"Cg4xMC4xMTQuMC4yMzo4MBCovfoS"',
'CAKEPHP' => '5i0b1fkps28uv0b5nv5h0kq1kj',
'csrfToken' => '4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e'
]
[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="Cg4xMC4xMTQuMC4yMzo4MBCovfoS"; CAKEPHP=5i0b1fkps28uv0b5nv5h0kq1kj; csrfToken=4a4151737edb57350333f9f2f71c87c0fcfbf75a58d9c001c73ab72b5c48f4a6a180704e5fcd5a660e550b3472cd10d6ae24a2d860c78e57adbb3148fdf4359e',
'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/esn-sale-bis-zu-60-rabatt',
'REQUEST_URI' => '/angebote/esn-sale-bis-zu-60-rabatt',
'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) 1754765748.8671,
'REQUEST_TIME' => (int) 1754765748,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'angebote/esn-sale-bis-zu-60-rabatt'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/angebote/esn-sale-bis-zu-60-rabatt'
[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/esn-sale-bis-zu-60-rabatt'
[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