Jump to content

J'ai plein d'erreur quand je crée un nouveau compte dans ma boutique


Recommended Posts

Bonjour,

 

 

J'ai plein d'erreurs quand je me connecte dans ma boutique. 

 

 

C'est peut être suite à une mis à jour de mes modules que mon site est devenu ainsi

 

 

Merci beaucoup pour votre aide

 

version :  1.6.0.9

 

Bien cordialement  

 

www.clesouk.com

 

[PrestaShopDatabaseException]

Unknown column 'cl.id_shop' in 'where clause'
 

SELECT cl.`meta_title`, cl.`link_rewrite`
            FROM `pss_cms_lang` cl
            INNER JOIN `pss_cms` c
            ON (cl.`id_cms` = c.`id_cms`)
            WHERE cl.`id_cms` = 3
            AND (c.`active` = 1 OR c.`id_cms` = 1)
            AND cl.`id_shop` = 1
            AND cl.`id_lang` = 2 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.     /**
Link to comment
Share on other sites

Bonjour,

 

 

Je viens de supprimer le module blockcms que j'ai remplacer par un blockcms que j'ai télécharger sur le site de prestashop .

 

 

En effet, avec ma méthode j'ai réussi à résoudre plain de problème .

 

Cependant, il me reste les messages d'erreurs ci-dessous .

 

Pouvez-vous me donner une solution afin de résoudre ce problème s'il vous plait ?

 

Très cordialement 

 

 

Le voici :

 

Notice: Use of undefined constant _PS_PRICE_COMPUTE_PRECISION_ - assumed '_PS_PRICE_COMPUTE_PRECISION_' in /home/clesoukcck/www/modules/socialsharing/socialsharing.php on line169

Warning: round() expects parameter 2 to be long, string given in /home/clesoukcck/www/classes/Tools.php on line 1592

Notice: Use of undefined constant _PS_PRICE_COMPUTE_PRECISION_ - assumed '_PS_PRICE_COMPUTE_PRECISION_' in /home/clesoukcck/www/modules/socialsharing/socialsharing.php on line170

Warning: round() expects parameter 2 to be long, string given in /home/clesoukcck/www/classes/Tools.php on line 1592

 

 

Quel est la solution s'il vous plait ?

 

Cordialement 

Link to comment
Share on other sites

 

Bonjour,

 

 

Je viens de supprimer le module blockcms que j'ai remplacer par un blockcms que j'ai télécharger sur le site de prestashop .

 

 

En effet, avec ma méthode j'ai réussi à résoudre plain de problème .

 

Cependant, il me reste les messages d'erreurs ci-dessous .

 

Pouvez-vous me donner une solution afin de résoudre ce problème s'il vous plait ?

 

Très cordialement 

 

 

Le voici :

 

Notice: Use of undefined constant _PS_PRICE_COMPUTE_PRECISION_ - assumed '_PS_PRICE_COMPUTE_PRECISION_' in /home/clesoukcck/www/modules/socialsharing/socialsharing.php on line169

 

Warning: round() expects parameter 2 to be long, string given in /home/clesoukcck/www/classes/Tools.php on line 1592

 

Notice: Use of undefined constant _PS_PRICE_COMPUTE_PRECISION_ - assumed '_PS_PRICE_COMPUTE_PRECISION_' in /home/clesoukcck/www/modules/socialsharing/socialsharing.php on line170

 

Warning: round() expects parameter 2 to be long, string given in /home/clesoukcck/www/classes/Tools.php on line 1592

 

 

Quel est la solution s'il vous plait ?

 

Cordialement 

 

 

Module socialsharing causes these warnings, not errors.

 

Disable errors and they will be hidden or contact module developer.

Link to comment
Share on other sites

  • 4 weeks later...

Bonjour

J'ai exactement le même problème sur la quasi totalité de mes produits depuis que j'ai créé une nouvelle catégorie de clients.

Notice: Use of undefined constant _PS_PRICE_COMPUTE_PRECISION_ - assumed '_PS_PRICE_COMPUTE_PRECISION_' in /home/ferforgeso/www/modules/socialsharing/socialsharing.php on line 170

Warning: round() expects parameter 2 to be long, string given in /home/ferforgeso/www/classes/Tools.php on line 1592

Notice: Use of undefined constant _PS_PRICE_COMPUTE_PRECISION_ - assumed '_PS_PRICE_COMPUTE_PRECISION_' in /home/ferforgeso/www/modules/socialsharing/socialsharing.php on line 171

Warning: round() expects parameter 2 to be long, string given in /home/ferforgeso/www/classes/Tools.php on line 1592

 

Si quelqu'un a une idée, il sera le bienvenu

Merci d'avance

Claude

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...