Hyundai ix35 1,6L ESSENCE GDi PACK CLIM 136 CH


Catégorie : Auto > Voitures neuves
à partir de Prix :
19 990,00
Nous contacter
Alerte prix :
Je veux être notifié quand le prix baisse
 
Conso mixte : 6,4L/100km ; Co2 : 149g/km

Urbain, jeune et stylé. Vous allez vous entendre avec le SUV ix35. Des phares avant aux bloc-feux arrière, l'ix35 affiche des lignes sculpturales fluides...

 

 

 

5 jantes alu 17’’


 

CD MP3, prise AUX, USB

 

Bluetooth®

 

Verrouillage centralisé à distance

 

Alarme

 

Ordinateur de bord


 

Volant cuir multifonctions


 

Aide au démarrage en côte

 

Poignées de portes ton carrosserie

 

Rétroviseurs ton carrosserie


 

6 Airbags, ABS


 

Contrôle de trajectoire électronique

 

Climatisation

 

Vitres surteintées

 

4 vitres électriques


 

Volant réglable en hauteur et en profondeur

 

Feux avant antibrouillard


 

Feux de jour LED


 

Aide au stationnement arrière

 

Caméra de recul


 

Rétroviseurs extérieurs réglables électriquement

 

Siège conducteur réglable en hauteur

 

 

 

*Prix annoncé hors frais d’immatriculation et de mise à la route, hors malus et frais de dossier, hors options et peinture métallisée. Offre valable jusqu'au 22 Août 2015. Photo non contractuelle. Voir conditions en concession.

 


Cela pourrait vous intéresser aussi :
CDbException

CDbException

CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 144 Table './creole01_nouvoo/user_log' is marked as crashed and last (automatic?) repair failed. The SQL statement executed was: INSERT into user_log (url,domain,user_id,controller,action,module_id,item_id,is_bot,request,session,user_agent,referer,ip,timestamp) VALUES ('/produit/9608/hyundai-ix35-16l-essence-gdi-pack-clim-136-ch','www.nouvoo.fr','','product','view','0','9608','1','array (
\'id\' => \'9608\',
\'name\' => \'hyundai-ix35-16l-essence-gdi-pack-clim-136-ch\',
)','fnl6vunvp94cvq48t4pcdofm05','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)','','3.15.3.154','2024-04-19 00:01:13')

/home2/creole01/nouvoo.fr/domains/prod.nouvoo.fr/public_html/framework/db/CDbCommand.php(358)

346         {
347             if($this->_connection->enableProfiling)
348                 Yii::endProfile('system.db.CDbCommand.execute('.$this->getText().$par.')','system.db.CDbCommand.execute');
349 
350             $errorInfo=$e instanceof PDOException ? $e->errorInfo : null;
351             $message=$e->getMessage();
352             Yii::log(Yii::t('yii','CDbCommand::execute() failed: {error}. The SQL statement executed was: {sql}.',
353                 array('{error}'=>$message, '{sql}'=>$this->getText().$par)),CLogger::LEVEL_ERROR,'system.db.CDbCommand');
354 
355             if(YII_DEBUG)
356                 $message.='. The SQL statement executed was: '.$this->getText().$par;
357 
358             throw new CDbException(Yii::t('yii','CDbCommand failed to execute the SQL statement: {error}',
359                 array('{error}'=>$message)),(int)$e->getCode(),$errorInfo);
360         }
361     }
362 
363     /**
364      * Executes the SQL statement and returns query result.
365      * This method is for executing an SQL query that returns result set.
366      * @param array $params input parameters (name=>value) for the SQL execution. This is an alternative
367      * to {@link bindParam} and {@link bindValue}. If you have multiple input parameters, passing
368      * them in this way can improve the performance. Note that if you pass parameters in this way,
369      * you cannot bind parameters or values using {@link bindParam} or {@link bindValue}, and vice versa.
370      * Please also note that all values are treated as strings in this case, if you need them to be handled as

Stack Trace

#0
+
 /home2/creole01/nouvoo.fr/domains/prod.nouvoo.fr/public_html/protected/helpers/helpers.php(804): CDbCommand->execute()
799     }
800     
801     $sql = "INSERT into " . $tablename . " (" . $keys_str . ") VALUES (" . $values_str . ")";    
802     
803     $command=Yii::app()->db->createCommand($sql);
804     $ret=$command->execute();
805     
806     if ($return_id)
807         return Yii::app()->db->getLastInsertID();
808     else
809         return $ret;
#1
+
 /home2/creole01/nouvoo.fr/domains/prod.nouvoo.fr/public_html/protected/extensions/giix-components/GxController.php(195): insert("user_log", array("url" => "/produit/9608/hyundai-ix35-16l-essence-gdi-pack-clim-136-ch", "domain" => "www.nouvoo.fr", "user_id" => null, "controller" => "product", ...))
190                 'user_agent' => $_SERVER['HTTP_USER_AGENT'],
191                 'referer' => $_SERVER['HTTP_REFERER'],
192                 'ip' => $_SERVER['REMOTE_ADDR'],
193                 'timestamp' => NOW,
194             );
195             insert("user_log",$entry);
196             
197             if ($this->getId()=='api' && $this->getAction()->getId()=='mail')
198                 $_SESSION['mail_api_log']=date("YmdH");
199         }        
200     }
#9
+
 /home2/creole01/nouvoo.fr/domains/prod.nouvoo.fr/public_html/index.php(58): CApplication->run()
53         // header("Location: http://pro.".AP_DOMAIN_NAME."/".$url);
54         // exit;
55     // }
56 
57 require_once($yii);
58 Yii::createWebApplication($config)->run();
2024-04-19 00:01:14 Apache Yii Framework/1.1.14