Jump to content

Recommended Posts

Bonjour, nous avons transfere les produits dun prestashop 1.7.0 vers un autre prestashop 1.7.1 
Le site marche bien, mais le backoffice nous donne un probleme.

Voici

1.- Nous n'arivons a trouve ce tableau null part. Merci. 
2.- Nous avons repare tous les tableaux mais ca ne marche pas.

Merci 

 

 

Table 'gtr2018pruebas.ps_customer_thread' doesn't exist
 

SELECT *
			FROM ps_customer_thread ct
			LEFT JOIN ps_customer_message cm
				ON ct.id_customer_thread = cm.id_customer_thread
			WHERE id_customer = 4580 AND ct.`id_order` = 3157


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

 

741.         if ($webservice_call && $errno) {
742.             $dbg = debug_backtrace();
743.             WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
744.         } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) {
745.             if ($sql) {
746.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
747.             }
748. 
749.             throw new PrestaShopDatabaseException($this->getMsgError());
750.         }
751.     }
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...