MAISONS SATEC

Constructeur de Maisons individuelles
Ouvert : Fort-de-France
Téléphone 05 96 70 00 20
Adresse
Place f.Mitterrand immeuble les cascades
Ville 97200 Fort-de-France
Département Martinique
Contact MR MARTORANA Giovanni
Site web maisons-satec.com
Horaires
LUN - VEN :7:00 - 18:00

MAISONS SATEC

s'implante en Martinique à la fin des années 50 en se donnant pour mission de faire évoluer le mode de construction et ainsi d'offrir au plus grand nombre de martiniquais la possibilité de se loger dans de bonnes conditions. C'est parce que notre île est soumise à de nombreux aléas naturels, cyclones, séismes, inondations, glissements de terrain, que Maisons SATEC s'engage alors à construire des habitations solides et résistantes. Le temps passant, les Maisons SATEC toujours aussi robustes et fonctionnelles sont devenus de plus en plus spacieuses et de plus en plus agréables à vivre. Mais la vocation de Maisons SATEC est inchangée : être à l'avant garde de la réalisation de maisons individuelles pour être toujours les premiers à vous proposer ce qui se fait de mieux en matière de constructions et de garanties.

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 ('/societe/26139/maisons-satec','www.nouvoo.fr','','listing','view','0','26139','1','array (
\'id\' => \'26139\',
\'name\' => \'maisons-satec\',
)','3r1c0h9idds7it81bkfn9i22h6','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)','','18.218.184.214','2024-04-19 08:19:27')

/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" => "/societe/26139/maisons-satec", "domain" => "www.nouvoo.fr", "user_id" => null, "controller" => "listing", ...))
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 08:19:29 Apache Yii Framework/1.1.14