Aide

Pour vous guidez efficacement, vous trouverez ci-dessous un ensemble de questions/réponses les plus fréquentes.

Mon compte sur FranceAntilles.biz

  • Qui sommes-nous?
  • Qui peut s’inscrire sur FranceAntilles.biz?
  • Pourquoi s’inscrire sur FranceAntilles.biz ?
  • Comment m'inscrire sur FranceAntilles.biz ?
  • Pourquoi publier ma société et mes produits sur FranceAntilles.biz ?
  • Quelles sont les offres PRO de FranceAntilles.biz ?

La Fiche produit

  • Vue d'une fiche produit
  • Comment contacter le commerçant ?
  • Comment effectuer un achat sur FranceAntilles.biz ?
  • Est-ce que le paiement est sécurisé ?
  • Comment récupérer ma commande ?
  • Qu’est-ce que une vente flash ?
  • Comment m’abonner aux alertes de baisse tarif d’un produit ?

La Fiche Société

  • Vue d'une fiche société
  • Comment contacter une société ?
  • Comment consulter les produits de la société ?
  • Comment calculer et imprimer un itinéraire vers la société ?
  • Comment imprimer et/ou partager la fiche de société ?
  • Comment m’abonner aux flux d’actualités de la société ?
  • Comment demander un rendez-vous avec la société ?

Le moteur de Recherche

  • Comment rechercher sur le site ?
  • Comment rechercher une actualité ?
  • Comment rechercher un produit ?
  • Comment rechercher une société ?

Les Actualités

  • Comment consulter les actualités des commerçants?
  • Comment m’abonner aux flux d’actualités des commerçants ou des rubriques ?
  • Quel est l'avantage des flux d’actualités ?
...vous n'avez pas trouvé ce que vous cherchez ?
» Contactez-nous par email
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 ('/aide','www.nouvoo.fr','','help','view','0','0','1','array (
)','jsou96dqrdipmbon55an0ijsp1','claudebot','','54.85.255.74','2024-03-18 23:19:15')

/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" => "/aide", "domain" => "www.nouvoo.fr", "user_id" => null, "controller" => "help", ...))
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     }
#8
+
 /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-03-18 23:19:16 Apache Yii Framework/1.1.14