ErrorException [ Notice ]:
APPPATH/views/merkliste/merkliste.php [ 14 ]
9
10 <a href="<?php echo url::site(I18n::$lang.'/merkliste/delete');?>" class="greybuttonlink">
11 <?=__('merkliste_delete');?>
12 </a>
13
14 <a href="<?php echo $_SERVER['HTTP_REFERER'];?>" class="greybuttonlink">
15 <?=__('back_to_catal');?>
16 </a>
17
18 <?php }?>
19
-
APPPATH/views/merkliste/merkliste.php [ 14 ] » Kohana_Core::error_handler()
9 10 <a href="<?php echo url::site(I18n::$lang.'/merkliste/delete');?>" class="greybuttonlink"> 11 <?=__('merkliste_delete');?> 12 </a> 13 14 <a href="<?php echo $_SERVER['HTTP_REFERER'];?>" class="greybuttonlink"> 15 <?=__('back_to_catal');?> 16 </a> 17 18 <?php }?> 19
-
SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)
0
string(60) "/var/www/web0/html/application/views/merkliste/merkliste.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/kohana/view.php [ 359 ] » Kohana_View::capture(arguments)
0
string(60) "/var/www/web0/html/application/views/merkliste/merkliste.php"
354 { 355 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 } // End View
-
SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()
223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 // Display the exception message 233 Kohana_Exception::handler($e);
-
APPPATH/views/index.php [ 130 ] » Kohana_View->__toString()
125 126 </div> 127 </div> 128 </div> 129 <div id="content"> 130 <?=$content;?> 131 </div> 132 133 <div id="footer"> 134 <div> 135 Copyright © <?php echo date("Y"); ?> Steinbüchel Nachf. GmbH | <a href="<?php echo url::site(I18n::$lang.'/kontakt');?>">
-
SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)
0
string(46) "/var/www/web0/html/application/views/index.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/kohana/view.php [ 359 ] » Kohana_View::capture(arguments)
0
string(46) "/var/www/web0/html/application/views/index.php"
354 { 355 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 } // End View
-
SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()
223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 // Display the exception message 233 Kohana_Exception::handler($e);
-
SYSPATH/classes/kohana/response.php [ 224 ] » Kohana_View->__toString()
219 */ 220 public function body($content = NULL) 221 { 222 if ($content) 223 { 224 $this->_body = (string) $content; 225 return $this; 226 } 227 228 return $this->_body; 229 }
-
APPPATH/classes/controller/merkliste.php [ 102 ] » Kohana_Response->body(arguments)
0
object View(2)
{ protected _file => string(46) "/var/www/web0/html/application/views/index.php" protected _data => array(8) ( "derkatalog" => bool FALSE "derkatalogarchiv" => array(16) ( 0 => array(1) ( "cfgTableName" => string(7) "01_2016" ) 1 => array(1) ( "cfgTableName" => string(7) "02_2016" ) 2 => array(1) ( "cfgTableName" => string(7) "01_2017" ) 3 => array(1) ( "cfgTableName" => string(7) "01_2018" ) 4 => array(1) ( "cfgTableName" => string(7) "02_2018" ) 5 => array(1) ( "cfgTableName" => string(7) "01_2019" ) 6 => array(1) ( "cfgTableName" => string(7) "02_2019" ) 7 => array(1) ( "cfgTableName" => string(7) "01_2020" ) 8 => array(1) ( "cfgTableName" => string(7) "01_2021" ) 9 => array(1) ( "cfgTableName" => string(7) "02_2021" ) 10 => array(1) ( "cfgTableName" => string(7) "01_2022" ) 11 => array(1) ( "cfgTableName" => string(7) "02_2022" ) 12 => array(1) ( "cfgTableName" => string(7) "01_2023" ) 13 => array(1) ( "cfgTableName" => string(7) "02_2023" ) 14 => array(1) ( "cfgTableName" => string(7) "01_2024" ) 15 => array(1) ( "cfgTableName" => string(7) "02_2024" ) ) "content" => object View(2)
{ protected _file => string(60) "/var/www/web0/html/application/views/merkliste/merkliste.php" protected _data => array(1) ( "data" => array(1) ( 0 => array(14) ( ... ) ) ) }
"nachverkauf" => NULL "freiverkauf" => NULL "selected_katalog" => string(0) "" "uri" => string(18) "de/merkliste/index" "variaauktion" => NULL ) }97 ->bind('selected_katalog',$selected_katalog) 98 ->bind('uri',$neueurl) 99 ->bind('variaauktion',$variaauktion); 100 101 102 $this->response->body($view); 103 } 104 105 }
-
APPPATH/classes/controller/merkliste.php [ 23 ] » Controller_Merkliste->show(arguments)
0
object View(2)
{ protected _file => string(60) "/var/www/web0/html/application/views/merkliste/merkliste.php" protected _data => array(1) ( "data" => array(1) ( 0 => array(14) ( "id" => string(3) "323" "LfdNr" => string(3) "323" "KatalogNr" => string(3) "413" "EinliefererNr" => string(8) "9491-149" "Text" => string(117) "<p><strong>Sammlung von 13 Schalen</strong><br />Marken. 925-Feingehalt, Ø 22 cm und kleiner, zus. 3340 g.</p>" "Limit" => string(3) "300" "Kategorie" => string(8) "I-Silber" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(8) "9491-149" "freiverkauf" => string(1) "0" "newimage" => array(1) ( 0 => array(11) ( ... ) ) "katalogid" => string(7) "02_2023" ) ) ) }
18 19 20 $view=View::factory('merkliste/merkliste') 21 ->bind('data',$data); 22 23 $this->show($view); 24 } 25 26 27 public function action_add() { 28
-
{PHP internal call} » Controller_Merkliste->action_index(arguments)
0
string(2) "en"
-
SYSPATH/classes/kohana/request/client/internal.php [ 132 ] » ReflectionMethod->invokeArgs(arguments)
0
object Controller_Merkliste(2)
{ public request => object Request(18)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(5) "https" protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _callback => NULL protected _uri => string(49) "(<lang>/)(<controller>(/<action>(/<id>(/<id2>))))" protected _regex => array(1) ( "lang" => string(13) "(en|de|nl-nl)" ) protected _defaults => array(3) ( "lang" => string(2) "de" "controller" => string(7) "welcome" "action" => string(5) "index" ) protected _route_regex => string(151) "#^(?:(?P<lang>(en|de|nl-nl))/)?(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<id2>[^ …" }
protected _response => object Response(5){ protected _status => integer 200 protected _header => object Http_Header(0)
protected _header => object Http_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(5) "https" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(9) "merkliste" protected _action => string(5) "index" protected _uri => string(12) "en/merkliste" protected _external => bool FALSE protected _params => array(1) ( "lang" => string(2) "en" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(5){ protected _previous_environment => NULL protected _cache => NULL protected _allow_private_cache => bool FALSE protected _request_time => NULL protected _response_time => integer 1735463738 }
}{ protected _status => integer 200 protected _header => object Http_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(5) "https" }1
array(1) ( "lang" => string(2) "en" )
127 * Execute the main action with the parameters 128 * 129 * @deprecated $params passing is deprecated since version 3.1 130 * will be removed in 3.2. 131 */ 132 $method->invokeArgs($controller, $params); 133 134 // Execute the "after action" method 135 $class->getMethod('after')->invoke($controller); 136 137 // Stop response time
-
SYSPATH/classes/kohana/request.php [ 999 ] » Kohana_Request_Client_Internal->execute(arguments)
0
object Request(18)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(5) "https" protected _referrer => NULL protected _route => object Route(5)
{ protected _callback => NULL protected _uri => string(49) "(<lang>/)(<controller>(/<action>(/<id>(/<id2>))))" protected _regex => array(1) ( "lang" => string(13) "(en|de|nl-nl)" ) protected _defaults => array(3) ( "lang" => string(2) "de" "controller" => string(7) "welcome" "action" => string(5) "index" ) protected _route_regex => string(151) "#^(?:(?P<lang>(en|de|nl-nl))/)?(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<id2>[^ …" }
protected _response => object Response(5){ protected _status => integer 200 protected _header => object Http_Header(0)
protected _header => object Http_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(5) "https" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(9) "merkliste" protected _action => string(5) "index" protected _uri => string(12) "en/merkliste" protected _external => bool FALSE protected _params => array(1) ( "lang" => string(2) "en" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(5){ protected _previous_environment => NULL protected _cache => NULL protected _allow_private_cache => bool FALSE protected _request_time => NULL protected _response_time => integer 1735463738 }
}994 public function execute() 995 { 996 if ( ! $this->_client instanceof Kohana_Request_Client) 997 throw new Kohana_Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array(':uri', $this->_uri)); 998 999 return $this->_client->execute($this); 1000 } 1001 1002 /** 1003 * Returns whether this request is the initial request Kohana received. 1004 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 109 ] » Kohana_Request->execute()
104 /** 105 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 106 * If no source is specified, the URI will be automatically detected. 107 */ 108 echo Request::factory() 109 ->execute() 110 ->send_headers() 111 ->body();
Environment
Included files (86)
DOCROOT/index.php |
APPPATH/bootstrap.php |
SYSPATH/classes/kohana/core.php |
SYSPATH/classes/kohana.php |
SYSPATH/classes/i18n.php |
SYSPATH/classes/kohana/i18n.php |
SYSPATH/classes/cookie.php |
SYSPATH/classes/kohana/cookie.php |
SYSPATH/classes/kohana/exception.php |
SYSPATH/classes/kohana/kohana/exception.php |
SYSPATH/classes/log.php |
SYSPATH/classes/kohana/log.php |
SYSPATH/classes/config.php |
SYSPATH/classes/kohana/config.php |
SYSPATH/classes/log/file.php |
SYSPATH/classes/kohana/log/file.php |
SYSPATH/classes/log/writer.php |
SYSPATH/classes/kohana/log/writer.php |
SYSPATH/classes/config/file.php |
SYSPATH/classes/kohana/config/file.php |
SYSPATH/classes/config/reader.php |
SYSPATH/classes/kohana/config/reader.php |
SYSPATH/classes/route.php |
SYSPATH/classes/kohana/route.php |
SYSPATH/classes/request.php |
SYSPATH/classes/kohana/request.php |
SYSPATH/classes/http/request.php |
SYSPATH/classes/kohana/http/request.php |
SYSPATH/classes/http/interaction.php |
SYSPATH/classes/kohana/http/interaction.php |
SYSPATH/classes/http/header.php |
SYSPATH/classes/kohana/http/header.php |
SYSPATH/classes/arr.php |
SYSPATH/classes/kohana/arr.php |
SYSPATH/classes/request/client/internal.php |
SYSPATH/classes/kohana/request/client/internal.php |
SYSPATH/classes/request/client.php |
SYSPATH/classes/kohana/request/client.php |
SYSPATH/classes/profiler.php |
SYSPATH/classes/kohana/profiler.php |
APPPATH/classes/controller/merkliste.php |
SYSPATH/classes/controller.php |
SYSPATH/classes/kohana/controller.php |
SYSPATH/classes/response.php |
SYSPATH/classes/kohana/response.php |
SYSPATH/classes/http/response.php |
SYSPATH/classes/kohana/http/response.php |
SYSPATH/classes/session.php |
SYSPATH/classes/kohana/session.php |
SYSPATH/config/session.php |
MODPATH/database/config/session.php |
APPPATH/config/session.php |
SYSPATH/classes/session/cookie.php |
SYSPATH/classes/kohana/session/cookie.php |
SYSPATH/classes/model.php |
SYSPATH/classes/kohana/model.php |
APPPATH/classes/model/katalog.php |
MODPATH/database/classes/db.php |
MODPATH/database/classes/kohana/db.php |
MODPATH/database/classes/database.php |
MODPATH/database/classes/kohana/database.php |
MODPATH/database/classes/database/query.php |
MODPATH/database/classes/kohana/database/query.php |
MODPATH/database/config/database.php |
MODPATH/database/classes/database/mysql.php |
MODPATH/database/classes/kohana/database/mysql.php |
MODPATH/database/classes/database/mysql/result.php |
MODPATH/database/classes/kohana/database/mysql/result.php |
MODPATH/database/classes/database/result.php |
MODPATH/database/classes/kohana/database/result.php |
SYSPATH/classes/view.php |
SYSPATH/classes/kohana/view.php |
SYSPATH/i18n/en.php |
APPPATH/i18n/en.php |
APPPATH/views/index.php |
SYSPATH/classes/html.php |
SYSPATH/classes/kohana/html.php |
SYSPATH/classes/url.php |
SYSPATH/classes/kohana/url.php |
DOCROOT/media/php/stats/counter.php |
SYSPATH/classes/utf8.php |
SYSPATH/classes/kohana/utf8.php |
APPPATH/views/merkliste/merkliste.php |
SYSPATH/views/kohana/error.php |
SYSPATH/classes/debug.php |
SYSPATH/classes/kohana/debug.php |
Loaded extensions (48)
date |
libxml |
openssl |
pcre |
zlib |
bcmath |
bz2 |
calendar |
ctype |
curl |
dba |
dbase |
dom |
hash |
filter |
ftp |
gd |
gettext |
session |
iconv |
json |
mbstring |
mcrypt |
mhash |
mysql |
SimpleXML |
SPL |
PDO |
pdo_mysql |
pdo_sqlite |
pgsql |
posix |
Reflection |
standard |
shmop |
mysqli |
soap |
sockets |
SQLite |
exif |
tokenizer |
wddx |
xml |
xmlreader |
xmlwriter |
xsl |
zip |
cgi-fcgi |
$_COOKIE
$_SERVER
PHPRC |
string(25) "/var/www/web0/conf/php52/" |
PWD |
string(24) "/var/www/web0/conf/php52" |
TMP |
string(17) "/var/www/web0/tmp" |
PHP_FCGI_MAX_REQUESTS |
string(4) "5000" |
TMPDIR |
string(17) "/var/www/web0/tmp" |
SHLVL |
string(1) "0" |
PATH |
string(60) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
FCGI_ROLE |
string(9) "RESPONDER" |
REDIRECT_SCRIPT_URL |
string(13) "/en/merkliste" |
REDIRECT_SCRIPT_URI |
string(54) "https://www.duesseldorfer-auktionshaus.de/en/merkliste" |
REDIRECT_TMP |
string(17) "/var/www/web0/tmp" |
REDIRECT_TMPDIR |
string(17) "/var/www/web0/tmp" |
REDIRECT_HTTP2 |
string(2) "on" |
REDIRECT_H2PUSH |
string(3) "off" |
REDIRECT_H2_PUSH |
string(3) "off" |
REDIRECT_H2_PUSHED |
string(0) "" |
REDIRECT_H2_PUSHED_ON |
string(0) "" |
REDIRECT_H2_STREAM_ID |
string(1) "5" |
REDIRECT_H2_STREAM_TAG |
string(4) "71-5" |
REDIRECT_HTTPS |
string(2) "on" |
REDIRECT_SSL_TLS_SNI |
string(29) "duesseldorfer-auktionshaus.de" |
REDIRECT_STATUS |
string(3) "200" |
SCRIPT_URL |
string(13) "/en/merkliste" |
SCRIPT_URI |
string(54) "https://www.duesseldorfer-auktionshaus.de/en/merkliste" |
HTTP2 |
string(2) "on" |
H2PUSH |
string(3) "off" |
H2_PUSH |
string(3) "off" |
H2_PUSHED |
string(0) "" |
H2_PUSHED_ON |
string(0) "" |
H2_STREAM_ID |
string(1) "5" |
H2_STREAM_TAG |
string(4) "71-5" |
HTTPS |
string(2) "on" |
SSL_TLS_SNI |
string(29) "duesseldorfer-auktionshaus.de" |
HTTP_PRAGMA |
string(8) "no-cache" |
HTTP_CACHE_CONTROL |
string(8) "no-cache" |
HTTP_SEC_CH_UA |
string(65) ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" |
HTTP_SEC_CH_UA_MOBILE |
string(2) "?0" |
HTTP_SEC_CH_UA_PLATFORM |
string(9) ""Windows"" |
HTTP_UPGRADE_INSECURE_REQUESTS |
string(1) "1" |
HTTP_USER_AGENT |
string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
HTTP_ACCEPT |
string(135) "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b …" |
HTTP_SEC_FETCH_SITE |
string(4) "none" |
HTTP_SEC_FETCH_MODE |
string(8) "navigate" |
HTTP_SEC_FETCH_USER |
string(2) "?1" |
HTTP_SEC_FETCH_DEST |
string(8) "document" |
HTTP_ACCEPT_ENCODING |
string(23) "gzip, deflate, br, zstd" |
HTTP_COOKIE |
string(186) "cookie=136b79072d5f077a60d7a5a93ff92c89b31ce867%7EYToyOntzOjk6Im1lcmtsaXN0ZSI7YToxOntpOjA7YToyOntpOjA7czo3OiIwMl8yMDIzIjtpOjE7cz …" |
HTTP_PRIORITY |
string(6) "u=0, i" |
HTTP_HOST |
string(33) "www.duesseldorfer-auktionshaus.de" |
SERVER_SIGNATURE |
string(79) "<address>Apache Server at www.duesseldorfer-auktionshaus.de Port 443</address>
" |
SERVER_SOFTWARE |
string(6) "Apache" |
SERVER_NAME |
string(33) "www.duesseldorfer-auktionshaus.de" |
SERVER_ADDR |
string(13) "94.102.214.13" |
SERVER_PORT |
string(3) "443" |
REMOTE_ADDR |
string(11) "3.136.23.30" |
DOCUMENT_ROOT |
string(19) "/var/www/web0/html/" |
REQUEST_SCHEME |
string(5) "https" |
CONTEXT_PREFIX |
string(0) "" |
CONTEXT_DOCUMENT_ROOT |
string(19) "/var/www/web0/html/" |
SERVER_ADMIN |
string(18) "[no address given]" |
SCRIPT_FILENAME |
string(28) "/var/www/web0/html/index.php" |
REMOTE_PORT |
string(5) "64034" |
REDIRECT_URL |
string(13) "/en/merkliste" |
GATEWAY_INTERFACE |
string(7) "CGI/1.1" |
SERVER_PROTOCOL |
string(8) "HTTP/2.0" |
REQUEST_METHOD |
string(3) "GET" |
QUERY_STRING |
string(0) "" |
REQUEST_URI |
string(13) "/en/merkliste" |
SCRIPT_NAME |
string(10) "/index.php" |
HTTP_CONNECTION |
string(5) "close" |
CONTENT_LENGTH |
string(1) "0" |
PHP_SELF |
string(10) "/index.php" |
REQUEST_TIME |
integer 1735463738 |
argv |
array(0) |
argc |
integer 0 |