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" => array(1) ( 0 => array(1) ( "cfgTableName" => string(7) "01_2025" 6811753409612 => bool TRUE ) 6811753409612 => bool TRUE ) "derkatalogarchiv" => array(16) ( 0 => array(1) ( "cfgTableName" => string(7) "01_2016" 6811753409612 => bool TRUE ) 1 => array(1) ( "cfgTableName" => string(7) "02_2016" 6811753409612 => bool TRUE ) 2 => array(1) ( "cfgTableName" => string(7) "01_2017" 6811753409612 => bool TRUE ) 3 => array(1) ( "cfgTableName" => string(7) "01_2018" 6811753409612 => bool TRUE ) 4 => array(1) ( "cfgTableName" => string(7) "02_2018" 6811753409612 => bool TRUE ) 5 => array(1) ( "cfgTableName" => string(7) "01_2019" 6811753409612 => bool TRUE ) 6 => array(1) ( "cfgTableName" => string(7) "02_2019" 6811753409612 => bool TRUE ) 7 => array(1) ( "cfgTableName" => string(7) "01_2020" 6811753409612 => bool TRUE ) 8 => array(1) ( "cfgTableName" => string(7) "01_2021" 6811753409612 => bool TRUE ) 9 => array(1) ( "cfgTableName" => string(7) "02_2021" 6811753409612 => bool TRUE ) 10 => array(1) ( "cfgTableName" => string(7) "01_2022" 6811753409612 => bool TRUE ) 11 => array(1) ( "cfgTableName" => string(7) "02_2022" 6811753409612 => bool TRUE ) 12 => array(1) ( "cfgTableName" => string(7) "01_2023" 6811753409612 => bool TRUE ) 13 => array(1) ( "cfgTableName" => string(7) "02_2023" 6811753409612 => bool TRUE ) 14 => array(1) ( "cfgTableName" => string(7) "01_2024" 6811753409612 => bool TRUE ) 15 => array(1) ( "cfgTableName" => string(7) "02_2024" 6811753409612 => bool TRUE ) 6811753409612 => bool TRUE ) "content" => object View(2)
{ protected _file => string(60) "/var/www/web0/html/application/views/merkliste/merkliste.php" protected _data => array(1) ( "data" => array(35) ( 0 => array(14) ( ... ) 1 => array(14) ( ... ) 2 => array(14) ( ... ) 3 => array(14) ( ... ) 4 => array(14) ( ... ) 5 => array(14) ( ... ) 6 => array(14) ( ... ) 7 => array(14) ( ... ) 8 => array(14) ( ... ) 9 => array(14) ( ... ) 10 => array(14) ( ... ) 11 => array(14) ( ... ) 12 => array(14) ( ... ) 13 => array(14) ( ... ) 14 => array(14) ( ... ) 15 => array(14) ( ... ) 16 => array(14) ( ... ) 17 => array(14) ( ... ) 18 => array(14) ( ... ) 19 => array(14) ( ... ) 20 => array(14) ( ... ) 21 => array(14) ( ... ) 22 => array(14) ( ... ) 23 => array(14) ( ... ) 24 => array(14) ( ... ) 25 => array(14) ( ... ) 26 => array(14) ( ... ) 27 => array(14) ( ... ) 28 => array(14) ( ... ) 29 => array(14) ( ... ) 30 => array(14) ( ... ) 31 => array(14) ( ... ) 32 => array(14) ( ... ) 33 => array(14) ( ... ) 34 => array(14) ( ... ) 6811753409612 => bool TRUE ) 6811753409612 => bool TRUE ) }
"nachverkauf" => NULL "freiverkauf" => NULL "selected_katalog" => string(0) "" "uri" => string(18) "de/merkliste/index" "variaauktion" => NULL 6811753409612 => bool TRUE ) }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(35) ( 0 => array(14) ( "id" => string(3) "629" "LfdNr" => string(3) "629" "KatalogNr" => string(3) "888" "EinliefererNr" => string(7) "9491-77" "Text" => string(178) "<p><strong>Kommode</strong> Deutsch 18. Jhdt.<br />Dreischübiger Korpus mit allseitiger Rahmenmarketerie. Nussbaum, Ahorn …" "Limit" => string(3) "300" "Kategorie" => string(33) "F-Skulpturen_Möbel_Kunsthandwerk" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(7) "9491-77" "freiverkauf" => string(1) "0" "newimage" => array(1) ( 0 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2023" 6811753409612 => bool TRUE ) 1 => array(14) ( "id" => string(3) "168" "LfdNr" => string(3) "168" "KatalogNr" => string(3) "168" "EinliefererNr" => string(7) "7312-46" "Text" => string(215) "<p>Nazarener Mitte 19. Jhdt. Maria mit Kind. Öl/Lwd., 36 x 30 cm. Provenienz: Prinzessin Therese von Bayern, 1850 - 1925. …" "Limit" => string(3) "800" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(7) "7312-46" "freiverkauf" => string(1) "0" "newimage" => array(2) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2015" 6811753409612 => bool TRUE ) 2 => array(14) ( "id" => string(2) "51" "LfdNr" => string(2) "51" "KatalogNr" => string(2) "51" "EinliefererNr" => string(7) "6810-47" "Text" => string(124) "<p>Latouche, Gaston 1854 Saint Cloud - 1913 Paris Das Lampignonfest, Paris. Signiert. Öl/Lwd./doubl., 73 x 92 cm</p>" "Limit" => string(4) "2000" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(7) "6810-47" "freiverkauf" => string(1) "0" "newimage" => array(3) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 2 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "01_2014" 6811753409612 => bool TRUE ) 3 => array(14) ( "id" => string(3) "785" "LfdNr" => string(3) "785" "KatalogNr" => string(3) "820" "EinliefererNr" => string(6) "7286-9" "Text" => string(88) "<p>Milchkännchen von Gibson in Belfast Marken. 925-Feingehalt. H 17 cm, 1146 g.</p>" "Limit" => string(3) "150" "Kategorie" => string(8) "I-Silber" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "7286-9" "freiverkauf" => string(1) "0" "newimage" => array(1) ( 0 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2015" 6811753409612 => bool TRUE ) 4 => array(14) ( "id" => string(3) "291" "LfdNr" => string(3) "291" "KatalogNr" => string(3) "291" "EinliefererNr" => string(6) "6844-4" "Text" => string(191) "<p>Venne, Fritz van der 1873 München - 1936 München Eine wohlverdiente Pause. Signiert. Datiert 1869. Öl/Lwd., …" "Limit" => string(3) "150" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "6844-4" "freiverkauf" => string(1) "0" "newimage" => array(2) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "01_2014" 6811753409612 => bool TRUE ) 5 => array(14) ( "id" => string(3) "377" "LfdNr" => string(3) "377" "KatalogNr" => string(3) "377" "EinliefererNr" => string(7) "7269-35" "Text" => string(111) "<p>Macco, Georg 1863 Aachen - 1933 Genua Alpine Landschaft. Datiert: 20.5.1890. Öl/Malk., 31 x 45 cm</p>" "Limit" => string(3) "150" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(7) "7269-35" "freiverkauf" => string(1) "0" "newimage" => array(2) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2015" 6811753409612 => bool TRUE ) 6 => array(14) ( "id" => string(3) "691" "LfdNr" => string(3) "691" "KatalogNr" => string(3) "864" "EinliefererNr" => string(6) "6809-8" "Text" => string(109) "<p>Heber von Johann Georg Neuss (1774-1857) Augsburg 1822 Silber, Holz und Elfenbein. Punzen. L 32,5 cm</p>" "Limit" => string(3) "100" "Kategorie" => string(8) "I-Silber" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "6809-8" "freiverkauf" => string(1) "0" "newimage" => array(1) ( 0 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "01_2014" 6811753409612 => bool TRUE ) 7 => array(14) ( "id" => string(3) "103" "LfdNr" => string(3) "103" "KatalogNr" => string(3) "103" "EinliefererNr" => string(6) "6838-2" "Text" => string(122) "<p>Sell, Christian 1854 Düsseldorf - 1925 Gotha Preußische Kavallerie. Signiert. Öl/Holz, 18 x 25 cm</p>" "Limit" => string(3) "300" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "6838-2" "freiverkauf" => string(1) "0" "newimage" => array(2) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "01_2014" 6811753409612 => bool TRUE ) 8 => array(14) ( "id" => string(4) "1108" "LfdNr" => string(4) "1108" "KatalogNr" => string(4) "1605" "EinliefererNr" => string(6) "9553-3" "Text" => string(103) "<p><strong>Undeutlich signiert</strong> 19./20. Jhdt.<br />Stillleben. Öl/Malk., 30 x 95 cm.</p>" "Limit" => string(3) "200" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "9553-3" "freiverkauf" => string(1) "0" "newimage" => array(3) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 2 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2023" 6811753409612 => bool TRUE ) 9 => array(14) ( "id" => string(3) "179" "LfdNr" => string(3) "179" "KatalogNr" => string(3) "179" "EinliefererNr" => string(7) "6887-12" "Text" => string(136) "<p>Drei Gemälde und ein Aquarell C. Weisgerber, A. Nabert, R. Sohn und Wraesner. Signiert. Öl/Lwd., 28 x 37 cm und kle …" "Limit" => string(3) "200" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(7) "6887-12" "freiverkauf" => string(1) "0" "newimage" => array(5) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 2 => array(11) ( ... ) 3 => array(11) ( ... ) 4 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "01_2014" 6811753409612 => bool TRUE ) 10 => array(14) ( "id" => string(4) "1083" "LfdNr" => string(4) "1083" "KatalogNr" => string(4) "1580" "EinliefererNr" => string(6) "9507-8" "Text" => string(134) "<p><strong>Stache, Ernst</strong> 1848 Oberpeilau - 1895 München<br />Der Titus Bogen. Signiert. Öl/Lwd., 84 x 108 c …" "Limit" => string(3) "400" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "9507-8" "freiverkauf" => string(1) "0" "newimage" => array(4) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 2 => array(11) ( ... ) 3 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2023" 6811753409612 => bool TRUE ) 11 => array(14) ( "id" => string(1) "7" "LfdNr" => string(1) "7" "KatalogNr" => string(1) "7" "EinliefererNr" => string(6) "6857-4" "Text" => string(93) "<p>Berliner Schule 18. Jhdt. Friedrich der Große. Öl/Lwd./doubl., 80 x 65 cm</p>" "Limit" => string(4) "1200" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "6857-4" "freiverkauf" => string(1) "0" "newimage" => array(2) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "01_2014" 6811753409612 => bool TRUE ) 12 => array(14) ( "id" => string(3) "405" "LfdNr" => string(3) "405" "KatalogNr" => string(3) "405" "EinliefererNr" => string(6) "6771-2" "Text" => string(123) "<p>Mühlig, Meno 1823 Eibenstock - 1873 Dresden Die Schmuggler. Signiert. Datiert 1858. Öl/Lwd., 40 x 52 cm</p>" "Limit" => string(3) "200" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "6771-2" "freiverkauf" => string(1) "0" "newimage" => array(2) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "01_2014" 6811753409612 => bool TRUE ) 13 => array(14) ( "id" => string(3) "481" "LfdNr" => string(3) "481" "KatalogNr" => string(3) "481" "EinliefererNr" => string(7) "7413-20" "Text" => string(118) "<p>Wywiorski, Michal-Gorstkin 1861 Warschau - 1926 Warschau Flusslandschaft. Signiert. Öl/Malk., 29 x 20 cm</p>" "Limit" => string(3) "150" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(7) "7413-20" "freiverkauf" => string(1) "0" "newimage" => array(2) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2015" 6811753409612 => bool TRUE ) 14 => array(14) ( "id" => string(3) "772" "LfdNr" => string(3) "772" "KatalogNr" => string(3) "807" "EinliefererNr" => string(7) "7298-26" "Text" => string(66) "Konvolut 24 Teile Marken. Verschiedene Feingehalte, zus. 2087 g." "Limit" => string(3) "200" "Kategorie" => string(8) "I-Silber" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(7) "7298-26" "freiverkauf" => string(1) "0" "newimage" => array(1) ( 0 => array(3) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2015" 6811753409612 => bool TRUE ) 15 => array(14) ( "id" => string(3) "661" "LfdNr" => string(3) "661" "KatalogNr" => string(3) "920" "EinliefererNr" => string(6) "9547-3" "Text" => string(144) "<p><strong>Vitrinenschrank</strong> Deutsch, Ende 18. Jhdt.<br />Zweiteiliger Eichenkorpus mit Reliefschnitzerei. Ergz. 208 x …" "Limit" => string(3) "150" "Kategorie" => string(33) "F-Skulpturen_Möbel_Kunsthandwerk" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "9547-3" "freiverkauf" => string(1) "0" "newimage" => array(1) ( 0 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2023" 6811753409612 => bool TRUE ) 16 => array(14) ( "id" => string(1) "4" "LfdNr" => string(1) "4" "KatalogNr" => string(1) "4" "EinliefererNr" => string(7) "6770-42" "Text" => string(137) "<p>Alt, Rudolf von 1812 Wien - 1905 Wien Der Dogenpalast zu Venedig. Signiert. Aquarell mit weiß gehöht. 41,5 x 30 …" "Limit" => string(4) "3000" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(7) "6770-42" "freiverkauf" => string(1) "0" "newimage" => array(4) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 2 => array(11) ( ... ) 3 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "01_2014" 6811753409612 => bool TRUE ) 17 => array(14) ( "id" => string(3) "207" "LfdNr" => string(3) "207" "KatalogNr" => string(3) "207" "EinliefererNr" => string(6) "9547-4" "Text" => string(138) "<p><strong>Kette mit Brillantanhänger</strong><br />750-Weißgoldkette und -anhänger, Brillant etwas über 1, …" "Limit" => string(3) "300" "Kategorie" => string(9) "D-Schmuck" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "9547-4" "freiverkauf" => string(1) "0" "newimage" => array(1) ( 0 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2023" 6811753409612 => bool TRUE ) 18 => array(14) ( "id" => string(3) "215" "LfdNr" => string(3) "215" "KatalogNr" => string(3) "305" "EinliefererNr" => string(7) "9490-47" "Text" => string(239) "<p><strong>Essbesteck von Georg Jensen für sechs Personen</strong> 30 Teile (Kaktus)<br />Sechs Messer, 6 Gabeln, 6 Suppe …" "Limit" => string(3) "300" "Kategorie" => string(8) "I-Silber" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(7) "9490-47" "freiverkauf" => string(1) "0" "newimage" => array(1) ( 0 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2023" 6811753409612 => bool TRUE ) 19 => array(14) ( "id" => string(3) "538" "LfdNr" => string(3) "538" "KatalogNr" => string(3) "538" "EinliefererNr" => string(7) "7312-14" "Text" => string(165) "<p>Immendorff, Jörg 1945 Bleckede - 2007 Düsseldorf Heuler. Rückseite signiert u. dat. (19) 84. Acryl, Dispersi …" "Limit" => string(4) "1000" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(7) "7312-14" "freiverkauf" => string(1) "0" "newimage" => array(1) ( 0 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2015" 6811753409612 => bool TRUE ) 20 => array(14) ( "id" => string(3) "201" "LfdNr" => string(3) "201" "KatalogNr" => string(3) "201" "EinliefererNr" => string(6) "9549-2" "Text" => string(153) "<p><strong>Collier mit Blautopas-Anhänger von Goffin</strong><br />750-Gelbgold, Blautopas 77,14 ct. Cordel mit 750-Goldsch …" "Limit" => string(3) "600" "Kategorie" => string(9) "D-Schmuck" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "9549-2" "freiverkauf" => string(1) "0" "newimage" => array(2) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2023" 6811753409612 => bool TRUE ) 21 => array(14) ( "id" => string(3) "660" "LfdNr" => string(3) "660" "KatalogNr" => string(3) "919" "EinliefererNr" => string(7) "9468-56" "Text" => string(142) "<p><strong>Taubman, Frank Mowbary</strong> 1868 London - 1946 Worcester<br />The Umbrella Tree. Bronze. Signiert. Datiert 1902 …" "Limit" => string(3) "150" "Kategorie" => string(33) "F-Skulpturen_Möbel_Kunsthandwerk" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(7) "9468-56" "freiverkauf" => string(1) "0" "newimage" => array(1) ( 0 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2023" 6811753409612 => bool TRUE ) 22 => array(14) ( "id" => string(3) "797" "LfdNr" => string(3) "797" "KatalogNr" => string(3) "832" "EinliefererNr" => string(6) "7446-2" "Text" => string(154) "<p>Rokoko-Obstkorb von Meister Louis Werner Deutsch um 1900 Durchbrochen gearbeitete Wandung. Meistermarke. 800-Feingehalt. 14 …" "Limit" => string(3) "300" "Kategorie" => string(8) "I-Silber" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "7446-2" "freiverkauf" => string(1) "0" "newimage" => array(1) ( 0 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2015" 6811753409612 => bool TRUE ) 23 => array(14) ( "id" => string(2) "12" "LfdNr" => string(2) "12" "KatalogNr" => string(2) "12" "EinliefererNr" => string(6) "6887-2" "Text" => string(158) "<p>Böttger, Herbert 1898 Krefeld - 1954 Büderich Feldblumenstrauß in Glasvase. Monogrammiert. Datiert (19) 41 …" "Limit" => string(3) "900" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "6887-2" "freiverkauf" => string(1) "0" "newimage" => array(1) ( 0 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "01_2014" 6811753409612 => bool TRUE ) 24 => array(14) ( "id" => string(3) "202" "LfdNr" => string(3) "202" "KatalogNr" => string(3) "202" "EinliefererNr" => string(6) "9549-3" "Text" => string(88) "<p><strong>Brosche</strong><br />750-Gelbgold, Quarzrosette und Mondstein. 4 x 4 cm.</p>" "Limit" => string(3) "200" "Kategorie" => string(9) "D-Schmuck" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "9549-3" "freiverkauf" => string(1) "0" "newimage" => array(1) ( 0 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2023" 6811753409612 => bool TRUE ) 25 => array(14) ( "id" => string(2) "10" "LfdNr" => string(2) "10" "KatalogNr" => string(2) "10" "EinliefererNr" => string(6) "6850-2" "Text" => string(117) "<p>Bochmann, Gregor von 1850 Nesat - 1930 Düsseldorf Estnischer Pferdemarkt. Signiert. Gouache. 30 x 47 cm</p>" "Limit" => string(3) "200" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "6850-2" "freiverkauf" => string(1) "0" "newimage" => array(3) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 2 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "01_2014" 6811753409612 => bool TRUE ) 26 => array(14) ( "id" => string(3) "521" "LfdNr" => string(3) "521" "KatalogNr" => string(3) "521" "EinliefererNr" => string(7) "7443-10" "Text" => string(108) "<p>Schulz-Stradmann, Otto 1892 Hamburg - 1960 München Hamburg. Signiert. Öl/Lwd., 60 x 80 cm</p>" "Limit" => string(3) "200" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(7) "7443-10" "freiverkauf" => string(1) "0" "newimage" => array(1) ( 0 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2015" 6811753409612 => bool TRUE ) 27 => array(14) ( "id" => string(3) "382" "LfdNr" => string(3) "382" "KatalogNr" => string(3) "382" "EinliefererNr" => string(7) "7311-43" "Text" => string(117) "<p>Kuehl, Gotthardt 1850 Lübeck - 1916 Dresden Die Kupferschmiede. Signiert. Öl/Malk., 19,5 x 13,5 cm</p>" "Limit" => string(3) "300" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(7) "7311-43" "freiverkauf" => string(1) "0" "newimage" => array(2) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2015" 6811753409612 => bool TRUE ) 28 => array(14) ( "id" => string(1) "2" "LfdNr" => string(1) "2" "KatalogNr" => string(1) "2" "EinliefererNr" => string(7) "6768-55" "Text" => string(216) "<p>Achenbach, Oswald 1827 Düsseldorf - 1905 Düsseldorf Kap Orlando, Straße zwischen Sorrent und Castellamare. …" "Limit" => string(5) "30000" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(7) "6768-55" "freiverkauf" => string(1) "0" "newimage" => array(5) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 2 => array(11) ( ... ) 3 => array(11) ( ... ) 4 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "01_2014" 6811753409612 => bool TRUE ) 29 => array(14) ( "id" => string(4) "1085" "LfdNr" => string(4) "1085" "KatalogNr" => string(4) "1582" "EinliefererNr" => string(6) "9544-1" "Text" => string(161) "<p><strong>Irmer, Carl</strong> 1834 Wittstock/Dosse - 1900 Düsseldorf<br />Burg Falkenstein im Harz.<br />Signiert. &Oum …" "Limit" => string(3) "350" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "9544-1" "freiverkauf" => string(1) "0" "newimage" => array(2) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2023" 6811753409612 => bool TRUE ) 30 => array(14) ( "id" => string(3) "162" "LfdNr" => string(3) "162" "KatalogNr" => string(3) "162" "EinliefererNr" => string(7) "7301-40" "Text" => string(104) "<p>Pippel, Otto 1878 Lodz - 1960 Planegg Das Picknick am See. Signiert. Öl/Platte, 45 x 30 cm</p>" "Limit" => string(3) "300" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(7) "7301-40" "freiverkauf" => string(1) "0" "newimage" => array(2) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2015" 6811753409612 => bool TRUE ) 31 => array(14) ( "id" => string(3) "353" "LfdNr" => string(3) "353" "KatalogNr" => string(3) "353" "EinliefererNr" => string(6) "7288-9" "Text" => string(140) "<p>Schweitzer, Adolf Gustav 1847 Dessau - 1914 Düsseldorf Winterwald mit Jäger und Hund. Signiert. ÖL/Lwd., 92 …" "Limit" => string(3) "300" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "7288-9" "freiverkauf" => string(1) "0" "newimage" => array(1) ( 0 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2015" 6811753409612 => bool TRUE ) 32 => array(14) ( "id" => string(3) "382" "LfdNr" => string(3) "382" "KatalogNr" => string(3) "382" "EinliefererNr" => string(6) "6813-1" "Text" => string(107) "<p>Ronek, Jaroslav 1892 Prag - 1962 Ausfahrende Dampflokomotive. Signiert. Öl/Malk., 45 x 60 cm</p>" "Limit" => string(3) "200" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "6813-1" "freiverkauf" => string(1) "0" "newimage" => array(2) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "01_2014" 6811753409612 => bool TRUE ) 33 => array(14) ( "id" => string(3) "162" "LfdNr" => string(3) "162" "KatalogNr" => string(3) "162" "EinliefererNr" => string(7) "6798-66" "Text" => string(112) "<p>Unbekannter Meister 17./18. Jhdt. Stürmische See. Öl/Holz, 34 x 49,5 cm. Holzrahmen 18. Jhdt.</p>" "Limit" => string(3) "300" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(7) "6798-66" "freiverkauf" => string(1) "0" "newimage" => array(2) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "01_2014" 6811753409612 => bool TRUE ) 34 => array(14) ( "id" => string(3) "462" "LfdNr" => string(3) "462" "KatalogNr" => string(3) "462" "EinliefererNr" => string(6) "7393-1" "Text" => string(113) "<p>Hecht, Victor David 1873 USA - 1931 USA Strickendes Mädchen. Signiert. Öl/Holz, 20,5 x 26,5 cm</p>" "Limit" => string(3) "200" "Kategorie" => string(10) "A-Gemälde" "erloes" => string(1) "0" "nachverkauf" => string(1) "0" "active" => string(1) "1" "image" => string(6) "7393-1" "freiverkauf" => string(1) "0" "newimage" => array(2) ( 0 => array(11) ( ... ) 1 => array(11) ( ... ) 6811753409612 => bool TRUE ) "katalogid" => string(7) "02_2015" 6811753409612 => bool TRUE ) 6811753409612 => bool TRUE ) 6811753409612 => bool TRUE ) }
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)" 6811753409612 => bool TRUE ) protected _defaults => array(3) ( "lang" => string(2) "de" "controller" => string(7) "welcome" "action" => string(5) "index" 6811753409612 => bool TRUE ) 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" 6811753409612 => bool TRUE ) 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 1745974579 }
}{ 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" 6811753409612 => bool TRUE )
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)" 6811753409612 => bool TRUE ) protected _defaults => array(3) ( "lang" => string(2) "de" "controller" => string(7) "welcome" "action" => string(5) "index" 6811753409612 => bool TRUE ) 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" 6811753409612 => bool TRUE ) 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 1745974579 }
}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(3) "385" |
REDIRECT_H2_STREAM_TAG |
string(5) "6-385" |
REDIRECT_HTTPS |
string(2) "on" |
REDIRECT_SSL_TLS_SNI |
string(33) "www.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(3) "385" |
H2_STREAM_TAG |
string(5) "6-385" |
HTTPS |
string(2) "on" |
SSL_TLS_SNI |
string(33) "www.duesseldorfer-auktionshaus.de" |
HTTP_ACCEPT |
string(3) "*/*" |
HTTP_USER_AGENT |
string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
HTTP_COOKIE |
string(2120) "cookie=a5f8932ae0b708666183b465f6c4f94627b6d298%7EYToyOntzOjk6Im1lcmtsaXN0ZSI7YTozNTp7aTowO2E6Mjp7aTowO3M6NzoiMDJfMjAyMyI7aToxO3 …" |
HTTP_ACCEPT_ENCODING |
string(23) "gzip, br, zstd, deflate" |
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(10) "3.22.42.14" |
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) "28710" |
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 1745974579 |
argv |
array(0) |
argc |
integer 0 |