LUIS CARRASCO Posted February 25, 2015 Share Posted February 25, 2015 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 1at 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. /** DbCore->displayError - [line 333 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 551 - classes/db/Db.php] - [1 Arguments] DbCore->getRow - [line 576 - classes/db/Db.php] - [2 Arguments] DbCore->getValue - [line 271 - modules/ganalytics/ganalytics.php] - [1 Arguments] Ganalytics->hookOrderConfirmation - [line 512 - classes/Hook.php] - [1 Arguments] HookCore::exec - [line 147 - controllers/front/OrderConfirmationController.php] - [2 Arguments] OrderConfirmationControllerCore->displayOrderConfirmation - [line 86 - controllers/front/OrderConfirmationController.php] OrderConfirmationControllerCore->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 374 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Y no tengo ni idea de como solucionarlo, ayuda por favor.Gracias Link to comment Share on other sites More sharing options...
LUIS CARRASCO Posted February 25, 2015 Author Share Posted February 25, 2015 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. /** DbCore->displayError - [line 333 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 551 - classes/db/Db.php] - [1 Arguments] DbCore->getRow - [line 576 - classes/db/Db.php] - [2 Arguments] DbCore->getValue - [line 271 - modules/ganalytics/ganalytics.php] - [1 Arguments] Ganalytics->hookOrderConfirmation - [line 512 - classes/Hook.php] - [1 Arguments] HookCore::exec - [line 147 - controllers/front/OrderConfirmationController.php] - [2 Arguments] OrderConfirmationControllerCore->displayOrderConfirmation - [line 86 - controllers/front/OrderConfirmationController.php] OrderConfirmationControllerCore->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 374 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] 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 More sharing options...
Recommended Posts