Notice (8): session_start(): ps_files_cleanup_dir: opendir(/tmp) failed: Permission denied (13) [CORE/src/Http/Session.php, line 355]Code Context
if (!session_start()) {
throw new RuntimeException('Could not start the session');
$file = ''
$line = (int) 0
session_start - [internal], line ??
Cake\Http\Session::start() - CORE/src/Http/Session.php, line 355
Cake\Http\Session::write() - CORE/src/Http/Session.php, line 473
App\Controller\Component\P28nComponent::change() - APP/Controller/Component/P28nComponent.php, line 34
App\Controller\Component\P28nComponent::startup() - APP/Controller/Component/P28nComponent.php, line 21
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 352
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 329
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 113
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 680
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 115
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 119
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Warning (2): session_start() [<a href='https://secure.php.net/function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/Session.php, line 355]Code Context
if (!session_start()) {
throw new RuntimeException('Could not start the session');
$file = ''
$line = (int) 0
session_start - [internal], line ??
Cake\Http\Session::start() - CORE/src/Http/Session.php, line 355
Cake\Http\Session::write() - CORE/src/Http/Session.php, line 473
App\Controller\Component\P28nComponent::change() - APP/Controller/Component/P28nComponent.php, line 34
App\Controller\Component\P28nComponent::startup() - APP/Controller/Component/P28nComponent.php, line 21
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 352
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 329
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 113
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 680
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 115
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 119
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Warning (512): Unable to emit headers. Headers sent in file=/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Error/Debugger.php line=856 [CORE/src/Http/ResponseEmitter.php, line 51]Code Context if (Configure::read('debug')) {
trigger_error($message, E_USER_WARNING);
} else {
$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: Could not start the session </title>
<link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/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">
Could not start the session <span class="header-type">RuntimeException</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">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Session.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="469"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">*/</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: #0000CC"> </span><span style="color: #006600">public function </span><span style="color: #0000CC">write</span><span style="color: #006600">(</span><span style="color: #0000CC">$name</span><span style="color: #006600">, </span><span style="color: #0000CC">$value </span><span style="color: #006600">= </span><span style="color: #0000CC">null</span><span style="color: #006600">)</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: #0000CC"> </span><span style="color: #006600">{</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: #0000CC"> </span><span style="color: #006600">if (!</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">started</span><span style="color: #006600">()) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="473"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">start</span><span style="color: #006600">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="474"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="476"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $write </span><span style="color: #006600">= </span><span style="color: #0000CC">$name</span><span style="color: #006600">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="477"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (!</span><span style="color: #0000CC">is_array</span><span style="color: #006600">(</span><span style="color: #0000CC">$name</span><span style="color: #006600">)) {</span></span></code></td>
</tr>
</table>
<div id="stack-args-0" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-1" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/src/Controller/Component/P28nComponent.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="30"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">function </span><span style="color: #0000CC">change</span><span style="color: #006600">(</span><span style="color: #0000CC">$lang </span><span style="color: #006600">= </span><span style="color: #0000CC">null</span><span style="color: #006600">) {</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: #0000CC"> </span><span style="color: #006600">if (!empty(</span><span style="color: #0000CC">$lang</span><span style="color: #006600">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="34"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">session</span><span style="color: #006600">-></span><span style="color: #0000CC">write</span><span style="color: #006600">(</span><span style="color: #CC0000">'Config.language'</span><span style="color: #006600">, </span><span style="color: #0000CC">$lang</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="35"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">session</span><span style="color: #006600">-></span><span style="color: #0000CC">write</span><span style="color: #006600">(</span><span style="color: #CC0000">'Config.languageID'</span><span style="color: #006600">, </span><span style="color: #0000CC">Configure</span><span style="color: #006600">::</span><span style="color: #0000CC">read</span><span style="color: #006600">(</span><span style="color: #CC0000">'lngId.'</span><span style="color: #006600">.</span><span style="color: #0000CC">$lang</span><span style="color: #006600">));</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="36"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">true</span><span style="color: #006600">;</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-1" style="display: none;">
<pre>'Config.language'
'deu'</pre>
</div>
</div>
<div id="stack-frame-2" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/src/Controller/Component/P28nComponent.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="17"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">function </span><span style="color: #0000CC">startup</span><span style="color: #006600">() {</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: #0000CC"> </span><span style="color: #006600">if (!</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">session</span><span style="color: #006600">-></span><span style="color: #0000CC">check</span><span style="color: #006600">(</span><span style="color: #CC0000">'Config.language'</span><span style="color: #006600">)) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">change</span><span style="color: #006600">(</span><span style="color: #0000CC">Configure</span><span style="color: #006600">::</span><span style="color: #0000CC">read</span><span style="color: #006600">(</span><span style="color: #CC0000">"DEFAULT_LANGUAGE"</span><span style="color: #006600">));</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: #0000CC"> </span><span style="color: #006600">} else {</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: #0000CC"> </span><span style="color: #006600">switch(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">session</span><span style="color: #006600">-></span><span style="color: #0000CC">read</span><span style="color: #006600">(</span><span style="color: #CC0000">'Config.language'</span><span style="color: #006600">)) {</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: #0000CC"> </span><span style="color: #006600">case </span><span style="color: #CC0000">"spa"</span><span style="color: #006600">: </span><span style="color: #0000CC">I18n</span><span style="color: #006600">::</span><span style="color: #0000CC">setLocale</span><span style="color: #006600">(</span><span style="color: #CC0000">'es'</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">break;</span></span></code></td>
</tr>
</table>
<div id="stack-args-2" style="display: none;">
<pre>'deu'</pre>
</div>
</div>
<div id="stack-frame-3" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Event/EventManager.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="348"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">protected function </span><span style="color: #0000CC">_callListener</span><span style="color: #006600">(callable </span><span style="color: #0000CC">$listener</span><span style="color: #006600">, </span><span style="color: #0000CC">Event $event</span><span style="color: #006600">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="349"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="350"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $data </span><span style="color: #006600">= </span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">getData</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="351"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="352"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$listener</span><span style="color: #006600">(</span><span style="color: #0000CC">$event</span><span style="color: #006600">, ...</span><span style="color: #0000CC">array_values</span><span style="color: #006600">(</span><span style="color: #0000CC">$data</span><span style="color: #006600">));</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="353"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="354"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="355"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #FF9900">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="356"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">* {@</span><span style="color: #0000CC">inheritDoc</span><span style="color: #006600">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-3" style="display: none;">
<pre>object(Cake\Event\Event) {
result => null
[protected] _name => 'Controller.startup'
[protected] _subject => object(App\Controller\DetailsController) {
name => 'Detail'
components => [
[maximum depth reached]
]
helpers => [
[maximum depth reached]
]
request => object(Cake\Http\ServerRequest) {}
response => object(Cake\Http\Response) {}
paginate => [[maximum depth reached]]
View => null
passedArgs => [
[maximum depth reached]
]
modelClass => 'Detail'
viewClass => null
viewVars => [[maximum depth reached]]
P28n => object(App\Controller\Component\P28nComponent) {}
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {}
[protected] _validViewOptions => [
[maximum depth reached]
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {}
[protected] _modelFactories => [
[maximum depth reached]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}
[protected] _data => []
[protected] _stopped => false
}</pre>
</div>
</div>
<div id="stack-frame-4" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Event/EventManager.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="325"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">foreach (</span><span style="color: #0000CC">$listeners </span><span style="color: #006600">as </span><span style="color: #0000CC">$listener</span><span style="color: #006600">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="326"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">isStopped</span><span style="color: #006600">()) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="327"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">break;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="328"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="329"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $result </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_callListener</span><span style="color: #006600">(</span><span style="color: #0000CC">$listener</span><span style="color: #006600">[</span><span style="color: #CC0000">'callable'</span><span style="color: #006600">], </span><span style="color: #0000CC">$event</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="330"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$result </span><span style="color: #006600">=== </span><span style="color: #0000CC">false</span><span style="color: #006600">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="331"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $event</span><span style="color: #006600">-></span><span style="color: #0000CC">stopPropagation</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="332"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="333"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$result </span><span style="color: #006600">!== </span><span style="color: #0000CC">null</span><span style="color: #006600">) {</span></span></code></td>
</tr>
</table>
<div id="stack-args-4" style="display: none;">
<pre>[
(int) 0 => object(App\Controller\Component\P28nComponent) {
'components' => [],
'implementedEvents' => [
'Controller.startup' => 'startup'
],
'_config' => []
},
(int) 1 => 'startup'
]
object(Cake\Event\Event) {
result => null
[protected] _name => 'Controller.startup'
[protected] _subject => object(App\Controller\DetailsController) {
name => 'Detail'
components => [
[maximum depth reached]
]
helpers => [
[maximum depth reached]
]
request => object(Cake\Http\ServerRequest) {}
response => object(Cake\Http\Response) {}
paginate => [[maximum depth reached]]
View => null
passedArgs => [
[maximum depth reached]
]
modelClass => 'Detail'
viewClass => null
viewVars => [[maximum depth reached]]
P28n => object(App\Controller\Component\P28nComponent) {}
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {}
[protected] _validViewOptions => [
[maximum depth reached]
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {}
[protected] _modelFactories => [
[maximum depth reached]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}
[protected] _data => []
[protected] _stopped => false
}</pre>
</div>
</div>
<div id="stack-frame-5" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Event/EventDispatcherTrait.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="109"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $subject </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="110"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="111"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="112"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $event </span><span style="color: #006600">= new </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_eventClass</span><span style="color: #006600">(</span><span style="color: #0000CC">$name</span><span style="color: #006600">, </span><span style="color: #0000CC">$subject</span><span style="color: #006600">, </span><span style="color: #0000CC">$data</span><span style="color: #006600">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="113"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">getEventManager</span><span style="color: #006600">()-></span><span style="color: #0000CC">dispatch</span><span style="color: #006600">(</span><span style="color: #0000CC">$event</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="114"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="115"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$event</span><span style="color: #006600">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="116"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="117"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span><span style="color: #006600">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-5" style="display: none;">
<pre>object(Cake\Event\Event) {
result => null
[protected] _name => 'Controller.startup'
[protected] _subject => object(App\Controller\DetailsController) {
name => 'Detail'
components => [
[maximum depth reached]
]
helpers => [
[maximum depth reached]
]
request => object(Cake\Http\ServerRequest) {}
response => object(Cake\Http\Response) {}
paginate => [[maximum depth reached]]
View => null
passedArgs => [
[maximum depth reached]
]
modelClass => 'Detail'
viewClass => null
viewVars => [[maximum depth reached]]
P28n => object(App\Controller\Component\P28nComponent) {}
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {}
[protected] _validViewOptions => [
[maximum depth reached]
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {}
[protected] _modelFactories => [
[maximum depth reached]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}
[protected] _data => []
[protected] _stopped => false
}</pre>
</div>
</div>
<div id="stack-frame-6" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Controller/Controller.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="676"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $event </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">dispatchEvent</span><span style="color: #006600">(</span><span style="color: #CC0000">'Controller.initialize'</span><span style="color: #006600">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="677"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">getResult</span><span style="color: #006600">() instanceof </span><span style="color: #0000CC">Response</span><span style="color: #006600">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="678"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">getResult</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="679"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="680"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $event </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">dispatchEvent</span><span style="color: #006600">(</span><span style="color: #CC0000">'Controller.startup'</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="681"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">getResult</span><span style="color: #006600">() instanceof </span><span style="color: #0000CC">Response</span><span style="color: #006600">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="682"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">getResult</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="683"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="684"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
</table>
<div id="stack-args-6" style="display: none;">
<pre>'Controller.startup'</pre>
</div>
</div>
<div id="stack-frame-7" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/ActionDispatcher.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="111"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">protected function </span><span style="color: #0000CC">_invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">Controller $controller</span><span style="color: #006600">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="112"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="113"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">dispatchEvent</span><span style="color: #006600">(</span><span style="color: #CC0000">'Dispatcher.invokeController'</span><span style="color: #006600">, [</span><span style="color: #CC0000">'controller' </span><span style="color: #006600">=> </span><span style="color: #0000CC">$controller</span><span style="color: #006600">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="114"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="115"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $result </span><span style="color: #006600">= </span><span style="color: #0000CC">$controller</span><span style="color: #006600">-></span><span style="color: #0000CC">startupProcess</span><span style="color: #006600">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="116"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$result </span><span style="color: #006600">instanceof </span><span style="color: #0000CC">Response</span><span style="color: #006600">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="117"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$result</span><span style="color: #006600">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="118"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="119"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
</table>
<div id="stack-args-7" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-8" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/ActionDispatcher.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="90"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">} else {</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: #0000CC"> $controller </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">factory</span><span style="color: #006600">-></span><span style="color: #0000CC">create</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $response </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">$controller</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$request</span><span style="color: #006600">-></span><span style="color: #0000CC">getParam</span><span style="color: #006600">(</span><span style="color: #CC0000">'return'</span><span style="color: #006600">)) {</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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></span></span></code></td>
</tr>
</table>
<div id="stack-args-8" style="display: none;">
<pre>object(App\Controller\DetailsController) {
name => 'Detail'
components => [
'P28n' => null
]
helpers => [
'Html' => null,
'Text' => null,
'Form' => null,
'Sidebar' => null
]
request => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] trustedProxies => [[maximum depth reached]]
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [[maximum depth reached]]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
}
response => object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
[maximum depth reached]
],
'file' => null,
'fileRange' => [[maximum depth reached]],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [[maximum depth reached]],
'body' => ''
}
paginate => []
View => null
passedArgs => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
]
modelClass => 'Detail'
viewClass => null
viewVars => []
P28n => object(App\Controller\Component\P28nComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [
[maximum depth reached]
],
'_config' => [[maximum depth reached]]
}
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {
'_Controller' => object(App\Controller\DetailsController) {},
'_loaded' => [
[maximum depth reached]
],
'_eventManager' => object(Cake\Event\EventManager) {},
'_eventClass' => 'Cake\Event\Event'
}
[protected] _validViewOptions => [
(int) 0 => 'passedArgs'
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {
'_listeners' => [
[maximum depth reached]
],
'_isGlobal' => false,
'_trackEvents' => false,
'_generalManager' => '(object) EventManager',
'_dispatchedEvents' => null
}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {
[protected] locations => [
[maximum depth reached]
]
[protected] _config => [[maximum depth reached]]
[protected] _instances => [
[maximum depth reached]
]
[protected] _fallbacked => [[maximum depth reached]]
[protected] _options => [
[maximum depth reached]
]
}
[protected] _modelFactories => [
'Table' => [
(int) 0 => object(Cake\ORM\Locator\TableLocator) {},
(int) 1 => 'get'
]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}</pre>
</div>
</div>
<div id="stack-frame-9" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/BaseApplication.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="230"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">* @return \</span><span style="color: #0000CC">Psr</span><span style="color: #006600">\</span><span style="color: #0000CC">Http</span><span style="color: #006600">\</span><span style="color: #0000CC">Message</span><span style="color: #006600">\</span><span style="color: #0000CC">ResponseInterface</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="231"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="232"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">public function </span><span style="color: #0000CC">__invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">ServerRequestInterface $request</span><span style="color: #006600">, </span><span style="color: #0000CC">ResponseInterface $response</span><span style="color: #006600">, </span><span style="color: #0000CC">$next</span><span style="color: #006600">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="233"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="234"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">getDispatcher</span><span style="color: #006600">()-></span><span style="color: #0000CC">dispatch</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="235"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="236"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="237"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #FF9900">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="238"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">* </span><span style="color: #0000CC">Get the ActionDispatcher</span><span style="color: #006600">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-9" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null,
'_csrfToken' => '5adea34c25d12d950122fdd45770eef144b38e137ba7130bfe3e1e1f4235828a90af23a6e1e7db7a382f2d5709c219bb159e1881293809ecda0d17950241b564'
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_REFERER' => null
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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-10" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Runner.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="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-10" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null,
'_csrfToken' => '5adea34c25d12d950122fdd45770eef144b38e137ba7130bfe3e1e1f4235828a90af23a6e1e7db7a382f2d5709c219bb159e1881293809ecda0d17950241b564'
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_REFERER' => null
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-11" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Runner.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="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-11" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null,
'_csrfToken' => '5adea34c25d12d950122fdd45770eef144b38e137ba7130bfe3e1e1f4235828a90af23a6e1e7db7a382f2d5709c219bb159e1881293809ecda0d17950241b564'
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_REFERER' => null
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 2
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-12" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.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="115"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $token </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_createToken</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="116"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $request </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_addTokenToRequest</span><span style="color: #006600">(</span><span style="color: #0000CC">$token</span><span style="color: #006600">, </span><span style="color: #0000CC">$request</span><span style="color: #006600">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="117"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $response </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_addTokenCookie</span><span style="color: #006600">(</span><span style="color: #0000CC">$token</span><span style="color: #006600">, </span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="118"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="119"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="120"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="121"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $request </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_validateAndUnsetTokenField</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">);</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-12" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null,
'_csrfToken' => '5adea34c25d12d950122fdd45770eef144b38e137ba7130bfe3e1e1f4235828a90af23a6e1e7db7a382f2d5709c219bb159e1881293809ecda0d17950241b564'
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_REFERER' => null
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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-13" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Runner.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="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-13" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null,
'_csrfToken' => '5adea34c25d12d950122fdd45770eef144b38e137ba7130bfe3e1e1f4235828a90af23a6e1e7db7a382f2d5709c219bb159e1881293809ecda0d17950241b564'
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_REFERER' => null
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 2
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-14" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Runner.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="47"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">{</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware </span><span style="color: #006600">= </span><span style="color: #0000CC">$middleware</span><span style="color: #006600">;</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index </span><span style="color: #006600">= </span><span style="color: #0000CC">0</span><span style="color: #006600">;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">__invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">/**</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: #0000CC"> </span><span style="color: #006600">* @</span><span style="color: #0000CC">param </span><span style="color: #006600">\</span><span style="color: #0000CC">Psr</span><span style="color: #006600">\</span><span style="color: #0000CC">Http</span><span style="color: #006600">\</span><span style="color: #0000CC">Message</span><span style="color: #006600">\</span><span style="color: #0000CC">ServerRequestInterface $request The server request</span></span></code></td>
</tr>
</table>
<div id="stack-args-14" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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-15" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/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="164"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $matching</span><span style="color: #006600">[] = </span><span style="color: #0000CC">$next</span><span style="color: #006600">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="165"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $middleware </span><span style="color: #006600">= new </span><span style="color: #0000CC">MiddlewareQueue</span><span style="color: #006600">(</span><span style="color: #0000CC">$matching</span><span style="color: #006600">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="166"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $runner </span><span style="color: #006600">= new </span><span style="color: #0000CC">Runner</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="167"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="168"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$runner</span><span style="color: #006600">-></span><span style="color: #0000CC">run</span><span style="color: #006600">(</span><span style="color: #0000CC">$middleware</span><span style="color: #006600">, </span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="169"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="170"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="171"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
</table>
<div id="stack-args-15" style="display: none;">
<pre>object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
(int) 1 => object(Cake\Http\Runner) {}
]
[protected] callables => [
(int) 0 => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
(int) 1 => object(Cake\Http\Runner) {}
]
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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-16" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/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: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-16" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 4
[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">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.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="84"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">public function </span><span style="color: #0000CC">__invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$next</span><span style="color: #006600">)</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: #0000CC"> </span><span style="color: #006600">{</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: #0000CC"> $url </span><span style="color: #006600">= </span><span style="color: #0000CC">$request</span><span style="color: #006600">-></span><span style="color: #0000CC">getUri</span><span style="color: #006600">()-></span><span style="color: #0000CC">getPath</span><span style="color: #006600">();</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">strpos</span><span style="color: #006600">(</span><span style="color: #0000CC">$url</span><span style="color: #006600">, </span><span style="color: #CC0000">'..'</span><span style="color: #006600">) !== </span><span style="color: #0000CC">false </span><span style="color: #006600">|| </span><span style="color: #0000CC">strpos</span><span style="color: #006600">(</span><span style="color: #0000CC">$url</span><span style="color: #006600">, </span><span style="color: #CC0000">'.'</span><span style="color: #006600">) === </span><span style="color: #0000CC">false</span><span style="color: #006600">) {</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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">strpos</span><span style="color: #006600">(</span><span style="color: #0000CC">$url</span><span style="color: #006600">, </span><span style="color: #CC0000">'/.'</span><span style="color: #006600">) !== </span><span style="color: #0000CC">false</span><span style="color: #006600">) {</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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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 => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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">/kunden/348240_07620/disayomallorca.com/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: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</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 => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 4
[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">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.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="92"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">*/</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: #0000CC"> </span><span style="color: #006600">public function </span><span style="color: #0000CC">__invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$next</span><span style="color: #006600">)</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: #0000CC"> </span><span style="color: #006600">{</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: #0000CC"> </span><span style="color: #006600">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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">} catch (</span><span style="color: #0000CC">Throwable $exception</span><span style="color: #006600">) {</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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">handleException</span><span style="color: #006600">(</span><span style="color: #0000CC">$exception</span><span style="color: #006600">, </span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">} catch (</span><span style="color: #0000CC">Exception $exception</span><span style="color: #006600">) {</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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">handleException</span><span style="color: #006600">(</span><span style="color: #0000CC">$exception</span><span style="color: #006600">, </span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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 => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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">/kunden/348240_07620/disayomallorca.com/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: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</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 => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 4
[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">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Runner.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="47"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">{</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware </span><span style="color: #006600">= </span><span style="color: #0000CC">$middleware</span><span style="color: #006600">;</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index </span><span style="color: #006600">= </span><span style="color: #0000CC">0</span><span style="color: #006600">;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">__invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">/**</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: #0000CC"> </span><span style="color: #006600">* @</span><span style="color: #0000CC">param </span><span style="color: #006600">\</span><span style="color: #0000CC">Psr</span><span style="color: #006600">\</span><span style="color: #0000CC">Http</span><span style="color: #006600">\</span><span style="color: #0000CC">Message</span><span style="color: #006600">\</span><span style="color: #0000CC">ServerRequestInterface $request The server request</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 => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Server.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="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">dispatchEvent</span><span style="color: #006600">(</span><span style="color: #CC0000">'Server.buildMiddleware'</span><span style="color: #006600">, [</span><span style="color: #CC0000">'middleware' </span><span style="color: #006600">=> </span><span style="color: #0000CC">$middleware</span><span style="color: #006600">]);</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: #0000CC"> $middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">add</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">app</span><span style="color: #006600">);</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: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $response </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">runner</span><span style="color: #006600">-></span><span style="color: #0000CC">run</span><span style="color: #006600">(</span><span style="color: #0000CC">$middleware</span><span style="color: #006600">, </span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></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: #0000CC"> </span><span style="color: #006600">if (!(</span><span style="color: #0000CC">$response </span><span style="color: #006600">instanceof </span><span style="color: #0000CC">ResponseInterface</span><span style="color: #006600">)) {</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: #0000CC"> </span><span style="color: #006600">throw new </span><span style="color: #0000CC">RuntimeException</span><span style="color: #006600">(</span><span style="color: #0000CC">sprintf</span><span style="color: #006600">(</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: #0000CC"> </span><span style="color: #CC0000">'Application did not create a response. Got "%s" instead.'</span><span style="color: #006600">,</span></span></code></td>
</tr>
</table>
<div id="stack-args-22" style="display: none;">
<pre>object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
[protected] callables => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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-23" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/webroot/index.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="36"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span><span style="color: #FF9900">// 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: #0000CC">$server </span><span style="color: #006600">= new </span><span style="color: #0000CC">Server</span><span style="color: #006600">(new </span><span style="color: #0000CC">Application</span><span style="color: #006600">(</span><span style="color: #0000CC">dirname</span><span style="color: #006600">(</span><span style="color: #0000CC">__DIR__</span><span style="color: #006600">) . </span><span style="color: #CC0000">'/config'</span><span style="color: #006600">));</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: #0000CC"></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: #0000CC"></span><span style="color: #FF9900">// 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: #0000CC">$server</span><span style="color: #006600">-></span><span style="color: #0000CC">emit</span><span style="color: #006600">(</span><span style="color: #0000CC">$server</span><span style="color: #006600">-></span><span style="color: #0000CC">run</span><span style="color: #006600">());</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: #0000CC"></span></span></code></td>
</tr>
</table>
<div id="stack-args-23" 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\Http\Session->start</span>
<span class="stack-file">
CORE/src/Http/Session.php, line 473 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-1">
<span class="stack-function">⟩ Cake\Http\Session->write</span>
<span class="stack-file">
APP/Controller/Component/P28nComponent.php, line 34 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-2">
<span class="stack-function">⟩ App\Controller\Component\P28nComponent->change</span>
<span class="stack-file">
APP/Controller/Component/P28nComponent.php, line 21 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-3">
<span class="stack-function">⟩ App\Controller\Component\P28nComponent->startup</span>
<span class="stack-file">
CORE/src/Event/EventManager.php, line 352 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-4">
<span class="stack-function">⟩ Cake\Event\EventManager->_callListener</span>
<span class="stack-file">
CORE/src/Event/EventManager.php, line 329 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-5">
<span class="stack-function">⟩ Cake\Event\EventManager->dispatch</span>
<span class="stack-file">
CORE/src/Event/EventDispatcherTrait.php, line 113 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-6">
<span class="stack-function">⟩ Cake\Controller\Controller->dispatchEvent</span>
<span class="stack-file">
CORE/src/Controller/Controller.php, line 680 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-7">
<span class="stack-function">⟩ Cake\Controller\Controller->startupProcess</span>
<span class="stack-file">
CORE/src/Http/ActionDispatcher.php, line 115 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-8">
<span class="stack-function">⟩ Cake\Http\ActionDispatcher->_invoke</span>
<span class="stack-file">
CORE/src/Http/ActionDispatcher.php, line 94 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-9">
<span class="stack-function">⟩ Cake\Http\ActionDispatcher->dispatch</span>
<span class="stack-file">
CORE/src/Http/BaseApplication.php, line 234 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-10">
<span class="stack-function">⟩ Cake\Http\BaseApplication->__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-11">
<span class="stack-function">⟩ Cake\Http\Runner->__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-12">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 119 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-13">
<span class="stack-function">⟩ Cake\Http\Middleware\CsrfProtectionMiddleware->__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-14">
<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-15">
<span class="stack-function">⟩ Cake\Http\Runner->run</span>
<span class="stack-file">
CORE/src/Routing/Middleware/RoutingMiddleware.php, line 168 </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 vendor-frame">
<a href="#" data-target="stack-frame-17">
<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-18">
<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 vendor-frame">
<a href="#" data-target="stack-frame-19">
<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-20">
<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 vendor-frame">
<a href="#" data-target="stack-frame-21">
<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-22">
<span class="stack-function">⟩ Cake\Http\Runner->run</span>
<span class="stack-file">
CORE/src/Http/Server.php, line 97 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-23">
<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 = '/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 856
$message = 'Unable to emit headers. Headers sent in file=/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Error/Debugger.php line=856'
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 51
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php, line 152]Code Context $response->getStatusCode(),
($reasonPhrase ? ' ' . $reasonPhrase : '')
));
$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: Could not start the session </title>
<link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/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">
Could not start the session <span class="header-type">RuntimeException</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">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Session.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="469"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">*/</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: #0000CC"> </span><span style="color: #006600">public function </span><span style="color: #0000CC">write</span><span style="color: #006600">(</span><span style="color: #0000CC">$name</span><span style="color: #006600">, </span><span style="color: #0000CC">$value </span><span style="color: #006600">= </span><span style="color: #0000CC">null</span><span style="color: #006600">)</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: #0000CC"> </span><span style="color: #006600">{</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: #0000CC"> </span><span style="color: #006600">if (!</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">started</span><span style="color: #006600">()) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="473"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">start</span><span style="color: #006600">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="474"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="476"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $write </span><span style="color: #006600">= </span><span style="color: #0000CC">$name</span><span style="color: #006600">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="477"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (!</span><span style="color: #0000CC">is_array</span><span style="color: #006600">(</span><span style="color: #0000CC">$name</span><span style="color: #006600">)) {</span></span></code></td>
</tr>
</table>
<div id="stack-args-0" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-1" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/src/Controller/Component/P28nComponent.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="30"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">function </span><span style="color: #0000CC">change</span><span style="color: #006600">(</span><span style="color: #0000CC">$lang </span><span style="color: #006600">= </span><span style="color: #0000CC">null</span><span style="color: #006600">) {</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: #0000CC"> </span><span style="color: #006600">if (!empty(</span><span style="color: #0000CC">$lang</span><span style="color: #006600">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="34"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">session</span><span style="color: #006600">-></span><span style="color: #0000CC">write</span><span style="color: #006600">(</span><span style="color: #CC0000">'Config.language'</span><span style="color: #006600">, </span><span style="color: #0000CC">$lang</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="35"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">session</span><span style="color: #006600">-></span><span style="color: #0000CC">write</span><span style="color: #006600">(</span><span style="color: #CC0000">'Config.languageID'</span><span style="color: #006600">, </span><span style="color: #0000CC">Configure</span><span style="color: #006600">::</span><span style="color: #0000CC">read</span><span style="color: #006600">(</span><span style="color: #CC0000">'lngId.'</span><span style="color: #006600">.</span><span style="color: #0000CC">$lang</span><span style="color: #006600">));</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="36"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">true</span><span style="color: #006600">;</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-1" style="display: none;">
<pre>'Config.language'
'deu'</pre>
</div>
</div>
<div id="stack-frame-2" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/src/Controller/Component/P28nComponent.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="17"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">function </span><span style="color: #0000CC">startup</span><span style="color: #006600">() {</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: #0000CC"> </span><span style="color: #006600">if (!</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">session</span><span style="color: #006600">-></span><span style="color: #0000CC">check</span><span style="color: #006600">(</span><span style="color: #CC0000">'Config.language'</span><span style="color: #006600">)) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">change</span><span style="color: #006600">(</span><span style="color: #0000CC">Configure</span><span style="color: #006600">::</span><span style="color: #0000CC">read</span><span style="color: #006600">(</span><span style="color: #CC0000">"DEFAULT_LANGUAGE"</span><span style="color: #006600">));</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: #0000CC"> </span><span style="color: #006600">} else {</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: #0000CC"> </span><span style="color: #006600">switch(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">session</span><span style="color: #006600">-></span><span style="color: #0000CC">read</span><span style="color: #006600">(</span><span style="color: #CC0000">'Config.language'</span><span style="color: #006600">)) {</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: #0000CC"> </span><span style="color: #006600">case </span><span style="color: #CC0000">"spa"</span><span style="color: #006600">: </span><span style="color: #0000CC">I18n</span><span style="color: #006600">::</span><span style="color: #0000CC">setLocale</span><span style="color: #006600">(</span><span style="color: #CC0000">'es'</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">break;</span></span></code></td>
</tr>
</table>
<div id="stack-args-2" style="display: none;">
<pre>'deu'</pre>
</div>
</div>
<div id="stack-frame-3" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Event/EventManager.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="348"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">protected function </span><span style="color: #0000CC">_callListener</span><span style="color: #006600">(callable </span><span style="color: #0000CC">$listener</span><span style="color: #006600">, </span><span style="color: #0000CC">Event $event</span><span style="color: #006600">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="349"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="350"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $data </span><span style="color: #006600">= </span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">getData</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="351"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="352"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$listener</span><span style="color: #006600">(</span><span style="color: #0000CC">$event</span><span style="color: #006600">, ...</span><span style="color: #0000CC">array_values</span><span style="color: #006600">(</span><span style="color: #0000CC">$data</span><span style="color: #006600">));</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="353"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="354"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="355"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #FF9900">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="356"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">* {@</span><span style="color: #0000CC">inheritDoc</span><span style="color: #006600">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-3" style="display: none;">
<pre>object(Cake\Event\Event) {
result => null
[protected] _name => 'Controller.startup'
[protected] _subject => object(App\Controller\DetailsController) {
name => 'Detail'
components => [
[maximum depth reached]
]
helpers => [
[maximum depth reached]
]
request => object(Cake\Http\ServerRequest) {}
response => object(Cake\Http\Response) {}
paginate => [[maximum depth reached]]
View => null
passedArgs => [
[maximum depth reached]
]
modelClass => 'Detail'
viewClass => null
viewVars => [[maximum depth reached]]
P28n => object(App\Controller\Component\P28nComponent) {}
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {}
[protected] _validViewOptions => [
[maximum depth reached]
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {}
[protected] _modelFactories => [
[maximum depth reached]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}
[protected] _data => []
[protected] _stopped => false
}</pre>
</div>
</div>
<div id="stack-frame-4" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Event/EventManager.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="325"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">foreach (</span><span style="color: #0000CC">$listeners </span><span style="color: #006600">as </span><span style="color: #0000CC">$listener</span><span style="color: #006600">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="326"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">isStopped</span><span style="color: #006600">()) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="327"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">break;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="328"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="329"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $result </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_callListener</span><span style="color: #006600">(</span><span style="color: #0000CC">$listener</span><span style="color: #006600">[</span><span style="color: #CC0000">'callable'</span><span style="color: #006600">], </span><span style="color: #0000CC">$event</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="330"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$result </span><span style="color: #006600">=== </span><span style="color: #0000CC">false</span><span style="color: #006600">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="331"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $event</span><span style="color: #006600">-></span><span style="color: #0000CC">stopPropagation</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="332"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="333"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$result </span><span style="color: #006600">!== </span><span style="color: #0000CC">null</span><span style="color: #006600">) {</span></span></code></td>
</tr>
</table>
<div id="stack-args-4" style="display: none;">
<pre>[
(int) 0 => object(App\Controller\Component\P28nComponent) {
'components' => [],
'implementedEvents' => [
'Controller.startup' => 'startup'
],
'_config' => []
},
(int) 1 => 'startup'
]
object(Cake\Event\Event) {
result => null
[protected] _name => 'Controller.startup'
[protected] _subject => object(App\Controller\DetailsController) {
name => 'Detail'
components => [
[maximum depth reached]
]
helpers => [
[maximum depth reached]
]
request => object(Cake\Http\ServerRequest) {}
response => object(Cake\Http\Response) {}
paginate => [[maximum depth reached]]
View => null
passedArgs => [
[maximum depth reached]
]
modelClass => 'Detail'
viewClass => null
viewVars => [[maximum depth reached]]
P28n => object(App\Controller\Component\P28nComponent) {}
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {}
[protected] _validViewOptions => [
[maximum depth reached]
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {}
[protected] _modelFactories => [
[maximum depth reached]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}
[protected] _data => []
[protected] _stopped => false
}</pre>
</div>
</div>
<div id="stack-frame-5" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Event/EventDispatcherTrait.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="109"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $subject </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="110"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="111"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="112"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $event </span><span style="color: #006600">= new </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_eventClass</span><span style="color: #006600">(</span><span style="color: #0000CC">$name</span><span style="color: #006600">, </span><span style="color: #0000CC">$subject</span><span style="color: #006600">, </span><span style="color: #0000CC">$data</span><span style="color: #006600">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="113"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">getEventManager</span><span style="color: #006600">()-></span><span style="color: #0000CC">dispatch</span><span style="color: #006600">(</span><span style="color: #0000CC">$event</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="114"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="115"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$event</span><span style="color: #006600">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="116"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="117"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span><span style="color: #006600">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-5" style="display: none;">
<pre>object(Cake\Event\Event) {
result => null
[protected] _name => 'Controller.startup'
[protected] _subject => object(App\Controller\DetailsController) {
name => 'Detail'
components => [
[maximum depth reached]
]
helpers => [
[maximum depth reached]
]
request => object(Cake\Http\ServerRequest) {}
response => object(Cake\Http\Response) {}
paginate => [[maximum depth reached]]
View => null
passedArgs => [
[maximum depth reached]
]
modelClass => 'Detail'
viewClass => null
viewVars => [[maximum depth reached]]
P28n => object(App\Controller\Component\P28nComponent) {}
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {}
[protected] _validViewOptions => [
[maximum depth reached]
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {}
[protected] _modelFactories => [
[maximum depth reached]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}
[protected] _data => []
[protected] _stopped => false
}</pre>
</div>
</div>
<div id="stack-frame-6" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Controller/Controller.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="676"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $event </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">dispatchEvent</span><span style="color: #006600">(</span><span style="color: #CC0000">'Controller.initialize'</span><span style="color: #006600">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="677"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">getResult</span><span style="color: #006600">() instanceof </span><span style="color: #0000CC">Response</span><span style="color: #006600">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="678"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">getResult</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="679"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="680"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $event </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">dispatchEvent</span><span style="color: #006600">(</span><span style="color: #CC0000">'Controller.startup'</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="681"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">getResult</span><span style="color: #006600">() instanceof </span><span style="color: #0000CC">Response</span><span style="color: #006600">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="682"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">getResult</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="683"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="684"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
</table>
<div id="stack-args-6" style="display: none;">
<pre>'Controller.startup'</pre>
</div>
</div>
<div id="stack-frame-7" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/ActionDispatcher.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="111"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">protected function </span><span style="color: #0000CC">_invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">Controller $controller</span><span style="color: #006600">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="112"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="113"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">dispatchEvent</span><span style="color: #006600">(</span><span style="color: #CC0000">'Dispatcher.invokeController'</span><span style="color: #006600">, [</span><span style="color: #CC0000">'controller' </span><span style="color: #006600">=> </span><span style="color: #0000CC">$controller</span><span style="color: #006600">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="114"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="115"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $result </span><span style="color: #006600">= </span><span style="color: #0000CC">$controller</span><span style="color: #006600">-></span><span style="color: #0000CC">startupProcess</span><span style="color: #006600">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="116"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$result </span><span style="color: #006600">instanceof </span><span style="color: #0000CC">Response</span><span style="color: #006600">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="117"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$result</span><span style="color: #006600">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="118"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="119"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
</table>
<div id="stack-args-7" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-8" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/ActionDispatcher.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="90"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">} else {</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: #0000CC"> $controller </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">factory</span><span style="color: #006600">-></span><span style="color: #0000CC">create</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $response </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">$controller</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$request</span><span style="color: #006600">-></span><span style="color: #0000CC">getParam</span><span style="color: #006600">(</span><span style="color: #CC0000">'return'</span><span style="color: #006600">)) {</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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></span></span></code></td>
</tr>
</table>
<div id="stack-args-8" style="display: none;">
<pre>object(App\Controller\DetailsController) {
name => 'Detail'
components => [
'P28n' => null
]
helpers => [
'Html' => null,
'Text' => null,
'Form' => null,
'Sidebar' => null
]
request => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] trustedProxies => [[maximum depth reached]]
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [[maximum depth reached]]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
}
response => object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
[maximum depth reached]
],
'file' => null,
'fileRange' => [[maximum depth reached]],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [[maximum depth reached]],
'body' => ''
}
paginate => []
View => null
passedArgs => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
]
modelClass => 'Detail'
viewClass => null
viewVars => []
P28n => object(App\Controller\Component\P28nComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [
[maximum depth reached]
],
'_config' => [[maximum depth reached]]
}
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {
'_Controller' => object(App\Controller\DetailsController) {},
'_loaded' => [
[maximum depth reached]
],
'_eventManager' => object(Cake\Event\EventManager) {},
'_eventClass' => 'Cake\Event\Event'
}
[protected] _validViewOptions => [
(int) 0 => 'passedArgs'
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {
'_listeners' => [
[maximum depth reached]
],
'_isGlobal' => false,
'_trackEvents' => false,
'_generalManager' => '(object) EventManager',
'_dispatchedEvents' => null
}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {
[protected] locations => [
[maximum depth reached]
]
[protected] _config => [[maximum depth reached]]
[protected] _instances => [
[maximum depth reached]
]
[protected] _fallbacked => [[maximum depth reached]]
[protected] _options => [
[maximum depth reached]
]
}
[protected] _modelFactories => [
'Table' => [
(int) 0 => object(Cake\ORM\Locator\TableLocator) {},
(int) 1 => 'get'
]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}</pre>
</div>
</div>
<div id="stack-frame-9" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/BaseApplication.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="230"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">* @return \</span><span style="color: #0000CC">Psr</span><span style="color: #006600">\</span><span style="color: #0000CC">Http</span><span style="color: #006600">\</span><span style="color: #0000CC">Message</span><span style="color: #006600">\</span><span style="color: #0000CC">ResponseInterface</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="231"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="232"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">public function </span><span style="color: #0000CC">__invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">ServerRequestInterface $request</span><span style="color: #006600">, </span><span style="color: #0000CC">ResponseInterface $response</span><span style="color: #006600">, </span><span style="color: #0000CC">$next</span><span style="color: #006600">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="233"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="234"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">getDispatcher</span><span style="color: #006600">()-></span><span style="color: #0000CC">dispatch</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="235"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="236"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="237"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #FF9900">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="238"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">* </span><span style="color: #0000CC">Get the ActionDispatcher</span><span style="color: #006600">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-9" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null,
'_csrfToken' => '5adea34c25d12d950122fdd45770eef144b38e137ba7130bfe3e1e1f4235828a90af23a6e1e7db7a382f2d5709c219bb159e1881293809ecda0d17950241b564'
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_REFERER' => null
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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-10" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Runner.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="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-10" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null,
'_csrfToken' => '5adea34c25d12d950122fdd45770eef144b38e137ba7130bfe3e1e1f4235828a90af23a6e1e7db7a382f2d5709c219bb159e1881293809ecda0d17950241b564'
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_REFERER' => null
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-11" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Runner.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="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-11" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null,
'_csrfToken' => '5adea34c25d12d950122fdd45770eef144b38e137ba7130bfe3e1e1f4235828a90af23a6e1e7db7a382f2d5709c219bb159e1881293809ecda0d17950241b564'
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_REFERER' => null
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 2
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-12" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.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="115"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $token </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_createToken</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="116"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $request </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_addTokenToRequest</span><span style="color: #006600">(</span><span style="color: #0000CC">$token</span><span style="color: #006600">, </span><span style="color: #0000CC">$request</span><span style="color: #006600">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="117"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $response </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_addTokenCookie</span><span style="color: #006600">(</span><span style="color: #0000CC">$token</span><span style="color: #006600">, </span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="118"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="119"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="120"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="121"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $request </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_validateAndUnsetTokenField</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">);</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-12" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null,
'_csrfToken' => '5adea34c25d12d950122fdd45770eef144b38e137ba7130bfe3e1e1f4235828a90af23a6e1e7db7a382f2d5709c219bb159e1881293809ecda0d17950241b564'
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_REFERER' => null
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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-13" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Runner.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="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-13" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null,
'_csrfToken' => '5adea34c25d12d950122fdd45770eef144b38e137ba7130bfe3e1e1f4235828a90af23a6e1e7db7a382f2d5709c219bb159e1881293809ecda0d17950241b564'
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_REFERER' => null
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 2
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-14" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Runner.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="47"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">{</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware </span><span style="color: #006600">= </span><span style="color: #0000CC">$middleware</span><span style="color: #006600">;</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index </span><span style="color: #006600">= </span><span style="color: #0000CC">0</span><span style="color: #006600">;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">__invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">/**</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: #0000CC"> </span><span style="color: #006600">* @</span><span style="color: #0000CC">param </span><span style="color: #006600">\</span><span style="color: #0000CC">Psr</span><span style="color: #006600">\</span><span style="color: #0000CC">Http</span><span style="color: #006600">\</span><span style="color: #0000CC">Message</span><span style="color: #006600">\</span><span style="color: #0000CC">ServerRequestInterface $request The server request</span></span></code></td>
</tr>
</table>
<div id="stack-args-14" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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-15" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/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="164"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $matching</span><span style="color: #006600">[] = </span><span style="color: #0000CC">$next</span><span style="color: #006600">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="165"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $middleware </span><span style="color: #006600">= new </span><span style="color: #0000CC">MiddlewareQueue</span><span style="color: #006600">(</span><span style="color: #0000CC">$matching</span><span style="color: #006600">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="166"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $runner </span><span style="color: #006600">= new </span><span style="color: #0000CC">Runner</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="167"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="168"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$runner</span><span style="color: #006600">-></span><span style="color: #0000CC">run</span><span style="color: #006600">(</span><span style="color: #0000CC">$middleware</span><span style="color: #006600">, </span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="169"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="170"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="171"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
</table>
<div id="stack-args-15" style="display: none;">
<pre>object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
(int) 1 => object(Cake\Http\Runner) {}
]
[protected] callables => [
(int) 0 => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
(int) 1 => object(Cake\Http\Runner) {}
]
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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-16" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/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: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-16" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 4
[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">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.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="84"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">public function </span><span style="color: #0000CC">__invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$next</span><span style="color: #006600">)</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: #0000CC"> </span><span style="color: #006600">{</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: #0000CC"> $url </span><span style="color: #006600">= </span><span style="color: #0000CC">$request</span><span style="color: #006600">-></span><span style="color: #0000CC">getUri</span><span style="color: #006600">()-></span><span style="color: #0000CC">getPath</span><span style="color: #006600">();</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">strpos</span><span style="color: #006600">(</span><span style="color: #0000CC">$url</span><span style="color: #006600">, </span><span style="color: #CC0000">'..'</span><span style="color: #006600">) !== </span><span style="color: #0000CC">false </span><span style="color: #006600">|| </span><span style="color: #0000CC">strpos</span><span style="color: #006600">(</span><span style="color: #0000CC">$url</span><span style="color: #006600">, </span><span style="color: #CC0000">'.'</span><span style="color: #006600">) === </span><span style="color: #0000CC">false</span><span style="color: #006600">) {</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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">strpos</span><span style="color: #006600">(</span><span style="color: #0000CC">$url</span><span style="color: #006600">, </span><span style="color: #CC0000">'/.'</span><span style="color: #006600">) !== </span><span style="color: #0000CC">false</span><span style="color: #006600">) {</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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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 => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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">/kunden/348240_07620/disayomallorca.com/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: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</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 => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 4
[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">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.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="92"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">*/</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: #0000CC"> </span><span style="color: #006600">public function </span><span style="color: #0000CC">__invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$next</span><span style="color: #006600">)</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: #0000CC"> </span><span style="color: #006600">{</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: #0000CC"> </span><span style="color: #006600">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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">} catch (</span><span style="color: #0000CC">Throwable $exception</span><span style="color: #006600">) {</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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">handleException</span><span style="color: #006600">(</span><span style="color: #0000CC">$exception</span><span style="color: #006600">, </span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">} catch (</span><span style="color: #0000CC">Exception $exception</span><span style="color: #006600">) {</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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">handleException</span><span style="color: #006600">(</span><span style="color: #0000CC">$exception</span><span style="color: #006600">, </span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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 => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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">/kunden/348240_07620/disayomallorca.com/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: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</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 => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 4
[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">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Runner.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="47"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">{</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware </span><span style="color: #006600">= </span><span style="color: #0000CC">$middleware</span><span style="color: #006600">;</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index </span><span style="color: #006600">= </span><span style="color: #0000CC">0</span><span style="color: #006600">;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">__invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">/**</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: #0000CC"> </span><span style="color: #006600">* @</span><span style="color: #0000CC">param </span><span style="color: #006600">\</span><span style="color: #0000CC">Psr</span><span style="color: #006600">\</span><span style="color: #0000CC">Http</span><span style="color: #006600">\</span><span style="color: #0000CC">Message</span><span style="color: #006600">\</span><span style="color: #0000CC">ServerRequestInterface $request The server request</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 => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Server.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="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">dispatchEvent</span><span style="color: #006600">(</span><span style="color: #CC0000">'Server.buildMiddleware'</span><span style="color: #006600">, [</span><span style="color: #CC0000">'middleware' </span><span style="color: #006600">=> </span><span style="color: #0000CC">$middleware</span><span style="color: #006600">]);</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: #0000CC"> $middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">add</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">app</span><span style="color: #006600">);</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: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $response </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">runner</span><span style="color: #006600">-></span><span style="color: #0000CC">run</span><span style="color: #006600">(</span><span style="color: #0000CC">$middleware</span><span style="color: #006600">, </span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></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: #0000CC"> </span><span style="color: #006600">if (!(</span><span style="color: #0000CC">$response </span><span style="color: #006600">instanceof </span><span style="color: #0000CC">ResponseInterface</span><span style="color: #006600">)) {</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: #0000CC"> </span><span style="color: #006600">throw new </span><span style="color: #0000CC">RuntimeException</span><span style="color: #006600">(</span><span style="color: #0000CC">sprintf</span><span style="color: #006600">(</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: #0000CC"> </span><span style="color: #CC0000">'Application did not create a response. Got "%s" instead.'</span><span style="color: #006600">,</span></span></code></td>
</tr>
</table>
<div id="stack-args-22" style="display: none;">
<pre>object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
[protected] callables => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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-23" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/webroot/index.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="36"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span><span style="color: #FF9900">// 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: #0000CC">$server </span><span style="color: #006600">= new </span><span style="color: #0000CC">Server</span><span style="color: #006600">(new </span><span style="color: #0000CC">Application</span><span style="color: #006600">(</span><span style="color: #0000CC">dirname</span><span style="color: #006600">(</span><span style="color: #0000CC">__DIR__</span><span style="color: #006600">) . </span><span style="color: #CC0000">'/config'</span><span style="color: #006600">));</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: #0000CC"></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: #0000CC"></span><span style="color: #FF9900">// 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: #0000CC">$server</span><span style="color: #006600">-></span><span style="color: #0000CC">emit</span><span style="color: #006600">(</span><span style="color: #0000CC">$server</span><span style="color: #006600">-></span><span style="color: #0000CC">run</span><span style="color: #006600">());</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: #0000CC"></span></span></code></td>
</tr>
</table>
<div id="stack-args-23" 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\Http\Session->start</span>
<span class="stack-file">
CORE/src/Http/Session.php, line 473 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-1">
<span class="stack-function">⟩ Cake\Http\Session->write</span>
<span class="stack-file">
APP/Controller/Component/P28nComponent.php, line 34 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-2">
<span class="stack-function">⟩ App\Controller\Component\P28nComponent->change</span>
<span class="stack-file">
APP/Controller/Component/P28nComponent.php, line 21 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-3">
<span class="stack-function">⟩ App\Controller\Component\P28nComponent->startup</span>
<span class="stack-file">
CORE/src/Event/EventManager.php, line 352 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-4">
<span class="stack-function">⟩ Cake\Event\EventManager->_callListener</span>
<span class="stack-file">
CORE/src/Event/EventManager.php, line 329 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-5">
<span class="stack-function">⟩ Cake\Event\EventManager->dispatch</span>
<span class="stack-file">
CORE/src/Event/EventDispatcherTrait.php, line 113 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-6">
<span class="stack-function">⟩ Cake\Controller\Controller->dispatchEvent</span>
<span class="stack-file">
CORE/src/Controller/Controller.php, line 680 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-7">
<span class="stack-function">⟩ Cake\Controller\Controller->startupProcess</span>
<span class="stack-file">
CORE/src/Http/ActionDispatcher.php, line 115 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-8">
<span class="stack-function">⟩ Cake\Http\ActionDispatcher->_invoke</span>
<span class="stack-file">
CORE/src/Http/ActionDispatcher.php, line 94 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-9">
<span class="stack-function">⟩ Cake\Http\ActionDispatcher->dispatch</span>
<span class="stack-file">
CORE/src/Http/BaseApplication.php, line 234 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-10">
<span class="stack-function">⟩ Cake\Http\BaseApplication->__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-11">
<span class="stack-function">⟩ Cake\Http\Runner->__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-12">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 119 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-13">
<span class="stack-function">⟩ Cake\Http\Middleware\CsrfProtectionMiddleware->__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-14">
<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-15">
<span class="stack-function">⟩ Cake\Http\Runner->run</span>
<span class="stack-file">
CORE/src/Routing/Middleware/RoutingMiddleware.php, line 168 </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 vendor-frame">
<a href="#" data-target="stack-frame-17">
<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-18">
<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 vendor-frame">
<a href="#" data-target="stack-frame-19">
<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-20">
<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 vendor-frame">
<a href="#" data-target="stack-frame-21">
<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-22">
<span class="stack-function">⟩ Cake\Http\Runner->run</span>
<span class="stack-file">
CORE/src/Http/Server.php, line 97 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-23">
<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'
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 140
[main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php, line 181]Code Context foreach ($values as $value) {
header(sprintf(
'%s: %s',
$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: Could not start the session </title>
<link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/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">
Could not start the session <span class="header-type">RuntimeException</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">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Session.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="469"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">*/</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: #0000CC"> </span><span style="color: #006600">public function </span><span style="color: #0000CC">write</span><span style="color: #006600">(</span><span style="color: #0000CC">$name</span><span style="color: #006600">, </span><span style="color: #0000CC">$value </span><span style="color: #006600">= </span><span style="color: #0000CC">null</span><span style="color: #006600">)</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: #0000CC"> </span><span style="color: #006600">{</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: #0000CC"> </span><span style="color: #006600">if (!</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">started</span><span style="color: #006600">()) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="473"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">start</span><span style="color: #006600">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="474"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="476"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $write </span><span style="color: #006600">= </span><span style="color: #0000CC">$name</span><span style="color: #006600">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="477"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (!</span><span style="color: #0000CC">is_array</span><span style="color: #006600">(</span><span style="color: #0000CC">$name</span><span style="color: #006600">)) {</span></span></code></td>
</tr>
</table>
<div id="stack-args-0" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-1" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/src/Controller/Component/P28nComponent.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="30"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">function </span><span style="color: #0000CC">change</span><span style="color: #006600">(</span><span style="color: #0000CC">$lang </span><span style="color: #006600">= </span><span style="color: #0000CC">null</span><span style="color: #006600">) {</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: #0000CC"> </span><span style="color: #006600">if (!empty(</span><span style="color: #0000CC">$lang</span><span style="color: #006600">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="34"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">session</span><span style="color: #006600">-></span><span style="color: #0000CC">write</span><span style="color: #006600">(</span><span style="color: #CC0000">'Config.language'</span><span style="color: #006600">, </span><span style="color: #0000CC">$lang</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="35"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">session</span><span style="color: #006600">-></span><span style="color: #0000CC">write</span><span style="color: #006600">(</span><span style="color: #CC0000">'Config.languageID'</span><span style="color: #006600">, </span><span style="color: #0000CC">Configure</span><span style="color: #006600">::</span><span style="color: #0000CC">read</span><span style="color: #006600">(</span><span style="color: #CC0000">'lngId.'</span><span style="color: #006600">.</span><span style="color: #0000CC">$lang</span><span style="color: #006600">));</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="36"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">true</span><span style="color: #006600">;</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-1" style="display: none;">
<pre>'Config.language'
'deu'</pre>
</div>
</div>
<div id="stack-frame-2" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/src/Controller/Component/P28nComponent.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="17"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">function </span><span style="color: #0000CC">startup</span><span style="color: #006600">() {</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: #0000CC"> </span><span style="color: #006600">if (!</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">session</span><span style="color: #006600">-></span><span style="color: #0000CC">check</span><span style="color: #006600">(</span><span style="color: #CC0000">'Config.language'</span><span style="color: #006600">)) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">change</span><span style="color: #006600">(</span><span style="color: #0000CC">Configure</span><span style="color: #006600">::</span><span style="color: #0000CC">read</span><span style="color: #006600">(</span><span style="color: #CC0000">"DEFAULT_LANGUAGE"</span><span style="color: #006600">));</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: #0000CC"> </span><span style="color: #006600">} else {</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: #0000CC"> </span><span style="color: #006600">switch(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">session</span><span style="color: #006600">-></span><span style="color: #0000CC">read</span><span style="color: #006600">(</span><span style="color: #CC0000">'Config.language'</span><span style="color: #006600">)) {</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: #0000CC"> </span><span style="color: #006600">case </span><span style="color: #CC0000">"spa"</span><span style="color: #006600">: </span><span style="color: #0000CC">I18n</span><span style="color: #006600">::</span><span style="color: #0000CC">setLocale</span><span style="color: #006600">(</span><span style="color: #CC0000">'es'</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">break;</span></span></code></td>
</tr>
</table>
<div id="stack-args-2" style="display: none;">
<pre>'deu'</pre>
</div>
</div>
<div id="stack-frame-3" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Event/EventManager.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="348"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">protected function </span><span style="color: #0000CC">_callListener</span><span style="color: #006600">(callable </span><span style="color: #0000CC">$listener</span><span style="color: #006600">, </span><span style="color: #0000CC">Event $event</span><span style="color: #006600">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="349"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="350"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $data </span><span style="color: #006600">= </span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">getData</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="351"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="352"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$listener</span><span style="color: #006600">(</span><span style="color: #0000CC">$event</span><span style="color: #006600">, ...</span><span style="color: #0000CC">array_values</span><span style="color: #006600">(</span><span style="color: #0000CC">$data</span><span style="color: #006600">));</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="353"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="354"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="355"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #FF9900">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="356"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">* {@</span><span style="color: #0000CC">inheritDoc</span><span style="color: #006600">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-3" style="display: none;">
<pre>object(Cake\Event\Event) {
result => null
[protected] _name => 'Controller.startup'
[protected] _subject => object(App\Controller\DetailsController) {
name => 'Detail'
components => [
[maximum depth reached]
]
helpers => [
[maximum depth reached]
]
request => object(Cake\Http\ServerRequest) {}
response => object(Cake\Http\Response) {}
paginate => [[maximum depth reached]]
View => null
passedArgs => [
[maximum depth reached]
]
modelClass => 'Detail'
viewClass => null
viewVars => [[maximum depth reached]]
P28n => object(App\Controller\Component\P28nComponent) {}
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {}
[protected] _validViewOptions => [
[maximum depth reached]
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {}
[protected] _modelFactories => [
[maximum depth reached]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}
[protected] _data => []
[protected] _stopped => false
}</pre>
</div>
</div>
<div id="stack-frame-4" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Event/EventManager.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="325"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">foreach (</span><span style="color: #0000CC">$listeners </span><span style="color: #006600">as </span><span style="color: #0000CC">$listener</span><span style="color: #006600">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="326"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">isStopped</span><span style="color: #006600">()) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="327"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">break;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="328"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="329"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $result </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_callListener</span><span style="color: #006600">(</span><span style="color: #0000CC">$listener</span><span style="color: #006600">[</span><span style="color: #CC0000">'callable'</span><span style="color: #006600">], </span><span style="color: #0000CC">$event</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="330"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$result </span><span style="color: #006600">=== </span><span style="color: #0000CC">false</span><span style="color: #006600">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="331"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $event</span><span style="color: #006600">-></span><span style="color: #0000CC">stopPropagation</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="332"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="333"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$result </span><span style="color: #006600">!== </span><span style="color: #0000CC">null</span><span style="color: #006600">) {</span></span></code></td>
</tr>
</table>
<div id="stack-args-4" style="display: none;">
<pre>[
(int) 0 => object(App\Controller\Component\P28nComponent) {
'components' => [],
'implementedEvents' => [
'Controller.startup' => 'startup'
],
'_config' => []
},
(int) 1 => 'startup'
]
object(Cake\Event\Event) {
result => null
[protected] _name => 'Controller.startup'
[protected] _subject => object(App\Controller\DetailsController) {
name => 'Detail'
components => [
[maximum depth reached]
]
helpers => [
[maximum depth reached]
]
request => object(Cake\Http\ServerRequest) {}
response => object(Cake\Http\Response) {}
paginate => [[maximum depth reached]]
View => null
passedArgs => [
[maximum depth reached]
]
modelClass => 'Detail'
viewClass => null
viewVars => [[maximum depth reached]]
P28n => object(App\Controller\Component\P28nComponent) {}
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {}
[protected] _validViewOptions => [
[maximum depth reached]
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {}
[protected] _modelFactories => [
[maximum depth reached]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}
[protected] _data => []
[protected] _stopped => false
}</pre>
</div>
</div>
<div id="stack-frame-5" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Event/EventDispatcherTrait.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="109"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $subject </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="110"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="111"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="112"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $event </span><span style="color: #006600">= new </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_eventClass</span><span style="color: #006600">(</span><span style="color: #0000CC">$name</span><span style="color: #006600">, </span><span style="color: #0000CC">$subject</span><span style="color: #006600">, </span><span style="color: #0000CC">$data</span><span style="color: #006600">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="113"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">getEventManager</span><span style="color: #006600">()-></span><span style="color: #0000CC">dispatch</span><span style="color: #006600">(</span><span style="color: #0000CC">$event</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="114"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="115"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$event</span><span style="color: #006600">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="116"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="117"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span><span style="color: #006600">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-5" style="display: none;">
<pre>object(Cake\Event\Event) {
result => null
[protected] _name => 'Controller.startup'
[protected] _subject => object(App\Controller\DetailsController) {
name => 'Detail'
components => [
[maximum depth reached]
]
helpers => [
[maximum depth reached]
]
request => object(Cake\Http\ServerRequest) {}
response => object(Cake\Http\Response) {}
paginate => [[maximum depth reached]]
View => null
passedArgs => [
[maximum depth reached]
]
modelClass => 'Detail'
viewClass => null
viewVars => [[maximum depth reached]]
P28n => object(App\Controller\Component\P28nComponent) {}
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {}
[protected] _validViewOptions => [
[maximum depth reached]
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {}
[protected] _modelFactories => [
[maximum depth reached]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}
[protected] _data => []
[protected] _stopped => false
}</pre>
</div>
</div>
<div id="stack-frame-6" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Controller/Controller.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="676"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $event </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">dispatchEvent</span><span style="color: #006600">(</span><span style="color: #CC0000">'Controller.initialize'</span><span style="color: #006600">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="677"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">getResult</span><span style="color: #006600">() instanceof </span><span style="color: #0000CC">Response</span><span style="color: #006600">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="678"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">getResult</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="679"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="680"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $event </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">dispatchEvent</span><span style="color: #006600">(</span><span style="color: #CC0000">'Controller.startup'</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="681"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">getResult</span><span style="color: #006600">() instanceof </span><span style="color: #0000CC">Response</span><span style="color: #006600">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="682"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$event</span><span style="color: #006600">-></span><span style="color: #0000CC">getResult</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="683"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="684"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
</table>
<div id="stack-args-6" style="display: none;">
<pre>'Controller.startup'</pre>
</div>
</div>
<div id="stack-frame-7" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/ActionDispatcher.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="111"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">protected function </span><span style="color: #0000CC">_invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">Controller $controller</span><span style="color: #006600">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="112"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="113"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">dispatchEvent</span><span style="color: #006600">(</span><span style="color: #CC0000">'Dispatcher.invokeController'</span><span style="color: #006600">, [</span><span style="color: #CC0000">'controller' </span><span style="color: #006600">=> </span><span style="color: #0000CC">$controller</span><span style="color: #006600">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="114"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="115"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $result </span><span style="color: #006600">= </span><span style="color: #0000CC">$controller</span><span style="color: #006600">-></span><span style="color: #0000CC">startupProcess</span><span style="color: #006600">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="116"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$result </span><span style="color: #006600">instanceof </span><span style="color: #0000CC">Response</span><span style="color: #006600">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="117"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$result</span><span style="color: #006600">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="118"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="119"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
</table>
<div id="stack-args-7" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-8" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/ActionDispatcher.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="90"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">} else {</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: #0000CC"> $controller </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">factory</span><span style="color: #006600">-></span><span style="color: #0000CC">create</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> $response </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">$controller</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$request</span><span style="color: #006600">-></span><span style="color: #0000CC">getParam</span><span style="color: #006600">(</span><span style="color: #CC0000">'return'</span><span style="color: #006600">)) {</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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></span></span></code></td>
</tr>
</table>
<div id="stack-args-8" style="display: none;">
<pre>object(App\Controller\DetailsController) {
name => 'Detail'
components => [
'P28n' => null
]
helpers => [
'Html' => null,
'Text' => null,
'Form' => null,
'Sidebar' => null
]
request => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] trustedProxies => [[maximum depth reached]]
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [[maximum depth reached]]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
}
response => object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
[maximum depth reached]
],
'file' => null,
'fileRange' => [[maximum depth reached]],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [[maximum depth reached]],
'body' => ''
}
paginate => []
View => null
passedArgs => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
]
modelClass => 'Detail'
viewClass => null
viewVars => []
P28n => object(App\Controller\Component\P28nComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [
[maximum depth reached]
],
'_config' => [[maximum depth reached]]
}
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {
'_Controller' => object(App\Controller\DetailsController) {},
'_loaded' => [
[maximum depth reached]
],
'_eventManager' => object(Cake\Event\EventManager) {},
'_eventClass' => 'Cake\Event\Event'
}
[protected] _validViewOptions => [
(int) 0 => 'passedArgs'
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {
'_listeners' => [
[maximum depth reached]
],
'_isGlobal' => false,
'_trackEvents' => false,
'_generalManager' => '(object) EventManager',
'_dispatchedEvents' => null
}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {
[protected] locations => [
[maximum depth reached]
]
[protected] _config => [[maximum depth reached]]
[protected] _instances => [
[maximum depth reached]
]
[protected] _fallbacked => [[maximum depth reached]]
[protected] _options => [
[maximum depth reached]
]
}
[protected] _modelFactories => [
'Table' => [
(int) 0 => object(Cake\ORM\Locator\TableLocator) {},
(int) 1 => 'get'
]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}</pre>
</div>
</div>
<div id="stack-frame-9" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/BaseApplication.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="230"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">* @return \</span><span style="color: #0000CC">Psr</span><span style="color: #006600">\</span><span style="color: #0000CC">Http</span><span style="color: #006600">\</span><span style="color: #0000CC">Message</span><span style="color: #006600">\</span><span style="color: #0000CC">ResponseInterface</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="231"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="232"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">public function </span><span style="color: #0000CC">__invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">ServerRequestInterface $request</span><span style="color: #006600">, </span><span style="color: #0000CC">ResponseInterface $response</span><span style="color: #006600">, </span><span style="color: #0000CC">$next</span><span style="color: #006600">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="233"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="234"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">getDispatcher</span><span style="color: #006600">()-></span><span style="color: #0000CC">dispatch</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="235"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="236"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="237"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #FF9900">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="238"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">* </span><span style="color: #0000CC">Get the ActionDispatcher</span><span style="color: #006600">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-9" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null,
'_csrfToken' => '5adea34c25d12d950122fdd45770eef144b38e137ba7130bfe3e1e1f4235828a90af23a6e1e7db7a382f2d5709c219bb159e1881293809ecda0d17950241b564'
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_REFERER' => null
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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-10" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Runner.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="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-10" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null,
'_csrfToken' => '5adea34c25d12d950122fdd45770eef144b38e137ba7130bfe3e1e1f4235828a90af23a6e1e7db7a382f2d5709c219bb159e1881293809ecda0d17950241b564'
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_REFERER' => null
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-11" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Runner.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="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-11" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null,
'_csrfToken' => '5adea34c25d12d950122fdd45770eef144b38e137ba7130bfe3e1e1f4235828a90af23a6e1e7db7a382f2d5709c219bb159e1881293809ecda0d17950241b564'
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_REFERER' => null
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 2
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-12" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.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="115"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $token </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_createToken</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="116"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $request </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_addTokenToRequest</span><span style="color: #006600">(</span><span style="color: #0000CC">$token</span><span style="color: #006600">, </span><span style="color: #0000CC">$request</span><span style="color: #006600">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="117"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $response </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_addTokenCookie</span><span style="color: #006600">(</span><span style="color: #0000CC">$token</span><span style="color: #006600">, </span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="118"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="119"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="120"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="121"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $request </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">_validateAndUnsetTokenField</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">);</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-12" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null,
'_csrfToken' => '5adea34c25d12d950122fdd45770eef144b38e137ba7130bfe3e1e1f4235828a90af23a6e1e7db7a382f2d5709c219bb159e1881293809ecda0d17950241b564'
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_REFERER' => null
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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-13" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Runner.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="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-13" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null,
'_csrfToken' => '5adea34c25d12d950122fdd45770eef144b38e137ba7130bfe3e1e1f4235828a90af23a6e1e7db7a382f2d5709c219bb159e1881293809ecda0d17950241b564'
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_REFERER' => null
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 2
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-14" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Runner.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="47"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">{</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware </span><span style="color: #006600">= </span><span style="color: #0000CC">$middleware</span><span style="color: #006600">;</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index </span><span style="color: #006600">= </span><span style="color: #0000CC">0</span><span style="color: #006600">;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">__invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">/**</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: #0000CC"> </span><span style="color: #006600">* @</span><span style="color: #0000CC">param </span><span style="color: #006600">\</span><span style="color: #0000CC">Psr</span><span style="color: #006600">\</span><span style="color: #0000CC">Http</span><span style="color: #006600">\</span><span style="color: #0000CC">Message</span><span style="color: #006600">\</span><span style="color: #0000CC">ServerRequestInterface $request The server request</span></span></code></td>
</tr>
</table>
<div id="stack-args-14" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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-15" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/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="164"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $matching</span><span style="color: #006600">[] = </span><span style="color: #0000CC">$next</span><span style="color: #006600">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="165"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $middleware </span><span style="color: #006600">= new </span><span style="color: #0000CC">MiddlewareQueue</span><span style="color: #006600">(</span><span style="color: #0000CC">$matching</span><span style="color: #006600">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="166"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> $runner </span><span style="color: #006600">= new </span><span style="color: #0000CC">Runner</span><span style="color: #006600">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="167"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="168"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$runner</span><span style="color: #006600">-></span><span style="color: #0000CC">run</span><span style="color: #006600">(</span><span style="color: #0000CC">$middleware</span><span style="color: #006600">, </span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="169"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="170"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span><span style="color: #006600">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="171"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"></span></span></code></td>
</tr>
</table>
<div id="stack-args-15" style="display: none;">
<pre>object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
(int) 1 => object(Cake\Http\Runner) {}
]
[protected] callables => [
(int) 0 => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
(int) 1 => object(Cake\Http\Runner) {}
]
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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-16" style="display:none;" class="stack-details">
<span class="stack-frame-file">/kunden/348240_07620/disayomallorca.com/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: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-16" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'pass' => [
(int) 0 => '4656',
(int) 1 => 'Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
],
'controller' => 'Details',
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/Expose/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 4
[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">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.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="84"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">public function </span><span style="color: #0000CC">__invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$next</span><span style="color: #006600">)</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: #0000CC"> </span><span style="color: #006600">{</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: #0000CC"> $url </span><span style="color: #006600">= </span><span style="color: #0000CC">$request</span><span style="color: #006600">-></span><span style="color: #0000CC">getUri</span><span style="color: #006600">()-></span><span style="color: #0000CC">getPath</span><span style="color: #006600">();</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">strpos</span><span style="color: #006600">(</span><span style="color: #0000CC">$url</span><span style="color: #006600">, </span><span style="color: #CC0000">'..'</span><span style="color: #006600">) !== </span><span style="color: #0000CC">false </span><span style="color: #006600">|| </span><span style="color: #0000CC">strpos</span><span style="color: #006600">(</span><span style="color: #0000CC">$url</span><span style="color: #006600">, </span><span style="color: #CC0000">'.'</span><span style="color: #006600">) === </span><span style="color: #0000CC">false</span><span style="color: #006600">) {</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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">strpos</span><span style="color: #006600">(</span><span style="color: #0000CC">$url</span><span style="color: #006600">, </span><span style="color: #CC0000">'/.'</span><span style="color: #006600">) !== </span><span style="color: #0000CC">false</span><span style="color: #006600">) {</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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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 => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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">/kunden/348240_07620/disayomallorca.com/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: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</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 => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 4
[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">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.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="92"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">*/</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: #0000CC"> </span><span style="color: #006600">public function </span><span style="color: #0000CC">__invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$next</span><span style="color: #006600">)</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: #0000CC"> </span><span style="color: #006600">{</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: #0000CC"> </span><span style="color: #006600">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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">} catch (</span><span style="color: #0000CC">Throwable $exception</span><span style="color: #006600">) {</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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">handleException</span><span style="color: #006600">(</span><span style="color: #0000CC">$exception</span><span style="color: #006600">, </span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">} catch (</span><span style="color: #0000CC">Exception $exception</span><span style="color: #006600">) {</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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">handleException</span><span style="color: #006600">(</span><span style="color: #0000CC">$exception</span><span style="color: #006600">, </span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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 => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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">/kunden/348240_07620/disayomallorca.com/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: #0000CC"> $next </span><span style="color: #006600">= </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware</span><span style="color: #006600">-></span><span style="color: #0000CC">get</span><span style="color: #006600">(</span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">if (</span><span style="color: #0000CC">$next</span><span style="color: #006600">) {</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index</span><span style="color: #006600">++;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$next</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">, </span><span style="color: #0000CC">$this</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">// 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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$response</span><span style="color: #006600">;</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 => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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) 4
[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">/kunden/348240_07620/disayomallorca.com/vendor/cakephp/cakephp/src/Http/Runner.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="47"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600">{</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">middleware </span><span style="color: #006600">= </span><span style="color: #0000CC">$middleware</span><span style="color: #006600">;</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: #0000CC"> $this</span><span style="color: #006600">-></span><span style="color: #0000CC">index </span><span style="color: #006600">= </span><span style="color: #0000CC">0</span><span style="color: #006600">;</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: #0000CC"></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: #0000CC"> </span><span style="color: #006600">return </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">__invoke</span><span style="color: #006600">(</span><span style="color: #0000CC">$request</span><span style="color: #006600">, </span><span style="color: #0000CC">$response</span><span style="color: #006600">);</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: #0000CC"> </span><span style="color: #006600">}</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: #0000CC"></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: #0000CC"> </span><span style="color: #FF9900">/**</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: #0000CC"> </span><span style="color: #006600">* @</span><span style="color: #0000CC">param </span><span style="color: #006600">\</span><span style="color: #0000CC">Psr</span><span style="color: #006600">\</span><span style="color: #0000CC">Http</span><span style="color: #006600">\</span><span style="color: #0000CC">Message</span><span style="color: #006600">\</span><span style="color: #0000CC">ServerRequestInterface $request The server request</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 => []
[protected] _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YDuYocvEDXsnnOU-Krt8IgAABAQ',
'SCRIPT_URL' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_URI' => 'http://disayomallorca.com/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SWFFONTPATH' => '/usr/lib/libswf/fonts/',
'PDFLIBRESOURCE' => '/usr/local/fonts/pdflib.upr',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_ACCEPT_ENCODING' => 'br,gzip',
'HTTP_HOST' => 'disayomallorca.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'disayomallorca.com',
'SERVER_ADDR' => '46.252.18.27',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '3.235.11.178',
'DOCUMENT_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'SERVER_ADMIN' => 'webmaster@disayomallorca.com',
'SCRIPT_FILENAME' => '/kunden/348240_07620/disayomallorca.com/webroot/index.php',
'REMOTE_PORT' => '47222',
'REDIRECT_URL' => '/index.php',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten',
'SCRIPT_NAME' => '/webroot/index.php',
'DOCROOT' => '/kunden/348240_07620/disayomallorca.com',
'DOC_ROOT' => '/kunden/348240_07620/disayomallorca.com',
'PHPRC' => './:/etc/php.ini/7/348240/1620171:/etc/php.ini/7/348240:/usr/local/php7-SECURE',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1614518433.3603,
'REQUEST_TIME' => (int) 1614518433,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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 => []
[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 => 'http'
[private] userInfo => ''
[private] host => 'disayomallorca.com'
[private] port => null
[private] path => '/Expose/4656/Eingeschossiges-Einfamilienhaus-in-ruhiger-Lage-mit-Pool-und-pflegeleichtem-mediterranen-Garten'
[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' =>