• 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(44) (
                        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) (
                            ...
                        )
                    )
                    "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(38) "/en/katalog/view_cat/01_2007/0_G-Uhren"
                        "REDIRECT_SCRIPT_URI" => string(79) "https://www.duesseldorfer-auktionshaus.de/en/katalog/view_cat/01_2007/0_G-Uhren"
                        "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(5) "130-1"
                        "REDIRECT_HTTPS" => string(2) "on"
                        "REDIRECT_SSL_TLS_SNI" => string(33) "www.duesseldorfer-auktionshaus.de"
                        "REDIRECT_STATUS" => string(3) "200"
                        "SCRIPT_URL" => string(38) "/en/katalog/view_cat/01_2007/0_G-Uhren"
                        "SCRIPT_URI" => string(79) "https://www.duesseldorfer-auktionshaus.de/en/katalog/view_cat/01_2007/0_G-Uhren"
                        "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(5) "130-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.164"
                        "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) "42363"
                        "REDIRECT_URL" => string(38) "/en/katalog/view_cat/01_2007/0_G-Uhren"
                        "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(38) "/en/katalog/view_cat/01_2007/0_G-Uhren"
                        "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 1775117199
                        "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(37) "de/katalog/view_cat/01_2007/0_G-Uhren"
            "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(44) (
                0 => array(13) (
                    "id" => string(4) "1115"
                    "LfdNr" => string(4) "1115"
                    "KatalogNr" => string(4) "1241"
                    "EinliefererNr" => string(7) "4298-15"
                    "Text" => string(116) "Barometer von J. Somalvico & Son 37, Charles St., Hatton Garden 19. Jhdt.<br />Palisandergehäuse. Signiert. H 94 cm"
                    "Limit" => string(3) "120"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4298-15"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                1 => array(13) (
                    "id" => string(4) "1116"
                    "LfdNr" => string(4) "1116"
                    "KatalogNr" => string(4) "1242"
                    "EinliefererNr" => string(6) "4242-4"
                    "Text" => string(148) "Pendule Frankreich 19. Jhdt.<br />Reich dekoriertes Bronzegehäuse. Zifferblatt mit Emailkartuschen. Messingwerk mit Schlag auf e …"
                    "Limit" => string(3) "120"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4242-4"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                2 => array(13) (
                    "id" => string(4) "1117"
                    "LfdNr" => string(4) "1117"
                    "KatalogNr" => string(4) "1243"
                    "EinliefererNr" => string(6) "4336-4"
                    "Text" => string(223) "Pendule Frankreich um 1780<br />Weißer und schwarzer Marmor. Feuervergoldete Bronzeapplikationen. Emailzifferblatt mit Schutzgla …"
                    "Limit" => string(3) "800"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4336-4"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                3 => array(13) (
                    "id" => string(4) "1118"
                    "LfdNr" => string(4) "1118"
                    "KatalogNr" => string(4) "1244"
                    "EinliefererNr" => string(7) "4275-16"
                    "Text" => string(168) "Uhr mit Wandkonsole Schwarzwald um 1900<br />Plastisch geschnitztes Gehäuse mit Eulenfamilie. Messingwerk mit Schlag auf eine Gl …"
                    "Limit" => string(3) "250"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4275-16"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                4 => array(13) (
                    "id" => string(4) "1119"
                    "LfdNr" => string(4) "1119"
                    "KatalogNr" => string(4) "1245"
                    "EinliefererNr" => string(7) "4326-14"
                    "Text" => string(198) "Kuckucksuhr Schwarzwald, Ende 19. Jhdt.<br />Prächtig geschnitztes Gehäuse mit reichen Jagdtrophäen. Messingwerk mit zwei Blaseb …"
                    "Limit" => string(3) "350"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4326-14"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                5 => array(13) (
                    "id" => string(4) "1120"
                    "LfdNr" => string(4) "1120"
                    "KatalogNr" => string(4) "1246"
                    "EinliefererNr" => string(6) "4347-6"
                    "Text" => string(334) "Pendule und Paar Kandelaber von Emile Gallé, Nancy Ende 19. Jhdt.<br />Allseitiger Dekor und Vergoldung. Messingwerk mit Schlag  …"
                    "Limit" => string(4) "3000"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4347-6"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                6 => array(13) (
                    "id" => string(4) "1121"
                    "LfdNr" => string(4) "1121"
                    "KatalogNr" => string(4) "1247"
                    "EinliefererNr" => string(6) "4347-1"
                    "Text" => string(241) "Pendule Paris, Anfang 19. Jhdt.<br />Vasenform im antikisierenden Stil. Bronze, feuervergoldet mit reichen Applikationen. Emailz …"
                    "Limit" => string(4) "1100"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4347-1"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                7 => array(13) (
                    "id" => string(4) "1122"
                    "LfdNr" => string(4) "1122"
                    "KatalogNr" => string(4) "1248"
                    "EinliefererNr" => string(6) "4388-6"
                    "Text" => string(552) "Pendule und Paar Girandolen von E. Picard Paris um 1860<br />Bronze, feuervergoldet und braun patiniert. Jeder Sockel signiert:  …"
                    "Limit" => string(4) "5000"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4388-6"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                8 => array(13) (
                    "id" => string(4) "1123"
                    "LfdNr" => string(4) "1123"
                    "KatalogNr" => string(4) "1249"
                    "EinliefererNr" => string(6) "4344-1"
                    "Text" => string(101) "Tischuhr von Jaeger Le Coultre (Atmos)<br />Vergoldetes Metallgehäuse, allseitig verglast. H 22,5 cm"
                    "Limit" => string(3) "200"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4344-1"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                9 => array(13) (
                    "id" => string(4) "1124"
                    "LfdNr" => string(4) "1124"
                    "KatalogNr" => string(4) "1250"
                    "EinliefererNr" => string(7) "4257-37"
                    "Text" => string(151) "Tischuhr von Ernst Tomschitz in München Ende 19. Jhdt.<br />Bronzegehäuse. Emailkartuschen. Signiert. Messingwerk mit Schlag auf …"
                    "Limit" => string(3) "120"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4257-37"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                10 => array(13) (
                    "id" => string(4) "1125"
                    "LfdNr" => string(4) "1125"
                    "KatalogNr" => string(4) "1251"
                    "EinliefererNr" => string(7) "4262-60"
                    "Text" => string(215) "Pendule Frankreich um 1830<br />Feuervergoldetes Bronzegehäuse mit Applikationen. Im Abschluß plastischer Rossebändiger. Messing …"
                    "Limit" => string(4) "1000"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4262-60"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                11 => array(13) (
                    "id" => string(4) "1126"
                    "LfdNr" => string(4) "1126"
                    "KatalogNr" => string(4) "1252"
                    "EinliefererNr" => string(6) "4274-8"
                    "Text" => string(345) "Carteluhr von Bunon Paris, zweite Hälfte 18. Jhdt.<br />Vergoldetes Bronzegehäuse mit reichen Blüten- und Rocaillendekor. Bombie …"
                    "Limit" => string(4) "2000"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4274-8"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                12 => array(13) (
                    "id" => string(4) "1127"
                    "LfdNr" => string(4) "1127"
                    "KatalogNr" => string(4) "1253"
                    "EinliefererNr" => string(6) "4420-2"
                    "Text" => string(263) "Carteluhr mit Konsole von Tavernier Paris um 1760<br />Bewegtes, ebonisiertes Gehäuse mit vergoldeten Bronzeapplikationen. Email …"
                    "Limit" => string(3) "900"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4420-2"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                13 => array(13) (
                    "id" => string(4) "1128"
                    "LfdNr" => string(4) "1128"
                    "KatalogNr" => string(4) "1254"
                    "EinliefererNr" => string(6) "4389-4"
                    "Text" => string(227) "Kleine Carteluhr von Lefaucheur Paris 19. Jhdt.<br />Feuervergoldetes Bronzegehäuse im Louis XVI-Stil. Emailzifferblatt mit Schu …"
                    "Limit" => string(4) "1500"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4389-4"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                14 => array(13) (
                    "id" => string(4) "1129"
                    "LfdNr" => string(4) "1129"
                    "KatalogNr" => string(4) "1255"
                    "EinliefererNr" => string(7) "4389-63"
                    "Text" => string(250) "Kleine Wanduhr (Alcove) von Breguet Paris, Anfang 19. Jhdt.<br />Bronze, feuervergoldet und dunkelbraun patiniert. Emailzifferbl …"
                    "Limit" => string(4) "2600"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4389-63"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                15 => array(13) (
                    "id" => string(4) "1130"
                    "LfdNr" => string(4) "1130"
                    "KatalogNr" => string(4) "1256"
                    "EinliefererNr" => string(7) "4269-30"
                    "Text" => string(288) "Bilderuhr Österreich, Mitte 19. Jhdt.<br />Fein gemalte, alpine Seenlandschaft mit regem Treiben. Öl/Lwd., 74 x 85 cm. Bezeichne …"
                    "Limit" => string(3) "800"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4269-30"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                16 => array(13) (
                    "id" => string(4) "1131"
                    "LfdNr" => string(4) "1131"
                    "KatalogNr" => string(4) "1257"
                    "EinliefererNr" => string(7) "4389-41"
                    "Text" => string(223) "Carteluhr mit Konsole von Crolot à St. Hipolite 18./19. Jhdt.<br />Bewegtes Gehäuse mit buntem Blumendekor. Vergoldete Metallapp …"
                    "Limit" => string(4) "2000"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4389-41"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                17 => array(13) (
                    "id" => string(4) "1132"
                    "LfdNr" => string(4) "1132"
                    "KatalogNr" => string(4) "1258"
                    "EinliefererNr" => string(7) "4389-18"
                    "Text" => string(211) "Kleine Pendule Paris, erstes Drittel 19. Jhdt.<br />Feuervergoldetes Bronzegehäuse. Lesender Herr der Antike und Globus flankier …"
                    "Limit" => string(3) "500"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4389-18"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                18 => array(13) (
                    "id" => string(4) "1133"
                    "LfdNr" => string(4) "1133"
                    "KatalogNr" => string(4) "1259"
                    "EinliefererNr" => string(7) "4389-19"
                    "Text" => string(161) "Pendule Frankeich 19. Jhdt.<br />Feuervergoldetes Bronzegehäuse. Cupido lenkt einen von Pudeln gezogenen Streitwagen. Taschenuhr …"
                    "Limit" => string(4) "1000"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4389-19"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                19 => array(13) (
                    "id" => string(4) "1134"
                    "LfdNr" => string(4) "1134"
                    "KatalogNr" => string(4) "1260"
                    "EinliefererNr" => string(7) "4389-21"
                    "Text" => string(222) "Pendule Frankreich 19. Jhdt.<br />Vergoldetes, reich dekoriertes Bronzegehäuse im Louis XV-Stil. Emailzifferblatt mit römischen  …"
                    "Limit" => string(4) "1000"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4389-21"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                20 => array(13) (
                    "id" => string(4) "1135"
                    "LfdNr" => string(4) "1135"
                    "KatalogNr" => string(4) "1261"
                    "EinliefererNr" => string(7) "4389-50"
                    "Text" => string(278) "Pendule Paris, Ende 18. Jhdt.<br />Feines Bisquitporzellan-Gehäuse mit plastischer Venus und Amor. Feuervergoldete Bronzeapplika …"
                    "Limit" => string(4) "3800"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4389-50"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                21 => array(13) (
                    "id" => string(4) "1136"
                    "LfdNr" => string(4) "1136"
                    "KatalogNr" => string(4) "1262"
                    "EinliefererNr" => string(7) "4389-22"
                    "Text" => string(247) "Pendule Frankreich, erstes Drittel 19. Jhdt.<br />Feuervergoldetes und dunkelbraun patiniertes Gehäuse mit plastischer Diana und …"
                    "Limit" => string(4) "1400"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4389-22"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                22 => array(13) (
                    "id" => string(4) "1137"
                    "LfdNr" => string(4) "1137"
                    "KatalogNr" => string(4) "1263"
                    "EinliefererNr" => string(7) "4389-31"
                    "Text" => string(287) "Pendule von Charpentier Paris, zweite Hälfte 19. Jhdt.<br />Vergoldete und patinierte Bronze. Emailzifferblatt mit römischen Zah …"
                    "Limit" => string(4) "2500"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4389-31"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                23 => array(13) (
                    "id" => string(4) "1138"
                    "LfdNr" => string(4) "1138"
                    "KatalogNr" => string(4) "1264"
                    "EinliefererNr" => string(7) "4389-30"
                    "Text" => string(305) "Pendule von Pintroux Vermez Paris, Ende 18. Jhdt.<br />Weißer und schwarzer Marmor. Feuervergoldete Applikationen. Emailzifferbl …"
                    "Limit" => string(4) "3000"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4389-30"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                24 => array(13) (
                    "id" => string(4) "1139"
                    "LfdNr" => string(4) "1139"
                    "KatalogNr" => string(4) "1265"
                    "EinliefererNr" => string(6) "4389-1"
                    "Text" => string(343) "Pendule von Rettich Wien um 1800<br />Bronze, feuervergoldet und dunkel patiniert. Ovaler Sockel mit Applikationen auf plastisch …"
                    "Limit" => string(4) "8500"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4389-1"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                25 => array(13) (
                    "id" => string(4) "1140"
                    "LfdNr" => string(4) "1140"
                    "KatalogNr" => string(4) "1266"
                    "EinliefererNr" => string(6) "4299-5"
                    "Text" => string(104) "Tischuhr im Boulle-Stil Ende 19. Jhdt.<br />Emailzifferblatt. Messingwerk mit Schlag auf Glocke. H 33 cm"
                    "Limit" => string(3) "100"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4299-5"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                26 => array(13) (
                    "id" => string(4) "1141"
                    "LfdNr" => string(4) "1141"
                    "KatalogNr" => string(4) "1267"
                    "EinliefererNr" => string(7) "4257-23"
                    "Text" => string(166) "Tischuhr 19. Jhdt.<br />Ebenholzfurniertes Gehäuse mit vier plastischen Säulen. Vergoldete Bronzeapplikationen. Messingwerk mit  …"
                    "Limit" => string(3) "450"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4257-23"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                27 => array(13) (
                    "id" => string(4) "1142"
                    "LfdNr" => string(4) "1142"
                    "KatalogNr" => string(4) "1268"
                    "EinliefererNr" => string(6) "4272-6"
                    "Text" => string(225) "Stockuhr England 19. Jhdt.<br />Mahagonigehäuse mit Rosenholzeinlagen im neogotischen Stil. Zifferblatt mit Schutzglas. Signiert …"
                    "Limit" => string(3) "200"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4272-6"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                28 => array(13) (
                    "id" => string(4) "1143"
                    "LfdNr" => string(4) "1143"
                    "KatalogNr" => string(4) "1269"
                    "EinliefererNr" => string(6) "4386-1"
                    "Text" => string(315) "Reisewecker mit Grande sonnerie auf zwei Glocken von August Hennig in Klattau Böhmen, zweite Hälfte 18. Jhdt.<br />Feuervergolde …"
                    "Limit" => string(4) "3500"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4386-1"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                29 => array(13) (
                    "id" => string(4) "1144"
                    "LfdNr" => string(4) "1144"
                    "KatalogNr" => string(4) "1270"
                    "EinliefererNr" => string(6) "4261-1"
                    "Text" => string(173) "Portaluhr Frankreich, Mitte 19. Jhdt.<br />Reich intarsiertes Palisandergehäuse mit vergoldeten Bronzebasen und -kapitellen. Mes …"
                    "Limit" => string(3) "150"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4261-1"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                30 => array(13) (
                    "id" => string(4) "1145"
                    "LfdNr" => string(4) "1145"
                    "KatalogNr" => string(4) "1271"
                    "EinliefererNr" => string(6) "4321-1"
                    "Text" => string(258) "Pendule von Nepveu Paris, letztes Drittel 18. Jhdt.<br />Weißer Marmor und feuervergoldete Bronze. Emailzifferblatt mit Schutzgl …"
                    "Limit" => string(4) "1200"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4321-1"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                31 => array(13) (
                    "id" => string(4) "1146"
                    "LfdNr" => string(4) "1146"
                    "KatalogNr" => string(4) "1272"
                    "EinliefererNr" => string(6) "4293-6"
                    "Text" => string(256) "Pendule Frankreich, Ende 18. Jhdt.<br />Marmorgehäuse mit klassizistischer Frauenfigur. Feuervergoldete Bronzeapplikationen. Ema …"
                    "Limit" => string(3) "600"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4293-6"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                32 => array(13) (
                    "id" => string(4) "1147"
                    "LfdNr" => string(4) "1147"
                    "KatalogNr" => string(4) "1273"
                    "EinliefererNr" => string(6) "4368-3"
                    "Text" => string(220) "Pendule Frankreich, erstes Drittel 19. Jhdt.<br />Reich dekoriertes Gehäuse mit plastischem Reiter. Bronze, feuervergoldet und v …"
                    "Limit" => string(3) "400"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4368-3"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                33 => array(13) (
                    "id" => string(4) "1148"
                    "LfdNr" => string(4) "1148"
                    "KatalogNr" => string(4) "1274"
                    "EinliefererNr" => string(7) "4262-10"
                    "Text" => string(223) "Pendule im Louis XVI-Stil Frankreich 19. Jhdt.<br />Uhrtrommel getragen von plastischen Putti. Fein bemaltes Emailzifferblatt. M …"
                    "Limit" => string(3) "400"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4262-10"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                34 => array(13) (
                    "id" => string(4) "1149"
                    "LfdNr" => string(4) "1149"
                    "KatalogNr" => string(4) "1275"
                    "EinliefererNr" => string(7) "4389-64"
                    "Text" => string(336) "Pendule und Paar Kandelaber Paris, Anfang 19. Jhdt.<br />Feuervergoldete und patinierte Bronze. Roter Marmor. Uhrgehäuse mit abs …"
                    "Limit" => string(5) "12000"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4389-64"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                35 => array(13) (
                    "id" => string(4) "1150"
                    "LfdNr" => string(4) "1150"
                    "KatalogNr" => string(4) "1276"
                    "EinliefererNr" => string(6) "4332-3"
                    "Text" => string(221) "Pendule von Béchot Paris, erstes Drittel 19. Jhdt.<br />Portalartiges Marmorgehäuse mit reichen, feuervergoldeten Bronzeapplikat …"
                    "Limit" => string(3) "600"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4332-3"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                36 => array(13) (
                    "id" => string(4) "1151"
                    "LfdNr" => string(4) "1151"
                    "KatalogNr" => string(4) "1277"
                    "EinliefererNr" => string(7) "4262-67"
                    "Text" => string(246) "Pendule von Boisgontier Paris, Mitte 19. Jhdt.<br />Feuervergoldetes Bronzegehäuse im Louis XVI-Stil. Emailzifferblatt mit römis …"
                    "Limit" => string(4) "1100"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4262-67"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                37 => array(13) (
                    "id" => string(4) "1152"
                    "LfdNr" => string(4) "1152"
                    "KatalogNr" => string(4) "1278"
                    "EinliefererNr" => string(6) "4265-6"
                    "Text" => string(58) "Perpetuum Calendarium 18./19. Jhdt.<br />Silber. Ø 4,2 cm"
                    "Limit" => string(3) "200"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4265-6"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                38 => array(13) (
                    "id" => string(4) "1153"
                    "LfdNr" => string(4) "1153"
                    "KatalogNr" => string(4) "1279"
                    "EinliefererNr" => string(7) "4270-12"
                    "Text" => string(164) "Pendule Frankreich, Mitte 19. Jhdt.<br />Vergoldetes Bronzegehäuse mit plastischem Rokokoherrn, Krokodil und Affen. Messingwerk  …"
                    "Limit" => string(3) "120"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4270-12"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                39 => array(13) (
                    "id" => string(4) "1154"
                    "LfdNr" => string(4) "1154"
                    "KatalogNr" => string(4) "1280"
                    "EinliefererNr" => string(7) "4389-20"
                    "Text" => string(229) "Pendule Frankreich, letztes Drittel 18. Jhdt.<br />Weißer Marmor und feuervergoldete Bronze. Emailzifferblatt mit bombiertem Sch …"
                    "Limit" => string(4) "1000"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4389-20"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                40 => array(13) (
                    "id" => string(4) "1155"
                    "LfdNr" => string(4) "1155"
                    "KatalogNr" => string(4) "1281"
                    "EinliefererNr" => string(7) "4249-11"
                    "Text" => string(127) "Walzenspieluhr Ende 19. Jhdt.<br />Ebonisiertes Holzgehäuse. Intaktes Walzenspielwerk und Kamm.<br />H 11 cm, B 30 cm, T 16 cm"
                    "Limit" => string(3) "300"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4249-11"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                41 => array(13) (
                    "id" => string(4) "1156"
                    "LfdNr" => string(4) "1156"
                    "KatalogNr" => string(4) "1282"
                    "EinliefererNr" => string(6) "4276-1"
                    "Text" => string(159) "Walzenspieluhr mit neun Glocken Schweiz, Ende 19. Jhdt.<br />Intarsierter Korpus mit geschrägten Ecken. Werk intakt. Sechs Melod …"
                    "Limit" => string(4) "1800"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4276-1"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                42 => array(13) (
                    "id" => string(4) "1157"
                    "LfdNr" => string(4) "1157"
                    "KatalogNr" => string(4) "1283"
                    "EinliefererNr" => string(6) "4439-1"
                    "Text" => string(156) "Pendule und Paar Girandolen Ende 19. Jhdt.<br />Bronze, vergoldet und bunt staffiertes Porzellan. Messingwerk mit Schlag auf ein …"
                    "Limit" => string(3) "400"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(6) "4439-1"
                    "freiverkauf" => string(1) "0"
                    "newimage" => array(1) (
                        0 => array(3) (
                            ...
                        )
                    )
                )
                43 => array(13) (
                    "id" => string(4) "1158"
                    "LfdNr" => string(4) "1158"
                    "KatalogNr" => string(4) "1284"
                    "EinliefererNr" => string(7) "4444-16"
                    "Text" => string(136) "Pendule und Girandole 19. Jhdt.<br />Bronze, vergoldet und Porzellan. Besch., Messingwerk mit Schlag auf eine Glocke. H 40 cm bz …"
                    "Limit" => string(3) "300"
                    "Kategorie" => string(8) "G-Uhren "
                    "erloes" => string(1) "0"
                    "nachverkauf" => string(1) "0"
                    "active" => string(1) "1"
                    "image" => string(7) "4444-16"
                    "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 44
                    "limitperpage" => integer 50
                    "startnum" => integer 0
                    "katalogid" => string(7) "01_2007"
                    "cat" => string(7) "G-Uhren"
                    "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(38) "/en/katalog/view_cat/01_2007/0_G-Uhren"
                "REDIRECT_SCRIPT_URI" => string(79) "https://www.duesseldorfer-auktionshaus.de/en/katalog/view_cat/01_2007/0_G-Uhren"
                "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(5) "130-1"
                "REDIRECT_HTTPS" => string(2) "on"
                "REDIRECT_SSL_TLS_SNI" => string(33) "www.duesseldorfer-auktionshaus.de"
                "REDIRECT_STATUS" => string(3) "200"
                "SCRIPT_URL" => string(38) "/en/katalog/view_cat/01_2007/0_G-Uhren"
                "SCRIPT_URI" => string(79) "https://www.duesseldorfer-auktionshaus.de/en/katalog/view_cat/01_2007/0_G-Uhren"
                "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(5) "130-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.164"
                "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) "42363"
                "REDIRECT_URL" => string(38) "/en/katalog/view_cat/01_2007/0_G-Uhren"
                "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(38) "/en/katalog/view_cat/01_2007/0_G-Uhren"
                "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 1775117199
                "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(9) "0_G-Uhren"
  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(37) "en/katalog/view_cat/01_2007/0_G-Uhren"
            protected _external => bool FALSE
            protected _params => array(3) (
                "lang" => string(2) "en"
                "id" => string(7) "01_2007"
                "id2" => string(9) "0_G-Uhren"
            )
            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 1775117199
            }
        }
        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(9) "0_G-Uhren"
    )
    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(37) "en/katalog/view_cat/01_2007/0_G-Uhren"
        protected _external => bool FALSE
        protected _params => array(3) (
            "lang" => string(2) "en"
            "id" => string(7) "01_2007"
            "id2" => string(9) "0_G-Uhren"
        )
        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 1775117199
        }
    }
     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(38) "/en/katalog/view_cat/01_2007/0_G-Uhren"
REDIRECT_SCRIPT_URI
string(79) "https://www.duesseldorfer-auktionshaus.de/en/katalog/view_cat/01_2007/0_G-Uhren"
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(5) "130-1"
REDIRECT_HTTPS
string(2) "on"
REDIRECT_SSL_TLS_SNI
string(33) "www.duesseldorfer-auktionshaus.de"
REDIRECT_STATUS
string(3) "200"
SCRIPT_URL
string(38) "/en/katalog/view_cat/01_2007/0_G-Uhren"
SCRIPT_URI
string(79) "https://www.duesseldorfer-auktionshaus.de/en/katalog/view_cat/01_2007/0_G-Uhren"
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(5) "130-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.164"
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) "42363"
REDIRECT_URL
string(38) "/en/katalog/view_cat/01_2007/0_G-Uhren"
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(38) "/en/katalog/view_cat/01_2007/0_G-Uhren"
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 1775117199
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