• home
  • current auction 7th,8th,9th May 2026
  • favourites
  • retrospective
  

ErrorException [ Notice ]: Undefined index: youtube

APPPATH/views/katalog/list.php [ 104 ]

 99             </td>
100             <td valign="top" style="width:520px;padding:0px 20px 10px 20px;margin:0">
101 
102             	<h1><?=$katalogdata['KatalogNr']; ?></h1>
103 
104             	<?=$katalogdata['Text'];?><? if ($katalogdata['youtube']) echo "<a class='greybuttonlink' style='float:right;' href='".$katalogdata['youtube']."' target='_blank'>Hier zum Video</a>"; ?><br /><br /><strong><h2><? if ($katalogdata['Limit'] == 0) { echo 'o.l.'; } else { echo $katalogdata['Limit'].' EUR'; } ?></h2></strong>
105 
106 
107 
108             	</td>
109 
  1. APPPATH/views/katalog/list.php [ 104 ] » Kohana_Core::error_handler()

     99             </td>
    100             <td valign="top" style="width:520px;padding:0px 20px 10px 20px;margin:0">
    101 
    102             	<h1><?=$katalogdata['KatalogNr']; ?></h1>
    103 
    104             	<?=$katalogdata['Text'];?><? if ($katalogdata['youtube']) echo "<a class='greybuttonlink' style='float:right;' href='".$katalogdata['youtube']."' target='_blank'>Hier zum Video</a>"; ?><br /><br /><strong><h2><? if ($katalogdata['Limit'] == 0) { echo 'o.l.'; } else { echo $katalogdata['Limit'].' EUR'; } ?></h2></strong>
    105 
    106 
    107 
    108             	</td>
    109 
    
  2. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

    0
    string(53) "/var/www/web0/html/application/views/katalog/list.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();
    
  3. SYSPATH/classes/kohana/view.php [ 359 ] » Kohana_View::capture(arguments)

    0
    string(53) "/var/www/web0/html/application/views/katalog/list.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
    
  4. 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);
    
  5. 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 &copy <?php echo date("Y"); ?> Steinbüchel Nachf. GmbH&nbsp;|&nbsp;<a href="<?php echo url::site(I18n::$lang.'/kontakt');?>">
    
  6. 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();
    
  7. 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
    
  8. 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);
    
  9. 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 	}
    
  10. APPPATH/classes/controller/katalog.php [ 314 ] » 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_2026"
                )
            )
            "derkatalogarchiv" => array(18) (
                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"
                )
                16 => array(1) (
                    "cfgTableName" => string(7) "01_2025"
                )
                17 => array(1) (
                    "cfgTableName" => string(7) "02_2025"
                )
            )
            "content" => object View(2) {
                protected _file => string(53) "/var/www/web0/html/application/views/katalog/list.php"
                protected _data => array(6) (
                    "data" => array(50) (
                        0 => array(13) (
                            ...
                        )
                        1 => array(13) (
                            ...
                        )
                        2 => array(13) (
                            ...
                        )
                        3 => array(13) (
                            ...
                        )
                        4 => array(13) (
                            ...
                        )
                        5 => array(13) (
                            ...
                        )
                        6 => array(13) (
                            ...
                        )
                        7 => array(13) (
                            ...
                        )
                        8 => array(13) (
                            ...
                        )
                        9 => array(13) (
                            ...
                        )
                        10 => array(13) (
                            ...
                        )
                        11 => array(13) (
                            ...
                        )
                        12 => array(13) (
                            ...
                        )
                        13 => array(13) (
                            ...
                        )
                        14 => array(13) (
                            ...
                        )
                        15 => array(13) (
                            ...
                        )
                        16 => array(13) (
                            ...
                        )
                        17 => array(13) (
                            ...
                        )
                        18 => array(13) (
                            ...
                        )
                        19 => array(13) (
                            ...
                        )
                        20 => array(13) (
                            ...
                        )
                        21 => array(13) (
                            ...
                        )
                        22 => array(13) (
                            ...
                        )
                        23 => array(13) (
                            ...
                        )
                        24 => array(13) (
                            ...
                        )
                        25 => array(13) (
                            ...
                        )
                        26 => array(13) (
                            ...
                        )
                        27 => array(13) (
                            ...
                        )
                        28 => array(13) (
                            ...
                        )
                        29 => array(13) (
                            ...
                        )
                        30 => array(13) (
                            ...
                        )
                        31 => array(13) (
                            ...
                        )
                        32 => array(13) (
                            ...
                        )
                        33 => array(13) (
                            ...
                        )
                        34 => array(13) (
                            ...
                        )
                        35 => array(13) (
                            ...
                        )
                        36 => array(13) (
                            ...
                        )
                        37 => array(13) (
                            ...
                        )
                        38 => array(13) (
                            ...
                        )
                        39 => array(13) (
                            ...
                        )
                        40 => array(13) (
                            ...
                        )
                        41 => array(13) (
                            ...
                        )
                        42 => array(13) (
                            ...
                        )
                        43 => array(13) (
                            ...
                        )
                        44 => array(13) (
                            ...
                        )
                        45 => array(13) (
                            ...
                        )
                        46 => array(13) (
                            ...
                        )
                        47 => array(13) (
                            ...
                        )
                        48 => array(13) (
                            ...
                        )
                        49 => array(13) (
                            ...
                        )
                    )
                    "pagination" => object View(2) {
                        protected _file => string(56) "/var/www/web0/html/application/views/pagination/view.php"
                        protected _data => array(6) (
                            ...
                        )
                    }
                    "lotsuche" => object View(2) {
                        protected _file => string(57) "/var/www/web0/html/application/views/katalog/lotsuche.php"
                        protected _data => array(1) (
                            ...
                        )
                    }
                    "pfad" => array(63) (
                        "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(44) "/en/katalog/view_cat/01_2007/50_F-Skulpturen"
                        "REDIRECT_SCRIPT_URI" => string(85) "https://www.duesseldorfer-auktionshaus.de/en/katalog/view_cat/01_2007/50_F-Skulpturen"
                        "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) "1"
                        "REDIRECT_H2_STREAM_TAG" => string(4) "71-1"
                        "REDIRECT_HTTPS" => string(2) "on"
                        "REDIRECT_SSL_TLS_SNI" => string(33) "www.duesseldorfer-auktionshaus.de"
                        "REDIRECT_STATUS" => string(3) "200"
                        "SCRIPT_URL" => string(44) "/en/katalog/view_cat/01_2007/50_F-Skulpturen"
                        "SCRIPT_URI" => string(85) "https://www.duesseldorfer-auktionshaus.de/en/katalog/view_cat/01_2007/50_F-Skulpturen"
                        "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) "1"
                        "H2_STREAM_TAG" => string(4) "71-1"
                        "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_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(14) "216.73.216.216"
                        "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) "51216"
                        "REDIRECT_URL" => string(44) "/en/katalog/view_cat/01_2007/50_F-Skulpturen"
                        "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(44) "/en/katalog/view_cat/01_2007/50_F-Skulpturen"
                        "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 1775105651
                        "argv" => array(0) 
                        "argc" => integer 0
                    )
                    "alle_cat" => array(9) (
                        0 => array(1) (
                            ...
                        )
                        1 => array(1) (
                            ...
                        )
                        2 => array(1) (
                            ...
                        )
                        3 => array(1) (
                            ...
                        )
                        4 => array(1) (
                            ...
                        )
                        5 => array(1) (
                            ...
                        )
                        6 => array(1) (
                            ...
                        )
                        7 => array(1) (
                            ...
                        )
                        8 => array(1) (
                            ...
                        )
                    )
                    "katalogid" => string(7) "01_2007"
                )
            }
            "selected_katalog" => string(7) "01_2007"
            "nachverkauf" => NULL
            "freiverkauf" => NULL
            "uri" => string(43) "de/katalog/view_cat/01_2007/50_F-Skulpturen"
            "variaauktion" => NULL
        )
    }
    309             ->bind('nachverkauf',$nachverkauf)
    310             ->bind('freiverkauf',$freiverkauf)
    311             ->bind('uri',$neueurl)
    312             ->bind('variaauktion',$variaauktion);
    313 
    314             $this->response->body($view);
    315 	}
    316 
    317         private function post_request($key="",$default=NULL){
    318 		if(isset($_POST[$key])){return $_POST[$key]; } else {return $default;}
    319 	}
    
  11. APPPATH/classes/controller/katalog.php [ 146 ] » Controller_Katalog->show(arguments)

    0
    object View(2) {
        protected _file => string(53) "/var/www/web0/html/application/views/katalog/list.php"
        protected _data => array(6) (
            "data" => array(50) (
                0 => array(13) (
                    "id" => string(3) "972"
                    "LfdNr" => string(3) "972"
                    "KatalogNr" => string(4) "1051"
                    "EinliefererNr" => string(7) "4371-13"
                    "Text" => string(226) "Undeutlich signiert Spanien 19. Jhdt.<br />Zwei streitende Jungen, auf einem Esel reitend, begleitet von einen Hund. Bronze. Sig …"
                    "Limit" => string(3) "600"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4371-13"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                1 => array(13) (
                    "id" => string(3) "973"
                    "LfdNr" => string(3) "973"
                    "KatalogNr" => string(4) "1052"
                    "EinliefererNr" => string(6) "4280-5"
                    "Text" => string(89) "Wandapplike im Louis XV-Stil<br />Dreiflammig. Bronze, vergoldet. Elektrifiziert. H 44 cm"
                    "Limit" => string(2) "50"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4280-5"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                2 => array(13) (
                    "id" => string(3) "974"
                    "LfdNr" => string(3) "974"
                    "KatalogNr" => string(4) "1053"
                    "EinliefererNr" => string(7) "4262-17"
                    "Text" => string(78) "Tuaillon, Louis 1862 - 1919<br />Amazone zu Pferd. Bronze. Signiert. H 37,5 cm"
                    "Limit" => string(4) "1500"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4262-17"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                3 => array(13) (
                    "id" => string(3) "975"
                    "LfdNr" => string(3) "975"
                    "KatalogNr" => string(4) "1054"
                    "EinliefererNr" => string(7) "4245-16"
                    "Text" => string(101) "Trupfheller, J. Um 1900<br />Frauenakt mit Blumengirlande. Elfenbein. Signiert. Onyxsockel. H 18,5 cm"
                    "Limit" => string(3) "200"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4245-16"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                4 => array(13) (
                    "id" => string(3) "976"
                    "LfdNr" => string(3) "976"
                    "KatalogNr" => string(4) "1055"
                    "EinliefererNr" => string(7) "4293-16"
                    "Text" => string(193) "Teller von Michael Hemersam d.J. Nürnberg, erste Hälfte 17. Jhdt.<br />Zinn. Reicher Reliefdekor mit dem Reiterbildnis Kaiser Fe …"
                    "Limit" => string(3) "150"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4293-16"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                5 => array(13) (
                    "id" => string(3) "977"
                    "LfdNr" => string(3) "977"
                    "KatalogNr" => string(4) "1056"
                    "EinliefererNr" => string(7) "4293-18"
                    "Text" => string(97) "Schraubflasche 17./18. Jhdt.<br />Serpentinstein. Zinnmontierung. Deckel mit zwei Marken. H 24 cm"
                    "Limit" => string(3) "300"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4293-18"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                6 => array(13) (
                    "id" => string(3) "978"
                    "LfdNr" => string(3) "978"
                    "KatalogNr" => string(4) "1057"
                    "EinliefererNr" => string(7) "4262-16"
                    "Text" => string(142) "Sonnleitner, Ludwig 1878 Landau an der Isar<br />Knabe, auf einem Kudu reitend. Bronze. Signiert. Kudu mit Steinaugen. Marmorsoc …"
                    "Limit" => string(4) "1500"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4262-16"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                7 => array(13) (
                    "id" => string(3) "979"
                    "LfdNr" => string(3) "979"
                    "KatalogNr" => string(4) "1058"
                    "EinliefererNr" => string(6) "4280-3"
                    "Text" => string(117) "Stehender Heiliger 16. Jhdt.<br />Mit langem Bart, im faltenreichen Gewand dargestellt. Vollrund ausgeführt. H 57 cm"
                    "Limit" => string(3) "300"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4280-3"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                8 => array(13) (
                    "id" => string(3) "980"
                    "LfdNr" => string(3) "980"
                    "KatalogNr" => string(4) "1059"
                    "EinliefererNr" => string(6) "4331-4"
                    "Text" => string(117) "Stehender Heiliger Spanien oder Portugal, 18. Jhdt.<br />Vollrund ausgeführt. Schwarz gefasst und vergoldet. H 66 cm"
                    "Limit" => string(3) "150"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4331-4"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                9 => array(13) (
                    "id" => string(3) "981"
                    "LfdNr" => string(3) "981"
                    "KatalogNr" => string(4) "1060"
                    "EinliefererNr" => string(6) "4298-2"
                    "Text" => string(66) "Steinschloßgewehr von Blanck 18. Jhdt.<br />Beschädigt. L 145 cm"
                    "Limit" => string(3) "150"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4298-2"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                10 => array(13) (
                    "id" => string(3) "982"
                    "LfdNr" => string(3) "982"
                    "KatalogNr" => string(4) "1061"
                    "EinliefererNr" => string(7) "4262-19"
                    "Text" => string(115) "Straeten, Georges van der 1856 Gent - 1928 Paris<br />Frauenbüste der Belle Epoque. Bronze.<br />Signiert. H 46 cm"
                    "Limit" => string(3) "400"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4262-19"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                11 => array(13) (
                    "id" => string(3) "983"
                    "LfdNr" => string(3) "983"
                    "KatalogNr" => string(4) "1062"
                    "EinliefererNr" => string(6) "4267-7"
                    "Text" => string(133) "Tafelaufsatz Ende 19. Jhdt.<br />Zwei Etagen. Reicher, durchbrochener Reliefdekor im antikisierenden Stil. Bronze, vergoldet. H  …"
                    "Limit" => string(3) "300"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4267-7"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                12 => array(13) (
                    "id" => string(3) "984"
                    "LfdNr" => string(3) "984"
                    "KatalogNr" => string(4) "1063"
                    "EinliefererNr" => string(6) "4262-9"
                    "Text" => string(77) "Tanzender Faun 19. Jhdt.<br />Bronze auf profilierter Marmorsäule. H 37,5 cm"
                    "Limit" => string(3) "250"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4262-9"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                13 => array(13) (
                    "id" => string(3) "985"
                    "LfdNr" => string(3) "985"
                    "KatalogNr" => string(4) "1064"
                    "EinliefererNr" => string(7) "4336-15"
                    "Text" => string(95) "Tischlampe Erste Hälfte 20. Jhdt.<br />Dreiflammig. Bronze, patiniert. Elektrifiziert. H 72 cm"
                    "Limit" => string(3) "150"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4336-15"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                14 => array(13) (
                    "id" => string(3) "986"
                    "LfdNr" => string(3) "986"
                    "KatalogNr" => string(4) "1065"
                    "EinliefererNr" => string(6) "4410-9"
                    "Text" => string(60) "Unbekannt 18. Jhdt.?<br />Ringer der Antike. Bronze. H 18 cm"
                    "Limit" => string(3) "400"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4410-9"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                15 => array(13) (
                    "id" => string(3) "987"
                    "LfdNr" => string(3) "987"
                    "KatalogNr" => string(4) "1066"
                    "EinliefererNr" => string(6) "4287-4"
                    "Text" => string(91) "Undeutlich signiert Datiert 1911<br />Holländische Familie. Kupfer. Marmorplinthe. H 42 cm"
                    "Limit" => string(3) "200"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4287-4"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                16 => array(13) (
                    "id" => string(3) "988"
                    "LfdNr" => string(3) "988"
                    "KatalogNr" => string(4) "1067"
                    "EinliefererNr" => string(6) "4326-4"
                    "Text" => string(63) "Tanzender Satyr 19. Jhdt.<br />Bronze auf Marmorsockel. H 42 cm"
                    "Limit" => string(3) "350"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4326-4"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                17 => array(13) (
                    "id" => string(3) "989"
                    "LfdNr" => string(3) "989"
                    "KatalogNr" => string(4) "1068"
                    "EinliefererNr" => string(7) "4275-22"
                    "Text" => string(89) "Undeutlich signiert Ende 19. Jhdt.<br />Kapitaler Achtzehnender. Bronze. H 37 cm, B 35 cm"
                    "Limit" => string(3) "200"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4275-22"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                18 => array(13) (
                    "id" => string(3) "990"
                    "LfdNr" => string(3) "990"
                    "KatalogNr" => string(4) "1069"
                    "EinliefererNr" => string(6) "4332-4"
                    "Text" => string(82) "Schutzmantelmadonna 19. Jhdt.<br />Polychrom gefasst. Rückseite geflacht. H 45 cm"
                    "Limit" => string(3) "300"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4332-4"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                19 => array(13) (
                    "id" => string(3) "991"
                    "LfdNr" => string(3) "991"
                    "KatalogNr" => string(4) "1070"
                    "EinliefererNr" => string(7) "4389-28"
                    "Text" => string(170) "Schreibtischset im Louis XV-Stil Frankreich 19. Jhdt.<br />Einflammig. Zwei Tintenfässer. Drei Porzellanblüten. Bronze, vergolde …"
                    "Limit" => string(3) "400"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4389-28"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                20 => array(13) (
                    "id" => string(3) "992"
                    "LfdNr" => string(3) "992"
                    "KatalogNr" => string(4) "1071"
                    "EinliefererNr" => string(6) "4275-7"
                    "Text" => string(83) "Undeutlich signiert Um 1900<br />Mädchen, von Gänsen bedrängt. Bronze. H 24,5 cm"
                    "Limit" => string(3) "120"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4275-7"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                21 => array(13) (
                    "id" => string(3) "993"
                    "LfdNr" => string(3) "993"
                    "KatalogNr" => string(4) "1072"
                    "EinliefererNr" => string(6) "4337-5"
                    "Text" => string(102) "Zwei tanzende Putti Wohl Süddeutsch, 18. Jhdt.<br />Bronze. Dunkelbraune Patina. H 9,7 cm bzw. 9,2 cm"
                    "Limit" => string(3) "900"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4337-5"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                22 => array(13) (
                    "id" => string(3) "994"
                    "LfdNr" => string(3) "994"
                    "KatalogNr" => string(4) "1073"
                    "EinliefererNr" => string(7) "4275-12"
                    "Text" => string(92) "Undeutlich signiert<br />Goldfasan mit -henne. Bronze. Marmorsockel.<br />H 20,5 cm, L 55 cm"
                    "Limit" => string(3) "120"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4275-12"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                23 => array(13) (
                    "id" => string(3) "995"
                    "LfdNr" => string(3) "995"
                    "KatalogNr" => string(4) "1074"
                    "EinliefererNr" => string(7) "4275-14"
                    "Text" => string(73) "Springender Hirsch und zwei kl. Wiener-Bronzen<br />H 13,5 cm und kleiner"
                    "Limit" => string(2) "50"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4275-14"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                24 => array(13) (
                    "id" => string(3) "996"
                    "LfdNr" => string(3) "996"
                    "KatalogNr" => string(4) "1075"
                    "EinliefererNr" => string(7) "4262-44"
                    "Text" => string(72) "Schreitender Frauenakt Ende 19. Jhdt.<br />Bronze. Marmorsockel. H 36 cm"
                    "Limit" => string(3) "200"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4262-44"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                25 => array(13) (
                    "id" => string(3) "997"
                    "LfdNr" => string(3) "997"
                    "KatalogNr" => string(4) "1076"
                    "EinliefererNr" => string(7) "4293-19"
                    "Text" => string(96) "Schreibtischgarnitur Frankreich 19. Jhdt.<br />Bronze, vergoldet und patiniert. H 20 cm, B 48 cm"
                    "Limit" => string(3) "150"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4293-19"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                26 => array(13) (
                    "id" => string(3) "998"
                    "LfdNr" => string(3) "998"
                    "KatalogNr" => string(4) "1077"
                    "EinliefererNr" => string(7) "4245-15"
                    "Text" => string(109) "Preiss, Ferdinand 1882 Erbach - 1943 Berlin<br />Frauenakt. Elfenbein. Signiert. Onyxsockel. Rest., H 17,5 cm"
                    "Limit" => string(3) "200"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4245-15"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                27 => array(13) (
                    "id" => string(3) "999"
                    "LfdNr" => string(3) "999"
                    "KatalogNr" => string(4) "1078"
                    "EinliefererNr" => string(6) "4275-9"
                    "Text" => string(127) "Robra, Wilhelm Carl 1876 Berlinchen (Neumark) - 1945 verschollen<br />Drei Spatzen. Bronze. Signiert. Gießerstempel. H 18,5 cm"
                    "Limit" => string(3) "150"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4275-9"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                28 => array(13) (
                    "id" => string(4) "1000"
                    "LfdNr" => string(4) "1000"
                    "KatalogNr" => string(4) "1079"
                    "EinliefererNr" => string(6) "4246-7"
                    "Text" => string(138) "Robra, Wilhelm Carl 1876 Berlinchen (Neumark) - 1945 verschollen<br />Spatzengruppe. Bronze. Signiert. Bildgiesserei Kraas Berli …"
                    "Limit" => string(3) "120"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4246-7"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                29 => array(13) (
                    "id" => string(4) "1001"
                    "LfdNr" => string(4) "1001"
                    "KatalogNr" => string(4) "1080"
                    "EinliefererNr" => string(6) "4284-4"
                    "Text" => string(77) "Pieta 18. Jhdt.<br />Rückseite geflacht, braun lasiert. Fehlstellen. H 40 cm"
                    "Limit" => string(3) "300"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4284-4"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                30 => array(13) (
                    "id" => string(4) "1002"
                    "LfdNr" => string(4) "1002"
                    "KatalogNr" => string(4) "1081"
                    "EinliefererNr" => string(6) "4337-7"
                    "Text" => string(159) "Perseus mit dem Haupt der Medusa Frankreich oder Italien, 16./17. Jhdt.<br />Bronze mit dunkelbrauner Patina. H 28 cm. Späterer  …"
                    "Limit" => string(4) "2000"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4337-7"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                31 => array(13) (
                    "id" => string(4) "1003"
                    "LfdNr" => string(4) "1003"
                    "KatalogNr" => string(4) "1082"
                    "EinliefererNr" => string(7) "4273-11"
                    "Text" => string(158) "Peleska-Lunard, Franz geb.1873<br />Krieger der Antike zu Pferd. Bronze auf Marmorsockel.<br />Signiert: F. Peleschka. Datiert 1 …"
                    "Limit" => string(3) "450"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4273-11"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                32 => array(13) (
                    "id" => string(4) "1004"
                    "LfdNr" => string(4) "1004"
                    "KatalogNr" => string(4) "1083"
                    "EinliefererNr" => string(7) "4275-21"
                    "Text" => string(82) "Pigalle, Jean-Pierre 1792 - 1857<br />Comte de Mirabeau? Bronze. Signiert. H 30 cm"
                    "Limit" => string(3) "300"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4275-21"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                33 => array(13) (
                    "id" => string(4) "1005"
                    "LfdNr" => string(4) "1005"
                    "KatalogNr" => string(4) "1084"
                    "EinliefererNr" => string(6) "4266-3"
                    "Text" => string(91) "Plessner, Jakob 1871 Berlin<br />Braunbär. Bronze. Signiert. Datiert: Berlin 1899. H 22 cm"
                    "Limit" => string(3) "400"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4266-3"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                34 => array(13) (
                    "id" => string(4) "1006"
                    "LfdNr" => string(4) "1006"
                    "KatalogNr" => string(4) "1085"
                    "EinliefererNr" => string(7) "4359-11"
                    "Text" => string(126) "Poertzel, Otto 1876 Scheibe<br />Fasanengruppe. Bronze. Signiert. Gießerstempel: Bildgiesserei Kraas Berlin. H 32 cm, B 72 cm"
                    "Limit" => string(3) "350"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4359-11"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                35 => array(13) (
                    "id" => string(4) "1007"
                    "LfdNr" => string(4) "1007"
                    "KatalogNr" => string(4) "1086"
                    "EinliefererNr" => string(7) "4245-19"
                    "Text" => string(61) "Portraitbüste nach der Antike 19. Jhdt.<br />Kupfer. H 68 cm"
                    "Limit" => string(3) "700"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4245-19"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                36 => array(13) (
                    "id" => string(4) "1008"
                    "LfdNr" => string(4) "1008"
                    "KatalogNr" => string(4) "1087"
                    "EinliefererNr" => string(6) "4293-2"
                    "Text" => string(110) "Reusch, Friedrich Joh. 1843 Siegen - 1906 Girgenti<br />Stahlarbeiter. Bronze. Signiert. Datiert 1893. H 61 cm"
                    "Limit" => string(3) "200"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4293-2"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                37 => array(13) (
                    "id" => string(4) "1009"
                    "LfdNr" => string(4) "1009"
                    "KatalogNr" => string(4) "1088"
                    "EinliefererNr" => string(6) "4249-7"
                    "Text" => string(60) "Paar Mikromosaik-Rahmen Italien um 1900<br />H 10 cm, B 7 cm"
                    "Limit" => string(2) "50"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4249-7"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                38 => array(13) (
                    "id" => string(4) "1010"
                    "LfdNr" => string(4) "1010"
                    "KatalogNr" => string(4) "1089"
                    "EinliefererNr" => string(7) "4262-24"
                    "Text" => string(136) "Paar Wandappliken Frankreich, erste Hälfte 19. Jhdt.<br />Dreiflammig. Vegetabiler Dekor. Bronze, feuervergoldet und patiniert.  …"
                    "Limit" => string(3) "200"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4262-24"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                39 => array(13) (
                    "id" => string(4) "1011"
                    "LfdNr" => string(4) "1011"
                    "KatalogNr" => string(4) "1090"
                    "EinliefererNr" => string(7) "4262-25"
                    "Text" => string(118) "Paar Wandappliken Frankreich, erstes Drittel 19. Jhdt.<br />Zweiflammig. Bronze, feuervergoldet und patiniert. H 18 cm"
                    "Limit" => string(3) "300"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4262-25"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                40 => array(13) (
                    "id" => string(4) "1012"
                    "LfdNr" => string(4) "1012"
                    "KatalogNr" => string(4) "1091"
                    "EinliefererNr" => string(6) "4280-4"
                    "Text" => string(139) "Paar Wandappliken im Louis XV-Stil<br />Dreiflammig. Reicher Reliefdekor. Bronze, vergoldet. Bohrungslöcher für Elektrifizierung …"
                    "Limit" => string(3) "300"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4280-4"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                41 => array(13) (
                    "id" => string(4) "1013"
                    "LfdNr" => string(4) "1013"
                    "KatalogNr" => string(4) "1092"
                    "EinliefererNr" => string(7) "4275-24"
                    "Text" => string(127) "Pallenberg, Josef 1882 Köln - 1946 Düsseldorf<br />Grasender Hengst. Bronze. Signiert. Marmorplinthe.<br />H 22,5 cm, L 30 cm"
                    "Limit" => string(4) "1200"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4275-24"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                42 => array(13) (
                    "id" => string(4) "1014"
                    "LfdNr" => string(4) "1014"
                    "KatalogNr" => string(4) "1093"
                    "EinliefererNr" => string(6) "4299-4"
                    "Text" => string(149) "Pallenberg, Josef 1882 Köln - 1946 Düsseldorf<br />Keiler, sich an einem Baumstumpf reibend.<br />Bronze. Signiert. Marmorplinth …"
                    "Limit" => string(3) "300"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4299-4"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                43 => array(13) (
                    "id" => string(4) "1015"
                    "LfdNr" => string(4) "1015"
                    "KatalogNr" => string(4) "1094"
                    "EinliefererNr" => string(6) "4259-1"
                    "Text" => string(191) "Pallenberg, Josef 1882 Köln - 1946 Düsseldorf<br />Brunsthirsch. Bronze. Signiert. Gießerstempel: A. Bischoff, Broncebildgiesser …"
                    "Limit" => string(4) "3000"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4259-1"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                44 => array(13) (
                    "id" => string(4) "1016"
                    "LfdNr" => string(4) "1016"
                    "KatalogNr" => string(4) "1095"
                    "EinliefererNr" => string(6) "4275-8"
                    "Text" => string(85) "Pallenberg, Josef 1882 Köln - 1946 Düsseldorf<br />Uhu. Bronze. Signiert. H 10,5 cm"
                    "Limit" => string(3) "300"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4275-8"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                45 => array(13) (
                    "id" => string(4) "1017"
                    "LfdNr" => string(4) "1017"
                    "KatalogNr" => string(4) "1096"
                    "EinliefererNr" => string(7) "4389-60"
                    "Text" => string(100) "Paar Kerzenhalter Erste Hälfte 19. Jhdt.<br />Einflammig. Reicher Dekor. Bronze, vergoldet. H 29 cm"
                    "Limit" => string(3) "300"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4389-60"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                46 => array(13) (
                    "id" => string(4) "1018"
                    "LfdNr" => string(4) "1018"
                    "KatalogNr" => string(4) "1097"
                    "EinliefererNr" => string(7) "4389-26"
                    "Text" => string(144) "Paar Girandolen im Louis XVI-Stil Frankreich 19. Jhdt.<br />Dreiflammig. Reicher Dekor und sitzende Putti. Marmor und vergoldete …"
                    "Limit" => string(3) "500"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4389-26"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                47 => array(13) (
                    "id" => string(4) "1019"
                    "LfdNr" => string(4) "1019"
                    "KatalogNr" => string(4) "1098"
                    "EinliefererNr" => string(6) "4361-7"
                    "Text" => string(121) "Paar Engel 18. Jhdt.<br />In schwebender Haltung mit Lendentuch dargestellt.<br />Vollrund geschnitzt. H 51 cm bzw. 50 cm"
                    "Limit" => string(3) "900"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4361-7"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                48 => array(13) (
                    "id" => string(4) "1020"
                    "LfdNr" => string(4) "1020"
                    "KatalogNr" => string(4) "1099"
                    "EinliefererNr" => string(7) "4389-52"
                    "Text" => string(118) "Paar Büsten Frankreich, Ende 18. Jhdt.<br />Bronze, patiniert und vergoldet. Grauer Marmor.<br />H 22,5 cm bzw. 22 cm"
                    "Limit" => string(4) "1000"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4389-52"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                49 => array(13) (
                    "id" => string(4) "1021"
                    "LfdNr" => string(4) "1021"
                    "KatalogNr" => string(4) "1100"
                    "EinliefererNr" => string(7) "4262-46"
                    "Text" => string(65) "Marmor-Postament Ende 19. Jhdt.<br />Drehbares Kapitell. H 114 cm"
                    "Limit" => string(3) "300"
                    "Kategorie" => string(13) "F-Skulpturen "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4262-46"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
            )
            "pagination" => object View(2) {
                protected _file => string(56) "/var/www/web0/html/application/views/pagination/view.php"
                protected _data => array(6) (
                    "totalcount" => integer 193
                    "limitperpage" => integer 50
                    "startnum" => integer 50
                    "katalogid" => string(7) "01_2007"
                    "cat" => string(12) "F-Skulpturen"
                    "viewfile" => string(8) "view_cat"
                )
            }
            "lotsuche" => object View(2) {
                protected _file => string(57) "/var/www/web0/html/application/views/katalog/lotsuche.php"
                protected _data => array(1) (
                    "katalogid" => string(7) "01_2007"
                )
            }
            "pfad" => array(63) (
                "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(44) "/en/katalog/view_cat/01_2007/50_F-Skulpturen"
                "REDIRECT_SCRIPT_URI" => string(85) "https://www.duesseldorfer-auktionshaus.de/en/katalog/view_cat/01_2007/50_F-Skulpturen"
                "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) "1"
                "REDIRECT_H2_STREAM_TAG" => string(4) "71-1"
                "REDIRECT_HTTPS" => string(2) "on"
                "REDIRECT_SSL_TLS_SNI" => string(33) "www.duesseldorfer-auktionshaus.de"
                "REDIRECT_STATUS" => string(3) "200"
                "SCRIPT_URL" => string(44) "/en/katalog/view_cat/01_2007/50_F-Skulpturen"
                "SCRIPT_URI" => string(85) "https://www.duesseldorfer-auktionshaus.de/en/katalog/view_cat/01_2007/50_F-Skulpturen"
                "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) "1"
                "H2_STREAM_TAG" => string(4) "71-1"
                "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_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(14) "216.73.216.216"
                "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) "51216"
                "REDIRECT_URL" => string(44) "/en/katalog/view_cat/01_2007/50_F-Skulpturen"
                "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(44) "/en/katalog/view_cat/01_2007/50_F-Skulpturen"
                "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 1775105651
                "argv" => array(0) 
                "argc" => integer 0
            )
            "alle_cat" => array(9) (
                0 => array(1) (
                    "Kategorie" => string(11) "A-Gemälde "
                )
                1 => array(1) (
                    "Kategorie" => string(19) "B-Aquarelle_Grafik "
                )
                2 => array(1) (
                    "Kategorie" => string(9) "C-Möbel "
                )
                3 => array(1) (
                    "Kategorie" => string(13) "F-Skulpturen "
                )
                4 => array(1) (
                    "Kategorie" => string(8) "G-Uhren "
                )
                5 => array(1) (
                    "Kategorie" => string(11) "E-Teppiche "
                )
                6 => array(1) (
                    "Kategorie" => string(12) "H-Porzellan "
                )
                7 => array(1) (
                    "Kategorie" => string(9) "I-Silber "
                )
                8 => array(1) (
                    "Kategorie" => string(10) "D-Schmuck "
                )
            )
            "katalogid" => string(7) "01_2007"
        )
    }
    141             ->bind('alle_cat',$alle_cat)
    142             ->bind('katalogid',$katalogid);
    143 
    144 
    145 
    146             $this->show($katalog_view);
    147 
    148 
    149 	}
    150 
    151 
    
  12. {PHP internal call} » Controller_Katalog->action_view_cat(arguments)

    0
    string(2) "en"
    1
    string(7) "01_2007"
    2
    string(15) "50_F-Skulpturen"
  13. SYSPATH/classes/kohana/request/client/internal.php [ 132 ] » ReflectionMethod->invokeArgs(arguments)

    0
    object Controller_Katalog(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) {
                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 _body => string(0) ""
                protected _cookies => array(0) 
                protected _protocol => string(5) "https"
            }
            protected _header => object Http_Header(0) {
            }
            protected _body => NULL
            protected _directory => string(0) ""
            protected _controller => string(7) "katalog"
            protected _action => string(8) "view_cat"
            protected _uri => string(43) "en/katalog/view_cat/01_2007/50_F-Skulpturen"
            protected _external => bool FALSE
            protected _params => array(3) (
                "lang" => string(2) "en"
                "id" => string(7) "01_2007"
                "id2" => string(15) "50_F-Skulpturen"
            )
            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 1775105651
            }
        }
        public response => object Response(5) {
            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(3) (
        "lang" => string(2) "en"
        "id" => string(7) "01_2007"
        "id2" => string(15) "50_F-Skulpturen"
    )
    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
    
  14. 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 _body => string(0) ""
            protected _cookies => array(0) 
            protected _protocol => string(5) "https"
        }
        protected _header => object Http_Header(0) {
        }
        protected _body => NULL
        protected _directory => string(0) ""
        protected _controller => string(7) "katalog"
        protected _action => string(8) "view_cat"
        protected _uri => string(43) "en/katalog/view_cat/01_2007/50_F-Skulpturen"
        protected _external => bool FALSE
        protected _params => array(3) (
            "lang" => string(2) "en"
            "id" => string(7) "01_2007"
            "id2" => string(15) "50_F-Skulpturen"
        )
        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 1775105651
        }
    }
     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.
    
  15. 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 (88)

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/katalog.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/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
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
APPPATH/views/katalog/list.php
APPPATH/views/katalog/lotsuche.php
APPPATH/views/pagination/view.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

$_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(44) "/en/katalog/view_cat/01_2007/50_F-Skulpturen"
REDIRECT_SCRIPT_URI
string(85) "https://www.duesseldorfer-auktionshaus.de/en/katalog/view_cat/01_2007/50_F-Skulpturen"
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) "1"
REDIRECT_H2_STREAM_TAG
string(4) "71-1"
REDIRECT_HTTPS
string(2) "on"
REDIRECT_SSL_TLS_SNI
string(33) "www.duesseldorfer-auktionshaus.de"
REDIRECT_STATUS
string(3) "200"
SCRIPT_URL
string(44) "/en/katalog/view_cat/01_2007/50_F-Skulpturen"
SCRIPT_URI
string(85) "https://www.duesseldorfer-auktionshaus.de/en/katalog/view_cat/01_2007/50_F-Skulpturen"
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) "1"
H2_STREAM_TAG
string(4) "71-1"
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_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(14) "216.73.216.216"
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) "51216"
REDIRECT_URL
string(44) "/en/katalog/view_cat/01_2007/50_F-Skulpturen"
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(44) "/en/katalog/view_cat/01_2007/50_F-Skulpturen"
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 1775105651
argv
array(0) 
argc
integer 0
Copyright © 2026 Steinbüchel Nachf. GmbH |  contact  |  imprint  |  privacy policy  |  approach  |  download offer form (PDF)  |  public sale-conditions  |  drucken