Jump to content

Les commande renvoi une erreur


Recommended Posts

Bonjour,

Dans le back-office les commandes me renvoient dorénavant une erreur quand je les sélectionne.

 

L'erreur qui suit:

 

[PrestaShopDatabaseException]

Table 'db524837846.za_paypal_capture' doesn't exist
 

SELECT SUM(capture_amount)
FROM `za_paypal_capture`
WHERE (id_order = 372) AND (result = "Completed")
LIMIT 1

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

 

617.             WebserviceRequest::getInstance()->setError(500, '
 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
618.         }
619.         else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
620.         {
621.             if ($sql)
622.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
623.             throw new PrestaShopDatabaseException($this->getMsgError());
624.         }
625.     }
626.
627.     /**

 

Avez vous une idée du problème ?

Link to comment
Share on other sites

Bonjour,

 

Quel version de prestashop SVP ?

 

Module paypal a jour ?

 

Avez vous essayé une reinitialisation du module (a jour) ?

 

L’erreur nous informe qu'il manque une table dans la base de données concernant paypal.

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