Jump to content

[RESOLU] impossible de supprimer les langues


Recommended Posts

Pour enlever tous les drapeaux allemands et autres dans tout prestashop, desactiver les langues en trop ne suffit pas. Il faut les supprimer.

 

Hors quand je veux les supprimer j'ai ce message d'erreur :

 

[PrestaShopDatabaseException]

 

Unknown column 'id_lang' in 'where clause'DELETE FROM `forum_lang` WHERE `id_lang` = 2

at line 605 in file classes/db/Db.php

 

599. WebserviceRequest::getInstance()->setError(500, '

 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);

600. }

601. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))

602. {

603. if ($sql)

604. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');

605. throw new PrestaShopDatabaseException($this->getMsgError());

606. }

607. }

608.

609. /**

Si un DEV ou un pro de prestashop voulait bien m'aiguiller pour m'en sortir..

 

Je lui serait infiniment reconnaissant ! Merci.

Edited by Jean Francois G (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

Vous pouvez alors contourner le problème en ajoutant un champ 'id_lang' de type 'int' dans la structure de la table 'forum_lang'.

 

Cette table 'forum_lang' doit pourtant bien appartenir à un traitement. Soit un override, soit un module, soit une modification dans le kernel (burk, pas jolie).

 

A+

Link to comment
Share on other sites

  • 2 weeks later...

merci beaucoup Devnet pour ces infos.

En suivant votre logique, j'ai modifié 3 bases de données (qui n'avaient rien à voir avec prestashop, mais qui dataient d'un très ancien forum php.. pourquoi ca c'est mélangé aucune idée)

Et en ajoutant les id_lang dans les tables... Taadaaa : Ca à marché !

 

Merci donc à vous !

Edited by Jean Francois G (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...