Jump to content

Sin métodos de pago


Recommended Posts

Otra vez problemas con los métodos de pago, no me funciona ninguna en mi tienda:

 

http://luiscarrascoclave.com/tienda/index.php?

 

Al llegar al final de la compra aparece esto:

 

 

[PrestaShopDatabaseException]

Table 'psf9c2c8eback.ps_ganalytics' doesn't exist
 

SELECT sent FROM `ps_ganalytics` WHERE id_order = 111 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.     /**

Y no tengo ni idea de como solucionarlo, ayuda por favor.

Gracias

Link to comment
Share on other sites

Otra vez problemas con los métodos de pago, no me funciona ninguna en mi tienda:

 

http://luiscarrascoclave.com/tienda/index.php?

 

Al llegar al final de la compra aparece esto:

 

 

[PrestaShopDatabaseException]

Table 'psf9c2c8eback.ps_ganalytics' doesn't exist

 

SELECT sent FROM `ps_ganalytics` WHERE id_order = 111 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.     /**

Y no tengo ni idea de como solucionarlo, ayuda por favor.

Gracias

(Solucionado) Ya lo he conseguido, he desinstalado Google Analytics

Link to comment
Share on other sites

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