Erreur lors de la suppression d'un champ perso

  • Posts: 18
  • Thank you received: 0
13 years 3 months ago #22783

Bonjour,

Lors de la suppression d'un champ personnalisé (produit dans mon cas), j'ai l'erreur suivante:

Page appelée /administrator/index.php?option=com_hikashop&ctrl=field

Catchable fatal error: Object of class JDatabaseMySQLi could not be converted to string in /administrator/components/com_hikashop/classes/field.php on line 672

Joomla V1.7
Hikashop Essential 1.5.2

Cordialement,

Last edit: 13 years 3 months ago by Jiwoks. Reason: Erreur intitulé

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 3 months ago #22786

Bonjour,

Il faut changer la ligne:
$this->database->setQuery('ALTER TABLE '.hikashop_table($table).' DROP `'.implode('`, DROP `',$fields)).'`';
de ce fichier en:
$this->database->setQuery('ALTER TABLE '.hikashop_table($table).' DROP `'.implode('`, DROP `',$fields).'`');

Nous allons corriger cela.

Please Log in or Create an account to join the conversation.

  • Posts: 18
  • Thank you received: 0
13 years 3 months ago #22798

En effet,
J'avais pas fait attention à la parenthèse.
Ça fonctionne, merci

Please Log in or Create an account to join the conversation.

Time to create page: 0.055 seconds
Powered by Kunena Forum