Jump to content

création compte client étrangers impossible


Recommended Posts

[PrestaShopDatabaseException]

Unknown column 'id_shop_group' in 'field list'

 

SELECT GROUP_CONCAT(id_shop_group) as groupid FROM pss_sendin_newsletter WHERE email = "*****@***.**" GROUP BY email LIMIT 1

 

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

 

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

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

630.         }

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

632.         {

633.             if ($sql)

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

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

636.         }

637.     }

638.

639.     /**

 

Voila ce que ca donne !

Link to comment
Share on other sites

Après quelques petits test....

 

Tout semble bien fonctionner en Back-Office, ajout de client, ajout d'adresse etc... les clients déjà existant peuvent aussi se connecter à leur compte sans souci.

 

Le problème est vraiment lors de la création d'un nouveau client.

 

Merci pour vos réponses !!

Link to comment
Share on other sites

Du nouveau en désactivant la commande express...

 

mon client se crée bien en Back office, par contre aprés inscription le site renvoi toujours sur cette page Database avec un autre message en plus.

 

Attention : contact (): Impossible de créer le fichier / home / shoppingt / www / cache / push / activité parce Aucun fichier ou répertoire dans /home/shoppingt/www/classes/Tools.php en ligne 2929

 

Merci

Edited by shoppingnet (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...