Jump to content

Error [PrestaShopDatabaseException] - URGENTE!


Recommended Posts

Hola, les escribo porque necesito de su ayuda urgente. He migrado mi tienda de local a remoto y todo parece funcionar bien, pero ya son dos ocasiones que me sale un mensaje como este. La primera fue al intentar configurar el modulo "Top Menu" en el back office y el segundo salio en el front office al confirmar un pedido con transferencia bancaria. La verdad ya no se que hacer, la primera vez lo solucione desinstalando e instalando el modulo topmenu, pero este segundo error persiste a pesar de desinstalar e instalar el modulo bank wire.

 

Agradezco su ayuda, es realmente urgente.

 

[PrestaShopDatabaseException]

Table '881167_da4a.pr_ganalytics' doesn't exist
 

SELECT sent FROM `pr_ganalytics` WHERE id_order = 265 LIMIT 1
at line 639 in file classes/db/Db.php

 

634.             WebserviceRequest::getInstance()->setError(500, '
 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
635.         }
636.         elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
637.         {
638.             if ($sql)
639.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
640.             throw new PrestaShopDatabaseException($this->getMsgError());
641.         }
642.     }
643.
644.     /**
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...